-
-
Usage2:CUDA_VISIBLE_DEVICES=0 python3 main.py --c ./Config/config.cfg --t_model cnn --train -p
Both CNN and bilstm models were run on the same data set, but the best results I got were both The Cur…
-
#### Issue Description
I want to create a Neural Net for solving NER task from CoNLL 2003 https://www.clips.uantwerpen.be/conll2003/ner/
I want to implement Char CNN - BiLSTM architecture
![ima…
-
Step 1. Prepare a dataset with the OTE annotations in the CoNLL format. SemEval data:
-------
Paper:
http://www.aclweb.org/anthology/S16-1174
Website:
http://alt.qcri.org/semeval2016/task5/
…
-
while fitting the model i am getting following error
**data type "string" not understood**
Traceback (most recent call last):
File "/home/manish/Downloads/NER-latest/NER/Semi_Supervised/train.py…
-
I ran "Train_POS" on win10, and tried to load komninos_english_embeddings.gz. The error appeared as following. But when I ran it on Ubuntu, the code is all right. I want to figure out why the decoding…
-
-
https://github.com/yardencsGitHub/tf_syllable_segmentation_annotation/blob/bef3b9226dc290c3ebd2454f10237f5cc8dd9bac/cnn_bilstm/train_utils/make_data.py#L179
-
## Feature description
[Universal Language Model Fine-tuning for Text Classification](https://arxiv.org/pdf/1801.06146.pdf) presented a novel method to fine tune a pre-trained universal language m…
-
Line 106: When the annotation has only one syllable this line creates an error because it's being created as 'int'
This will also create an error during the conversion to 'set' a few lines below
…