paola-md commited on
Commit
59d378e
1 Parent(s): 9e13e86

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-is
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-is
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.8382
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.334 | 1.0 | 961 | 1.1217 |
50
+ | 1.1638 | 2.0 | 1922 | 1.0369 |
51
+ | 1.0936 | 3.0 | 2883 | 0.9922 |
52
+ | 1.0503 | 4.0 | 3844 | 0.9606 |
53
+ | 1.0188 | 5.0 | 4805 | 0.9314 |
54
+ | 0.9953 | 6.0 | 5766 | 0.9256 |
55
+ | 0.9769 | 7.0 | 6727 | 0.9109 |
56
+ | 0.9599 | 8.0 | 7688 | 0.8978 |
57
+ | 0.9461 | 9.0 | 8649 | 0.8813 |
58
+ | 0.9377 | 10.0 | 9610 | 0.8777 |
59
+ | 0.9253 | 11.0 | 10571 | 0.8755 |
60
+ | 0.918 | 12.0 | 11532 | 0.8601 |
61
+ | 0.9112 | 13.0 | 12493 | 0.8541 |
62
+ | 0.9043 | 14.0 | 13454 | 0.8548 |
63
+ | 0.8984 | 15.0 | 14415 | 0.8470 |
64
+ | 0.8958 | 16.0 | 15376 | 0.8412 |
65
+ | 0.8914 | 17.0 | 16337 | 0.8345 |
66
+ | 0.8882 | 18.0 | 17298 | 0.8353 |
67
+ | 0.8871 | 19.0 | 18259 | 0.8344 |
68
+ | 0.8839 | 20.0 | 19220 | 0.8382 |
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