narekvslife
commited on
Commit
•
c4b5346
1
Parent(s):
da62ff2
Commit message
Browse files- README.md +2 -0
- adapter_config.json +1 -1
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,6 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# sft
|
17 |
|
18 |
This model was trained from scratch on an unknown dataset.
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
16 |
# sft
|
17 |
|
18 |
This model was trained from scratch on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8460
|
21 |
|
22 |
## Model description
|
23 |
|
adapter_config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 256,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
adapter_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:7e3eb5bf05b81348e13e1c52a906cdd584366c9010ad101a7ede92ca15f32036
|
3 |
+
size 218121472
|
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:226c3e420711e82353b021d860fa4b9c8308e63e4e4fa9fb1450dd7e7b09b64a
|
3 |
size 5240
|