kgrabko commited on
Commit
5fa8ed0
·
verified ·
1 Parent(s): 4b61694

updated upload of JiRackTokenizer with improvement for Robotics and Routing tags

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