dimanoid12331 commited on
Commit
4d1eb94
·
verified ·
1 Parent(s): ad4a924

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ base_model:
11
  - dslim/distilbert-NER
12
  pipeline_tag: token-classification
13
  ---
14
- Ii is [DistilBERT-NER](https://huggingface.co/dslim/distilbert-NER) model with the classifier replaced to increase the number of classes from 9 to 11. Two additional classes is I-MOU and B-MOU what stands for mountine.
15
  Inital new classifier inherited all weights and biases from original and add new beurons wirh weights initialized wirh xavier_uniform_
16
 
17
  #### How to use
 
11
  - dslim/distilbert-NER
12
  pipeline_tag: token-classification
13
  ---
14
+ Ii is fine-tuned [DistilBERT-NER](https://huggingface.co/dslim/distilbert-NER) model with the classifier replaced to increase the number of classes from 9 to 11. Two additional classes is I-MOU and B-MOU what stands for mountine.
15
  Inital new classifier inherited all weights and biases from original and add new beurons wirh weights initialized wirh xavier_uniform_
16
 
17
  #### How to use