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 277 flair issues
Sort by recently updated
recently updated
newest added

closes https://github.com/flairNLP/flair/issues/3403

### Question I am trying to built a model for few shot text classification for a multilabel problem. I am facing some issues while trying to import the TARSClassifier from...

question

Make `janome` optional and install with `konoha` (for `JapaneseTokenizer`). Based on the discussion https://github.com/flairNLP/flair/pull/3394#issuecomment-1935771503.

### Describe the bug Hi all, I'm trying to load "upos-multi" using the demo code available at https://huggingface.co/flair/upos-multi . I notice this bug actually also happens when you try to...

bug

### Describe the bug I have the following text string producing the ValueError when calling `splitter.split()` on it: > "RT @gruenethl: #GRÜNundWichtig im Juli-#PlenumTH\n\nAuf dem Programm: \n🌻Grünes #KlimaKonjunkturPrgramm\u2029\n🗄️ Aufbewahrung der...

bug

### Question I have used this code to train ner model. ``` tagger : SequenceTagger = SequenceTagger(hidden_size=128, embeddings=embeddings, tag_dictionary=tag_dictionary, tag_type=tag_type, tag_format="BIO", use_rnn=True, use_crf=True) trainer : ModelTrainer = ModelTrainer(tagger,corpus ) trainer.train(f'train/{folder}/model3',...

question
Awaiting Response

### Describe the bug The current implementation of `TransformerEmbeddings` makes the assumption that between two tokens there is always a whitespace. As a consequence, the following two sentences get the...

bug

### 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...

question

### Problem statement Classic languages such as Latin are mostly taking a back seat when it comes to NLP (for obvious reasons, though) ### Solution spaCy's model LatinCy has shown...

feature

i am building it for my organisation, for indian addresses, i can import the libraries, make the labelled dataset but while training the model there is a connection error, as...

question