omaisafzal commited on
Commit
f769ed4
·
verified ·
1 Parent(s): d595bac

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["LlamaForCausalLM"],
3
+ "model_type": "llama",
4
+ "pipeline_tag": "text-generation"
5
+ }