LegrandFrederic commited on
Commit
5aebb34
·
verified ·
1 Parent(s): 39ec4e4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ datasets: ceva-automation-sg/Octpickandplace
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**: [ceva-automation-sg/Octpickandplace](https://huggingface.co/datasets/ceva-automation-sg/Octpickandplace)
17
+ - **Wandb run id**: None
18
+
19
+
20
+ ## Error Traceback
21
+ We faced an issue while training your model.
22
+
23
+ ```
24
+ Parquet file /__modal/volumes/vo-jpHx3K78b6s9tZZNuqKoXe/datasets/ceva-automation-sg/Octpickandplace_bboxes/backup_episode_43/episode_000043.parquet does not contain 'observation.environment_state' key. This is unexpected after computing bounding boxes.
25
+ ```
26
+
27
+
28
+ ## Training parameters
29
+
30
+ ```text
31
+ {
32
+ "batch_size": 32,
33
+ "steps": 3000,
34
+ "save_freq": 1500,
35
+ "target_detection_instruction": "rectangular box.",
36
+ "image_key": "observation.images.secondary_0",
37
+ "image_keys_to_keep": []
38
+ }
39
+ ```
40
+
41
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
42
+
43
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)