ksee commited on
Commit
8669694
1 Parent(s): f824cf2

add model type

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -13,5 +13,6 @@
13
  "task_type": "CAUSAL_LM",
14
  "token_dim": 4096,
15
  "tokenizer_kwargs": null,
16
- "tokenizer_name_or_path": "EleutherAI/gpt-j-6b"
 
17
  }
 
13
  "task_type": "CAUSAL_LM",
14
  "token_dim": 4096,
15
  "tokenizer_kwargs": null,
16
+ "tokenizer_name_or_path": "EleutherAI/gpt-j-6b",
17
+ "model_type": "gptj"
18
  }