suko commited on
Commit
b4c3541
1 Parent(s): 7a01489

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -1,3 +1,7 @@
1
  {
2
- "model_type": "llama"
 
 
 
 
3
  }
 
1
  {
2
+ "_name_or_path": "meta-llama/Meta-Llama-3-8B",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "model_type": "llama",
7
  }