yaama commited on
Commit
8eae404
·
verified ·
1 Parent(s): 6ea5fc6

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +88 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "groot",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.main": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 240,
16
+ 320
17
+ ]
18
+ },
19
+ "observation.images.secondary_0": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 240,
24
+ 320
25
+ ]
26
+ }
27
+ },
28
+ "output_features": {
29
+ "action": {
30
+ "type": "ACTION",
31
+ "shape": [
32
+ 6
33
+ ]
34
+ }
35
+ },
36
+ "device": "cuda",
37
+ "use_amp": false,
38
+ "push_to_hub": true,
39
+ "repo_id": "yaama/rbt_classif",
40
+ "private": null,
41
+ "tags": null,
42
+ "license": null,
43
+ "pretrained_path": null,
44
+ "chunk_size": 50,
45
+ "n_action_steps": 50,
46
+ "max_state_dim": 64,
47
+ "max_action_dim": 32,
48
+ "normalization_mapping": {
49
+ "VISUAL": "IDENTITY",
50
+ "STATE": "MEAN_STD",
51
+ "ACTION": "MEAN_STD"
52
+ },
53
+ "image_size": [
54
+ 224,
55
+ 224
56
+ ],
57
+ "base_model_path": "nvidia/GR00T-N1.5-3B",
58
+ "tokenizer_assets_repo": "lerobot/eagle2hg-processor-groot-n1p5",
59
+ "embodiment_tag": "new_embodiment",
60
+ "tune_llm": false,
61
+ "tune_visual": false,
62
+ "tune_projector": true,
63
+ "tune_diffusion_model": false,
64
+ "lora_rank": 0,
65
+ "lora_alpha": 16,
66
+ "lora_dropout": 0.1,
67
+ "lora_full_model": false,
68
+ "optimizer_lr": 0.0001,
69
+ "optimizer_betas": [
70
+ 0.95,
71
+ 0.999
72
+ ],
73
+ "optimizer_eps": 1e-08,
74
+ "optimizer_weight_decay": 1e-05,
75
+ "warmup_ratio": 0.05,
76
+ "use_bf16": true,
77
+ "video_backend": "decord",
78
+ "balance_dataset_weights": true,
79
+ "balance_trajectory_weights": true,
80
+ "dataset_paths": null,
81
+ "output_dir": "./tmp/gr00t",
82
+ "save_steps": 1000,
83
+ "max_steps": 10000,
84
+ "batch_size": 32,
85
+ "dataloader_num_workers": 8,
86
+ "report_to": "wandb",
87
+ "resume": false
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:023250f3531d1c279bc83b23179a5e8f6d4e88bc657ae351203efaf60466614d
3
+ size 6964802952