Text Generation
Transformers
Safetensors
Portuguese
llama
text-generation-inference
Eval Results (legacy)
nicholasKluge commited on
Commit
c0d7f6a
·
verified ·
1 Parent(s): 60f260b

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -0
tokenizer_config.json CHANGED
@@ -430,6 +430,10 @@
430
  "sp_model_kwargs": {},
431
  "spaces_between_special_tokens": false,
432
  "tokenizer_class": "PreTrainedTokenizerFast",
 
 
 
 
433
  "truncation_side": "right",
434
  "unk_token": "<|unk|>",
435
  "unk_token_id": 0,
 
430
  "sp_model_kwargs": {},
431
  "spaces_between_special_tokens": false,
432
  "tokenizer_class": "PreTrainedTokenizerFast",
433
+ "model_input_names": [
434
+ "input_ids",
435
+ "attention_mask"
436
+ ],
437
  "truncation_side": "right",
438
  "unk_token": "<|unk|>",
439
  "unk_token_id": 0,