memorease commited on
Commit
1c62e2c
·
verified ·
1 Parent(s): 6b2bb5d

Update model_index.json

Browse files
Files changed (1) hide show
  1. model_index.json +2 -4
model_index.json CHANGED
@@ -1,6 +1,4 @@
1
  {
2
- "auto_map": {
3
- "AutoConfig": "llama.LlamaConfig",
4
- "AutoModelForCausalLM": "llama.LlamaForCausalLM"
5
- }
6
  }
 
1
  {
2
+ "auto_model": "AutoModelForCausalLM",
3
+ "base_model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
 
 
4
  }