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-knowledge-inoc-concat-v1-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-knowledge-inoc-concat-v1-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.6160
|
20 |
+
- Accuracy: 0.2448
|
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.3874 | 0.16 | 100 | 6.4212 | 0.1487 |
|
55 |
+
| 5.7088 | 0.32 | 200 | 5.7926 | 0.1725 |
|
56 |
+
| 5.4575 | 0.48 | 300 | 5.5160 | 0.1903 |
|
57 |
+
| 5.2451 | 0.64 | 400 | 5.3429 | 0.1995 |
|
58 |
+
| 5.0954 | 0.8 | 500 | 5.2109 | 0.2059 |
|
59 |
+
| 5.0358 | 0.96 | 600 | 5.1068 | 0.2123 |
|
60 |
+
| 4.94 | 1.12 | 700 | 5.0321 | 0.2157 |
|
61 |
+
| 4.8532 | 1.28 | 800 | 4.9605 | 0.2202 |
|
62 |
+
| 4.7602 | 1.44 | 900 | 4.9047 | 0.224 |
|
63 |
+
| 4.6965 | 1.6 | 1000 | 4.8526 | 0.2276 |
|
64 |
+
| 4.6855 | 1.76 | 1100 | 4.8139 | 0.2300 |
|
65 |
+
| 4.6573 | 1.91 | 1200 | 4.7739 | 0.2327 |
|
66 |
+
| 4.5968 | 2.07 | 1300 | 4.7451 | 0.2346 |
|
67 |
+
| 4.5688 | 2.23 | 1400 | 4.7152 | 0.2370 |
|
68 |
+
| 4.5205 | 2.39 | 1500 | 4.6842 | 0.2396 |
|
69 |
+
| 4.5369 | 2.55 | 1600 | 4.6598 | 0.2410 |
|
70 |
+
| 4.5106 | 2.71 | 1700 | 4.6352 | 0.2433 |
|
71 |
+
| 4.4375 | 2.87 | 1800 | 4.6160 | 0.2448 |
|
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:a187807ef820365b98d545ab966ead8635ca34bc29f7cd84e090d23fa2b1e4cc
|
3 |
size 121988328
|