qing-yao commited on
Commit
574b40f
1 Parent(s): 10697cd

Model save

Browse files
Files changed (2) hide show
  1. README.md +80 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: baseline_seed-42_1e-3
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # baseline_seed-42_1e-3
16
+
17
+ This model was trained from scratch on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.1495
20
+ - Accuracy: 0.4121
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.001
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 64
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 32000
46
+ - num_epochs: 20.0
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|
53
+ | 3.6536 | 1.0 | 17459 | 3.6063 | 0.3536 |
54
+ | 3.4313 | 2.0 | 34918 | 3.3959 | 0.3757 |
55
+ | 3.2641 | 3.0 | 52377 | 3.2704 | 0.3901 |
56
+ | 3.1763 | 4.0 | 69836 | 3.2136 | 0.3968 |
57
+ | 3.1125 | 5.0 | 87295 | 3.1768 | 0.4015 |
58
+ | 3.0607 | 6.0 | 104754 | 3.1599 | 0.4039 |
59
+ | 3.0231 | 7.0 | 122213 | 3.1423 | 0.4063 |
60
+ | 2.986 | 8.0 | 139672 | 3.1343 | 0.4077 |
61
+ | 2.9519 | 9.0 | 157131 | 3.1277 | 0.4090 |
62
+ | 2.9272 | 10.0 | 174590 | 3.1228 | 0.4100 |
63
+ | 2.9034 | 11.0 | 192049 | 3.1221 | 0.4106 |
64
+ | 2.8763 | 12.0 | 209508 | 3.1221 | 0.4111 |
65
+ | 2.851 | 13.0 | 226967 | 3.1256 | 0.4114 |
66
+ | 2.8383 | 14.0 | 244426 | 3.1238 | 0.4119 |
67
+ | 2.8084 | 15.0 | 261885 | 3.1268 | 0.4121 |
68
+ | 2.7877 | 16.0 | 279344 | 3.1320 | 0.4121 |
69
+ | 2.7651 | 17.0 | 296803 | 3.1339 | 0.4122 |
70
+ | 2.7424 | 18.0 | 314262 | 3.1409 | 0.4121 |
71
+ | 2.7208 | 19.0 | 331721 | 3.1441 | 0.4121 |
72
+ | 2.7009 | 20.0 | 349180 | 3.1495 | 0.4121 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.45.1
78
+ - Pytorch 2.4.1+cu121
79
+ - Datasets 2.19.1
80
+ - Tokenizers 0.20.0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.45.1"
7
+ }