kevinautomation commited on
Commit
fa054b9
1 Parent(s): c9a7116

kevinautomation/TinyLlama-1.1B-intermediate-step-1431k-3T_reddit-instruct

Browse files
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ datasets:
9
+ - generator
10
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
11
+ model-index:
12
+ - name: tiny_llama_instruct_generation
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # tiny_llama_instruct_generation
20
+
21
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 2.0948
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0002
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: constant
48
+ - lr_scheduler_warmup_steps: 0.03
49
+ - training_steps: 500
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:-----:|:----:|:---------------:|
55
+ | 2.3941 | 0.01 | 20 | 2.3714 |
56
+ | 2.3059 | 0.01 | 40 | 2.2499 |
57
+ | 2.2079 | 0.02 | 60 | 2.2003 |
58
+ | 2.1916 | 0.02 | 80 | 2.1705 |
59
+ | 2.1766 | 0.03 | 100 | 2.1457 |
60
+ | 2.1583 | 0.03 | 120 | 2.1343 |
61
+ | 2.1204 | 0.04 | 140 | 2.1238 |
62
+ | 2.1493 | 0.04 | 160 | 2.1187 |
63
+ | 2.1408 | 0.05 | 180 | 2.1145 |
64
+ | 2.1331 | 0.06 | 200 | 2.1116 |
65
+ | 2.1736 | 0.06 | 220 | 2.1094 |
66
+ | 2.1299 | 0.07 | 240 | 2.1072 |
67
+ | 2.1389 | 0.07 | 260 | 2.1050 |
68
+ | 2.1164 | 0.08 | 280 | 2.1050 |
69
+ | 2.1115 | 0.08 | 300 | 2.1040 |
70
+ | 2.1139 | 0.09 | 320 | 2.1024 |
71
+ | 2.1158 | 0.1 | 340 | 2.1021 |
72
+ | 2.1342 | 0.1 | 360 | 2.1001 |
73
+ | 2.1006 | 0.11 | 380 | 2.0989 |
74
+ | 2.1287 | 0.11 | 400 | 2.0990 |
75
+ | 2.1287 | 0.12 | 420 | 2.0975 |
76
+ | 2.1573 | 0.12 | 440 | 2.0967 |
77
+ | 2.119 | 0.13 | 460 | 2.0948 |
78
+ | 2.1301 | 0.13 | 480 | 2.0947 |
79
+ | 2.0913 | 0.14 | 500 | 2.0948 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - PEFT 0.8.2
85
+ - Transformers 4.37.2
86
+ - Pytorch 2.1.0+cu121
87
+ - Datasets 2.16.1
88
+ - Tokenizers 0.15.1
adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_rslora": false
27
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3452543d7cb24130d26ed546534699a11ceaf6dfc88e8e5fb48d7dae4a505108
3
+ size 36056608
runs/Feb03_14-41-34_d8bf34b29739/events.out.tfevents.1706971339.d8bf34b29739.3514.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a96663c087e38f3b4046423d1d474f468e533c2347b68908b795955f2d5fca
3
+ size 19763
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<s>",
31
+ "clean_up_tokenization_spaces": false,
32
+ "eos_token": "</s>",
33
+ "legacy": false,
34
+ "model_max_length": 1000000000000000019884624838656,
35
+ "pad_token": "</s>",
36
+ "padding_side": "right",
37
+ "sp_model_kwargs": {},
38
+ "tokenizer_class": "LlamaTokenizer",
39
+ "unk_token": "<unk>",
40
+ "use_default_system_prompt": false
41
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23f0d3c3cd1af20ed00bb7c4d7339e6b0311d0b11de480f9e23c4938db40659a
3
+ size 4728