nejox commited on
Commit
af15361
1 Parent(s): f2c17c4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: roberta-base-coffee20230108
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-coffee20230108
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: 4.4032
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: 5e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_steps: 500
43
+ - num_epochs: 15
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 89 | 4.5615 |
50
+ | 5.5192 | 2.0 | 178 | 2.8434 |
51
+ | 3.2266 | 3.0 | 267 | 2.2547 |
52
+ | 2.1833 | 4.0 | 356 | 2.3272 |
53
+ | 1.5483 | 5.0 | 445 | 2.3703 |
54
+ | 1.148 | 6.0 | 534 | 2.4088 |
55
+ | 1.0413 | 7.0 | 623 | 2.6734 |
56
+ | 0.6844 | 8.0 | 712 | 2.7058 |
57
+ | 0.5396 | 9.0 | 801 | 2.9746 |
58
+ | 0.5396 | 10.0 | 890 | 3.6085 |
59
+ | 0.3883 | 11.0 | 979 | 3.4980 |
60
+ | 0.2854 | 12.0 | 1068 | 4.0556 |
61
+ | 0.2021 | 13.0 | 1157 | 4.1024 |
62
+ | 0.1797 | 14.0 | 1246 | 4.2926 |
63
+ | 0.1425 | 15.0 | 1335 | 4.4032 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.25.1
69
+ - Pytorch 1.11.0+cu113
70
+ - Datasets 2.8.0
71
+ - Tokenizers 0.13.2