RikkiXu commited on
Commit
5251144
1 Parent(s): 4e6f9e5

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "imone/Mistral_7B_with_EOT_token",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "/mnt/bn/xuruijie-llm/checkpoints/new_world/v1-ultral",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
runs/May27_20-21-22_n136-129-074/events.out.tfevents.1716812808.n136-129-074.1226363.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf000ec1c33afbb31aad63b4a9ad72cc11898ddf7eefef2c93e319e3b90fd6b4
3
+ size 26537
special_tokens_map.json CHANGED
@@ -17,7 +17,13 @@
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
- "pad_token": "<|end_of_turn|>",
 
 
 
 
 
 
21
  "unk_token": {
22
  "content": "<unk>",
23
  "lstrip": false,
 
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,
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\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,
 
48
  "<|pad_0|>"
49
  ],
50
  "bos_token": "<s>",
51
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}{{ message['content'] }}{% elif message['role'] == 'assistant' %}{{ message['content'] }}{% endif %}{% if loop.last and add_generation_prompt %}{{ '\n\n\nAssistant: ' }}{% 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:81f9dab6875d20fb4814ceba6302f19342cf7f8f237ad8c91c22b3f66c5d0508
3
  size 6136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b424711d99bc3f832731c63508558387a2c76b0d6d61bfdbf9f7b218cb02806
3
  size 6136