raishish commited on
Commit
af89dbe
·
verified ·
1 Parent(s): 25fdb08

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ datasets: raishish/pick_and_place
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**: [raishish/pick_and_place](https://huggingface.co/datasets/raishish/pick_and_place)
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": 32,
30
+ "steps": 100,
31
+ "save_freq": 50
32
+ }
33
+ ```
34
+
35
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
36
+
37
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)