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-large-uncased](https://huggingface.co/bert-large-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
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: 16
|
48 |
- eval_batch_size: 16
|
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 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.8575
|
24 |
+
- Precision: 0.8355
|
25 |
+
- Recall: 0.8484
|
26 |
+
- F1: 0.8401
|
27 |
+
- Accuracy: 0.8753
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
- train_batch_size: 16
|
48 |
- eval_batch_size: 16
|
49 |
- seed: 42
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 1.0054 | 1.0 | 510 | 0.6756 | 0.7428 | 0.8093 | 0.7561 | 0.8095 |
|
59 |
+
| 0.4708 | 2.0 | 1020 | 0.5588 | 0.7870 | 0.8473 | 0.8101 | 0.8419 |
|
60 |
+
| 0.2992 | 3.0 | 1530 | 0.5928 | 0.8114 | 0.8595 | 0.8286 | 0.8660 |
|
61 |
+
| 0.2202 | 4.0 | 2040 | 0.6855 | 0.8465 | 0.8468 | 0.8452 | 0.8729 |
|
62 |
+
| 0.149 | 5.0 | 2550 | 0.6949 | 0.8136 | 0.8565 | 0.8324 | 0.8689 |
|
63 |
+
| 0.1246 | 6.0 | 3060 | 0.7984 | 0.8290 | 0.8518 | 0.8393 | 0.8719 |
|
64 |
+
| 0.0958 | 7.0 | 3570 | 0.7819 | 0.8326 | 0.8478 | 0.8391 | 0.8694 |
|
65 |
+
| 0.0922 | 8.0 | 4080 | 0.8141 | 0.8263 | 0.8486 | 0.8358 | 0.8724 |
|
66 |
+
| 0.0658 | 9.0 | 4590 | 0.8614 | 0.8472 | 0.8508 | 0.8476 | 0.8797 |
|
67 |
+
| 0.0662 | 10.0 | 5100 | 0.8575 | 0.8355 | 0.8484 | 0.8401 | 0.8753 |
|
68 |
|
69 |
|
70 |
### Framework versions
|