Skip to content

Commit a372062

Browse files
committed
remove abstract from the embedding
1 parent a1fc623 commit a372062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/embeddings_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ def compute_embeddings(texts: List[str], model_name: str) -> List[List[float]]:
6262

6363

6464
def build_dataset_prompt(dataset: Dict[str, Union[str, int]]) -> str:
65-
return f"{dataset['Name']} {dataset['Description']} {dataset['Tasks']} {dataset['Abstract']}"
65+
return f"{dataset['Name']} {dataset['Description']} {dataset['Tasks']}"

0 commit comments

Comments
 (0)