Instructions to use taetae77/my-action-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use taetae77/my-action-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("taetae77/my-action-tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer metadata
Browse files- metadata.json +27 -0
metadata.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repo_id": "taetae77/bi_tape_box_data_fault",
|
| 3 |
+
"vocab_size": 1024,
|
| 4 |
+
"scale": 10.0,
|
| 5 |
+
"encoded_dims": "0:6",
|
| 6 |
+
"encoded_dim_ranges": [
|
| 7 |
+
[
|
| 8 |
+
0,
|
| 9 |
+
6
|
| 10 |
+
]
|
| 11 |
+
],
|
| 12 |
+
"total_encoded_dims": 6,
|
| 13 |
+
"relative_dims": null,
|
| 14 |
+
"relative_dim_list": null,
|
| 15 |
+
"use_relative_transform": false,
|
| 16 |
+
"state_key": "observation.state",
|
| 17 |
+
"normalization_mode": "QUANTILES",
|
| 18 |
+
"action_horizon": 10,
|
| 19 |
+
"num_training_chunks": 12015,
|
| 20 |
+
"compression_stats": {
|
| 21 |
+
"compression_ratio": 9.397024275646046,
|
| 22 |
+
"mean_token_length": 6.385,
|
| 23 |
+
"p99_token_length": 17.0,
|
| 24 |
+
"min_token_length": 2.0,
|
| 25 |
+
"max_token_length": 20.0
|
| 26 |
+
}
|
| 27 |
+
}
|