nhe-ai commited on
Commit
2a29df6
·
verified ·
1 Parent(s): 9b09e54

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +45 -0
special_tokens_map.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<angry>",
4
+ "<appalled>",
5
+ "<chuckle>",
6
+ "<cry>",
7
+ "<curious>",
8
+ "<disappointed>",
9
+ "<excited>",
10
+ "<exhale>",
11
+ "<gasp>",
12
+ "<giggle>",
13
+ "<gulp>",
14
+ "<laugh>",
15
+ "<laugh_harder>",
16
+ "<mischievous>",
17
+ "<sarcastic>",
18
+ "<scream>",
19
+ "<sigh>",
20
+ "<sing>",
21
+ "<snort>",
22
+ "<whisper>"
23
+ ],
24
+ "bos_token": {
25
+ "content": "<|begin_of_text|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ },
31
+ "eos_token": {
32
+ "content": "<|eot_id|>",
33
+ "lstrip": false,
34
+ "normalized": false,
35
+ "rstrip": false,
36
+ "single_word": false
37
+ },
38
+ "pad_token": {
39
+ "content": "<custom_token_7>",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false
44
+ }
45
+ }