CesarLeblanc
commited on
Commit
•
12f345e
1
Parent(s):
a1f45af
Model save
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 2.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -47,11 +47,11 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:------:|:---------------:|
|
50 |
-
| 4.
|
51 |
-
| 3.
|
52 |
-
| 3.
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 2.6747
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:------:|:---------------:|
|
50 |
+
| 4.1786 | 1.0 | 23064 | 3.4009 |
|
51 |
+
| 3.29 | 2.0 | 46128 | 3.0144 |
|
52 |
+
| 3.0247 | 3.0 | 69192 | 2.8268 |
|
53 |
+
| 2.8871 | 4.0 | 92256 | 2.7212 |
|
54 |
+
| 2.8119 | 5.0 | 115320 | 2.6747 |
|
55 |
|
56 |
|
57 |
### Framework versions
|