Update config.json
Browse files- config.json +9 -1
config.json
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
{
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"LlamaForCausalLM"
|
4 |
+
],
|
5 |
+
"model_type": "llama",
|
6 |
+
"torch_dtype": "float16",
|
7 |
+
"prompt_template": {
|
8 |
+
"type": "alpaca",
|
9 |
+
"description": "Alpaca instruction-following format"
|
10 |
+
}
|
11 |
}
|