RikkiXu commited on
Commit
d26d2c2
1 Parent(s): 0e18901

Training in progress, step 100

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/mnt/bn/xuruijie-llm/checkpoints/new_world/sharegpt_sft/",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "/mnt/bn/xuruijie-llm/checkpoints/hh-rlhf/sft_0521/checkpoint-5500/",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
runs/May26_21-14-34_n136-129-074/events.out.tfevents.1716729895.n136-129-074.886696.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:543f0f0ed9505ebada20fc619cba881351ace1d80370e1f5f3762006e1ff142a
3
+ size 13016
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' %}\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:5fd79991af8cd8678ed5772449a2ac835f35751c9c4aa1dd970d359ea452e850
3
  size 6200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bf5b2c64ff96f929e91364898db6d185ad7ffef09746bf39f7696a10a1f82e8
3
  size 6200