bjoernp commited on
Commit
2e3898f
1 Parent(s): 3425ca4

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": "bjoernp/llama-2-7b-hf-flash-attn2",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "auto_map": {
7
- "AutoModelForCausalLM": "bjoernp/llama-2-7b-hf-flash-attn2--modeling_flash_llama.LlamaForCausalLM"
8
  },
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,
 
1
  {
2
+ "_name_or_path": "bjoernp/llama-2-7b-de",
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,