Gaston895 commited on
Commit
420e289
·
verified ·
1 Parent(s): b4f97dc

Remove old econ\special_tokens_map.json after moving to root

Browse files
Files changed (1) hide show
  1. econ//special_tokens_map.json +0 -16
econ//special_tokens_map.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "bos_token": {
3
- "content": "<|begin_of_text|>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "<|eot_id|>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- }
16
- }