CoolFace
Modelpublic

tyfeld/MMaDA-Parallel-M

sourceHugging Facemitupdated 10mo agoView on Hugging Face
9likes241downloads
special_tokens_map.json39 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    "<role>",4    "</role>",5    "<|arithmetic_start|>",6    "<|arithmetic_end|>",7    "<|number_start|>",8    "<|number_end|>"9  ],10  "bos_token": {11    "content": "<|startoftext|>",12    "lstrip": false,13    "normalized": false,14    "rstrip": false,15    "single_word": false16  },17  "cls_token": {18    "content": "[CLS]",19    "lstrip": false,20    "normalized": false,21    "rstrip": false,22    "single_word": false23  },24  "eos_token": {25    "content": "<|endoftext|>",26    "lstrip": false,27    "normalized": false,28    "rstrip": false,29    "single_word": false30  },31  "pad_token": {32    "content": "<|endoftext|>",33    "lstrip": false,34    "normalized": false,35    "rstrip": false,36    "single_word": false37  }38}39