lucasbiagettia commited on
Commit
84f7228
·
verified ·
1 Parent(s): c1a2a9f

Upload tokenizer

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +4 -28
special_tokens_map.json CHANGED
@@ -1,33 +1,9 @@
1
  {
2
  "additional_special_tokens": [
3
- {
4
- "content": "<|startofstanza|>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- {
11
- "content": "<|endofstanza|>",
12
- "lstrip": false,
13
- "normalized": false,
14
- "rstrip": false,
15
- "single_word": false
16
- },
17
- {
18
- "content": "<|startofverse|>",
19
- "lstrip": false,
20
- "normalized": false,
21
- "rstrip": false,
22
- "single_word": false
23
- },
24
- {
25
- "content": "<|endofverse|>",
26
- "lstrip": false,
27
- "normalized": false,
28
- "rstrip": false,
29
- "single_word": false
30
- }
31
  ],
32
  "bos_token": {
33
  "content": "<|startofpoem|>",
 
1
  {
2
  "additional_special_tokens": [
3
+ "<|startofstanza|>",
4
+ "<|endofstanza|>",
5
+ "<|startofverse|>",
6
+ "<|endofverse|>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ],
8
  "bos_token": {
9
  "content": "<|startofpoem|>",