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 FAST tokenizer trained on hcisbmm/vial_insertion
Browse files- processor_config.json +1 -1
- tokenizer.json +0 -0
processor_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"action_dim":
|
| 3 |
"auto_map": {
|
| 4 |
"AutoProcessor": "processing_action_tokenizer.UniversalActionProcessor"
|
| 5 |
},
|
|
|
|
| 1 |
{
|
| 2 |
+
"action_dim": 7,
|
| 3 |
"auto_map": {
|
| 4 |
"AutoProcessor": "processing_action_tokenizer.UniversalActionProcessor"
|
| 5 |
},
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|