fernandotonon commited on
Commit
b8dfda6
·
verified ·
1 Parent(s): c8e2d63

Upload skintokens/skintokens.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. skintokens/skintokens.json +68 -0
skintokens/skintokens.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "qtmesh-skintokens-onnx-v1",
3
+ "num_points": 8192,
4
+ "tokens_per_skin": 4,
5
+ "tokens_skin_cond": 384,
6
+ "vae_latent_channels": 512,
7
+ "fsq_codebook_size": 32768,
8
+ "tokenizer": {
9
+ "num_discrete": 256,
10
+ "continuous_range": [
11
+ -1,
12
+ 1
13
+ ],
14
+ "token_id_branch": 256,
15
+ "token_id_bos": 257,
16
+ "token_id_eos": 258,
17
+ "token_id_pad": 259,
18
+ "token_id_spring": 260,
19
+ "token_id_cls_none": 263,
20
+ "cls_token_id": {
21
+ "rignet": 264,
22
+ "vroid": 265,
23
+ "articulation": 266
24
+ },
25
+ "parts_token_id": {
26
+ "body": 261,
27
+ "hand": 262
28
+ },
29
+ "vocab_size": 267
30
+ },
31
+ "llm": {
32
+ "hidden_size": 896,
33
+ "num_hidden_layers": 28,
34
+ "num_key_value_heads": 8,
35
+ "head_dim": 128,
36
+ "full_vocab_size": 33036,
37
+ "global_eos": 33035
38
+ },
39
+ "transform_config": {
40
+ "augments": [
41
+ {
42
+ "__target__": "trim"
43
+ },
44
+ {
45
+ "__target__": "affine",
46
+ "normalize_into": [
47
+ -1.0,
48
+ 1.0
49
+ ]
50
+ },
51
+ {
52
+ "__target__": "normalize"
53
+ }
54
+ ],
55
+ "order": {
56
+ "skeleton_path": {
57
+ "vroid": "./configs/skeleton/vroid.yaml",
58
+ "mixamo": "./configs/skeleton/mixamo.yaml"
59
+ }
60
+ },
61
+ "sampler": {
62
+ "__target__": "mix",
63
+ "num_samples": 54000,
64
+ "num_vertex_samples": 16384
65
+ }
66
+ },
67
+ "license": "MIT (code+weights, VAST-AI/SkinTokens); Qwen3-0.6B Apache-2.0"
68
+ }