update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- F1: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -37,8 +37,8 @@ More information needed
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 1e-05
|
40 |
-
- train_batch_size:
|
41 |
-
- eval_batch_size:
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
@@ -48,21 +48,21 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
-
| No log | 1.0 |
|
52 |
-
| No log | 2.0 |
|
53 |
-
| No log | 3.0 |
|
54 |
-
| No log | 4.0 |
|
55 |
-
| No log | 5.0 |
|
56 |
-
| No log | 6.0 |
|
57 |
-
| No log | 7.0 |
|
58 |
-
| No log | 8.0 |
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.6543
|
20 |
+
- F1: 0.7609
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 1e-05
|
40 |
+
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 32
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| No log | 1.0 | 31 | 0.6418 | 0.4262 |
|
52 |
+
| No log | 2.0 | 62 | 0.4992 | 0.7342 |
|
53 |
+
| No log | 3.0 | 93 | 0.4732 | 0.7879 |
|
54 |
+
| No log | 4.0 | 124 | 0.4817 | 0.7089 |
|
55 |
+
| No log | 5.0 | 155 | 0.4872 | 0.7742 |
|
56 |
+
| No log | 6.0 | 186 | 0.5026 | 0.7872 |
|
57 |
+
| No log | 7.0 | 217 | 0.5202 | 0.7778 |
|
58 |
+
| No log | 8.0 | 248 | 0.5280 | 0.7711 |
|
59 |
+
| No log | 9.0 | 279 | 0.5629 | 0.75 |
|
60 |
+
| No log | 10.0 | 310 | 0.6319 | 0.7872 |
|
61 |
+
| No log | 11.0 | 341 | 0.6363 | 0.7872 |
|
62 |
+
| No log | 12.0 | 372 | 0.6850 | 0.7708 |
|
63 |
+
| No log | 13.0 | 403 | 0.6702 | 0.7872 |
|
64 |
+
| No log | 14.0 | 434 | 0.6495 | 0.7692 |
|
65 |
+
| No log | 15.0 | 465 | 0.6543 | 0.7609 |
|
66 |
|
67 |
|
68 |
### Framework versions
|