dbands commited on
Commit
abf9dd0
1 Parent(s): a8a156f

Trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (1) hide show
  1. special_tokens_map.json +7 -1
special_tokens_map.json CHANGED
@@ -10,5 +10,11 @@
10
  "rstrip": false,
11
  "single_word": false
12
  },
13
- "pad_token": "<|PAD_TOKEN|>"
 
 
 
 
 
 
14
  }
 
10
  "rstrip": false,
11
  "single_word": false
12
  },
13
+ "pad_token": {
14
+ "content": "<|PAD_TOKEN|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
  }