LegrandFrederic commited on
Commit
002841d
·
verified ·
1 Parent(s): 57c6b7f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ datasets: phospho-app/test1_dataset_bboxes
4
+ library_name: phosphobot
5
+ pipeline_tag: robotics
6
+ model_name: act
7
+ tags:
8
+ - phosphobot
9
+ - act
10
+ task_categories:
11
+ - robotics
12
+ ---
13
+
14
+ # act model - 🧪 phosphobot training pipeline
15
+
16
+ - **Dataset**: [phospho-app/test1_dataset_bboxes](https://huggingface.co/datasets/phospho-app/test1_dataset_bboxes)
17
+ - **Wandb run id**: None
18
+
19
+
20
+ ## This model was trained using **[🧪phospho](https://phospho.ai)**
21
+
22
+ Training was successful, try it out on your robot!
23
+
24
+
25
+ ## Training parameters
26
+
27
+ ```text
28
+ {
29
+ "batch_size": 100,
30
+ "steps": 10000,
31
+ "save_freq": 5000,
32
+ "target_detection_instruction": "move the yellow box on the white space, move pink box on the brown space",
33
+ "image_key": "main",
34
+ "image_keys_to_keep": []
35
+ }
36
+ ```
37
+
38
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
39
+
40
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)