Skip to content

Commit

Permalink
Update tag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasExorde authored Oct 9, 2024
1 parent 33312bf commit 95f7e8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exorde/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ def compounded_sentiment(text):
# add Embedding
embedding = Embedding(tmp[i]["Embedding"])

# add Classification
logging.info(f"[TAGGING] classification_data: {tmp[i]["Classification"]}")
classification_data = {item[0]: item[1] for item in tmp[i]["Classification"]}
# log classification_data
# Get the label and score of the top classification
Expand Down

0 comments on commit 95f7e8e

Please sign in to comment.