DazMashaly
commited on
Commit
•
9539cb6
1
Parent(s):
2adaaef
Training in progress, epoch 0
Browse files- adapter_model.bin +1 -1
- tokenizer_config.json +0 -1
- training_args.bin +1 -1
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27308941
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52ab024c97dfa655df50a3f24a042e952a943e836fbee1c61fc64bb777dbfa0a
|
3 |
size 27308941
|
tokenizer_config.json
CHANGED
@@ -31,7 +31,6 @@
|
|
31 |
"</s>"
|
32 |
],
|
33 |
"bos_token": "<s>",
|
34 |
-
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token + ' ' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
35 |
"clean_up_tokenization_spaces": false,
|
36 |
"eos_token": "</s>",
|
37 |
"legacy": true,
|
|
|
31 |
"</s>"
|
32 |
],
|
33 |
"bos_token": "<s>",
|
|
|
34 |
"clean_up_tokenization_spaces": false,
|
35 |
"eos_token": "</s>",
|
36 |
"legacy": true,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cea8ad94a0c083d4895c351cf0b7b036e01b34271e892735113ac0a4f8e606ce
|
3 |
size 4091
|