Upload tokenizer
Browse files- added_tokens.json +1 -1
- special_tokens_map.json +1 -1
- tokenizer.json +0 -0
- tokenizer_config.json +2 -2
- vocab.txt +0 -0
added_tokens.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
{
|
2 |
-
"[2024-
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"[2024-11-22 11:25:00+09:00]": 20000
|
3 |
}
|
special_tokens_map.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
{
|
4 |
-
"content": "[2024-
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
{
|
4 |
+
"content": "[2024-11-22 11:25:00+09:00]",
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
"special": true
|
42 |
},
|
43 |
"20000": {
|
44 |
-
"content": "[2024-
|
45 |
"lstrip": false,
|
46 |
"normalized": false,
|
47 |
"rstrip": false,
|
@@ -50,7 +50,7 @@
|
|
50 |
}
|
51 |
},
|
52 |
"additional_special_tokens": [
|
53 |
-
"[2024-
|
54 |
],
|
55 |
"clean_up_tokenization_spaces": true,
|
56 |
"cls_token": "[CLS]",
|
|
|
41 |
"special": true
|
42 |
},
|
43 |
"20000": {
|
44 |
+
"content": "[2024-11-22 11:25:00+09:00]",
|
45 |
"lstrip": false,
|
46 |
"normalized": false,
|
47 |
"rstrip": false,
|
|
|
50 |
}
|
51 |
},
|
52 |
"additional_special_tokens": [
|
53 |
+
"[2024-11-22 11:25:00+09:00]"
|
54 |
],
|
55 |
"clean_up_tokenization_spaces": true,
|
56 |
"cls_token": "[CLS]",
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|