-
**You must follow the issue template and provide as much information as possible. otherwise, this issue will be closed.
请按照 issue 模板要求填写信息。如果没有按照 issue 模板填写,将会忽略并关闭这个 issue**
## Check List
Thanks…
-
Thank for your timely work!
when running on GPU, conll2003 doesn't perform as good as you or paper result, by the way, I tried several times , the dev F score is wandering [0.89, 0.912].
Does your w…
-
I have trained the NER model on sciie dataset using the following config:
```
DATASET='sciie'
TASK='ner'
with_finetuning='_finetune' #'_finetune' # or '' for not fine tuning
dataset_size=38124…
-
运行run_ner_span,两个epoch就结束了,而且准确率很低??是我的运行参数设置错误吗
07/25/2020 03:30:00 - INFO - root - ***** Eval results *****
07/25/2020 03:30:00 - INFO - root - acc: 0.5564 - recall: 0.1478 - f1: 0.2335 - lo…
-
We have the following categories that we need to support at Pipeline and MLApp.
### Working with Image Data
- Image Classification (it does classify the image to specific classes)
- [x] model…
-
I'm planning to do NER with the Bert model. Unfortunately there is no sample provided for such a task. After inspecting the code for a while I have an okayish understanding of the model.
From my und…
-
### Describe the bug
I train a NER&NEL model according to the tutorial https://flairnlp.github.io/flair/master/tutorial/tutorial-training/how-to-train-span-classifier.html. However, if in SpanClass…
-
**What problem does your feature solve?**
Add instructions on how to retrain the models, or better, one easy robust easy to run script, on new versions of packages (specifically spaCy 2.3.5, and late…
-
We know that when loading pretrained bert, max_seqence=512, but when you are dealing with the sentences from data set, each sentence is padding based on the longest sentence of the batch, but I don't …
-
看了一下支持列表,里面没有一个nlp模型,是NLP模型都不支持吗?如果支持如何将LAC模型转成ONNX,我看文档发现LAC模型与转ONNX需要的模型文件差别很大,好想LAC模型是旧版的paddle模型,是这样吗?如果是旧版的paddle模型,是不是无法转ONNX,还是说低版本的paddle2ONNX可以转?