-
Hello, do you have the conll 2003 German data set marked by BIO?
-
Can I know what's the performance you obtain with your new implementation
-
各位大佬,我还是个新手,请教一下大家都是怎么准备自己的数据集的?
我现在都不知道怎么让程序跑起来,根据 `README.md` 的指示下载一些文件(如下图),但是不知道怎么存放、怎么重命名。
看了代码中好多用了绝对路径的地方,应该都是要改成自己的路径吧,具体是怎么改呢,对应的文件上哪找呢?
```txt
/data2/wangshuhe/gpt3_ner/gpt3-data…
-
Exported annotated data in CoNLL 2003 NER format cannot be imported in SpaCy.
SpaCy expects documents to be separated using `-DOCSTART- -X- O O` line and sentences with whitespaces as per its docume…
-
Am I required to convert the CoNLL 2003 dataset to tsv format? Is there another way to use this dataloader with CoNLL type dataset?
udion updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
It is a bit surprising for many that Conll-2003 needs the exact POS, NER, CHUNK annotations and does not support custom layers.
*…
-
Hi there! Great repo. I was trying to train the conll 2003 on the default conll_03_english.yaml and got this error.
```
Traceback (most recent call last):
File "train.py", line 397, in
ge…
-
Hi,
I new in the field of NLP Kindly guide me .
i want to train Ner for on new entities i.e i have to find Programming keywords from CV and build context and I found Google bert (https://github.com…
-
Hi!
I'm trying to run MLuke on https://github.com/studio-ousia/luke/blob/master/notebooks/huggingface_conll_2003.ipynb by replacing `studio-ousia/luke-large-finetuned-conll-2003` with `studio-ousia…
-
We execute the code on CoNLL 2003 English dataset using Word2Vec 311 dimensions, but we got the results of 83.68%(Test_a) and 79.68%(Test_b), about 10% lower than the report.