Training in progress, step 500
Browse files
adapter_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"base_model_class": "LLAVAModel",
|
5 |
"parent_library": "__main__"
|
6 |
},
|
7 |
-
"base_model_name_or_path": "llava-hf/llava-1.5-
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
@@ -23,20 +23,20 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"out_proj",
|
27 |
-
"lm_head",
|
28 |
-
"linear_2",
|
29 |
-
"o_proj",
|
30 |
"down_proj",
|
31 |
-
"
|
|
|
32 |
"q_proj",
|
33 |
-
"
|
|
|
|
|
|
|
|
|
34 |
"k_proj",
|
35 |
-
"v_proj",
|
36 |
-
"fc2",
|
37 |
"fc1",
|
38 |
-
"
|
39 |
-
"
|
|
|
40 |
],
|
41 |
"task_type": null,
|
42 |
"use_dora": false,
|
|
|
4 |
"base_model_class": "LLAVAModel",
|
5 |
"parent_library": "__main__"
|
6 |
},
|
7 |
+
"base_model_name_or_path": "llava-hf/llava-1.5-13b-hf",
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
26 |
"down_proj",
|
27 |
+
"fc2",
|
28 |
+
"v_proj",
|
29 |
"q_proj",
|
30 |
+
"linear_2",
|
31 |
+
"lm_head",
|
32 |
+
"out_proj",
|
33 |
+
"o_proj",
|
34 |
+
"gate_proj",
|
35 |
"k_proj",
|
|
|
|
|
36 |
"fc1",
|
37 |
+
"linear_1",
|
38 |
+
"policy_head",
|
39 |
+
"up_proj"
|
40 |
],
|
41 |
"task_type": null,
|
42 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f84ed7e62a5d8eaeed6ca0f11b4c5db164bcb33821e382d63c81a6a5aacf0ff
|
3 |
+
size 1785200136
|
runs/Oct10_04-11-14_c194476f9c72/events.out.tfevents.1728533496.c194476f9c72.2270.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c887e91a1eb36cdf5096c572ad60cf38e192f5e3be177a39c19d8a92a9a2990
|
3 |
+
size 30940
|
tokenizer_config.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53 |
}
|
54 |
},
|
55 |
"bos_token": "<s>",
|
56 |
-
"chat_template": "The task is to create a collision scenario in a simulation.The image is a top-down view of a street, where the green block represents the ego-vehicle and another block represent the NPC-vehicle.Your goal is to output the NPC-vehicle's steering and speed so that the ego-vehicle crashes into one of them.
|
57 |
"clean_up_tokenization_spaces": false,
|
58 |
"eos_token": "</s>",
|
59 |
"legacy": false,
|
|
|
53 |
}
|
54 |
},
|
55 |
"bos_token": "<s>",
|
56 |
+
"chat_template": "The task is to create a collision scenario in a simulation.The image is a top-down view of a street, where the green block represents the ego-vehicle and another block represent the NPC-vehicle.Your goal is to output the NPC-vehicle's steering and speed so that the ego-vehicle crashes into one of them.A chat between a curious user and an artificial intelligence assistant.The user provides detailed information about the status of each vehicle.The assistant selects the appropriate action for the NPC-vehicles. {% for message in messages %}{% if message['role'] == 'user' %}USER: {% else %}ASSISTANT: {% endif %}{% for item in message['content'] %}{% if item['type'] == 'text' %}{{ item['text'] }}{% elif item['type'] == 'image' %}<image>{% endif %}{% endfor %}{% if message['role'] == 'user' %} {% else %}{{eos_token}}{% endif %}{% endfor %}",
|
57 |
"clean_up_tokenization_spaces": false,
|
58 |
"eos_token": "</s>",
|
59 |
"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:d69d212fe953771c8bf7576edb6b6978e45dd2c081b6c143b5443a9e85eda84f
|
3 |
size 5496
|