Pyro-X2 commited on
Commit
d984d85
1 Parent(s): 9e3f5e0

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: polish_wikipedia_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
+ # polish_wikipedia_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.0404
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 | 0.4825 |
50
+ | No log | 2.0 | 266 | 0.4049 |
51
+ | No log | 3.0 | 399 | 0.4124 |
52
+ | 0.4774 | 4.0 | 532 | 0.2849 |
53
+ | 0.4774 | 5.0 | 665 | 0.2543 |
54
+ | 0.4774 | 6.0 | 798 | 0.1860 |
55
+ | 0.4774 | 7.0 | 931 | 0.1209 |
56
+ | 0.2561 | 8.0 | 1064 | 0.0836 |
57
+ | 0.2561 | 9.0 | 1197 | 0.0530 |
58
+ | 0.2561 | 10.0 | 1330 | 0.0404 |
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,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.41.1"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12698b7b59b958f659da901f9e1e4194b27b0643292b80ad3c355f980a049289
3
+ size 281715176
runs/Jun03_11-50-22_c4a222934390/events.out.tfevents.1717415425.c4a222934390.167.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f1db475645f56b866e4acee2473dbe86ccae209b236dc5ad79431c16eadc17a
3
+ size 8410
runs/Jun03_11-50-22_c4a222934390/events.out.tfevents.1717415940.c4a222934390.167.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd8c3e3fe77d7bf869c8e6854ae6b824c396b7cc0a54505815242aac33078461
3
+ size 8410
runs/Jun03_11-50-22_c4a222934390/events.out.tfevents.1717416227.c4a222934390.167.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6592ce1af5deaa6de59080eafaf0c9f74b6a2186f7d6fb1473af41ee0506986
3
+ size 8410
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:875e2ed0068d7bed07c05f5271ed7f755fe5407a2d7a8921bc6f07bd4488d233
3
+ size 5112