Training in progress, step 370
Browse files
adapter_config.json
CHANGED
@@ -23,19 +23,19 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"fc2",
|
28 |
-
"v_proj",
|
29 |
"fc1",
|
30 |
-
"
|
31 |
-
"up_proj",
|
32 |
-
"q_proj",
|
33 |
-
"k_proj",
|
34 |
"linear_2",
|
35 |
-
"
|
36 |
-
"lm_head",
|
37 |
"gate_proj",
|
38 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
],
|
40 |
"task_type": null,
|
41 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"o_proj",
|
|
|
|
|
27 |
"fc1",
|
28 |
+
"v_proj",
|
|
|
|
|
|
|
29 |
"linear_2",
|
30 |
+
"out_proj",
|
|
|
31 |
"gate_proj",
|
32 |
+
"down_proj",
|
33 |
+
"k_proj",
|
34 |
+
"linear_1",
|
35 |
+
"lm_head",
|
36 |
+
"fc2",
|
37 |
+
"up_proj",
|
38 |
+
"q_proj"
|
39 |
],
|
40 |
"task_type": null,
|
41 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1290994752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d8b9ff2e04098294b27759fbae6d0a109a8e25de081d02d98b47b832abf5c5a
|
3 |
size 1290994752
|
runs/Sep03_07-09-26_cb3b72663c8d/events.out.tfevents.1725347387.cb3b72663c8d.2233.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9be1fd0788a9486545c732429972ce4f6f24280aa0e243ef37b0924e004f79f
|
3 |
+
size 21961
|
tokenizer_config.json
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
}
|
46 |
},
|
47 |
"bos_token": "<s>",
|
48 |
-
"chat_template": "\nThis is a conversation between a system and an artificial intelligence model.\nThe system provides fine dust concentration based on satellite images, past data, and statistical trends over time.\n\n{% for message in messages %}\n{% if message['role'] == 'system' %}\nSYSTEM:\n{% endif %}\n{% for item in message['content'] %}\n{% if item['type'] == 'text' %}\n{{ item['text'] }}\n{% elif item['type'] == 'image' %}\n<image>\n{% endif %}\n{% endfor %}\n{{eos_token}}\n{% endfor %}\n",
|
49 |
"clean_up_tokenization_spaces": false,
|
50 |
"eos_token": "</s>",
|
51 |
"legacy": false,
|
|
|
45 |
}
|
46 |
},
|
47 |
"bos_token": "<s>",
|
48 |
+
"chat_template": "\nThis is a conversation between a system and an artificial intelligence model.\nThe system provides fine dust concentration based on satellite images, past data, and statistical trends over time.\n\n{% for message in messages %}\n{% if message['role'] == 'system' %}\nSYSTEM:\n{% elif message['role'] == 'assistant' %}\nASSISTANT:\n{% endif %}\n{% for item in message['content'] %}\n{% if item['type'] == 'text' %}\n{{ item['text'] }}\n{% elif item['type'] == 'image' %}\n<image>\n{% endif %}\n{% endfor %}\n{{eos_token}}\n{% endfor %}\n",
|
49 |
"clean_up_tokenization_spaces": false,
|
50 |
"eos_token": "</s>",
|
51 |
"legacy": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13b96194c201477616afb1e10ca03241371d4a54bfd625675578c4953fe34512
|
3 |
size 5496
|