cnfusion commited on
Commit
9543ba4
·
verified ·
1 Parent(s): 1a8be04

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +58 -0
special_tokens_map.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<gh_stars>",
4
+ "</system>",
5
+ "<issue_start>",
6
+ "</think>",
7
+ "<commit_after>",
8
+ "<assistant>",
9
+ "<jupyter_text>",
10
+ "<fim_middle>",
11
+ "</assistant>",
12
+ "<jupyter_code>",
13
+ "<user>",
14
+ "<filename>",
15
+ "<think>",
16
+ "<fim_suffix>",
17
+ "<fim_prefix>",
18
+ "<commit_msg>",
19
+ "<fim_pad>",
20
+ "<system>",
21
+ "<issue_comment>",
22
+ "<reponame>",
23
+ "<jupyter_start>",
24
+ "<issue_closed>",
25
+ "<commit_before>",
26
+ "<empty_output>",
27
+ "<jupyter_output>",
28
+ "</user>"
29
+ ],
30
+ "bos_token": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "eos_token": {
38
+ "content": "<|endoftext|>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "pad_token": {
45
+ "content": "<|endoftext|>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ },
51
+ "unk_token": {
52
+ "content": "<|endoftext|>",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false
57
+ }
58
+ }