Text Generation
Transformers
Safetensors
PyTorch
English
llama
nvidia
unsloth
llama-3
conversational
text-generation-inference
danielhanchen commited on
Commit
2947dea
·
verified ·
1 Parent(s): e72289a

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. generation_config.json +3 -1
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
- "eos_token_id": 128001,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
  "hidden_size": 3072,
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
+ "eos_token_id": 128009,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
  "hidden_size": 3072,
generation_config.json CHANGED
@@ -6,5 +6,7 @@
6
  128008,
7
  128009
8
  ],
9
- "transformers_version": "4.47.1"
 
 
10
  }
 
6
  128008,
7
  128009
8
  ],
9
+ "max_length": 131072,
10
+ "pad_token_id": 128004,
11
+ "transformers_version": "4.52.3"
12
  }