nahidalam commited on
Commit
8cbe818
·
1 Parent(s): b343212
Files changed (2) hide show
  1. config.json +4 -2
  2. trainer_state.json +103 -0
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "action_dim": 32,
3
  "action_head_cfg": {
4
  "action_dim": 32,
@@ -55,9 +56,10 @@
55
  "tune_llm": false,
56
  "tune_visual": true
57
  },
 
58
  "hidden_size": 1536,
59
  "model_dtype": "float32",
60
  "model_type": "gr00t_n1",
61
- "torch_dtype": "bfloat16",
62
  "transformers_version": "4.45.2"
63
- }
 
1
  {
2
+ "_name_or_path": "/home/shapla/.cache/huggingface/hub/models--nvidia--GR00T-N1-2B/snapshots/32e1fd2507f7739fad443e6b449c8188e0e02fcb",
3
  "action_dim": 32,
4
  "action_head_cfg": {
5
  "action_dim": 32,
 
56
  "tune_llm": false,
57
  "tune_visual": true
58
  },
59
+ "compute_dtype": "bfloat16",
60
  "hidden_size": 1536,
61
  "model_dtype": "float32",
62
  "model_type": "gr00t_n1",
63
+ "torch_dtype": "float32",
64
  "transformers_version": "4.45.2"
65
+ }
trainer_state.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.37593984962406013,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.03759398496240601,
13
+ "grad_norm": 3.564216136932373,
14
+ "learning_rate": 9.931806517013612e-05,
15
+ "loss": 0.8386,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.07518796992481203,
20
+ "grad_norm": 0.8364839553833008,
21
+ "learning_rate": 9.397368756032445e-05,
22
+ "loss": 0.2794,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.11278195488721804,
27
+ "grad_norm": 0.7329896092414856,
28
+ "learning_rate": 8.386407858128706e-05,
29
+ "loss": 0.2106,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.15037593984962405,
34
+ "grad_norm": 0.7734127044677734,
35
+ "learning_rate": 7.008477123264848e-05,
36
+ "loss": 0.1644,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.18796992481203006,
41
+ "grad_norm": 0.5344420075416565,
42
+ "learning_rate": 5.4128967273616625e-05,
43
+ "loss": 0.1513,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.22556390977443608,
48
+ "grad_norm": 0.6934475302696228,
49
+ "learning_rate": 3.772572564296005e-05,
50
+ "loss": 0.1457,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.2631578947368421,
55
+ "grad_norm": 0.6167137026786804,
56
+ "learning_rate": 2.2652592093878666e-05,
57
+ "loss": 0.1204,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.3007518796992481,
62
+ "grad_norm": 0.44789060950279236,
63
+ "learning_rate": 1.0542974530180327e-05,
64
+ "loss": 0.1277,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.3383458646616541,
69
+ "grad_norm": 0.4527667760848999,
70
+ "learning_rate": 2.7091379149682685e-06,
71
+ "loss": 0.1181,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.37593984962406013,
76
+ "grad_norm": 0.42180800437927246,
77
+ "learning_rate": 0.0,
78
+ "loss": 0.1179,
79
+ "step": 100
80
+ }
81
+ ],
82
+ "logging_steps": 10,
83
+ "max_steps": 100,
84
+ "num_input_tokens_seen": 0,
85
+ "num_train_epochs": 1,
86
+ "save_steps": 500,
87
+ "stateful_callbacks": {
88
+ "TrainerControl": {
89
+ "args": {
90
+ "should_epoch_stop": false,
91
+ "should_evaluate": false,
92
+ "should_log": false,
93
+ "should_save": true,
94
+ "should_training_stop": true
95
+ },
96
+ "attributes": {}
97
+ }
98
+ },
99
+ "total_flos": 9899575539609600.0,
100
+ "train_batch_size": 32,
101
+ "trial_name": null,
102
+ "trial_params": null
103
+ }