Upload processor
Browse files- processor_config.json +2 -10
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
processor_config.json
CHANGED
|
@@ -1,15 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"action_dim": null,
|
| 3 |
-
"
|
| 4 |
-
|
| 5 |
-
"Detail_1": 67,
|
| 6 |
-
"Detail_2": 37,
|
| 7 |
-
"Detail_3": 22,
|
| 8 |
-
"Detail_4": 14
|
| 9 |
-
},
|
| 10 |
-
"level": 4,
|
| 11 |
-
"min_token": -65,
|
| 12 |
-
"processor_class": "WaveUniversalActionProcessor",
|
| 13 |
"scale": 10,
|
| 14 |
"time_horizon": 128,
|
| 15 |
"vocab_size": 1024
|
|
|
|
| 1 |
{
|
| 2 |
"action_dim": null,
|
| 3 |
+
"min_token": -113,
|
| 4 |
+
"processor_class": "UniversalActionProcessor",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"scale": 10,
|
| 6 |
"time_horizon": 128,
|
| 7 |
"vocab_size": 1024
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -3,6 +3,6 @@
|
|
| 3 |
"clean_up_tokenization_spaces": false,
|
| 4 |
"extra_special_tokens": {},
|
| 5 |
"model_max_length": 1000000000000000019884624838656,
|
| 6 |
-
"processor_class": "
|
| 7 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 8 |
}
|
|
|
|
| 3 |
"clean_up_tokenization_spaces": false,
|
| 4 |
"extra_special_tokens": {},
|
| 5 |
"model_max_length": 1000000000000000019884624838656,
|
| 6 |
+
"processor_class": "UniversalActionProcessor",
|
| 7 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 8 |
}
|