LegrandFrederic commited on
Commit
edb44e6
·
verified ·
1 Parent(s): fd49049

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ datasets: wertania/example_dataset_3
4
+ library_name: phosphobot
5
+ pipeline_tag: robotics
6
+ model_name: gr00t
7
+ tags:
8
+ - phosphobot
9
+ - gr00t
10
+ task_categories:
11
+ - robotics
12
+ ---
13
+
14
+ # gr00t 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
+ Traceback (most recent call last):
25
+ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 407, in hf_raise_for_status
26
+ response.raise_for_status()
27
+ File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
28
+ raise HTTPError(http_error_msg, response=self)
29
+ requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://huggingface.co/api/models/phospho-app/gr00t-example_dataset_3-b7uykey621/commit/main
30
+
31
+ The above exception was the direct cause of the following exception:
32
+
33
+ Traceback (most recent call last):
34
+ File "/root/src/helper.py", line 139, in train_gr00t_on_modal
35
+ trainer.train(
36
+ File "/root/phosphobot/am/gr00t.py", line 1277, in train
37
+ api.upload_file(
38
+ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
39
+ return fn(*args, **kwargs)
40
+ ^^^^^^^^^^^^^^^^^^^
41
+ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 1669, in _inner
42
+ return fn(self, *args, **kwargs)
43
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
44
+ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 4721, in upload_file
45
+ commit_info = self.create_commit(
46
+ ^^^^^^^^^^^^^^^^^^^
47
+ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
48
+ return fn(*args, **kwargs)
49
+ ^^^^^^^^^^^^^^^^^^^
50
+ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 1669, in _inner
51
+ return fn(self, *args, **kwargs)
52
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
53
+ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 4342, in create_commit
54
+ hf_raise_for_status(commit_resp, endpoint_name="commit")
55
+ File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 463, in hf_raise_for_status
56
+ raise _format(BadRequestError, message, response) from e
57
+ huggingface_hub.errors.BadRequestError: (Request ID: Root=1-68e2e5b9-45b6c9b124b9b8ec36694415;20eceac8-ab1e-466f-b6ef-f29a841be9fd)
58
+
59
+ Bad request for commit endpoint:
60
+ Your storage patterns tripped our internal systems! Please contact us at website@huggingface.co so we can verify your account and unlock more storage for your use-case.
61
+
62
+ ```
63
+
64
+
65
+ ## Training parameters
66
+
67
+ ```text
68
+ {
69
+ "validation_dataset_name": null,
70
+ "batch-size": 27,
71
+ "num-epochs": 10,
72
+ "save-steps": 1000,
73
+ "learning_rate": 0.0001,
74
+ "data_dir": "/tmp/outputs/data",
75
+ "validation_data_dir": "/tmp/outputs/validation_data",
76
+ "output_dir": "/tmp/outputs/train"
77
+ }
78
+ ```
79
+
80
+ 📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=huggingface_readme)
81
+
82
+ 🤖 **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=huggingface_readme)