LegrandFrederic commited on
Commit
f0dc475
·
verified ·
1 Parent(s): ee2de14

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: phospho-ai/so100-tictactoe
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-ai/so100-tictactoe](https://huggingface.co/datasets/phospho-ai/so100-tictactoe)
17
+ - **Wandb run id**: None
18
+
19
+
20
+ ## Error Traceback
21
+ We faced an issue while training your model.
22
+
23
+ ```
24
+ Dataset conversion to v3 failed: Provided path: '/__modal/volumes/vo-Pe7DaaGGUhIQAKD9g5oX2Z/hf_cache/datasets/phospho-ai/so100-tictactoe' is not a directory
25
+ ```
26
+
27
+
28
+ ## Training parameters
29
+
30
+ ```text
31
+ {
32
+ "batch_size": 100,
33
+ "steps": 1000,
34
+ "save_freq": 5000,
35
+ "target_detection_instruction": "red block",
36
+ "image_key": "main",
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)