-
python3.8.19
numpy 1.23.0
bert4torch 0.5.1
![image](https://github.com/user-attachments/assets/adcf25dd-9e50-40e6-a19b-176827b131da)
builtins.ValueError: could not broadcast input array from sh…
-
ModuleNotFoundError: No module named 'bert4torch.model'我安装了bert4torch,但是没有model
-
您好,想问一下,这个Model.py里面全是一些模型的组件,在main函数中定义model这个类时没有这个模型。咋样解决
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**: win0
- 你使用的**Python**版本: 3.10
- 你使用的**Pytorch**版本: 2.1
- 你使用的**bert4torch**版本:
- 你加载的**预训练模型**:
### 核心代码
```python
# 请在此处贴上你的核心代码
```
def genera…
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**: CentOS Linux release 7.8.2003 (Core)
- 你使用的**Python**版本: 3.8.5
- 你使用的**Pytorch**版本: 2.0.1
- 你使用的**bert4torch**版本: 0.2.8
- 你加载的**预训练模型**: 无
### 核心代码
…
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**: macOS 14.2.1
- 你使用的**Python**版本: 3.8.16
- 你使用的**Pytorch**版本: torch 2.1.0
- 你使用的**bert4torch**版本: 0.4.9.post2
- 你加载的**预训练模型**:bge-large-zh-v1.5
### 核…
-
### 基本信息
- 你使用的**操作系统**: win10
- 你使用的**Python**版本: 3.10
- 你使用的**Pytorch**版本: 2.0.1
- 你使用的**bert4torch**版本: 最新版
- 你加载的**预训练模型**:Yi-6B
### 输出信息
4bit量化报错
NotImplementedError: Cannot copy out …
-
不少issue是关于预训练模型加载出错的,包含报warning和config参数不对,解释如下
- 原因:报warning是因为模型文件中的key和bert4torch的key没有完全对齐,config参数不对是笔者对原config文件做了修改(方便参数名统一)
- 解决方案:可以直接查看[README文件结尾](https://github.com/Tongjilibo/bert4tor…
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**: win11
- 你使用的**Python**版本:
- 你使用的**Pytorch**版本: 1.8.2+cu111
- 你使用的**bert4torch**版本: 0.2.8
- 你加载的**预训练模型**:chinese-bert-wwm-ext
### 核心代码
```python
…
-
1.当我使用您的sequence_labeling下方的NER脚本时候,发现你的数据集全是BIO格式。这种格式遇到嵌套实体的NER会存在漏标的情况。
2.最好的方法,还是按照doccano标注工具导出的格式,去训练。
3.希望可以支持嵌套实体标注的数据集训练
![image](https://github.com/Tongjilibo/bert4torch/assets/29837553/6…