diff --git a/cleaned_output.txt b/cleaned_book.txt similarity index 100% rename from cleaned_output.txt rename to cleaned_book.txt diff --git a/metric_run.py b/metric_run.py index 32c51b8..1e0b078 100644 --- a/metric_run.py +++ b/metric_run.py @@ -4,7 +4,7 @@ import jiwer import sacrebleu # 1. Загрузка модели и токенизатора -model_path = "T5Autocorrection1337" # Укажите путь к вашей модели +model_path = "google/mt5-large" # Укажите путь к вашей модели tokenizer = AutoTokenizer.from_pretrained(model_path) model = AutoModelForSeq2SeqLM.from_pretrained(model_path)