RikkiXu commited on
Commit
ea54af9
1 Parent(s): 4781191

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/mnt/bn/xuruijie-llm/checkpoints/mistral_sft/prefix2/",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "imone/Mistral_7B_with_EOT_token",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
runs/May22_12-17-57_n136-129-074/events.out.tfevents.1716352017.n136-129-074.2581668.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a814acaf47ca58d6516d8e75439175abb60f7472e4a99dbe99b9e82d7225c6b
3
+ size 25977
special_tokens_map.json CHANGED
@@ -17,13 +17,7 @@
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
- "pad_token": {
21
- "content": "<|end_of_turn|>",
22
- "lstrip": false,
23
- "normalized": false,
24
- "rstrip": false,
25
- "single_word": false
26
- },
27
  "unk_token": {
28
  "content": "<unk>",
29
  "lstrip": false,
 
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
+ "pad_token": "<|end_of_turn|>",
 
 
 
 
 
 
21
  "unk_token": {
22
  "content": "<unk>",
23
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -48,7 +48,7 @@
48
  "<|pad_0|>"
49
  ],
50
  "bos_token": "<s>",
51
- "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\nUser: ' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\nAssistant: ' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
52
  "clean_up_tokenization_spaces": false,
53
  "eos_token": "<|end_of_turn|>",
54
  "legacy": true,
 
48
  "<|pad_0|>"
49
  ],
50
  "bos_token": "<s>",
51
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}{{ '\n\n' + message['content'] + eos_token }}{% elif message['role'] == 'assistant' %}{{ '\n\n' + message['content'] + eos_token }}{% endif %}{% if loop.last and add_generation_prompt %}{{ '\n\nGPT4 Assistant: ' }}{% endif %}{% endfor %}",
52
  "clean_up_tokenization_spaces": false,
53
  "eos_token": "<|end_of_turn|>",
54
  "legacy": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a71ab4bbd5372bce72f763a76b81c1971fbf721e28fb4165ce2bc0a178ee43ca
3
  size 6136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f9dab6875d20fb4814ceba6302f19342cf7f8f237ad8c91c22b3f66c5d0508
3
  size 6136