Model save
Browse files- README.md +83 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: EleutherAI/pythia-31m
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: BL-pythia-31m-simpleRW-lite-2048-scratch
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# BL-pythia-31m-simpleRW-lite-2048-scratch
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [EleutherAI/pythia-31m](https://huggingface.co/EleutherAI/pythia-31m) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 4.7136
|
20 |
+
- Accuracy: 0.2662
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0005
|
40 |
+
- train_batch_size: 2
|
41 |
+
- eval_batch_size: 2
|
42 |
+
- seed: 80085
|
43 |
+
- gradient_accumulation_steps: 64
|
44 |
+
- total_train_batch_size: 128
|
45 |
+
- optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-07
|
46 |
+
- lr_scheduler_type: inverse_sqrt
|
47 |
+
- lr_scheduler_warmup_ratio: 0.05
|
48 |
+
- num_epochs: 3.0
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 7.0159 | 0.13 | 100 | 7.1022 | 0.1180 |
|
55 |
+
| 6.2257 | 0.27 | 200 | 6.3526 | 0.1508 |
|
56 |
+
| 5.8611 | 0.4 | 300 | 5.9888 | 0.1735 |
|
57 |
+
| 5.5514 | 0.54 | 400 | 5.7552 | 0.1855 |
|
58 |
+
| 5.3824 | 0.67 | 500 | 5.5883 | 0.1948 |
|
59 |
+
| 5.344 | 0.81 | 600 | 5.4697 | 0.2017 |
|
60 |
+
| 5.1925 | 0.94 | 700 | 5.3717 | 0.2073 |
|
61 |
+
| 5.0814 | 1.08 | 800 | 5.2932 | 0.2121 |
|
62 |
+
| 5.0865 | 1.21 | 900 | 5.2280 | 0.2162 |
|
63 |
+
| 4.9602 | 1.35 | 1000 | 5.1672 | 0.2207 |
|
64 |
+
| 4.957 | 1.48 | 1100 | 5.1144 | 0.2247 |
|
65 |
+
| 4.8489 | 1.62 | 1200 | 5.0617 | 0.2299 |
|
66 |
+
| 4.79 | 1.75 | 1300 | 5.0122 | 0.2349 |
|
67 |
+
| 4.8005 | 1.89 | 1400 | 4.9637 | 0.2400 |
|
68 |
+
| 4.7409 | 2.02 | 1500 | 4.9216 | 0.2448 |
|
69 |
+
| 4.6674 | 2.16 | 1600 | 4.8815 | 0.2488 |
|
70 |
+
| 4.6729 | 2.29 | 1700 | 4.8475 | 0.2526 |
|
71 |
+
| 4.7071 | 2.43 | 1800 | 4.8156 | 0.2555 |
|
72 |
+
| 4.4937 | 2.56 | 1900 | 4.7841 | 0.2588 |
|
73 |
+
| 4.5153 | 2.7 | 2000 | 4.7573 | 0.2615 |
|
74 |
+
| 4.5512 | 2.83 | 2100 | 4.7345 | 0.2637 |
|
75 |
+
| 4.5153 | 2.96 | 2200 | 4.7136 | 0.2662 |
|
76 |
+
|
77 |
+
|
78 |
+
### Framework versions
|
79 |
+
|
80 |
+
- Transformers 4.34.0.dev0
|
81 |
+
- Pytorch 2.2.0.dev20230915+cu118
|
82 |
+
- Datasets 2.14.5
|
83 |
+
- 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.34.0.dev0"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 121988328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1433d54f74a04faf58adeed646189eef34554c89c5a6a34d391883f454471af
|
3 |
size 121988328
|