Skip to content
Snippets Groups Projects
Commit 0e8cb2bb authored by Paweł Walkowiak's avatar Paweł Walkowiak
Browse files

disable warnings

parent ebb0aa60
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,9 @@ from threading import Thread
from sklearn.metrics import classification_report, confusion_matrix
from string import punctuation
import fasttext.util
from transformers import logging
logging.set_verbosity_warning()
TEXT = "text"
LEMMAS = "lemmas"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment