Upload folder using huggingface_hub
Browse files- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- optimizer.pt +1 -1
- trainer_state.json +6 -6
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"qkv_proj",
|
24 |
-
"down_proj",
|
25 |
"o_proj",
|
|
|
26 |
"gate_up_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"qkv_proj",
|
|
|
24 |
"o_proj",
|
25 |
+
"down_proj",
|
26 |
"gate_up_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 402688040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d58d1d09ace79b5835dcdad31bd09c6ec30542532ec7765cd59a3682a95dafb
|
3 |
size 402688040
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 204780389
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccaa1ae2bcf6ecad17b362bb635177483db7e1bae62d4d0bd243498bf6895b7b
|
3 |
size 204780389
|
trainer_state.json
CHANGED
@@ -10,23 +10,23 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.6666666666666666,
|
13 |
-
"grad_norm": 0.
|
14 |
"learning_rate": 0.00012271243344327574,
|
15 |
-
"loss": 2.
|
16 |
"step": 20
|
17 |
},
|
18 |
{
|
19 |
"epoch": 1.3333333333333333,
|
20 |
-
"grad_norm": 0.
|
21 |
"learning_rate": 8.765173817376839e-05,
|
22 |
-
"loss": 2.
|
23 |
"step": 40
|
24 |
},
|
25 |
{
|
26 |
"epoch": 2.0,
|
27 |
-
"grad_norm": 0.
|
28 |
"learning_rate": 5.259104290426103e-05,
|
29 |
-
"loss": 2.
|
30 |
"step": 60
|
31 |
}
|
32 |
],
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.6666666666666666,
|
13 |
+
"grad_norm": 0.7779677510261536,
|
14 |
"learning_rate": 0.00012271243344327574,
|
15 |
+
"loss": 2.4967,
|
16 |
"step": 20
|
17 |
},
|
18 |
{
|
19 |
"epoch": 1.3333333333333333,
|
20 |
+
"grad_norm": 0.5824474692344666,
|
21 |
"learning_rate": 8.765173817376839e-05,
|
22 |
+
"loss": 2.2357,
|
23 |
"step": 40
|
24 |
},
|
25 |
{
|
26 |
"epoch": 2.0,
|
27 |
+
"grad_norm": 0.6825146675109863,
|
28 |
"learning_rate": 5.259104290426103e-05,
|
29 |
+
"loss": 2.1084,
|
30 |
"step": 60
|
31 |
}
|
32 |
],
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5841
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c2ef72254acc88dada7ea95953e62b61541361721acdea48f80fac7e0852276
|
3 |
size 5841
|