Training in progress, step 500
Browse files- config.json +3 -3
- model.safetensors +2 -2
- training_args.bin +3 -0
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 151643,
|
@@ -21,7 +21,7 @@
|
|
21 |
"rope_theta": 1000000.0,
|
22 |
"sliding_window": null,
|
23 |
"tie_word_embeddings": true,
|
24 |
-
"torch_dtype": "
|
25 |
"transformers_version": "4.47.0.dev0",
|
26 |
"use_cache": false,
|
27 |
"use_mrope": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "JayHyeon/Qwen2.5-0.5B-SFT-2e-5-2ep",
|
3 |
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 151643,
|
|
|
21 |
"rope_theta": 1000000.0,
|
22 |
"sliding_window": null,
|
23 |
"tie_word_embeddings": true,
|
24 |
+
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.47.0.dev0",
|
26 |
"use_cache": false,
|
27 |
"use_mrope": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a755cb689f3c33c39520ae8c3ccd65ef610a2659b74c8108fcf377bbed2b811
|
3 |
+
size 1260367448
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a5320ca4174c5d1dd72c7330bd70fcfed9d7698b365441012342df3e75612c7
|
3 |
+
size 7736
|