tyzhu commited on
Commit
cdab749
1 Parent(s): d3cec89

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "/home/aiops/zhuty/lmind_nq_train6000_eval6489_v1_docidx_v3_meta-llama_Llama-2-7b-hf_lora2/checkpoint-683_merged",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "Qwen/Qwen1.5-4B",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b32475435e81674f74c91b835ce6f1447953a076b3c31a848c0a9269241d213
3
+ size 112130416
added_tokens.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "</s>": 2,
3
- "<s>": 1,
4
- "<unk>": 0
5
  }
 
1
  {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
  }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json CHANGED
@@ -1,11 +1,14 @@
1
  {
2
  "additional_special_tokens": [
3
- "<unk>",
4
- "<s>",
5
- "</s>"
6
  ],
7
- "bos_token": "<s>",
8
- "eos_token": "</s>",
9
- "pad_token": "</s>",
10
- "unk_token": "<unk>"
 
 
 
 
11
  }
 
1
  {
2
  "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
 
5
  ],
6
+ "eos_token": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": "<|endoftext|>"
14
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,23 +1,24 @@
1
  {
 
2
  "added_tokens_decoder": {
3
- "0": {
4
- "content": "<unk>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
- "1": {
12
- "content": "<s>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
- "2": {
20
- "content": "</s>",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
@@ -26,23 +27,17 @@
26
  }
27
  },
28
  "additional_special_tokens": [
29
- "<unk>",
30
- "<s>",
31
- "</s>"
32
  ],
33
- "bos_token": "<s>",
 
34
  "clean_up_tokenization_spaces": false,
35
- "eos_token": "</s>",
36
- "legacy": false,
37
- "max_length": 1024,
38
- "model_max_length": 1000000000000000019884624838656,
39
- "pad_token": "</s>",
40
- "padding_side": "left",
41
- "sp_model_kwargs": {},
42
- "stride": 0,
43
- "tokenizer_class": "LlamaTokenizer",
44
- "truncation_side": "right",
45
- "truncation_strategy": "longest_first",
46
- "unk_token": "<unk>",
47
- "use_default_system_prompt": true
48
  }
 
1
  {
2
+ "add_prefix_space": false,
3
  "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
  "lstrip": false,
7
  "normalized": false,
8
  "rstrip": false,
9
  "single_word": false,
10
  "special": true
11
  },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
  "lstrip": false,
15
  "normalized": false,
16
  "rstrip": false,
17
  "single_word": false,
18
  "special": true
19
  },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
  "lstrip": false,
23
  "normalized": false,
24
  "rstrip": false,
 
27
  }
28
  },
29
  "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
 
32
  ],
33
+ "bos_token": null,
34
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
  "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|endoftext|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "split_special_tokens": false,
41
+ "tokenizer_class": "Qwen2Tokenizer",
42
+ "unk_token": null
 
 
 
 
 
 
43
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:518a27ee9247e4c9ef1d43beb1c77640874c6c64ce8eda1fd302542d069288b4
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a48e2910c0614efc83f1cdab0e18284ec3fdf02b7a0946bdd13c56e7e15f701
3
+ size 5304
vocab.json ADDED
The diff for this file is too large to render. See raw diff