-
Hi @severinsimmler,
thanks for creating this very interesting project!
I just browsed through the repository and looked at the paper, and I have some questions. Did you train the model on the d…
-
I'm sorry to bother you but I couldn't replicate same scores on en_conll2003 dataset.
I only reproduced to **92.12**, **1.4 lower** than yours.
I check my dataset and ensure the labels are the same …
-
作者您好!
我刚刚接触知识图谱不久,非常感谢您的详细注释和方案解析可以让我对相关知识了解更多。
通过您的方法可以构建出"实体1-关系-实体2"的三元组,我想增加"实体-属性-属性值"的三元组。想请教您,这个问题通过您的模型可以解决吗? 或者麻烦您可以提供一个大概思路吗?
-
模型使用的是19年百度三元组抽取的数据集,做了BIO的标注。但是在跑NER模型的时候,遇到了loss为nan的情况。
```shell
2021-01-05 15:21:22,065|INFO|epoch:0, batch: 1, current loss: 4.891431
2021-01-05 15:21:27,084|INFO|epoch:0, batch: 11, current l…
-
D:\anaconda3\lib\site-packages\transformers\optimization.py:306: FutureWarning: This implementation of AdamW is deprecated and will be removed in a future version. Use the PyTorch implementation torch…
-
@BrikerMan I want to say thank you for developing this library and providing incredible support along with it. Kudos to you!
I want to create a model that will predict labels given a translation an…
-
Hi, I tried to use the code to process new RFCs, but it didn't work.
For example, I just tried IPv6, which was included in the "rfcs-original" folder. I used the command: python3 nlp-parser/preproc…
-
mandrain support?
-
有人用cpu跑吗?总报这个错
Traceback (most recent call last):
File "D:\pythondata\WordSeg-main\BERT-BiLSTM-CRF\run.py", line 139, in
if config.local_rank == 0:
AttributeError: module 'config' has no at…
-
Hello,
Can someone help me to solve this problem I am trying to train a ner model with BERT and BiLSTM+CRF
![image](https://user-images.githubusercontent.com/81225479/171873123-718cfa66-28f0-484c-…