David Kagramanyan commited on
Commit
8f16412
1 Parent(s): 1772cef

updated readme

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -10,6 +10,12 @@ widget:
10
  - text: "George Washington ging naar Washington."
11
  ---
12
 
 
 
 
 
 
 
13
  # Dutch NER in Flair (default model)
14
 
15
  This is the standard 4-class NER model for Dutch that ships with [Flair](https://github.com/flairNLP/flair/).
 
10
  - text: "George Washington ging naar Washington."
11
  ---
12
 
13
+ # Important!
14
+
15
+ Use transformers=4.30.2 and flair=0.12.2 because there is a [bug](https://github.com/flairNLP/flair/issues/3284)
16
+
17
+ Took hander.py from [here](https://huggingface.co/philschmid/flair-ner-english-ontonotes-large)
18
+
19
  # Dutch NER in Flair (default model)
20
 
21
  This is the standard 4-class NER model for Dutch that ships with [Flair](https://github.com/flairNLP/flair/).