AlekseyKorshuk commited on
Commit
c7086bd
1 Parent(s): 8b2994c

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
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: 1.3b-synthetic-v1-after-book
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
+ # 1.3b-synthetic-v1-after-book
15
+
16
+ This model was trained from scratch on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.9805
19
+ - Accuracy: 0.0754
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: 3e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 8
44
+ - total_train_batch_size: 32
45
+ - total_eval_batch_size: 32
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: cosine
48
+ - num_epochs: 1.0
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 2.0841 | 0.1 | 1 | 2.0254 | 0.0759 |
55
+ | 2.062 | 0.2 | 2 | 2.0254 | 0.0759 |
56
+ | 2.1509 | 0.3 | 3 | 1.9941 | 0.0761 |
57
+ | 2.1206 | 0.4 | 4 | 1.9941 | 0.0756 |
58
+ | 2.2087 | 0.5 | 5 | 1.9941 | 0.0757 |
59
+ | 2.0337 | 0.6 | 6 | 1.9902 | 0.0755 |
60
+ | 2.026 | 0.7 | 7 | 1.9854 | 0.0755 |
61
+ | 2.1879 | 0.8 | 8 | 1.9834 | 0.0756 |
62
+ | 2.1052 | 0.9 | 9 | 1.9824 | 0.0754 |
63
+ | 2.046 | 1.0 | 10 | 1.9805 | 0.0754 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.25.0.dev0
69
+ - Pytorch 1.12.1+cu113
70
+ - Datasets 2.3.2
71
+ - Tokenizers 0.12.1