Normalize checkpoint metadata
Browse files- multi-3dllm/config.json +1 -1
multi-3dllm/config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"DEFAULT_POINT_END_TOKEN": "<point_end>",
|
| 3 |
"DEFAULT_POINT_PATCH_TOKEN": "<point_patch>",
|
| 4 |
"DEFAULT_POINT_START_TOKEN": "<point_start>",
|
| 5 |
-
"_name_or_path": "/
|
| 6 |
"architectures": [
|
| 7 |
"PointLLMCVPRLlamaForCausalLM"
|
| 8 |
],
|
|
|
|
| 2 |
"DEFAULT_POINT_END_TOKEN": "<point_end>",
|
| 3 |
"DEFAULT_POINT_PATCH_TOKEN": "<point_patch>",
|
| 4 |
"DEFAULT_POINT_START_TOKEN": "<point_start>",
|
| 5 |
+
"_name_or_path": "RunsenXu/PointLLM_7B_v1.1_init",
|
| 6 |
"architectures": [
|
| 7 |
"PointLLMCVPRLlamaForCausalLM"
|
| 8 |
],
|