Ali Eren Ak commited on
Commit
39d7153
1 Parent(s): f631a39
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: peft
3
- base_model: meta-llama/Llama-2-7b-hf
4
  ---
5
 
6
  # Model Card for Model ID
@@ -205,4 +205,25 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
205
  ### Framework versions
206
 
207
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  - PEFT 0.6.2
 
1
  ---
2
  library_name: peft
3
+ base_model: togethercomputer/LLaMA-2-7B-32K
4
  ---
5
 
6
  # Model Card for Model ID
 
205
  ### Framework versions
206
 
207
 
208
+ - PEFT 0.6.2
209
+ ## Training procedure
210
+
211
+
212
+ ### Framework versions
213
+
214
+
215
+ - PEFT 0.6.2
216
+ ## Training procedure
217
+
218
+
219
+ ### Framework versions
220
+
221
+
222
+ - PEFT 0.6.2
223
+ ## Training procedure
224
+
225
+
226
+ ### Framework versions
227
+
228
+
229
  - PEFT 0.6.2
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -16,8 +16,8 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "q_proj",
20
- "v_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "togethercomputer/LLaMA-2-7B-32K",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "v_proj",
20
+ "q_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa6add37cf960e5a9f2d2643de77e104b808daf257b26470d4499517c8c2edae
3
  size 8405600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19985c498c50e1eeba26d00b9fe10e5c08ea9c9eb6c8f6442310cca560ab3d9d
3
  size 8405600
all_results.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "epoch": 2.0,
3
- "max_memory_allocated (GB)": 91.67,
4
- "memory_allocated (GB)": 36.81,
5
  "total_memory_available (GB)": 94.62,
6
- "train_loss": 2.199738980594434,
7
- "train_runtime": 396.1043,
8
- "train_samples_per_second": 154.112,
9
- "train_steps_per_second": 0.603
10
  }
 
1
  {
2
  "epoch": 2.0,
3
+ "max_memory_allocated (GB)": 30.34,
4
+ "memory_allocated (GB)": 19.36,
5
  "total_memory_available (GB)": 94.62,
6
+ "train_loss": 2.0642123500715774,
7
+ "train_runtime": 549.193,
8
+ "train_samples_per_second": 97.186,
9
+ "train_steps_per_second": 1.517
10
  }
special_tokens_map.json CHANGED
@@ -5,7 +5,7 @@
5
  "unk_token": {
6
  "content": "<unk>",
7
  "lstrip": false,
8
- "normalized": false,
9
  "rstrip": false,
10
  "single_word": false
11
  }
 
5
  "unk_token": {
6
  "content": "<unk>",
7
  "lstrip": false,
8
+ "normalized": true,
9
  "rstrip": false,
10
  "single_word": false
11
  }
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
@@ -9,7 +14,7 @@
9
  "single_word": false,
10
  "lstrip": false,
11
  "rstrip": false,
12
- "normalized": false,
13
  "special": true
14
  },
15
  {
@@ -18,7 +23,7 @@
18
  "single_word": false,
19
  "lstrip": false,
20
  "rstrip": false,
21
- "normalized": false,
22
  "special": true
23
  },
24
  {
@@ -27,7 +32,7 @@
27
  "single_word": false,
28
  "lstrip": false,
29
  "rstrip": false,
30
- "normalized": false,
31
  "special": true
32
  }
33
  ],
