sudy-super commited on
Commit
9f529cd
1 Parent(s): a544f11

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. special_tokens_map.json +30 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +0 -0
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - llm-jp/oasst1-21k-ja
5
  - llm-jp/oasst2-33k-ja
@@ -14,6 +13,7 @@ datasets:
14
  - Manual-Dataset-Creation-Project/Malum-130
15
  - sudy-super/CoTangent
16
  - minnade/chat-daily
 
17
  ---
18
  # Yamase-12B
19
  ### Description
 
1
  ---
 
2
  datasets:
3
  - llm-jp/oasst1-21k-ja
4
  - llm-jp/oasst2-33k-ja
 
13
  - Manual-Dataset-Creation-Project/Malum-130
14
  - sudy-super/CoTangent
15
  - minnade/chat-daily
16
+ license: apache-2.0
17
  ---
18
  # Yamase-12B
19
  ### Description
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff