Spaces:
Runtime error
Runtime error
Commit
·
42f30e0
1
Parent(s):
a7be586
Update dataset push destination
Browse files- load_base_model_data.py +1 -1
load_base_model_data.py
CHANGED
@@ -87,6 +87,6 @@ def load_data():
|
|
87 |
HubModel.from_original(model.__dict__).model_dump() for model in base_models
|
88 |
]
|
89 |
ds = Dataset.from_list(parsed_models + parsed_base_models)
|
90 |
-
ds.push_to_hub("librarian-bots/
|
91 |
print("Pushed to hub")
|
92 |
return ds
|
|
|
87 |
HubModel.from_original(model.__dict__).model_dump() for model in base_models
|
88 |
]
|
89 |
ds = Dataset.from_list(parsed_models + parsed_base_models)
|
90 |
+
ds.push_to_hub("librarian-bots/hub_models_with_base_model_info", token=HF_TOKEN)
|
91 |
print("Pushed to hub")
|
92 |
return ds
|