neeleshg23
commited on
Commit
•
d595afe
1
Parent(s):
c21d84d
Add generating config files from jamba-1.9b-7
Browse files- generation_config.json +7 -0
- special_tokens_map.json +2 -1
- tokenizer_config.json +1 -0
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.46.2"
|
7 |
+
}
|
special_tokens_map.json
CHANGED
@@ -12,5 +12,6 @@
|
|
12 |
"normalized": false,
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
-
}
|
|
|
16 |
}
|
|
|
12 |
"normalized": false,
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|end_of_text|>"
|
17 |
}
|
tokenizer_config.json
CHANGED
@@ -2057,5 +2057,6 @@
|
|
2057 |
"attention_mask"
|
2058 |
],
|
2059 |
"model_max_length": 131072,
|
|
|
2060 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2061 |
}
|
|
|
2057 |
"attention_mask"
|
2058 |
],
|
2059 |
"model_max_length": 131072,
|
2060 |
+
"pad_token": "<|end_of_text|>",
|
2061 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2062 |
}
|