Text Generation
Transformers
PyTorch
English
German
llama
conversational
custom_code
Inference Endpoints
text-generation-inference
bjoernp commited on
Commit
4738178
1 Parent(s): 56539c9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,8 +1,10 @@
1
  {
2
- "_name_or_path": "bjoernp/leolm-7b-chat",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
 
 
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "hidden_act": "silu",
 
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoModelForCausalLM": "modeling_flash_llama.LlamaForCausalLM"
7
+ },
8
  "bos_token_id": 1,
9
  "eos_token_id": 2,
10
  "hidden_act": "silu",