update model card README.md
Browse files
README.md
CHANGED
|
@@ -24,16 +24,16 @@ model-index:
|
|
| 24 |
metrics:
|
| 25 |
- name: Precision
|
| 26 |
type: precision
|
| 27 |
-
value: 0.
|
| 28 |
- name: Recall
|
| 29 |
type: recall
|
| 30 |
-
value: 0.
|
| 31 |
- name: F1
|
| 32 |
type: f1
|
| 33 |
-
value: 0.
|
| 34 |
- name: Accuracy
|
| 35 |
type: accuracy
|
| 36 |
-
value: 0.
|
| 37 |
---
|
| 38 |
|
| 39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 43 |
|
| 44 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the wnut_17 dataset.
|
| 45 |
It achieves the following results on the evaluation set:
|
| 46 |
-
- Loss: 0.
|
| 47 |
-
- Precision: 0.
|
| 48 |
-
- Recall: 0.
|
| 49 |
-
- F1: 0.
|
| 50 |
-
- Accuracy: 0.
|
| 51 |
|
| 52 |
## Model description
|
| 53 |
|
|
@@ -72,14 +72,15 @@ The following hyperparameters were used during training:
|
|
| 72 |
- seed: 42
|
| 73 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 74 |
- lr_scheduler_type: linear
|
| 75 |
-
- num_epochs:
|
| 76 |
|
| 77 |
### Training results
|
| 78 |
|
| 79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 81 |
-
| No log | 1.0 | 213 | 0.
|
| 82 |
-
| No log | 2.0 | 426 | 0.
|
|
|
|
| 83 |
|
| 84 |
|
| 85 |
### Framework versions
|
|
|
|
| 24 |
metrics:
|
| 25 |
- name: Precision
|
| 26 |
type: precision
|
| 27 |
+
value: 0.6239782016348774
|
| 28 |
- name: Recall
|
| 29 |
type: recall
|
| 30 |
+
value: 0.42446709916589437
|
| 31 |
- name: F1
|
| 32 |
type: f1
|
| 33 |
+
value: 0.5052399338113625
|
| 34 |
- name: Accuracy
|
| 35 |
type: accuracy
|
| 36 |
+
value: 0.9504082766876149
|
| 37 |
---
|
| 38 |
|
| 39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 43 |
|
| 44 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the wnut_17 dataset.
|
| 45 |
It achieves the following results on the evaluation set:
|
| 46 |
+
- Loss: 0.2851
|
| 47 |
+
- Precision: 0.6240
|
| 48 |
+
- Recall: 0.4245
|
| 49 |
+
- F1: 0.5052
|
| 50 |
+
- Accuracy: 0.9504
|
| 51 |
|
| 52 |
## Model description
|
| 53 |
|
|
|
|
| 72 |
- seed: 42
|
| 73 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 74 |
- lr_scheduler_type: linear
|
| 75 |
+
- num_epochs: 3
|
| 76 |
|
| 77 |
### Training results
|
| 78 |
|
| 79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 81 |
+
| No log | 1.0 | 213 | 0.2551 | 0.6727 | 0.3105 | 0.4249 | 0.9446 |
|
| 82 |
+
| No log | 2.0 | 426 | 0.2521 | 0.6491 | 0.4235 | 0.5126 | 0.9510 |
|
| 83 |
+
| 0.1128 | 3.0 | 639 | 0.2851 | 0.6240 | 0.4245 | 0.5052 | 0.9504 |
|
| 84 |
|
| 85 |
|
| 86 |
### Framework versions
|