arnocandel
commited on
Commit
·
21df370
1
Parent(s):
3b0d09f
update generation config
Browse files- config.json +2 -2
- generation_config.json +1 -0
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_llama.LlamaConfig",
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"LlamaForCausalLM"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_llama.LlamaConfig",
|
generation_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
|
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
"transformers_version": "4.32.0"
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"pad_token_id": 0,
|
4 |
"bos_token_id": 1,
|
5 |
"eos_token_id": 2,
|
6 |
"transformers_version": "4.32.0"
|