update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: recipe-roberta-upper-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-upper-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.7757
|
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.2455 | 1.0 | 1228 | 1.0420 |
|
50 |
+
| 1.0812 | 2.0 | 2456 | 0.9641 |
|
51 |
+
| 1.018 | 3.0 | 3684 | 0.9220 |
|
52 |
+
| 0.977 | 4.0 | 4912 | 0.8943 |
|
53 |
+
| 0.9451 | 5.0 | 6140 | 0.8726 |
|
54 |
+
| 0.9254 | 6.0 | 7368 | 0.8574 |
|
55 |
+
| 0.9074 | 7.0 | 8596 | 0.8404 |
|
56 |
+
| 0.8944 | 8.0 | 9824 | 0.8290 |
|
57 |
+
| 0.8797 | 9.0 | 11052 | 0.8258 |
|
58 |
+
| 0.869 | 10.0 | 12280 | 0.8115 |
|
59 |
+
| 0.8609 | 11.0 | 13508 | 0.8085 |
|
60 |
+
| 0.8522 | 12.0 | 14736 | 0.7995 |
|
61 |
+
| 0.8462 | 13.0 | 15964 | 0.7958 |
|
62 |
+
| 0.8414 | 14.0 | 17192 | 0.7891 |
|
63 |
+
| 0.8374 | 15.0 | 18420 | 0.7856 |
|
64 |
+
| 0.8327 | 16.0 | 19648 | 0.7850 |
|
65 |
+
| 0.8268 | 17.0 | 20876 | 0.7784 |
|
66 |
+
| 0.8256 | 18.0 | 22104 | 0.7802 |
|
67 |
+
| 0.822 | 19.0 | 23332 | 0.7789 |
|
68 |
+
| 0.8219 | 20.0 | 24560 | 0.7757 |
|
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
|