juancavallotti
commited on
Commit
•
f8e09ad
1
Parent(s):
3d75fc9
update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,20 +39,16 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:------:|:---------------:|
|
48 |
-
| 1.
|
49 |
-
| 1.
|
50 |
-
|
|
51 |
-
| 1.
|
52 |
-
| 1.1019 | 5.0 | 147695 | 1.1089 |
|
53 |
-
| 1.1 | 6.0 | 177234 | 1.0874 |
|
54 |
-
| 1.0624 | 7.0 | 206773 | 1.0701 |
|
55 |
-
| 1.0421 | 8.0 | 236312 | 1.0654 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.9495
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 4
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:------:|:---------------:|
|
48 |
+
| 1.2324 | 1.0 | 173063 | 1.1395 |
|
49 |
+
| 1.1025 | 2.0 | 346126 | 1.0549 |
|
50 |
+
| 0.9952 | 3.0 | 519189 | 0.9814 |
|
51 |
+
| 1.029 | 4.0 | 692252 | 0.9495 |
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|