LegrandFrederic commited on
Commit
7ab8800
Β·
verified Β·
1 Parent(s): 3004f4f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -6
README.md CHANGED
@@ -5,12 +5,24 @@ tags:
5
  - gr00t
6
  - replicate
7
  task_categories:
8
- - robotics
9
  ---
 
10
 
11
- # Gr00t Model - phospho Replication Pipeline
12
 
13
- This model was trained using **phospho's Replicate pipeline** for **gr00t models**.
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  Training parameters:
16
  - **Dataset**: [tatung/orange_pieces](https://huggingface.co/datasets/tatung/orange_pieces)
@@ -19,8 +31,10 @@ Training parameters:
19
  - **Batch size**: 64
20
  - **Training steps**: 2852
21
 
22
- πŸ“– **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=replicate_groot_training_pipeline)
 
 
23
 
24
- πŸ€– **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=replicate_groot_training_pipeline)
25
 
26
- πŸ”— **Explore on Replicate**: [Replicate](https://replicate.com/phospho-app/gr00t-policy)
 
5
  - gr00t
6
  - replicate
7
  task_categories:
8
+ - robotics
9
  ---
10
+ # Gr00t Model - phospho Training Pipeline
11
 
12
+ # Error Traceback
13
 
14
+ We faced an issue while training your model.
15
+
16
+ ```
17
+ Traceback (most recent call last):
18
+ File "/src/predict.py", line 650, in predict
19
+ os.environ["MODAL_TOKEN_ID"] = modal_token_id
20
+ ~~~~~~~~~~^^^^^^^^^^^^^^^^^^
21
+ File "<frozen os>", line 684, in __setitem__
22
+ File "<frozen os>", line 758, in encode
23
+ TypeError: str expected, not Secret
24
+
25
+ ```
26
 
27
  Training parameters:
28
  - **Dataset**: [tatung/orange_pieces](https://huggingface.co/datasets/tatung/orange_pieces)
 
31
  - **Batch size**: 64
32
  - **Training steps**: 2852
33
 
34
+ More:
35
+
36
+ - πŸ“– **Get Started**: [docs.phospho.ai](https://docs.phospho.ai?utm_source=replicate)
37
 
38
+ - πŸ€– **Get your robot**: [robots.phospho.ai](https://robots.phospho.ai?utm_source=replicate)
39
 
40
+ - πŸ”— **Explore on Replicate**: [Replicate](https://replicate.com/phospho-app/gr00t-policy)