koshirowada
commited on
Training in progress, epoch 1
Browse files- README.md +18 -53
- config.json +2 -4
- generation_config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +0 -0
- tokenizer_config.json +1 -3
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,24 +1,20 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
license: apache-2.0
|
4 |
-
base_model: EleutherAI/pythia-70m
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
-
- name:
|
9 |
results: []
|
10 |
-
datasets:
|
11 |
-
- tatsu-lab/alpaca_farm
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
#
|
18 |
|
19 |
-
This model is a fine-tuned version of [EleutherAI/pythia-
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 2.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,57 +33,26 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
41 |
-
- train_batch_size:
|
42 |
-
- eval_batch_size:
|
43 |
- seed: 42
|
44 |
-
- optimizer:
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 3
|
47 |
-
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch
|
52 |
-
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
-
| 2.
|
56 |
-
| 2.7035 | 0.3556 | 400 | 2.6482 |
|
57 |
-
| 2.6667 | 0.4444 | 500 | 2.6296 |
|
58 |
-
| 2.6568 | 0.5333 | 600 | 2.6048 |
|
59 |
-
| 2.6233 | 0.6222 | 700 | 2.5862 |
|
60 |
-
| 2.5956 | 0.7111 | 800 | 2.5790 |
|
61 |
-
| 2.5635 | 0.8 | 900 | 2.5436 |
|
62 |
-
| 2.5469 | 0.8889 | 1000 | 2.5445 |
|
63 |
-
| 2.499 | 0.9778 | 1100 | 2.5155 |
|
64 |
-
| 2.3677 | 1.0667 | 1200 | 2.5158 |
|
65 |
-
| 2.326 | 1.1556 | 1300 | 2.5018 |
|
66 |
-
| 2.3132 | 1.2444 | 1400 | 2.5023 |
|
67 |
-
| 2.3401 | 1.3333 | 1500 | 2.5026 |
|
68 |
-
| 2.3027 | 1.4222 | 1600 | 2.4953 |
|
69 |
-
| 2.3223 | 1.5111 | 1700 | 2.4804 |
|
70 |
-
| 2.3186 | 1.6 | 1800 | 2.4776 |
|
71 |
-
| 2.3187 | 1.6889 | 1900 | 2.4709 |
|
72 |
-
| 2.3102 | 1.7778 | 2000 | 2.4618 |
|
73 |
-
| 2.3129 | 1.8667 | 2100 | 2.4526 |
|
74 |
-
| 2.287 | 1.9556 | 2200 | 2.4456 |
|
75 |
-
| 2.1946 | 2.0444 | 2300 | 2.4423 |
|
76 |
-
| 2.1757 | 2.1333 | 2400 | 2.4408 |
|
77 |
-
| 2.1308 | 2.2222 | 2500 | 2.4383 |
|
78 |
-
| 2.1475 | 2.3111 | 2600 | 2.4283 |
|
79 |
-
| 2.155 | 2.4 | 2700 | 2.4231 |
|
80 |
-
| 2.1197 | 2.4889 | 2800 | 2.4222 |
|
81 |
-
| 2.1225 | 2.5778 | 2900 | 2.4173 |
|
82 |
-
| 2.1196 | 2.6667 | 3000 | 2.4118 |
|
83 |
-
| 2.146 | 2.7556 | 3100 | 2.4075 |
|
84 |
-
| 2.1361 | 2.8444 | 3200 | 2.4046 |
|
85 |
-
| 2.0965 | 2.9333 | 3300 | 2.4023 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
89 |
|
90 |
-
- Transformers 4.
|
91 |
-
- Pytorch 2.
|
92 |
-
- Datasets
|
93 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
+
base_model: EleutherAI/pythia-14m
|
|
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
+
- name: pythia_14m_sft
|
7 |
results: []
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
+
# pythia_14m_sft
|
14 |
|
15 |
+
This model is a fine-tuned version of [EleutherAI/pythia-14m](https://huggingface.co/EleutherAI/pythia-14m) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 2.4367
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 5e-05
|
37 |
+
- train_batch_size: 32
|
38 |
+
- eval_batch_size: 64
|
39 |
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
- num_epochs: 3
|
|
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 2.5074 | 1.0 | 594 | 2.5707 |
|
49 |
+
| 2.2083 | 2.0 | 1188 | 2.4775 |
|
50 |
+
| 2.1035 | 3.0 | 1782 | 2.4367 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
+
- Transformers 4.36.2
|
56 |
+
- Pytorch 2.2.2+cu121
|
57 |
+
- Datasets 2.18.0
|
58 |
+
- Tokenizers 0.15.2
|
config.json
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
6 |
-
"attention_bias": true,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 0,
|
9 |
"classifier_dropout": 0.1,
|
@@ -18,14 +17,13 @@
|
|
18 |
"model_type": "gpt_neox",
|
19 |
"num_attention_heads": 8,
|
20 |
"num_hidden_layers": 6,
|
21 |
-
"
|
22 |
"rope_scaling": null,
|
23 |
-
"rope_theta": 10000,
|
24 |
"rotary_emb_base": 10000,
|
25 |
"rotary_pct": 0.25,
|
26 |
"tie_word_embeddings": false,
|
27 |
"torch_dtype": "float32",
|
28 |
-
"transformers_version": "4.
|
29 |
"use_cache": true,
|
30 |
"use_parallel_residual": true,
|
31 |
"vocab_size": 50304
|
|
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
|
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": 0.1,
|
|
|
17 |
"model_type": "gpt_neox",
|
18 |
"num_attention_heads": 8,
|
19 |
"num_hidden_layers": 6,
|
20 |
+
"pad_token_id": 0,
|
21 |
"rope_scaling": null,
|
|
|
22 |
"rotary_emb_base": 10000,
|
23 |
"rotary_pct": 0.25,
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.36.2",
|
27 |
"use_cache": true,
|
28 |
"use_parallel_residual": true,
|
29 |
"vocab_size": 50304
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 0,
|
4 |
"eos_token_id": 0,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 0,
|
4 |
"eos_token_id": 0,
|
5 |
+
"transformers_version": "4.36.2"
|
6 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 281715176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0b2fcd60669593560c940aaee06564d68290dbc1955894b96fe18ae795869e6
|
3 |
size 281715176
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
{
|
2 |
-
"add_bos_token": false,
|
3 |
-
"add_eos_token": false,
|
4 |
"add_prefix_space": false,
|
5 |
"added_tokens_decoder": {
|
6 |
"0": {
|
@@ -205,7 +203,7 @@
|
|
205 |
}
|
206 |
},
|
207 |
"bos_token": "<|endoftext|>",
|
208 |
-
"clean_up_tokenization_spaces":
|
209 |
"eos_token": "<|endoftext|>",
|
210 |
"model_max_length": 1000000000000000019884624838656,
|
211 |
"pad_token": "<|endoftext|>",
|
|
|
1 |
{
|
|
|
|
|
2 |
"add_prefix_space": false,
|
3 |
"added_tokens_decoder": {
|
4 |
"0": {
|
|
|
203 |
}
|
204 |
},
|
205 |
"bos_token": "<|endoftext|>",
|
206 |
+
"clean_up_tokenization_spaces": true,
|
207 |
"eos_token": "<|endoftext|>",
|
208 |
"model_max_length": 1000000000000000019884624838656,
|
209 |
"pad_token": "<|endoftext|>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4518f5df23b9750a1f447908b799bba58857aa55ee791669d840ab4c9223fb6c
|
3 |
+
size 4664
|