danielhanchen
commited on
Commit
•
006b8fe
1
Parent(s):
9a539f8
Upload processor
Browse files- tokenizer.json +2 -2
- tokenizer_config.json +3 -1
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9816d43bd5347d64bccc66b7710947fb18e9818cc660215b1462061d4a44e449
|
3 |
+
size 17210088
|
tokenizer_config.json
CHANGED
@@ -2066,6 +2066,8 @@
|
|
2066 |
],
|
2067 |
"model_max_length": 131072,
|
2068 |
"pad_token": "<|finetune_right_pad_id|>",
|
|
|
2069 |
"processor_class": "MllamaProcessor",
|
2070 |
-
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
2071 |
}
|
|
|
2066 |
],
|
2067 |
"model_max_length": 131072,
|
2068 |
"pad_token": "<|finetune_right_pad_id|>",
|
2069 |
+
"padding_side": "left",
|
2070 |
"processor_class": "MllamaProcessor",
|
2071 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
2072 |
+
"unk_token": null
|
2073 |
}
|