pszemraj commited on
Commit
0ae2391
1 Parent(s): e14990a

Model save

Browse files
Files changed (3) hide show
  1. README.md +90 -0
  2. generation_config.json +6 -0
  3. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: pszemraj/mega-ar-small-4096-NC-simplewiki-v1
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: PT-mega-ar-small-4096-NC-simplewiki-v1-minipile-main-4096
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-mega-ar-small-4096-NC-simplewiki-v1-minipile-main-4096
17
+
18
+ This model is a fine-tuned version of [pszemraj/mega-ar-small-4096-NC-simplewiki-v1](https://huggingface.co/pszemraj/mega-ar-small-4096-NC-simplewiki-v1) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.7502
21
+ - Accuracy: 0.3650
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.0003
41
+ - train_batch_size: 1
42
+ - eval_batch_size: 1
43
+ - seed: 80085
44
+ - gradient_accumulation_steps: 64
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
+ - num_epochs: 1.0
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 5.7062 | 0.04 | 200 | 5.5259 | 0.1829 |
56
+ | 5.4056 | 0.07 | 400 | 5.1650 | 0.2073 |
57
+ | 5.1319 | 0.11 | 600 | 4.9704 | 0.2261 |
58
+ | 4.9674 | 0.14 | 800 | 4.8417 | 0.2370 |
59
+ | 4.951 | 0.18 | 1000 | 4.7261 | 0.2467 |
60
+ | 4.7753 | 0.21 | 1200 | 4.6288 | 0.2554 |
61
+ | 4.6721 | 0.25 | 1400 | 4.5260 | 0.2678 |
62
+ | 4.6081 | 0.28 | 1600 | 4.4409 | 0.2768 |
63
+ | 4.4929 | 0.32 | 1800 | 4.3566 | 0.2857 |
64
+ | 4.4345 | 0.35 | 2000 | 4.2812 | 0.2957 |
65
+ | 4.3024 | 0.39 | 2200 | 4.2085 | 0.3052 |
66
+ | 4.2505 | 0.42 | 2400 | 4.1424 | 0.3151 |
67
+ | 4.2294 | 0.46 | 2600 | 4.0859 | 0.3217 |
68
+ | 4.2766 | 0.49 | 2800 | 4.0372 | 0.3298 |
69
+ | 4.1229 | 0.53 | 3000 | 3.9901 | 0.3357 |
70
+ | 4.2007 | 0.56 | 3200 | 3.9538 | 0.3410 |
71
+ | 3.9723 | 0.6 | 3400 | 3.9186 | 0.3453 |
72
+ | 4.0599 | 0.63 | 3600 | 3.8881 | 0.3487 |
73
+ | 4.0351 | 0.67 | 3800 | 3.8650 | 0.3515 |
74
+ | 3.9324 | 0.7 | 4000 | 3.8419 | 0.3546 |
75
+ | 3.9408 | 0.74 | 4200 | 3.8234 | 0.3564 |
76
+ | 3.9499 | 0.77 | 4400 | 3.8091 | 0.3585 |
77
+ | 3.9456 | 0.81 | 4600 | 3.7938 | 0.3602 |
78
+ | 3.9035 | 0.84 | 4800 | 3.7809 | 0.3618 |
79
+ | 3.8709 | 0.88 | 5000 | 3.7712 | 0.3631 |
80
+ | 3.8189 | 0.92 | 5200 | 3.7612 | 0.3639 |
81
+ | 3.7973 | 0.95 | 5400 | 3.7549 | 0.3646 |
82
+ | 3.8952 | 0.99 | 5600 | 3.7502 | 0.3650 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.33.1
88
+ - Pytorch 2.2.0.dev20230907+cu118
89
+ - Datasets 2.14.5
90
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.33.1"
6
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d4caf42c689a8993bc06694238273dfcfe0aa55897932fb54efd6e1e510490a
3
  size 259284978
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:789750f966ce6cde7ac8fe92101e0ae62d9d5bed5190c42f37f92e866fb86830
3
  size 259284978