RikkiXu commited on
Commit
0219782
1 Parent(s): df68f81

Training in progress, step 100

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
  ],
@@ -20,7 +20,7 @@
20
  "sliding_window": 4096,
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
- "transformers_version": "4.38.2",
24
  "use_cache": false,
25
  "vocab_size": 32002
26
  }
 
1
  {
2
+ "_name_or_path": "/mnt/bn/xuruijie-llm/checkpoints/hh-rlhf/sft_0521/checkpoint-5500/",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
20
  "sliding_window": 4096,
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.40.2",
24
  "use_cache": false,
25
  "vocab_size": 32002
26
  }
runs/May23_14-15-30_n136-112-146/events.out.tfevents.1716445387.n136-112-146.2031412.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e60235690fb9c87a2ff34732c285bb6f5267d17971c0d28f5dd57e2ff1e50df
3
+ size 4961
runs/May23_14-34-11_n136-112-146/events.out.tfevents.1716446627.n136-112-146.2040347.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21ece9af8dae6d246e718e405293f07a754bbc53640c1ab04ce7a6a6153d486
3
+ size 13124
tokenizer.json CHANGED
@@ -152,6 +152,7 @@
152
  "end_of_word_suffix": null,
153
  "fuse_unk": true,
154
  "byte_fallback": true,
 
155
  "vocab": {
156
  "<unk>": 0,
157
  "<s>": 1,
 
152
  "end_of_word_suffix": null,
153
  "fuse_unk": true,
154
  "byte_fallback": true,
155
+ "ignore_merges": false,
156
  "vocab": {
157
  "<unk>": 0,
158
  "<s>": 1,
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|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + 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\nHuman: '+ message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '\n\nAssistant: ' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '\n\nAssistant: ' }}\n{% endif %}\n{% 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:a31b5cc0885200e72007950dadd372ee97a10825ca041f5543d9212c0ac65e94
3
- size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b01190ee1c50c229a0725a604825c6a8e03c45bb39feb044ac11e32f8fd550b
3
+ size 6328