Create config.json
Browse files- 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 |
+
}
|