CoolFace
Modelpublic

isbondarev/giga3-github-issues

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes77downloads
special_tokens_map.json27 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    {4      "content": "<|message_sep|>",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false9    }10  ],11  "bos_token": {12    "content": "<s>",13    "lstrip": false,14    "normalized": false,15    "rstrip": false,16    "single_word": false17  },18  "eos_token": {19    "content": "</s>",20    "lstrip": false,21    "normalized": false,22    "rstrip": false,23    "single_word": false24  },25  "pad_token": "</s>"26}27