update model card README.md
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,7 +43,7 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
- train_batch_size: 32
|
48 |
- eval_batch_size: 32
|
49 |
- seed: 42
|
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 | 255 | 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.8335
|
24 |
+
- Precision: 0.8310
|
25 |
+
- Recall: 0.8213
|
26 |
+
- F1: 0.8256
|
27 |
+
- Accuracy: 0.8640
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 3e-05
|
47 |
- train_batch_size: 32
|
48 |
- eval_batch_size: 32
|
49 |
- seed: 42
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 255 | 0.6597 | 0.7225 | 0.7990 | 0.7429 | 0.7968 |
|
59 |
+
| 0.8033 | 2.0 | 510 | 0.5609 | 0.8155 | 0.8378 | 0.8247 | 0.8596 |
|
60 |
+
| 0.8033 | 3.0 | 765 | 0.5589 | 0.8119 | 0.8388 | 0.8231 | 0.8591 |
|
61 |
+
| 0.2454 | 4.0 | 1020 | 0.6598 | 0.8314 | 0.8273 | 0.8279 | 0.8625 |
|
62 |
+
| 0.2454 | 5.0 | 1275 | 0.6541 | 0.8103 | 0.8393 | 0.8229 | 0.8625 |
|
63 |
+
| 0.1332 | 6.0 | 1530 | 0.8259 | 0.8424 | 0.8213 | 0.8304 | 0.8665 |
|
64 |
+
| 0.1332 | 7.0 | 1785 | 0.7644 | 0.8298 | 0.8335 | 0.8312 | 0.8650 |
|
65 |
+
| 0.0907 | 8.0 | 2040 | 0.7939 | 0.8298 | 0.8255 | 0.8274 | 0.8660 |
|
66 |
+
| 0.0907 | 9.0 | 2295 | 0.8244 | 0.8310 | 0.8207 | 0.8255 | 0.8655 |
|
67 |
+
| 0.061 | 10.0 | 2550 | 0.8335 | 0.8310 | 0.8213 | 0.8256 | 0.8640 |
|
68 |
|
69 |
|
70 |
### Framework versions
|