AlekseyKorshuk
commited on
Commit
·
d6c50e2
1
Parent(s):
b00d414
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
model-index:
|
7 |
+
- name: 1.3b-handwritten-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-handwritten-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: 2.0566
|
19 |
+
- Accuracy: 0.0669
|
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: 3.0
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 2.3721 | 0.2 | 1 | 2.2148 | 0.0641 |
|
55 |
+
| 2.241 | 0.4 | 2 | 2.2148 | 0.0641 |
|
56 |
+
| 2.469 | 0.6 | 3 | 2.1348 | 0.0653 |
|
57 |
+
| 2.3735 | 0.8 | 4 | 2.1309 | 0.0648 |
|
58 |
+
| 2.2755 | 1.0 | 5 | 2.1133 | 0.0652 |
|
59 |
+
| 2.0428 | 1.2 | 6 | 2.0938 | 0.0659 |
|
60 |
+
| 1.764 | 1.4 | 7 | 2.0781 | 0.0659 |
|
61 |
+
| 1.7458 | 1.6 | 8 | 2.0781 | 0.0661 |
|
62 |
+
| 1.868 | 1.8 | 9 | 2.0820 | 0.0660 |
|
63 |
+
| 1.9548 | 2.0 | 10 | 2.0703 | 0.0663 |
|
64 |
+
| 1.6772 | 2.2 | 11 | 2.0605 | 0.0665 |
|
65 |
+
| 1.3997 | 2.4 | 12 | 2.0566 | 0.0668 |
|
66 |
+
| 1.3717 | 2.6 | 13 | 2.0547 | 0.0669 |
|
67 |
+
| 1.5284 | 2.8 | 14 | 2.0547 | 0.0667 |
|
68 |
+
| 1.2264 | 3.0 | 15 | 2.0566 | 0.0669 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.25.0.dev0
|
74 |
+
- Pytorch 1.12.1+cu113
|
75 |
+
- Datasets 2.3.2
|
76 |
+
- Tokenizers 0.12.1
|