fecasado commited on
Commit
087fdeb
·
verified ·
1 Parent(s): 2fe7605

Upload tokenizer metadata

Browse files
Files changed (1) hide show
  1. metadata.json +27 -0
metadata.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo_id": "fecasado/blueberry-cubes",
3
+ "vocab_size": 1024,
4
+ "scale": 10.0,
5
+ "encoded_dims": "0:23",
6
+ "encoded_dim_ranges": [
7
+ [
8
+ 0,
9
+ 23
10
+ ]
11
+ ],
12
+ "total_encoded_dims": 23,
13
+ "delta_dims": null,
14
+ "delta_dim_list": null,
15
+ "use_delta_transform": false,
16
+ "state_key": "observation.state",
17
+ "normalization_mode": "QUANTILES",
18
+ "action_horizon": 10,
19
+ "num_training_chunks": 5195,
20
+ "compression_stats": {
21
+ "compression_ratio": 6.785661602006195,
22
+ "mean_token_length": 33.895,
23
+ "p99_token_length": 88.00999999999999,
24
+ "min_token_length": 7.0,
25
+ "max_token_length": 101.0
26
+ }
27
+ }