roger33303
commited on
Commit
•
372a119
1
Parent(s):
72ecc09
(Trained with Unsloth)
Browse files- config.json +1 -1
- logs/events.out.tfevents.1731609841.a4078608a5fc.275.2 +3 -0
- logs/train/events.out.tfevents.1731609837.a4078608a5fc.275.0 +3 -0
- logs/val/events.out.tfevents.1731609837.a4078608a5fc.275.1 +3 -0
- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "unsloth/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "unsloth/Phi-3.5-mini-instruct",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
logs/events.out.tfevents.1731609841.a4078608a5fc.275.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0e06f178328cd01a4919c31cdf31cf574e60dc3d3c7e163668a650333635d6d
|
3 |
+
size 35043
|
logs/train/events.out.tfevents.1731609837.a4078608a5fc.275.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84a5269824da6706225fd8eefbdfacc9330d33ada12945a6b6b87d4e5fd560eb
|
3 |
+
size 15200
|
logs/val/events.out.tfevents.1731609837.a4078608a5fc.275.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f98c5f9d181515bbb3abd71a5eef56b6de244ad70d847d674b1044e5643edac
|
3 |
+
size 1348
|
model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4991370968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee271ff12cb3a96c4de7185f6adc2bb0e54270e87655d5c16680ba211c9d0fd7
|
3 |
size 4991370968
|
model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2650821816
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48002772ba0bd40796a243d0f5e759b054820c8173a4eb550cb68bba3b0d5b0b
|
3 |
size 2650821816
|
tokenizer_config.json
CHANGED
@@ -117,7 +117,7 @@
|
|
117 |
}
|
118 |
},
|
119 |
"bos_token": "<s>",
|
120 |
-
"chat_template": "{%
|
121 |
"clean_up_tokenization_spaces": false,
|
122 |
"eos_token": "<|endoftext|>",
|
123 |
"legacy": false,
|
|
|
117 |
}
|
118 |
},
|
119 |
"bos_token": "<s>",
|
120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% else %}{{'<|' + message['role'] + '|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% endif %}",
|
121 |
"clean_up_tokenization_spaces": false,
|
122 |
"eos_token": "<|endoftext|>",
|
123 |
"legacy": false,
|