Instructions to use hcisbmm/vial_fast_tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hcisbmm/vial_fast_tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hcisbmm/vial_fast_tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload processor_config.json with huggingface_hub
Browse files- processor_config.json +2 -2
processor_config.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 3 |
"auto_map": {
|
| 4 |
"AutoProcessor": "processing_action_tokenizer.UniversalActionProcessor"
|
| 5 |
},
|
| 6 |
-
"min_token": -
|
| 7 |
"processor_class": "UniversalActionProcessor",
|
| 8 |
"scale": 10.0,
|
| 9 |
"time_horizon": 10,
|
| 10 |
"vocab_size": 1024
|
| 11 |
-
}
|
|
|
|
| 3 |
"auto_map": {
|
| 4 |
"AutoProcessor": "processing_action_tokenizer.UniversalActionProcessor"
|
| 5 |
},
|
| 6 |
+
"min_token": -354,
|
| 7 |
"processor_class": "UniversalActionProcessor",
|
| 8 |
"scale": 10.0,
|
| 9 |
"time_horizon": 10,
|
| 10 |
"vocab_size": 1024
|
| 11 |
+
}
|