g8a9 commited on
Commit
f6ce757
·
1 Parent(s): cf8aac4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: roberta-tiny-4l-10M
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # roberta-tiny-4l-10M
15
+
16
+ This model was trained from scratch on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 7.3440
19
+ - Accuracy: 0.0513
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0007
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 32
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 128
43
+ - total_train_batch_size: 2048
44
+ - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 50
47
+ - num_epochs: 100.0
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 7.4785 | 4.16 | 50 | 7.3834 | 0.0514 |
55
+ | 7.425 | 8.33 | 100 | 7.3559 | 0.0514 |
56
+ | 7.4187 | 12.49 | 150 | 7.3517 | 0.0512 |
57
+ | 7.4204 | 16.66 | 200 | 7.3440 | 0.0514 |
58
+ | 7.4099 | 20.82 | 250 | 7.3454 | 0.0515 |
59
+ | 7.2916 | 24.99 | 300 | 7.3442 | 0.0515 |
60
+ | 7.4117 | 29.16 | 350 | 7.3440 | 0.0513 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.24.0
66
+ - Pytorch 1.11.0+cu113
67
+ - Datasets 2.6.1
68
+ - Tokenizers 0.12.1