-
### Question
For fine-tuning, I used the google/flan-t5-large as the transformer like this:
# 4. initialize fine-tuneable transformer embeddings WITH document context
embeddings = TransformerWordEm…
-
It would be great to see a token embedder for [Flair embeddings](https://github.com/zalandoresearch/flair). They have released an extensive toolkit, including pretrained models, so in theory it could …
-
### 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…
-
### Describe the bug
I have a model that I've trained with Flair quite some time ago. The model is stored as a .pt file. Now I want to load it in order to perform predictions with my model in my new …
-
Hi,
Flair Embeddings models links are not available. Are they available in any alternative location?
Thanks
-
### Describe the bug
Getting an error when trying to train NER model using custom dataset. This was working back in Dec 2023. I have trained a model using the same data and FLAIR version 0.13.1 but…
-
### Question
How can I correctly train two tasks simultaneously on a single corpus using the parameter use_all_task=True? When I attempted to train two models together on one corpus, I encountered a …
-
### Describe the bug
Thank you for developing and maintaining this invaluable module!
We would like to learn a multi-task model on two NER tasks by sharing a transformer word embedding.
We fine-t…
-
Hello,
Hit an error while running
`python .\train.py --config .\config\doc_ner_best.yaml --batch_size 1 --parse --target_dir .\datasets\mytest --keep_order
`
on Windows 10, Python 3.7, no GPU.
…
-
When I try to use the functions for loading the pretrained word embeddings as shown in documentation (https://github.com/alexandrainst/danlp/blob/master/docs/docs/tasks/embeddings.md), I get an em…