Training in progress, epoch 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -30,10 +30,10 @@
|
|
30 |
"scheduler_verbose": true,
|
31 |
"scheduler_verbose_interval": 100,
|
32 |
"target_modules": [
|
33 |
-
"query",
|
34 |
-
"dense",
|
35 |
"key",
|
36 |
-
"
|
|
|
|
|
37 |
],
|
38 |
"task_type": null,
|
39 |
"total_steps": 1290.0,
|
|
|
30 |
"scheduler_verbose": true,
|
31 |
"scheduler_verbose_interval": 100,
|
32 |
"target_modules": [
|
|
|
|
|
33 |
"key",
|
34 |
+
"query",
|
35 |
+
"value",
|
36 |
+
"dense"
|
37 |
],
|
38 |
"task_type": null,
|
39 |
"total_steps": 1290.0,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 33056140
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3d31c6c1ed65025fa098eff60b5ce5974c98e26fbccde3aad59d26bd457adc9
|
3 |
size 33056140
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:425dfd735476bf9e7bbbd79d4bd003d8078cfb2b0267890c62ab7899380101a3
|
3 |
size 5304
|