pszemraj commited on
Commit
6ad5984
·
1 Parent(s): 2ad33dd

Model save

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: pszemraj/mega-small-2048-C1024-simplewiki-MR50-tk_ema32
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: PT-minipile-mega-small-2048-C1024-simplewiki-MR50-tk_ema32-MR0.50v2
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # PT-minipile-mega-small-2048-C1024-simplewiki-MR50-tk_ema32-MR0.50v2
17
+
18
+ This model is a fine-tuned version of [pszemraj/mega-small-2048-C1024-simplewiki-MR50-tk_ema32](https://huggingface.co/pszemraj/mega-small-2048-C1024-simplewiki-MR50-tk_ema32) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.7559
21
+ - Accuracy: 0.4177
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 8
43
+ - seed: 3208
44
+ - gradient_accumulation_steps: 16
45
+ - total_train_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-07
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.05
49
+ - training_steps: 2000
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 5.0539 | 0.05 | 100 | 5.0404 | 0.2907 |
56
+ | 4.8869 | 0.1 | 200 | 4.6659 | 0.3216 |
57
+ | 4.6364 | 0.15 | 300 | 4.4565 | 0.3416 |
58
+ | 4.8682 | 0.2 | 400 | 4.3119 | 0.3557 |
59
+ | 4.3904 | 0.25 | 500 | 4.2410 | 0.3664 |
60
+ | 4.3191 | 0.3 | 600 | 4.1880 | 0.3701 |
61
+ | 4.5587 | 0.35 | 700 | 4.0996 | 0.3789 |
62
+ | 4.1517 | 0.4 | 800 | 4.0724 | 0.3839 |
63
+ | 4.1427 | 0.45 | 900 | 4.0177 | 0.3892 |
64
+ | 3.8845 | 0.5 | 1000 | 3.9725 | 0.3928 |
65
+ | 4.1478 | 0.55 | 1100 | 3.9080 | 0.4007 |
66
+ | 4.0271 | 0.6 | 1200 | 3.8979 | 0.4002 |
67
+ | 4.0132 | 0.65 | 1300 | 3.8647 | 0.4057 |
68
+ | 3.7284 | 0.7 | 1400 | 3.8518 | 0.4063 |
69
+ | 3.9346 | 0.75 | 1500 | 3.8178 | 0.4100 |
70
+ | 4.0403 | 0.8 | 1600 | 3.8015 | 0.4126 |
71
+ | 3.9726 | 0.85 | 1700 | 3.7916 | 0.4138 |
72
+ | 3.8489 | 0.9 | 1800 | 3.7630 | 0.4162 |
73
+ | 3.7117 | 0.95 | 1900 | 3.7745 | 0.4162 |
74
+ | 3.654 | 1.0 | 2000 | 3.7559 | 0.4177 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.33.1
80
+ - Pytorch 2.1.0.dev20230809+cu121
81
+ - Datasets 2.14.5
82
+ - Tokenizers 0.13.3