LegrandFrederic commited on
Commit
8ff37c0
·
verified ·
1 Parent(s): 119aa9d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ datasets: fablabcolab/phosphobot-test4
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**: [fablabcolab/phosphobot-test4](https://huggingface.co/datasets/fablabcolab/phosphobot-test4)
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 1174, in train
28
+ raise ValueError(
29
+ ValueError: Dataset fablabcolab/phosphobot-test4 is version v2.0, but expected v2.1.
30
+
31
+ ```
32
+
33
+
34
+ ## Training parameters
35
+
36
+ ```text
37
+ {
38
+ "validation_dataset_name": null,
39
+ "batch-size": 49,
40
+ "num-epochs": 10,
41
+ "save-steps": 1000,
42
+ "learning_rate": 0.0001,
43
+ "data_dir": "/tmp/outputs/data",
44
+ "validation_data_dir": "/tmp/outputs/validation_data",
45
+ "output_dir": "/tmp/outputs/train"
46
+ }
47
+ ```
48
+
49
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
50
+
51
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)