Skip to content
Snippets Groups Projects
Commit c4166b64 authored by Jan Lukas Steimann's avatar Jan Lukas Steimann
Browse files

Add comments file to test ci

parent f68c5634
Branches
No related tags found
No related merge requests found
Pipeline #64537 passed
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -18,6 +18,6 @@ def compute_embedding(comments: dict) -> dict: ...@@ -18,6 +18,6 @@ def compute_embedding(comments: dict) -> dict:
if __name__ == '__main__': if __name__ == '__main__':
comments = get_argument_list(path="", filename="NewYorkTimesComments/CommentsApril2017_DEV.csv") comments = get_argument_list(path="", filename="CommentsApril2017_DEV.csv")
comments = compute_embedding(comments) comments = compute_embedding(comments)
torch.save(comments, "embedded_comments.pt") torch.save(comments, "embedded_comments.pt")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment