CoolFace
Modelpublic

devnote5676/schwartz-values-classifier

sourceHugging Facemitupdated 3y agoView on Hugging Face
2likes38downloads
special_tokens_map.json50 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    "<conformity>",4    "<hedonism>",5    "<universalism>",6    "<self-direction>",7    "<security>",8    "<benevolence>",9    "<stimulation>",10    "<tradition>",11    "<power>",12    "<achievement>"13  ],14  "cls_token": {15    "content": "[CLS]",16    "lstrip": false,17    "normalized": false,18    "rstrip": false,19    "single_word": false20  },21  "mask_token": {22    "content": "[MASK]",23    "lstrip": false,24    "normalized": false,25    "rstrip": false,26    "single_word": false27  },28  "pad_token": {29    "content": "[PAD]",30    "lstrip": false,31    "normalized": false,32    "rstrip": false,33    "single_word": false34  },35  "sep_token": {36    "content": "[SEP]",37    "lstrip": false,38    "normalized": false,39    "rstrip": false,40    "single_word": false41  },42  "unk_token": {43    "content": "[UNK]",44    "lstrip": false,45    "normalized": false,46    "rstrip": false,47    "single_word": false48  }49}50