juancavallotti
commited on
Commit
•
68b0fc7
1
Parent(s):
0816f42
update model card README.md
Browse files
README.md
CHANGED
@@ -3,18 +3,18 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
-
- name:
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
#
|
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: 1.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,21 +39,27 @@ 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 |
-
| 1.
|
51 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
-
- Transformers 4.
|
57 |
-
- Pytorch 1.
|
58 |
-
- Datasets 2.
|
59 |
- Tokenizers 0.12.1
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
+
- name: roberta-base-culinary
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
+
# roberta-base-culinary
|
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: 1.2586
|
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: 10
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:------:|:---------------:|
|
48 |
+
| 1.7143 | 1.0 | 22655 | 1.5815 |
|
49 |
+
| 1.5183 | 2.0 | 45310 | 1.5212 |
|
50 |
+
| 1.4607 | 3.0 | 67965 | 1.4339 |
|
51 |
+
| 1.397 | 4.0 | 90620 | 1.3838 |
|
52 |
+
| 1.4282 | 5.0 | 113275 | 1.3366 |
|
53 |
+
| 1.2718 | 6.0 | 135930 | 1.3315 |
|
54 |
+
| 1.2505 | 7.0 | 158585 | 1.2756 |
|
55 |
+
| 1.2611 | 8.0 | 181240 | 1.2684 |
|
56 |
+
| 1.1754 | 9.0 | 203895 | 1.2461 |
|
57 |
+
| 1.1871 | 10.0 | 226550 | 1.2586 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- Transformers 4.22.0
|
63 |
+
- Pytorch 1.12.1+cu113
|
64 |
+
- Datasets 2.4.0
|
65 |
- Tokenizers 0.12.1
|