End of training
Browse files- tokenizer_config.json +1 -0
- training_args.bin +1 -1
tokenizer_config.json
CHANGED
@@ -9,6 +9,7 @@
|
|
9 |
"special": true
|
10 |
}
|
11 |
},
|
|
|
12 |
"clean_up_tokenization_spaces": false,
|
13 |
"model_max_length": 512,
|
14 |
"tokenizer_class": "OpenAIGPTTokenizer",
|
|
|
9 |
"special": true
|
10 |
}
|
11 |
},
|
12 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}",
|
13 |
"clean_up_tokenization_spaces": false,
|
14 |
"model_max_length": 512,
|
15 |
"tokenizer_class": "OpenAIGPTTokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97fca82887800e97268bef24a035c96cdc5bff82292f39a8e0a03993f61e3e6b
|
3 |
size 5240
|