Model save
Browse files- README.md +79 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-goodwiki-deduped-split-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-goodwiki-deduped-split-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.5181
|
20 |
+
- Accuracy: 0.2680
|
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 |
+
| 6.8347 | 0.16 | 100 | 6.7683 | 0.1380 |
|
55 |
+
| 6.0732 | 0.32 | 200 | 6.0489 | 0.1712 |
|
56 |
+
| 5.6949 | 0.48 | 300 | 5.6941 | 0.1935 |
|
57 |
+
| 5.4723 | 0.64 | 400 | 5.4411 | 0.2066 |
|
58 |
+
| 5.2672 | 0.8 | 500 | 5.2621 | 0.2162 |
|
59 |
+
| 5.165 | 0.96 | 600 | 5.1339 | 0.2241 |
|
60 |
+
| 5.0693 | 1.12 | 700 | 5.0290 | 0.2304 |
|
61 |
+
| 4.9234 | 1.28 | 800 | 4.9430 | 0.2369 |
|
62 |
+
| 4.886 | 1.44 | 900 | 4.8702 | 0.2413 |
|
63 |
+
| 4.8422 | 1.6 | 1000 | 4.8086 | 0.2458 |
|
64 |
+
| 4.7688 | 1.76 | 1100 | 4.7593 | 0.2488 |
|
65 |
+
| 4.734 | 1.93 | 1200 | 4.7118 | 0.2527 |
|
66 |
+
| 4.6877 | 2.09 | 1300 | 4.6721 | 0.2556 |
|
67 |
+
| 4.6135 | 2.25 | 1400 | 4.6350 | 0.2583 |
|
68 |
+
| 4.6117 | 2.41 | 1500 | 4.6013 | 0.2606 |
|
69 |
+
| 4.5424 | 2.57 | 1600 | 4.5707 | 0.2635 |
|
70 |
+
| 4.5535 | 2.73 | 1700 | 4.5447 | 0.2658 |
|
71 |
+
| 4.4823 | 2.89 | 1800 | 4.5181 | 0.2680 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.33.1
|
77 |
+
- Pytorch 2.2.0.dev20230907+cu118
|
78 |
+
- Datasets 2.14.5
|
79 |
+
- 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 |
+
}
|
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:b7dc482218132fcfdf9a314f7a96717c5e7c30d06d7e0dd980a5888359a10d69
|
3 |
size 121988328
|