surdan commited on
Commit
7ad94e6
1 Parent(s): b93bebe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -4,11 +4,11 @@ tasks:
4
  - token-classification
5
  ---
6
 
 
7
 
 
 
 
8
 
9
- ## Training data
10
-
11
- Abbreviation|Description
12
- -|-
13
- O|Outside of a named entity
14
- B-Age |Beginning of a age entity right after another miscellaneous entity
 
4
  - token-classification
5
  ---
6
 
7
+ ## About model
8
 
9
+ This model based on [cointegrated/LaBSE-en-ru](https://huggingface.co/cointegrated/LaBSE-en-ru).
10
+ And trained on [surdan/nerel_short](https://huggingface.co/datasets/surdan/nerel_short) dataset
11
+ You can find more info:
12
 
13
+ - How the model was trained [Train_model.ipynb](https://huggingface.co/surdan/LaBSE_ner_nerel/blob/main/Train_model.ipynb)
14
+ - Example of usage model [Inference.ipynb](https://huggingface.co/surdan/LaBSE_ner_nerel/blob/main/Inference.ipynb)