-
Hi @severinsimmler,
thanks for creating this very interesting project!
I just browsed through the repository and looked at the paper, and I have some questions. Did you train the model on the d…
-
### Describe the bug
When training a SequenceTagger for NER with the last layer of RoBERTa embeddings, the micro average F1 score on the validation set is consistently 0, but the training loss is dec…
-
I got problem when I run(using my own data)
```
python gens/gen_bert.py \
--model albert-xxlarge-v1 \
--dataset ACE05 \
--save_attention 1 \
--save_path ./wv/albert.ace05_with_he…
-
Hi there,
I am facing some issues trying to implement the IntegratedGradient algorithms with the pertained Flaubert Model I have made.
First, I used the tutorial for the Bert for SQUAD and scrolli…
-
### Describe the bug
Hi!
I tried to use the fine-grained PoS-Tagger for German Twitter data described [here](https://github.com/stefan-it/flair-experiments/tree/master/pos-twitter-german), but unfo…
-
### Question
Hi,
I'm training a SequenceTagger to do the NER task using my customed dataset with the customed features. After training was done, I got a file named test.tsv which is the prediction…
-
### Question
Hi Flair Community, I've got an annotated dataset in BIO format that I'm attempting to use with Flair for annotating 7 PDFs. Unfortunately, all my metric results are consistently zero. I…
-
Hey,
When running: python train.py --config config/wnut17_doc_cl_kl.yaml, with the original code (only change in paths) I run into an error that the loss is referenced before assignment. See the fo…
-
Can lead to:
```
self.doc_embedding = DocumentPoolEmbeddings([self.embedding])
File "/home/jon/h2oai/tmp/contrib5/env/lib/python3.6/site-packages/flair/embeddings.py", line 1532, in __init__
…
-
### Question
Hi, I am interested in doing Multi-task learning for NER and Sentence classification on a custom dataset. I was trying to find some tutorials or starting points but could not find any. C…