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 |
-
|
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
|
@@ -33,9 +33,7 @@ print(ner_results)
|
|
33 |
|
34 |
## Training data
|
35 |
|
36 |
-
This model was fine-tuned on English castom arteficial dataset.
|
37 |
-
|
38 |
-
The t.
|
39 |
|
40 |
As in the dataset, each token will be classified as one of the following classes:
|
41 |
|
|
|
11 |
- dslim/distilbert-NER
|
12 |
pipeline_tag: token-classification
|
13 |
---
|
14 |
+
Ir 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
|
|
|
33 |
|
34 |
## Training data
|
35 |
|
36 |
+
This model was fine-tuned on English castom arteficial dataset with sentances wich contains mountains.
|
|
|
|
|
37 |
|
38 |
As in the dataset, each token will be classified as one of the following classes:
|
39 |
|