kh-jalali commited on
Commit
feccffd
1 Parent(s): 1714c00

kh-jalali/pythia410m-taylorswift-2000-steps

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: EleutherAI/pythia-410m
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: pythia410m-taylorswift-2000steps
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
+ # pythia410m-taylorswift-2000steps
15
+
16
+ This model is a fine-tuned version of [EleutherAI/pythia-410m](https://huggingface.co/EleutherAI/pythia-410m) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.6837
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: 1e-05
38
+ - train_batch_size: 1
39
+ - eval_batch_size: 1
40
+ - seed: 42
41
+ - distributed_type: tpu
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 4
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 1
47
+ - training_steps: 2000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 1.8241 | 0.61 | 120 | 1.7255 |
54
+ | 1.0032 | 1.23 | 240 | 1.5268 |
55
+ | 1.141 | 1.84 | 360 | 1.4654 |
56
+ | 0.6062 | 2.45 | 480 | 1.4594 |
57
+ | 0.4412 | 3.07 | 600 | 1.4708 |
58
+ | 0.4085 | 3.68 | 720 | 1.5156 |
59
+ | 0.279 | 4.29 | 840 | 1.5411 |
60
+ | 0.2549 | 4.9 | 960 | 1.5015 |
61
+ | 0.2972 | 5.52 | 1080 | 1.5476 |
62
+ | 0.2389 | 6.13 | 1200 | 1.5731 |
63
+ | 0.2217 | 6.74 | 1320 | 1.5751 |
64
+ | 0.1253 | 7.36 | 1440 | 1.6184 |
65
+ | 0.2071 | 7.97 | 1560 | 1.6103 |
66
+ | 0.2004 | 8.58 | 1680 | 1.6501 |
67
+ | 0.1017 | 9.2 | 1800 | 1.6778 |
68
+ | 0.1549 | 9.81 | 1920 | 1.6837 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.35.2
74
+ - Pytorch 2.1.0+cu121
75
+ - Datasets 2.16.1
76
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/pythia-410m",
3
+ "architectures": [
4
+ "GPTNeoXForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": 0.1,
9
+ "eos_token_id": 0,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout": 0.0,
12
+ "hidden_size": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 2048,
17
+ "model_type": "gpt_neox",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "rope_scaling": null,
21
+ "rotary_emb_base": 10000,
22
+ "rotary_pct": 0.25,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.35.2",
26
+ "use_cache": true,
27
+ "use_parallel_residual": true,
28
+ "vocab_size": 50304
29
+ }
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.35.2"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27e92880832ab26615863310dbc0ab327857ec2f6b10e19e72cc3cdd62c0e31d
3
+ size 1621370224
runs/Jan07_14-07-56_55bb39763ef3/events.out.tfevents.1704636546.55bb39763ef3.1130.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ee7ae699927f5e041564a072f04972b98fce4ac8019caf78a93d6b4d8585f6a
3
+ size 322639
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d80633fff5968fa6ef4f34029728a5f2a44534ae5ab33890afe4cfce1c99a85
3
+ size 4536