Create config.json (#2)
Browse files- Create config.json (d4dcd0368f54e66990d8bab02bdefb802e45a666)
Co-authored-by: Yongtae Lee <cath01iq@users.noreply.huggingface.co>
- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "llama",
|
| 3 |
+
"architecture": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
}
|