We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fc623 commit a372062Copy full SHA for a372062
utils/embeddings_utils.py
@@ -62,4 +62,4 @@ def compute_embeddings(texts: List[str], model_name: str) -> List[List[float]]:
62
63
64
def build_dataset_prompt(dataset: Dict[str, Union[str, int]]) -> str:
65
- return f"{dataset['Name']} {dataset['Description']} {dataset['Tasks']} {dataset['Abstract']}"
+ return f"{dataset['Name']} {dataset['Description']} {dataset['Tasks']}"
0 commit comments