flair icon indicating copy to clipboard operation
flair copied to clipboard

A very simple framework for state-of-the-art Natural Language Processing (NLP)

Results 253 flair issues
Sort by recently updated
recently updated
newest added

I want to make a Korean base tars model that replaces 'tars-base-v8.pt' based on the Korean dataset and the Korean bert pretrained model on the huggingface. The train loss curve...

question

Hello, this is my first time posting ever i will try to be as precise as possible. i'm training a SequenceTagger model using flair 0.11.2 with 3 tags and i'm...

question

The inference time during evaluation using dev/test set is very slow. While training happens very fast as expected the evaluation time is too large for GPU. Running the same experiments...

bug

Hello Everyone Fille is not found . ImportError: cannot import name 'Sentence' from 'flair.embeddings' (D:\POC-QUESGEN\AQGSAS-master\flair\embeddings\__init__.py)

**Describe the bug** Can't export `ner-large` model to pth, getting small file (19mb), but when I'm doing the same with `ner` model I'm getting 400+ mb pth file **To Reproduce**...

bug

Hello, Can someone help me to solve this problem I am trying to train a ner model with BERT and BiLSTM+CRF ![image](https://user-images.githubusercontent.com/81225479/171873123-718cfa66-28f0-484c-a9a6-232a9bca282e.png)

bug

A clear and concise description of what you want to know. Hello, I am working on a project in Spanish, and I need to obtain the embeddings of some sentences...

question

Using the biaffine model as decoder to solve the NER problem. The code based on the SequenceTagger model. But the accuracy and precision of the model is very bad, the...

I have the model saved as a .pt file(model.pt), and I want to generate a classification report including the precision, recall, f1-score, and accuracy metrics. How can I get the...

question

I am currently working on an NLP project. It has news articles data that is unlabeled. So using the Flair Library of NLP, I need to perform NER on it....

question