hungchiayu commited on
Commit
9851098
·
verified ·
1 Parent(s): 027c8cd

Upload processor

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {},
3
+ "auto_map": {
4
+ "AutoProcessor": "physical-intelligence/fast--processing_action_tokenizer.UniversalActionProcessor"
5
+ },
6
+ "clean_up_tokenization_spaces": true,
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "processor_class": "UniversalActionProcessor",
9
+ "tokenizer_class": "PreTrainedTokenizerFast"
10
+ }