Skip to content

Commit

Permalink
Update src/mattext/models/predict.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin M Jablonka <[email protected]>
  • Loading branch information
n0w0f and kjappelbaum authored Jun 2, 2024
1 parent 81e3b02 commit 18fb868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mattext/models/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ def predict(self):
prediction_ids = self.tokenized_test_datasets["mbid"]
self.prediction_ids = preidction_ids

return pd.Series(predictions.predictions.flatten()),preidction_ids
return pd.Series(predictions.predictions.flatten()),prediction_ids

0 comments on commit 18fb868

Please sign in to comment.