LegrandFrederic commited on
Commit
931ef34
·
verified ·
1 Parent(s): e35caf9

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: albertrichard080/act_3_dataset
4
+ library_name: phosphobot
5
+ pipeline_tag: robotics
6
+ model_name: smolvla
7
+ tags:
8
+ - phosphobot
9
+ - smolvla
10
+ task_categories:
11
+ - robotics
12
+ ---
13
+
14
+ # smolvla model - 🧪 phosphobot training pipeline
15
+
16
+ - **Dataset**: [albertrichard080/act_3_dataset](https://huggingface.co/datasets/albertrichard080/act_3_dataset)
17
+ - **Wandb run id**: None
18
+
19
+
20
+ ## Error Traceback
21
+ We faced an issue while training your model.
22
+
23
+ ```
24
+ The object 'White pen with red colour cap' was detected in 0 episodes in main camera (should be: 10 episodes min). This is not enough to train a model. Check your dataset: https://lerobot-visualize-dataset.hf.space/albertrichard080/act_3_dataset/ and rephrase the instruction.
25
+ ```
26
+
27
+
28
+ ## Training parameters
29
+
30
+ ```text
31
+ {
32
+ "batch_size": 100,
33
+ "steps": 10000,
34
+ "save_freq": 5000,
35
+ "target_detection_instruction": "White pen with red colour cap",
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)