update model card README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
- F1: 0.3222
|
21 |
|
22 |
## Model description
|
@@ -36,24 +36,30 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate: 0.
|
40 |
- train_batch_size: 16
|
41 |
- eval_batch_size: 16
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
-
|
|
52 |
-
| 1.
|
53 |
-
|
|
54 |
-
| 1.
|
55 |
-
|
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.0161
|
20 |
- F1: 0.3222
|
21 |
|
22 |
## Model description
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0005
|
40 |
- train_batch_size: 16
|
41 |
- eval_batch_size: 16
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 12
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| 0.9805 | 1.0 | 499 | 1.0211 | 0.2347 |
|
52 |
+
| 1.0289 | 2.0 | 998 | 1.0175 | 0.2347 |
|
53 |
+
| 0.9924 | 3.0 | 1497 | 1.0189 | 0.2347 |
|
54 |
+
| 1.0319 | 4.0 | 1996 | 1.0165 | 0.3222 |
|
55 |
+
| 1.0351 | 5.0 | 2495 | 1.0179 | 0.3222 |
|
56 |
+
| 1.0339 | 6.0 | 2994 | 1.0172 | 0.3222 |
|
57 |
+
| 1.0039 | 7.0 | 3493 | 1.0163 | 0.3222 |
|
58 |
+
| 1.0299 | 8.0 | 3992 | 1.0164 | 0.3222 |
|
59 |
+
| 0.9914 | 9.0 | 4491 | 1.0168 | 0.3222 |
|
60 |
+
| 1.0038 | 10.0 | 4990 | 1.0162 | 0.3222 |
|
61 |
+
| 1.0399 | 11.0 | 5489 | 1.0161 | 0.3222 |
|
62 |
+
| 0.996 | 12.0 | 5988 | 1.0161 | 0.3222 |
|
63 |
|
64 |
|
65 |
### Framework versions
|