Upload tokenizer metadata
Browse files- metadata.json +35 -0
metadata.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repo_id": "DorianAtSchool/leisaac-franka-mimicgen-v3",
|
| 3 |
+
"vocab_size": 1024,
|
| 4 |
+
"scale": 10.0,
|
| 5 |
+
"encoded_dims": "0:7",
|
| 6 |
+
"encoded_dim_ranges": [
|
| 7 |
+
[
|
| 8 |
+
0,
|
| 9 |
+
7
|
| 10 |
+
]
|
| 11 |
+
],
|
| 12 |
+
"total_encoded_dims": 7,
|
| 13 |
+
"delta_dims": "0,1,2,3,4,5,6",
|
| 14 |
+
"delta_dim_list": [
|
| 15 |
+
0,
|
| 16 |
+
1,
|
| 17 |
+
2,
|
| 18 |
+
3,
|
| 19 |
+
4,
|
| 20 |
+
5,
|
| 21 |
+
6
|
| 22 |
+
],
|
| 23 |
+
"use_delta_transform": true,
|
| 24 |
+
"state_key": "observation.state",
|
| 25 |
+
"normalization_mode": "QUANTILES",
|
| 26 |
+
"action_horizon": 10,
|
| 27 |
+
"num_training_chunks": 22445,
|
| 28 |
+
"compression_stats": {
|
| 29 |
+
"compression_ratio": 2.2922260789835613,
|
| 30 |
+
"mean_token_length": 30.538,
|
| 31 |
+
"p99_token_length": 39.0,
|
| 32 |
+
"min_token_length": 2.0,
|
| 33 |
+
"max_token_length": 41.0
|
| 34 |
+
}
|
| 35 |
+
}
|