andersonbcdefg commited on
Commit
b4c7bb4
·
1 Parent(s): 87cede6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "_name_or_path": "togethercomputer/LLaMA-2-7B-32K",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "auto_map": {
7
- "AutoModelForCausalLM": "togethercomputer/LLaMA-2-7B-32K--modeling_flash_llama.LlamaForCausalLM"
8
  },
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,
 
1
  {
2
+ "_name_or_path": "TaylorAI/Flash-Llama-3B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "auto_map": {
7
+ "AutoModelForCausalLM": "modeling_flash_llama.LlamaForCausalLM"
8
  },
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,