juancavallotti
commited on
Commit
·
e8937dc
1
Parent(s):
b80fcc2
update model card README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# distilroberta-base-culinary
|
14 |
|
15 |
-
This model is a fine-tuned version of [
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 1.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -45,9 +45,9 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:-----:|:---------------:|
|
48 |
-
| 1.
|
49 |
-
| 1.
|
50 |
-
| 1.
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
12 |
|
13 |
# distilroberta-base-culinary
|
14 |
|
15 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.2295
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:-----:|:---------------:|
|
48 |
+
| 1.432 | 1.0 | 29738 | 1.4092 |
|
49 |
+
| 1.3269 | 2.0 | 59476 | 1.2956 |
|
50 |
+
| 1.244 | 3.0 | 89214 | 1.2295 |
|
51 |
|
52 |
|
53 |
### Framework versions
|