Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
datasets: AgentAppStore/Test_Data_Ex
|
| 4 |
+
library_name: gibbonbot
|
| 5 |
+
pipeline_tag: robotics
|
| 6 |
+
model_name: smolvla
|
| 7 |
+
tags:
|
| 8 |
+
- gibbonbot
|
| 9 |
+
- smolvla
|
| 10 |
+
task_categories:
|
| 11 |
+
- robotics
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# smolvla model - 🧪 gibbonbot training pipeline
|
| 15 |
+
|
| 16 |
+
- **Dataset**: [AgentAppStore/Test_Data_Ex](https://huggingface.co/datasets/AgentAppStore/Test_Data_Ex)
|
| 17 |
+
- **Wandb run id**: None
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Error Traceback
|
| 21 |
+
We faced an issue while training your model.
|
| 22 |
+
|
| 23 |
+
```
|
| 24 |
+
Training process failed with exit code -6:
|
| 25 |
+
File "/usr/local/lib/python3.10/site-packages/lerobot/processor/pipeline.py", line 294, in __call__
|
| 26 |
+
transformed_transition = self._forward(transition)
|
| 27 |
+
File "/usr/local/lib/python3.10/site-packages/lerobot/processor/pipeline.py", line 311, in _forward
|
| 28 |
+
transition = processor_step(transition)
|
| 29 |
+
File "/usr/local/lib/python3.10/site-packages/lerobot/processor/pipeline.py", line 1463, in __call__
|
| 30 |
+
processed_observation = self.observation(observation.copy())
|
| 31 |
+
File "/usr/local/lib/python3.10/site-packages/lerobot/processor/tokenizer_processor.py", line 157, in observation
|
| 32 |
+
raise ValueError("Task cannot be None")
|
| 33 |
+
ValueError: Task cannot be None
|
| 34 |
+
terminate called without an active exception
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
## Training parameters
|
| 39 |
+
|
| 40 |
+
```text
|
| 41 |
+
{
|
| 42 |
+
"batch_size": 100,
|
| 43 |
+
"steps": 400,
|
| 44 |
+
"save_freq": 300
|
| 45 |
+
}
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
📖 **Get Started**: [docs.gibbon.bot](https://docs.gibbon.bot?utm_source=huggingface_readme)
|
| 49 |
+
|
| 50 |
+
🤖 **Get your robot**: [robots.gibbon.bot](https://robots.gibbon.bot?utm_source=huggingface_readme)
|