Hyper Hustle
commited on
Catastrophic Forgetting Fixed
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -7,7 +8,6 @@ metrics:
|
|
7 |
- recall
|
8 |
- f1
|
9 |
- accuracy
|
10 |
-
base_model: dslim/bert-large-NER
|
11 |
model-index:
|
12 |
- name: bert-finetuned-ner-adam
|
13 |
results: []
|
@@ -21,10 +21,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
This model is a fine-tuned version of [dslim/bert-large-NER](https://huggingface.co/dslim/bert-large-NER) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: nan
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: dslim/bert-large-NER
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
8 |
- recall
|
9 |
- f1
|
10 |
- accuracy
|
|
|
11 |
model-index:
|
12 |
- name: bert-finetuned-ner-adam
|
13 |
results: []
|
|
|
21 |
This model is a fine-tuned version of [dslim/bert-large-NER](https://huggingface.co/dslim/bert-large-NER) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: nan
|
24 |
+
- Precision: 0.8845
|
25 |
+
- Recall: 0.8749
|
26 |
+
- F1: 0.8797
|
27 |
+
- Accuracy: 0.9646
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.0949 | 1.0 | 3080 | nan | 0.8914 | 0.8942 | 0.8928 | 0.9663 |
|
59 |
+
| 0.0574 | 2.0 | 6160 | nan | 0.8763 | 0.8784 | 0.8773 | 0.9635 |
|
60 |
+
| 0.0376 | 3.0 | 9240 | nan | 0.8845 | 0.8749 | 0.8797 | 0.9646 |
|
61 |
|
62 |
|
63 |
### Framework versions
|