-
【train】Epoch: 10/10 Step: 668/670 loss: 0.00103
【train】Epoch: 10/10 Step: 669/670 loss: 0.00121
【train】Epoch: 10/10 Step: 670/670 loss: 0.00136
[eval] precision=0.0341 recall=0.5020 f1_score=0.0639…
-
Is it possible to perform NER using languages other than Chinese or English? When I tested with Chinese, it produced seemingly meaningless UTF-8 sequences.
-
-
**Current Circumstances:
I've integrated the stanford ner functionality into a java service that has tens of millions of calls per day. I deployed in 3 clusters and allocated 10GB of memory per pod.…
-
我用您的代码进行了模型的训练,成功训练之后打算用predict.py代码进行预测的尝试
结果出现以下两个问题:
①输入文本过长似乎会发生“实体识别结果为空”的提示
②而输入较短的文本会提示访问huggingface的404,似乎我需要在huggingface上上传模型还是什么吗?
2023-01-24 15:21:36.106249: I tensorflow/stream_exe…
uyoin updated
2 months ago
-
RuntimeError: mat1 and mat2 shapes cannot be multiplied (11264x1024 and 768x6)
当
```
'roberta': (
'transformers.BertTokenizer',
'transformers.RobertaModel',
'transforme…
-
文章给出的lattcie-lstm的结构与我看到的[Chinese NER Using Lattice LSTM](https://arxiv.org/pdf/1805.02023.pdf)有点不一样, 有个问题想要请教一下, 按照[Chinese NER Using Lattice LSTM](https://arxiv.org/pdf/1805.02023.pdf)中的构建方法, 重庆人和药店…
STHSF updated
1 month ago
-
Anyone tried chinese NER task? do we have a relative good result?
-
-
Hi @jakeywu,
Thanks for your great project, the code is quite readable and efficient!
I could successfully run the train_model.py and the model can be saved successfully as well.
The problem is w…