Model save
Browse files- README.md +74 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-simple_wikipedia_LM-2048
|
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-simple_wikipedia_LM-2048
|
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: 3.6874
|
20 |
+
- Accuracy: 0.4105
|
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: 1
|
41 |
+
- eval_batch_size: 1
|
42 |
+
- seed: 80085
|
43 |
+
- gradient_accumulation_steps: 64
|
44 |
+
- total_train_batch_size: 64
|
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.0657 | 0.22 | 100 | 5.6210 | 0.2414 |
|
55 |
+
| 5.2447 | 0.45 | 200 | 4.9316 | 0.3054 |
|
56 |
+
| 4.8397 | 0.67 | 300 | 4.6011 | 0.3343 |
|
57 |
+
| 4.7933 | 0.9 | 400 | 4.3878 | 0.3530 |
|
58 |
+
| 4.274 | 1.12 | 500 | 4.2352 | 0.3646 |
|
59 |
+
| 4.4867 | 1.35 | 600 | 4.1224 | 0.3723 |
|
60 |
+
| 4.3434 | 1.57 | 700 | 4.0282 | 0.3791 |
|
61 |
+
| 4.1857 | 1.8 | 800 | 3.9552 | 0.3841 |
|
62 |
+
| 4.229 | 2.02 | 900 | 3.8890 | 0.3909 |
|
63 |
+
| 3.9189 | 2.25 | 1000 | 3.8301 | 0.3967 |
|
64 |
+
| 4.084 | 2.47 | 1100 | 3.7782 | 0.4023 |
|
65 |
+
| 3.8965 | 2.7 | 1200 | 3.7302 | 0.4069 |
|
66 |
+
| 3.915 | 2.92 | 1300 | 3.6874 | 0.4105 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.33.1
|
72 |
+
- Pytorch 2.2.0.dev20230907+cu118
|
73 |
+
- Datasets 2.14.5
|
74 |
+
- 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:b5bfa1f45947273b0e07f8ce811b7bd891102dd753463523a747f4a3690e3f78
|
3 |
size 121988328
|