mmaaz60 commited on
Commit
95a4ab0
1 Parent(s): 8dc70ee

Updates configs.

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./checkpoints/GLaMM-GranD-Pretrained",
3
  "architectures": [
4
  "GLaMMForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "MBZUAI/GLaMM-GranD-Pretrained",
3
  "architectures": [
4
  "GLaMMForCausalLM"
5
  ],
tokenizer_config.json CHANGED
@@ -20,7 +20,7 @@
20
  "model_max_length": 1536,
21
  "pad_token": null,
22
  "padding_side": "right",
23
- "special_tokens_map_file": "./checkpoints/llava-v1.5-7b/special_tokens_map.json",
24
  "tokenizer_class": "LlamaTokenizer",
25
  "unk_token": {
26
  "__type": "AddedToken",
 
20
  "model_max_length": 1536,
21
  "pad_token": null,
22
  "padding_side": "right",
23
+ "special_tokens_map_file": "special_tokens_map.json",
24
  "tokenizer_class": "LlamaTokenizer",
25
  "unk_token": {
26
  "__type": "AddedToken",