CoolFace
Modelpublic

AAK1423/wave2vec_augmented_applied

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes6downloads
special_tokens_map.json29 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    {4      "content": "<s>",5      "lstrip": false,6      "normalized": true,7      "rstrip": false,8      "single_word": false9    },10    {11      "content": "</s>",12      "lstrip": false,13      "normalized": true,14      "rstrip": false,15      "single_word": false16    }17  ],18  "bos_token": "<s>",19  "eos_token": {20    "content": "</s>",21    "lstrip": false,22    "normalized": false,23    "rstrip": false,24    "single_word": false25  },26  "pad_token": "[PAD]",27  "unk_token": "[UNK]"28}29