LegrandFrederic commited on
Commit
c2c4561
·
verified ·
1 Parent(s): 258cd59

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: wertania/example_dataset_3
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**: [wertania/example_dataset_3](https://huggingface.co/datasets/wertania/example_dataset_3)
17
+ - **Wandb run id**: None
18
+
19
+
20
+ ## Error Traceback
21
+ We faced an issue while training your model.
22
+
23
+ ```
24
+ Training process exceeded timeout of 3600 seconds. We have uploaded the last checkpoint. Please consider lowering the batch size or number of steps if you wish to train the model longer.
25
+ ```
26
+
27
+
28
+ ## Training parameters
29
+
30
+ ```text
31
+ {
32
+ "batch_size": 40,
33
+ "steps": 8000,
34
+ "save_freq": 5000
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)