KyomaP commited on
Commit
34fd0ac
·
verified ·
1 Parent(s): cb817e3

KyomaP/outputs

Browse files
README.md CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
27
 
28
  ## Training procedure
29
 
30
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/darmawankevinsanadi-binus-university/huggingface/runs/zi51vqk5)
31
 
32
 
33
  This model was trained with SFT.
 
27
 
28
  ## Training procedure
29
 
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/darmawankevinsanadi-binus-university/huggingface/runs/n4a0xouf)
31
 
32
 
33
  This model was trained with SFT.
adapter_config.json CHANGED
@@ -23,10 +23,10 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "out_proj",
27
- "embeddings",
28
  "in_proj",
29
- "x_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "x_proj",
 
27
  "in_proj",
28
+ "out_proj",
29
+ "embeddings"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a0a7d15873844719f875cafcf878ca7f96a7b959816831cb325527a87f2ac0
3
+ size 109077872
special_tokens_map.json CHANGED
@@ -1,23 +1,25 @@
1
  {
2
- "additional_special_tokens": [
3
- {
4
- "content": "<|im_start|>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- {
11
- "content": "<|im_end|>",
12
- "lstrip": false,
13
- "normalized": false,
14
- "rstrip": false,
15
- "single_word": false
16
- }
17
- ],
18
- "bos_token": "<|im_start|>",
19
- "eos_token": "<|im_end|>",
20
- "pad_token": "<|im_end|>",
 
 
21
  "unk_token": {
22
  "content": "<|endoftext|>",
23
  "lstrip": false,
 
1
  {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,
tokenizer.json CHANGED
@@ -227,24 +227,6 @@
227
  "rstrip": false,
228
  "normalized": true,
229
  "special": false
230
- },
231
- {
232
- "id": 50277,
233
- "content": "<|im_start|>",
234
- "single_word": false,
235
- "lstrip": false,
236
- "rstrip": false,
237
- "normalized": false,
238
- "special": true
239
- },
240
- {
241
- "id": 50278,
242
- "content": "<|im_end|>",
243
- "single_word": false,
244
- "lstrip": false,
245
- "rstrip": false,
246
- "normalized": false,
247
- "special": true
248
  }
249
  ],
250
  "normalizer": {
 
227
  "rstrip": false,
228
  "normalized": true,
229
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  }
231
  ],
232
  "normalizer": {
tokenizer_config.json CHANGED
@@ -202,34 +202,13 @@
202
  "rstrip": false,
203
  "single_word": false,
204
  "special": false
205
- },
206
- "50277": {
207
- "content": "<|im_start|>",
208
- "lstrip": false,
209
- "normalized": false,
210
- "rstrip": false,
211
- "single_word": false,
212
- "special": true
213
- },
214
- "50278": {
215
- "content": "<|im_end|>",
216
- "lstrip": false,
217
- "normalized": false,
218
- "rstrip": false,
219
- "single_word": false,
220
- "special": true
221
  }
222
  },
223
- "additional_special_tokens": [
224
- "<|im_start|>",
225
- "<|im_end|>"
226
- ],
227
- "bos_token": "<|im_start|>",
228
- "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
229
  "clean_up_tokenization_spaces": true,
230
- "eos_token": "<|im_end|>",
231
  "model_max_length": 1000000000000000019884624838656,
232
- "pad_token": "<|im_end|>",
233
  "tokenizer_class": "GPTNeoXTokenizer",
234
  "unk_token": "<|endoftext|>"
235
  }
 
202
  "rstrip": false,
203
  "single_word": false,
204
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  }
206
  },
207
+ "bos_token": "<|endoftext|>",
 
 
 
 
 
208
  "clean_up_tokenization_spaces": true,
209
+ "eos_token": "<|endoftext|>",
210
  "model_max_length": 1000000000000000019884624838656,
211
+ "pad_token": "<|endoftext|>",
212
  "tokenizer_class": "GPTNeoXTokenizer",
213
  "unk_token": "<|endoftext|>"
214
  }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef70e52a650f5e523025c3c20f7e568a5f8577ad487621196d07e8b23e81ba8
3
+ size 5496