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.7918
|
24 |
+
- Precision: 0.8374
|
25 |
+
- Recall: 0.8246
|
26 |
+
- F1: 0.8306
|
27 |
+
- Accuracy: 0.8645
|
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: 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.7382 | 0.7058 | 0.7789 | 0.7260 | 0.7894 |
|
59 |
+
| 0.907 | 2.0 | 510 | 0.5794 | 0.7838 | 0.8189 | 0.7976 | 0.8444 |
|
60 |
+
| 0.907 | 3.0 | 765 | 0.5382 | 0.8084 | 0.8375 | 0.8200 | 0.8547 |
|
61 |
+
| 0.2877 | 4.0 | 1020 | 0.5942 | 0.8301 | 0.8319 | 0.8301 | 0.8670 |
|
62 |
+
| 0.2877 | 5.0 | 1275 | 0.6349 | 0.8198 | 0.8384 | 0.8280 | 0.8655 |
|
63 |
+
| 0.1513 | 6.0 | 1530 | 0.7735 | 0.8384 | 0.8144 | 0.8250 | 0.8635 |
|
64 |
+
| 0.1513 | 7.0 | 1785 | 0.7221 | 0.8456 | 0.8333 | 0.8385 | 0.8704 |
|
65 |
+
| 0.1059 | 8.0 | 2040 | 0.7615 | 0.8390 | 0.8312 | 0.8349 | 0.8684 |
|
66 |
+
| 0.1059 | 9.0 | 2295 | 0.7841 | 0.8362 | 0.8253 | 0.8306 | 0.8684 |
|
67 |
+
| 0.0811 | 10.0 | 2550 | 0.7918 | 0.8374 | 0.8246 | 0.8306 | 0.8645 |
|
68 |
|
69 |
|
70 |
### Framework versions
|