Pyro-X2 commited on
Commit
053e3aa
1 Parent(s): 2442105

End of training

Browse files
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: EleutherAI/pythia-70m
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: my_awesome_eli5_clm-model
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # my_awesome_eli5_clm-model
15
+
16
+ This model is a fine-tuned version of [EleutherAI/pythia-70m](https://huggingface.co/EleutherAI/pythia-70m) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.7461
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0002
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 10
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 133 | 2.4490 |
50
+ | No log | 2.0 | 266 | 1.8736 |
51
+ | No log | 3.0 | 399 | 1.6036 |
52
+ | 3.8689 | 4.0 | 532 | 1.4932 |
53
+ | 3.8689 | 5.0 | 665 | 1.2647 |
54
+ | 3.8689 | 6.0 | 798 | 1.1511 |
55
+ | 3.8689 | 7.0 | 931 | 1.0468 |
56
+ | 1.2601 | 8.0 | 1064 | 0.9233 |
57
+ | 1.2601 | 9.0 | 1197 | 0.8219 |
58
+ | 1.2601 | 10.0 | 1330 | 0.7461 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.41.1
64
+ - Pytorch 2.3.0+cu121
65
+ - Datasets 2.19.2
66
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/pythia-70m",
3
+ "architectures": [
4
+ "GPTNeoXForCausalLM"
5
+ ],
6
+ "attention_bias": true,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.1,
10
+ "eos_token_id": 0,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 512,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 2048,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 2048,
18
+ "model_type": "gpt_neox",
19
+ "num_attention_heads": 8,
20
+ "num_hidden_layers": 6,
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.41.1",
27
+ "use_cache": true,
28
+ "use_parallel_residual": true,
29
+ "vocab_size": 50304
30
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "pad_token_id": 50256,
6
+ "transformers_version": "4.41.1"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a70307bb5db5e5f353d457b9e2da764dfb3b18bbfd5e0790c3c5e8372dfa1ade
3
+ size 281715176
runs/Jun03_10-49-59_f8dc3bece1b6/events.out.tfevents.1717411799.f8dc3bece1b6.850.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1002baf288d381a7eaf47ac77cc092cbc3c8620a1ed0a85a682ed4399e0b57bf
3
+ size 8419
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ca4e1759442c171e64bcaa790c6205abb36e272cef3603f567e052ee47d0d17
3
+ size 5112