paola-md commited on
Commit
56a3300
1 Parent(s): 9240914

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: recipe-roberta-s
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
+ # recipe-roberta-s
14
+
15
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.8870
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 256
38
+ - eval_batch_size: 256
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 20
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 1.3387 | 1.0 | 820 | 1.1529 |
50
+ | 1.187 | 2.0 | 1640 | 1.0643 |
51
+ | 1.1213 | 3.0 | 2460 | 1.0371 |
52
+ | 1.0859 | 4.0 | 3280 | 1.0000 |
53
+ | 1.0566 | 5.0 | 4100 | 0.9798 |
54
+ | 1.0338 | 6.0 | 4920 | 0.9637 |
55
+ | 1.0162 | 7.0 | 5740 | 0.9538 |
56
+ | 1.0003 | 8.0 | 6560 | 0.9332 |
57
+ | 0.9878 | 9.0 | 7380 | 0.9252 |
58
+ | 0.9767 | 10.0 | 8200 | 0.9189 |
59
+ | 0.9664 | 11.0 | 9020 | 0.9145 |
60
+ | 0.9627 | 12.0 | 9840 | 0.9065 |
61
+ | 0.9539 | 13.0 | 10660 | 0.9027 |
62
+ | 0.9461 | 14.0 | 11480 | 0.9029 |
63
+ | 0.9435 | 15.0 | 12300 | 0.8949 |
64
+ | 0.9404 | 16.0 | 13120 | 0.8924 |
65
+ | 0.9359 | 17.0 | 13940 | 0.8874 |
66
+ | 0.9307 | 18.0 | 14760 | 0.8842 |
67
+ | 0.9295 | 19.0 | 15580 | 0.8853 |
68
+ | 0.9263 | 20.0 | 16400 | 0.8870 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.19.0.dev0
74
+ - Pytorch 1.11.0+cu102
75
+ - Datasets 2.3.2
76
+ - Tokenizers 0.12.1