-
-
**Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [ ] Are you running the latest `bert-as-service`? yes
* [ ] Did you follow [the installation](https://github.com/hanxiao/bert…
-
Because we don't have a reliable Cantonese tokenizer, all the phrases added to the classifier need to satisfy the following property, in addition to not being shared by Mandarin:
**Frequency of the p…
-
D:\Anaconda\Anaconda\envs\pytorch\python.exe D:/python/BERT-BILSTM-CRF-main/BERT-BILSTM-CRF-main/main.py
['O', 'B-故障设备', 'I-故障设备', 'B-故障原因', 'I-故障原因']
{'O': 0, 'B-故障设备': 1, 'I-故障设备': 2, 'B-故障原因': 3,…
-
-
### 🐛 Describe the bug
When I ran the official demo Serving Huggingface Transformers using TorchServe - Sequence Classification, I got the error logs as follows.
### Error logs
```
torchser…
-
我自己找到Bert模型报了错误,所以请教一下预训练模型bert是哪个啊?
![image](https://user-images.githubusercontent.com/31085549/190887344-5ccf6d1a-a3e3-4987-b2df-106eb5262503.png)
-
-
Hi
I would like to train a NER (EN) but with my own BERT model, where can I do this.
Thanks
-
我在训练集中加入了两种大概500个左右的新实体类别,在训练完毕后输出的新类别识别率均为0,查看预测结果同样对于新实体类别没有识别出来,我在label_list中添加了新类别,同时修改了训练文件,能否咨询一下该模型是否支持加入新的实体类别