-
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…
-
Thanks for your data!
In
```
/data/weiboNER_2nd_conll.train
```
a label seems to be mistaken
```
雯 B-PER.NAM
子 I-PER.NAM
小 I-PER.NOM
菇 I-PER.NOM
凉 I-PER.NOM
```
PER.NAM is different from…
-
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.
-
When I try to partition a CoNLL-U file like this
../conllx-utils/target/debug/conllx-partition 15 PREFIX .conllu INPUT.conllu
the following error is thrown:
> Error: cannot parse as int…
-
```
INFO:tensorflow:Saving flow to /tmp/sempar-conll/sempar.flow
INFO:tensorflow:Best checkpoint written to /tmp/sempar-conll/checkpoints/best
2018-01-23 05:33:03.319294: I third_party/syntaxnet/dr…
-
When I try to run the geocoding GUI using Nominatim, I get this error, and I'm not sure how to fix it.
-
Hi,
I use spanbert large model with default parameters in config file, and I get Avg F1 78.27, lower than Avg.F1 79.9 in paper.
config as following:
num_docs = 2802
bert_learning_rate = 1e…
-
After successful generation and redis-conversion; the lexical resource based on Lin proximity funtions for the German.
However, the resource has no (or almost no) nouns. I tried with various common …
-
[Line 156](https://github.com/CogComp/cogcomp-nlp/blob/master/pipeline/src/main/java/edu/illinois/cs/cogcomp/pipeline/server/ServerClientAnnotator.java#L156) causes some un-intended side-effects. Sinc…
-
I am trying to use this code base to perform NER on my dataset which is in the CONLL(BIO) format. How do I convert it from the conll format to the format that this code base requires ?