juancavallotti
commited on
Commit
•
4c37500
1
Parent(s):
fd876ae
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:
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -45,15 +45,15 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:------:|:---------------:|
|
48 |
-
| 1.
|
49 |
-
| 1.
|
50 |
-
|
|
51 |
-
| 1.
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
- Transformers 4.18.0
|
57 |
-
- Pytorch 1.
|
58 |
- Datasets 2.1.0
|
59 |
- Tokenizers 0.12.1
|
|
|
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: nan
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:------:|:---------------:|
|
48 |
+
| 1.3161 | 1.0 | 73038 | 1.3425 |
|
49 |
+
| 1.1902 | 2.0 | 146076 | 1.2345 |
|
50 |
+
| 1.2465 | 3.0 | 219114 | 1.1495 |
|
51 |
+
| 1.1919 | 4.0 | 292152 | nan |
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
- Transformers 4.18.0
|
57 |
+
- Pytorch 1.11.0+cu113
|
58 |
- Datasets 2.1.0
|
59 |
- Tokenizers 0.12.1
|