kgrabko commited on
Commit
9fabd23
·
verified ·
1 Parent(s): 2e31646

updated upload of JiRackTokenizer with improvement for Robotics and Routing tags

Browse files
Files changed (2) hide show
  1. tokenizer.json +2 -2
  2. tokenizer_config.json +114 -4
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d75279cf79c7f2e2f448cdc247bba55f64cf802e24e3471845c75f876c6361e
3
- size 17210528
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b2ff3b1301a84942fac57a547c89da26df573728996aa9192d1de162a68665
3
+ size 17230599
tokenizer_config.json CHANGED
@@ -1,15 +1,125 @@
1
  {
2
  "backend": "tokenizers",
3
  "bos_token": "<|begin_of_text|>",
4
- "clean_up_tokenization_spaces": false,
5
  "eos_token": "<|end_of_text|>",
6
- "is_local": true,
7
- "legacy": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "model_input_names": [
9
  "input_ids",
10
  "attention_mask"
11
  ],
12
  "model_max_length": 1000000000000000019884624838656,
13
- "pad_token": "<|end_of_text|>",
14
  "tokenizer_class": "TokenizersBackend"
15
  }
 
1
  {
2
  "backend": "tokenizers",
3
  "bos_token": "<|begin_of_text|>",
4
+ "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|end_of_text|>",
6
+ "extra_special_tokens": [
7
+ "<|image|>",
8
+ "<|video|>",
9
+ "<|sound|>",
10
+ "<|voice|>",
11
+ "<|listening|>",
12
+ "<|vision|>",
13
+ "<|mood_happy|>",
14
+ "<|mood_sad|>",
15
+ "<|mood_angry|>",
16
+ "<|mood_neutral|>",
17
+ "<fim_prefix>",
18
+ "<fim_middle>",
19
+ "<fim_suffix>",
20
+ "<|action_start|>",
21
+ "<|action_end|>",
22
+ "<|trajectory_start|>",
23
+ "<|trajectory_end|>",
24
+ "<|joint_start|>",
25
+ "<|joint_end|>",
26
+ "<|sensor_start|>",
27
+ "<|sensor_end|>",
28
+ "<|command_start|>",
29
+ "<|command_end|>",
30
+ "<|state_start|>",
31
+ "<|state_end|>",
32
+ "<|pose|>",
33
+ "<|velocity|>",
34
+ "<|force|>",
35
+ "<|torque|>",
36
+ "<|gripper|>",
37
+ "<|navigation|>",
38
+ "<|obstacle|>",
39
+ "<|task_start|>",
40
+ "<|task_end|>",
41
+ "<|plan_start|>",
42
+ "<|plan_end|>",
43
+ "<|behavior_start|>",
44
+ "<|behavior_end|>",
45
+ "<|skill_start|>",
46
+ "<|skill_end|>",
47
+ "<|motor|>",
48
+ "<|servo|>",
49
+ "<|imu|>",
50
+ "<|lidar|>",
51
+ "<|camera|>",
52
+ "<|depth|>",
53
+ "<|waypoint|>",
54
+ "<|path|>",
55
+ "<|collision|>",
56
+ "<|grasp|>",
57
+ "<|release|>",
58
+ "<|homing|>",
59
+ "<|emergency_stop|>",
60
+ "<|calibration|>",
61
+ "<|manipulation|>",
62
+ "<|locomotion|>",
63
+ "<|feedback|>",
64
+ "<|control_loop|>",
65
+ "__SCIENCE__",
66
+ "__CODING__",
67
+ "__STOCK_EXCHANGE__",
68
+ "__MEDICINE__",
69
+ "__GOVERNMENT__",
70
+ "__NEWS__",
71
+ "__GENERAL__",
72
+ "__MATERIAL_SCIENCE__",
73
+ "__ELECTRONICS__",
74
+ "__MICROELECTRONICS__",
75
+ "__ENGINEERING__",
76
+ "__ROBOTICS__",
77
+ "__ENERGY__",
78
+ "__AUTOMOTIVE__",
79
+ "__AVIATION__",
80
+ "__MATH__",
81
+ "__PYTHON__",
82
+ "__C__",
83
+ "__CPP__",
84
+ "__C_SHARP__",
85
+ "__JAVA__",
86
+ "__JAVASCRIPT__",
87
+ "__TYPESCRIPT__",
88
+ "__RUST__",
89
+ "__GO__",
90
+ "__RUBY__",
91
+ "__PHP__",
92
+ "__SWIFT__",
93
+ "__KOTLIN__",
94
+ "__BASH__",
95
+ "__SQL__",
96
+ "__ASSEMBLY__",
97
+ "__PHILOSOPHY__",
98
+ "__LITERATURE__",
99
+ "__SOCIOLOGY__",
100
+ "__PSYCHOLOGY__",
101
+ "__POLITICAL_SCIENCE__",
102
+ "__CULTURAL_STUDIES__",
103
+ "__ETHNOGRAPHY__",
104
+ "__HUMAN_RIGHTS__",
105
+ "__COMPLIANCE__",
106
+ "__MILITARY__",
107
+ "__BANKING__",
108
+ "__OIL_INDUSTRY__",
109
+ "__LIGHT_INDUSTRY__",
110
+ "__NATURE__",
111
+ "__OCEAN__",
112
+ "__SPORT__",
113
+ "__CULINARY__",
114
+ "__TRAVEL__",
115
+ "__HOBBY__"
116
+ ],
117
+ "is_local": false,
118
+ "local_files_only": false,
119
  "model_input_names": [
120
  "input_ids",
121
  "attention_mask"
122
  ],
123
  "model_max_length": 1000000000000000019884624838656,
 
124
  "tokenizer_class": "TokenizersBackend"
125
  }