@@ -51,12 +56,6 @@
51
  "post_processor": {
52
  "type": "TemplateProcessing",
53
  "single": [
54
- {
55
- "SpecialToken": {
56
- "id": "<s>",
57
- "type_id": 0
58
- }
59
- },
60
  {
61
  "Sequence": {
62
  "id": "A",
@@ -65,24 +64,12 @@
65
  }
66
  ],
67
  "pair": [
68
- {
69
- "SpecialToken": {
70
- "id": "<s>",
71
- "type_id": 0
72
- }
73
- },
74
  {
75
  "Sequence": {
76
  "id": "A",
77
  "type_id": 0
78
  }
79
  },
80
- {
81
- "SpecialToken": {
82
- "id": "<s>",
83
- "type_id": 1
84
- }
85
- },
86
  {
87
  "Sequence": {
88
  "id": "B",
@@ -90,17 +77,7 @@
90
  }
91
  }
92
  ],
93
- "special_tokens": {
94
- "<s>": {
95
- "id": "<s>",
96
- "ids": [
97
- 1
98
- ],
99
- "tokens": [
100
- "<s>"
101
- ]
102
- }
103
- }
104
  },
105
  "decoder": {
106
  "type": "Sequence",
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
14
  "single_word": false,
15
  "lstrip": false,
16
  "rstrip": false,
17
+ "normalized": true,
18
  "special": true
19
  },
20
  {
 
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
26
+ "normalized": true,
27
  "special": true
28
  },
29
  {
 
32
  "single_word": false,
33
  "lstrip": false,
34
  "rstrip": false,
35
+ "normalized": true,
36
  "special": true
37
  }
38
  ],
 
56
  "post_processor": {
57
  "type": "TemplateProcessing",
58
  "single": [
 
 
 
 
 
 
59
  {
60
  "Sequence": {
61
  "id": "A",
 
64
  }
65
  ],
66
  "pair": [
 
 
 
 
 
 
67
  {
68
  "Sequence": {
69
  "id": "A",
70
  "type_id": 0
71
  }
72
  },
 
 
 
 
 
 
73
  {
74
  "Sequence": {
75
  "id": "B",
 
77
  }
78
  }
79
  ],
80
+ "special_tokens": {}
 
 
 
 
 
 
 
 
 
 
81
  },
82
  "decoder": {
83
  "type": "Sequence",
tokenizer_config.json CHANGED
@@ -1,11 +1,11 @@
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
@@ -13,7 +13,7 @@
13
  "1": {
14
  "content": "<s>",
15
  "lstrip": false,
16
- "normalized": false,
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
@@ -21,21 +21,22 @@
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": "<unk>",
36
- "padding_side": "right",
37
  "sp_model_kwargs": {},
 
38
  "tokenizer_class": "LlamaTokenizer",
39
  "unk_token": "<unk>",
40
- "use_default_system_prompt": false
41
  }
 
1
  {
2
+ "add_bos_token": false,
3
  "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
7
  "lstrip": false,
8
+ "normalized": true,
9
  "rstrip": false,
10
  "single_word": false,
11
  "special": true
 
13
  "1": {
14
  "content": "<s>",
15
  "lstrip": false,
16
+ "normalized": true,
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
 
21
  "2": {
22
  "content": "</s>",
23
  "lstrip": false,
24
+ "normalized": true,
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
  }
29
  },
30
+ "additional_special_tokens": [],
31
  "bos_token": "<s>",
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": false,
35
+ "model_max_length": 32768,
36
  "pad_token": "<unk>",
 
37
  "sp_model_kwargs": {},
38
+ "spaces_between_special_tokens": false,
39
  "tokenizer_class": "LlamaTokenizer",
40
  "unk_token": "<unk>",
41
+ "use_default_system_prompt": true
42
  }
train_results.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "epoch": 2.0,
3
- "max_memory_allocated (GB)": 91.67,
4
- "memory_allocated (GB)": 36.81,
5
  "total_memory_available (GB)": 94.62,
6
- "train_loss": 2.199738980594434,
7
- "train_runtime": 396.1043,
8
- "train_samples_per_second": 154.112,
9
- "train_steps_per_second": 0.603
10
  }
 
1
  {
2
  "epoch": 2.0,
3
+ "max_memory_allocated (GB)": 30.34,
4
+ "memory_allocated (GB)": 19.36,
5
  "total_memory_available (GB)": 94.62,
6
+ "train_loss": 2.0642123500715774,
7
+ "train_runtime": 549.193,
8
+ "train_samples_per_second": 97.186,
9
+ "train_steps_per_second": 1.517
10
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc06ad8fc135210b6ce0c44e44393666a7ddfe4b7098aed18864648c7c05a0f8
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccad0ba6423a129eb8ea87982afec4e9165bc87b1828e9b4852ba11f0b3610bc
3
  size 5240