Spaces:
Runtime error
Runtime error
Update create_collections.py
Browse files- create_collections.py +1 -1
create_collections.py
CHANGED
@@ -106,7 +106,7 @@ def update_collection_for_dataset(
|
|
106 |
collections = [
|
107 |
{
|
108 |
"dataset_columns": ["chosen", "rejected", "prompt"],
|
109 |
-
"collection_description": "Datasets suitable for
|
110 |
"collection_name": "Direct Preference Optimization Datasets",
|
111 |
},
|
112 |
{
|
|
|
106 |
collections = [
|
107 |
{
|
108 |
"dataset_columns": ["chosen", "rejected", "prompt"],
|
109 |
+
"collection_description": "Datasets suitable for DPO based on having 'chosen', 'rejected', and 'prompt' columns. Created using librarian-bots/dataset-column-search-api",
|
110 |
"collection_name": "Direct Preference Optimization Datasets",
|
111 |
},
|
112 |
{
|