This commit is contained in:
Dmitrij Feller 2024-02-09 15:19:48 +01:00
Родитель 2f07276514
Коммит 4a9d38bf98
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,9 @@ class Corpora:
columns=[ columns=[
"client_id", "client_id",
"path", "path",
"sentence_id",
"sentence", "sentence",
"sentence_domain"
"up_votes", "up_votes",
"down_votes", "down_votes",
"age", "age",
@ -69,7 +71,6 @@ class Corpora:
"variant", "variant",
"locale", "locale",
"segment", "segment",
"sentence_domain"
] ]
) )