LegrandFrederic commited on
Commit
c8f6e92
·
verified ·
1 Parent(s): aa63aed

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -50
README.md CHANGED
@@ -10,56 +10,9 @@ task_categories:
10
  # gr00t Model - phospho Training Pipeline
11
 
12
 
13
- ## Error Traceback
14
- We faced an issue while training your model.
15
 
16
- ```
17
- Traceback (most recent call last):
18
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
19
- response.raise_for_status()
20
- File "/opt/conda/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
21
- raise HTTPError(http_error_msg, response=self)
22
- requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/models/nebo1337/GetTheRubberNextG2/preupload/main
23
-
24
- The above exception was the direct cause of the following exception:
25
-
26
- Traceback (most recent call last):
27
- File "/root/src/helper.py", line 367, in predict
28
- api.upload_file(
29
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
30
- return fn(*args, **kwargs)
31
- ^^^^^^^^^^^^^^^^^^^
32
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 1624, in _inner
33
- return fn(self, *args, **kwargs)
34
- ^^^^^^^^^^^^^^^^^^^^^^^^^
35
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 4662, in upload_file
36
- commit_info = self.create_commit(
37
- ^^^^^^^^^^^^^^^^^^^
38
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
39
- return fn(*args, **kwargs)
40
- ^^^^^^^^^^^^^^^^^^^
41
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 1624, in _inner
42
- return fn(self, *args, **kwargs)
43
- ^^^^^^^^^^^^^^^^^^^^^^^^^
44
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 4193, in create_commit
45
- self.preupload_lfs_files(
46
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 4416, in preupload_lfs_files
47
- _fetch_upload_modes(
48
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
49
- return fn(*args, **kwargs)
50
- ^^^^^^^^^^^^^^^^^^^
51
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/_commit_api.py", line 680, in _fetch_upload_modes
52
- hf_raise_for_status(resp)
53
- File "/opt/conda/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 459, in hf_raise_for_status
54
- raise _format(RepositoryNotFoundError, message, response) from e
55
- huggingface_hub.errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-680f5ef0-0f9f69e01fddf1514ca4b7dc;2e639727-8063-421c-a49b-ed731e6cc3ee)
56
-
57
- Repository Not Found for url: https://huggingface.co/api/models/nebo1337/GetTheRubberNextG2/preupload/main.
58
- Please make sure you specified the correct `repo_id` and `repo_type`.
59
- If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication
60
- Note: Creating a commit assumes that the repo already exists on the Huggingface Hub. Please use `create_repo` if it's not the case.
61
-
62
- ```
63
 
64
 
65
  ## Training parameters:
@@ -68,7 +21,7 @@ Note: Creating a commit assumes that the repo already exists on the Huggingface
68
  - **Wandb run URL**: None
69
  - **Epochs**: 1
70
  - **Batch size**: 64
71
- - **Training steps**: 175
72
 
73
  📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=replicate_groot_training_pipeline)
74
 
 
10
  # gr00t Model - phospho Training Pipeline
11
 
12
 
13
+ ## This model was trained using **phospho**.
 
14
 
15
+ Training was successfull, try it out on your robot!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
 
18
  ## Training parameters:
 
21
  - **Wandb run URL**: None
22
  - **Epochs**: 1
23
  - **Batch size**: 64
24
+ - **Training steps**: None
25
 
26
  📖 **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=replicate_groot_training_pipeline)
27