language_detection / tflite /tokenizer_config.json
dewdev's picture
Upload 4 files
75b6b78 verified
raw
history blame contribute delete
174 Bytes
{
"model_max_length": 512,
"padding_side": "right",
"truncation_side": "right",
"model_input_names": [
"input_ids",
"attention_mask"
],
"use_fast": true
}