Instructions to use Subject-Emu-5259/NeuralAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Subject-Emu-5259/NeuralAI with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Sync LoRA adapter: tokenizer.json
Browse files- tokenizer.json +13 -34
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
@@ -164,37 +159,21 @@
|
|
| 164 |
],
|
| 165 |
"normalizer": null,
|
| 166 |
"pre_tokenizer": {
|
| 167 |
-
"type": "
|
| 168 |
-
"
|
| 169 |
-
"trim_offsets": true,
|
| 170 |
-
"use_regex": true
|
| 171 |
-
},
|
| 172 |
-
"post_processor": {
|
| 173 |
-
"type": "TemplateProcessing",
|
| 174 |
-
"single": [
|
| 175 |
-
{
|
| 176 |
-
"Sequence": {
|
| 177 |
-
"id": "A",
|
| 178 |
-
"type_id": 0
|
| 179 |
-
}
|
| 180 |
-
}
|
| 181 |
-
],
|
| 182 |
-
"pair": [
|
| 183 |
{
|
| 184 |
-
"
|
| 185 |
-
|
| 186 |
-
"type_id": 0
|
| 187 |
-
}
|
| 188 |
},
|
| 189 |
{
|
| 190 |
-
"
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
}
|
| 195 |
-
]
|
| 196 |
-
"special_tokens": {}
|
| 197 |
},
|
|
|
|
| 198 |
"decoder": {
|
| 199 |
"type": "ByteLevel",
|
| 200 |
"add_prefix_space": true,
|
|
@@ -205,8 +184,8 @@
|
|
| 205 |
"type": "BPE",
|
| 206 |
"dropout": null,
|
| 207 |
"unk_token": null,
|
| 208 |
-
"continuing_subword_prefix":
|
| 209 |
-
"end_of_word_suffix":
|
| 210 |
"fuse_unk": false,
|
| 211 |
"byte_fallback": false,
|
| 212 |
"ignore_merges": false,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
|
|
|
| 159 |
],
|
| 160 |
"normalizer": null,
|
| 161 |
"pre_tokenizer": {
|
| 162 |
+
"type": "Sequence",
|
| 163 |
+
"pretokenizers": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 164 |
{
|
| 165 |
+
"type": "Digits",
|
| 166 |
+
"individual_digits": true
|
|
|
|
|
|
|
| 167 |
},
|
| 168 |
{
|
| 169 |
+
"type": "ByteLevel",
|
| 170 |
+
"add_prefix_space": false,
|
| 171 |
+
"trim_offsets": true,
|
| 172 |
+
"use_regex": true
|
| 173 |
}
|
| 174 |
+
]
|
|
|
|
| 175 |
},
|
| 176 |
+
"post_processor": null,
|
| 177 |
"decoder": {
|
| 178 |
"type": "ByteLevel",
|
| 179 |
"add_prefix_space": true,
|
|
|
|
| 184 |
"type": "BPE",
|
| 185 |
"dropout": null,
|
| 186 |
"unk_token": null,
|
| 187 |
+
"continuing_subword_prefix": null,
|
| 188 |
+
"end_of_word_suffix": null,
|
| 189 |
"fuse_unk": false,
|
| 190 |
"byte_fallback": false,
|
| 191 |
"ignore_merges": false,
|