idekoh commited on
Commit
a1be663
·
verified ·
1 Parent(s): 420e37d

Normalize checkpoint metadata

Browse files
Files changed (1) hide show
  1. 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": "/groups/gag51404/ide/PointLLM/outputs/PointLLM_train_stage1/PointLLM_train_stage1_original",
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
  ],