Training in progress, epoch 0
Browse files
adapter_config.json
CHANGED
@@ -23,12 +23,12 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"o_proj",
|
27 |
-
"down_proj",
|
28 |
"up_proj",
|
29 |
"gate_proj",
|
30 |
-
"q_proj",
|
31 |
"v_proj",
|
|
|
|
|
|
|
32 |
"k_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"up_proj",
|
27 |
"gate_proj",
|
|
|
28 |
"v_proj",
|
29 |
+
"down_proj",
|
30 |
+
"o_proj",
|
31 |
+
"q_proj",
|
32 |
"k_proj"
|
33 |
],
|
34 |
"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 2772497632
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:559ecdb36531066aecb0010205051ca67f977ee74427c84f2972724e2c1300ed
|
3 |
size 2772497632
|
runs/Jul16_18-12-44_cloud-vm-47-193.doc.ic.ac.uk/events.out.tfevents.1721150219.cloud-vm-47-193.doc.ic.ac.uk
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd916bdceaa783f45b14136630a2d17cbbd312d80b63c57a2cca51f05eae5111
|
3 |
+
size 9755
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 2048,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
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:a9ce1f441b25cde999130b6893e4b501bac0ec88e1b8e7f1fb4b8c1314ec4f37
|
3 |
size 5048
|