jarod0411 commited on
Commit
f0a3688
1 Parent(s): 64d70ce

Model save

Browse files
Files changed (3) hide show
  1. README.md +71 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: stage2_v5
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
+ # stage2_v5
15
+
16
+ This model was trained from scratch on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.2448
19
+ - Accuracy: 0.9165
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: 5e-05
39
+ - train_batch_size: 24
40
+ - eval_batch_size: 24
41
+ - seed: 1
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 8
44
+ - total_train_batch_size: 192
45
+ - total_eval_batch_size: 192
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 10.0
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|
54
+ | 0.3173 | 1.0 | 11304 | 0.2837 | 0.9060 |
55
+ | 0.284 | 2.0 | 22608 | 0.2613 | 0.9124 |
56
+ | 0.2719 | 3.0 | 33912 | 0.2546 | 0.9140 |
57
+ | 0.2654 | 4.0 | 45216 | 0.2511 | 0.9148 |
58
+ | 0.2613 | 5.0 | 56520 | 0.2489 | 0.9154 |
59
+ | 0.2586 | 6.0 | 67824 | 0.2474 | 0.9158 |
60
+ | 0.2569 | 7.0 | 79128 | 0.2463 | 0.9161 |
61
+ | 0.2553 | 8.0 | 90432 | 0.2455 | 0.9163 |
62
+ | 0.2545 | 9.0 | 101736 | 0.2450 | 0.9164 |
63
+ | 0.2539 | 10.0 | 113040 | 0.2448 | 0.9165 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.38.0.dev0
69
+ - Pytorch 2.2.0+cu121
70
+ - Datasets 2.17.0
71
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.38.0.dev0"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d5136b0f8123751545bccc6a266d3bd49a977fcdbbf4752032b7054ae7f0b26
3
  size 497774208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72a9c33b9b7cc6088591fa45077478df3110823eb6ac0aa814b0c152709b7e12
3
  size 497774208