Commit
·
5474a53
1
Parent(s):
e8d9bd6
Add model config
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "llama",
|
| 3 |
+
"architectures": ["LlamaForCausalLM"],
|
| 4 |
+
"torch_dtype": "float16",
|
| 5 |
+
"transformers_version": "4.36.0"
|
| 6 |
+
}
|