dimanoid12331
commited on
Update README.md
Browse files
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
|