-
### Question
Hi,
I have severall questions concerning onnx models and quantization. I tried to export to onnx my models. I succed into save it as an onnx format.
```
model = SequenceTagger.loa…
-
**Describe the bug**
fasttext word embeddings missing for the Urdu language
**To Reproduce**
Try to train a NER model for urdu (ur) language using WordEmbeddings("ur") leads to an error
OSError:…
-
### Question
Hi, I have data in BIO format (not BIOES). I am training a sequence tagger model with transformer embedding but consistently get 0 f1-score for every epoch for XLM-ROBERTA-LARGE, but for…
-
This issue tracks the progress of adding support for the Ukrainian language from [lang-uk](https://lang.org.ua/en/) to Flair. We would like to add:
- [x] Ukrainian Flair embeddings trained by @dch…
-
### Question
Hi Flair Community, I'm attempting to train a NER model using Flair but my BIO-formatted labels are not recognised. I've converted my CSV annotations to CoNLL format and checked for co…
-
Hello,
Thank you for these great embeddings, really nice to have the possibility to use them, especially the french one in my case.
I wonder if you are planning to create an installable pip pack…
-
Hello @redewiedergabe
as noted in https://github.com/flairNLP/flair/issues/3382, some (or all?) models depend on deprecated embeddings and cannot be loaded in newer versions.
The issue is not o…
-
### Question
Dear developers,
I am a keen user of your FLAIR models and am looking for a configuration file to enable the model deployment on a cluster. I’m in awe of the FLAIR project, as it doe…
-
### Describe the bug
I'm trying to use this model. I even have an example from the site that doesn't work. Unknown error that I do not know how to solve. Please help or fix it
### To Reproduce
```p…
-
It looks like this architecture would work for non-english languages too. Wikipedia is availiable in more languages, flair has embeddings in other languages, and BERT is available elsewhere.
Is the…