sahanes commited on
Commit
b3e510f
1 Parent(s): bf7c8eb

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["LlamaForCausalLM"],
3
+ "model_type": "llama",
4
+ "tokenizer_class": "LlamaTokenizer",
5
+ "max_length": 512,
6
+ "special_tokens_map_file": null,
7
+ "tokenizer_file": null
8
+ }