zzunyang cath01iq commited on
Commit
69d2f80
·
verified ·
1 Parent(s): 9b34d7f

Create config.json (#2)

Browse files

- Create config.json (d4dcd0368f54e66990d8bab02bdefb802e45a666)


Co-authored-by: Yongtae Lee <cath01iq@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "llama",
3
+ "architecture": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ }