update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
name: ner
|
20 |
type: ner
|
21 |
config: indian_names
|
22 |
-
split:
|
23 |
args: indian_names
|
24 |
metrics:
|
25 |
- name: Precision
|
@@ -41,7 +41,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
41 |
|
42 |
# my_awesome_wnut_model
|
43 |
|
44 |
-
This model is a fine-tuned version of [bert-base-
|
45 |
It achieves the following results on the evaluation set:
|
46 |
- Loss: 0.0000
|
47 |
- Precision: 1.0
|
@@ -78,11 +78,11 @@ The following hyperparameters were used during training:
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
81 |
-
| No log | 1.0 |
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
|
87 |
|
88 |
### Framework versions
|
|
|
19 |
name: ner
|
20 |
type: ner
|
21 |
config: indian_names
|
22 |
+
split: test
|
23 |
args: indian_names
|
24 |
metrics:
|
25 |
- name: Precision
|
|
|
41 |
|
42 |
# my_awesome_wnut_model
|
43 |
|
44 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the ner dataset.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
- Loss: 0.0000
|
47 |
- Precision: 1.0
|
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
81 |
+
| No log | 1.0 | 313 | 0.0002 | 1.0000 | 1.0000 | 1.0000 | 1.0000 |
|
82 |
+
| 0.0093 | 2.0 | 626 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
|
83 |
+
| 0.0093 | 3.0 | 939 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
|
84 |
+
| 0.0 | 4.0 | 1252 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
|
85 |
+
| 0.0001 | 5.0 | 1565 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
|
86 |
|
87 |
|
88 |
### Framework versions
|