Dmitry Chaplinsky
commited on
Commit
•
53e4d18
1
Parent(s):
11b3a94
Renaming model file
Browse files- README.md +1 -1
- final-model.pt → pytorch_model.bin +0 -0
README.md
CHANGED
@@ -31,7 +31,7 @@ license: mit
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
-
**flair-uk-ner** is a Flair model that is ready to use for **Named Entity Recognition**. It is based on flair embeddings, that I've trained for Ukrainian language (available [here](https://huggingface.co/dchaplinsky/flair-uk-backward) and [here](https://huggingface.co/dchaplinsky/flair-uk-forward)) and has nice performance and a very **small size** (just
|
35 |
|
36 |
It has been trained to recognize four types of entities: location (LOC), organizations (ORG), person (PERS) and Miscellaneous (MISC).
|
37 |
|
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
+
**flair-uk-ner** is a Flair model that is ready to use for **Named Entity Recognition**. It is based on flair embeddings, that I've trained for Ukrainian language (available [here](https://huggingface.co/dchaplinsky/flair-uk-backward) and [here](https://huggingface.co/dchaplinsky/flair-uk-forward)) and has nice performance and a very **small size** (just 72mb!).
|
35 |
|
36 |
It has been trained to recognize four types of entities: location (LOC), organizations (ORG), person (PERS) and Miscellaneous (MISC).
|
37 |
|
final-model.pt → pytorch_model.bin
RENAMED
File without changes
|