PLB commited on
Commit
c92f95c
·
verified ·
1 Parent(s): 7b8d3a4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ datasets: Prachikawtikwar1/first
4
+ library_name: phosphobot
5
+ pipeline_tag: robotics
6
+ model_name: gr00t
7
+ tags:
8
+ - phosphobot
9
+ - gr00t
10
+ task_categories:
11
+ - robotics
12
+ ---
13
+
14
+ # gr00t model - 🧪 phosphobot training pipeline
15
+
16
+ - **Dataset**: [Prachikawtikwar1/first](https://huggingface.co/datasets/Prachikawtikwar1/first)
17
+ - **Wandb run id**: None
18
+
19
+
20
+ ## Error Traceback
21
+ We faced an issue while training your model.
22
+
23
+ ```
24
+ Traceback (most recent call last):
25
+ File "/root/src/helper.py", line 139, in train_gr00t_on_modal
26
+ trainer.train(
27
+ File "/root/phosphobot/am/gr00t.py", line 1250, in train
28
+ asyncio.run(
29
+ File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run
30
+ return runner.run(main)
31
+ ^^^^^^^^^^^^^^^^
32
+ File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run
33
+ return self._loop.run_until_complete(task)
34
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
35
+ File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
36
+ return future.result()
37
+ ^^^^^^^^^^^^^^^
38
+ File "/root/phosphobot/am/gr00t.py", line 1462, in _call_training_script
39
+ raise RuntimeError(error_msg)
40
+ RuntimeError: Training process failed with exit code 1:
41
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
+ File "/workspace/gr00t/gr00t/data/dataset.py", line 545, in get_step_data
43
+ self.curr_traj_data = self.get_trajectory_data(trajectory_id)
44
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
45
+ File "/workspace/gr00t/gr00t/data/dataset.py", line 561, in get_trajectory_data
46
+ assert parquet_path.exists(), f"Parquet file not found at {parquet_path}"
47
+ ^^^^^^^^^^^^^^^^^^^^^
48
+ AssertionError: Parquet file not found at /tmp/outputs/data/data/chunk-000/episode_000058.parquet
49
+
50
+ 0%| | 101/46700 [00:18<2:24:53, 5.36it/s]
51
+
52
+ ```
53
+
54
+
55
+ ## Training parameters
56
+
57
+ ```text
58
+ {
59
+ "validation_dataset_name": null,
60
+ "batch-size": 1,
61
+ "num-epochs": 4,
62
+ "save-steps": 3000,
63
+ "learning_rate": 0.0001,
64
+ "data_dir": "/tmp/outputs/data",
65
+ "validation_data_dir": "/tmp/outputs/validation_data",
66
+ "output_dir": "/tmp/outputs/train"
67
+ }
68
+ ```
69
+
70
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
71
+
72
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)