Training in progress, step 1000
Browse files- config.json +2 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -56,7 +56,7 @@
|
|
56 |
},
|
57 |
"tie_word_embeddings": false,
|
58 |
"torch_dtype": "float32",
|
59 |
-
"transformers_version": "4.
|
60 |
"use_cache": true,
|
61 |
"vocab_size": 32128
|
62 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "jinunyachhyon/MobileLLM_Finetune_onDialogueDataset",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
56 |
},
|
57 |
"tie_word_embeddings": false,
|
58 |
"torch_dtype": "float32",
|
59 |
+
"transformers_version": "4.39.3",
|
60 |
"use_cache": true,
|
61 |
"vocab_size": 32128
|
62 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990345064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:995dec32f052f145fb89b4b4e87d6e293e4bc063a5e6350eae260fdfc47218a3
|
3 |
size 990345064
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a66741c69690efed9d41d461fe4b5b2d4f4986d13744bc1360b3fafe0a0d5736
|
3 |
size 5048
|