-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor datasets logic #43
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
найс! можно продолжить работу в этом направлении
мне больше всего нравится что тут поддерживаются сплиты на трейн тест вал
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
осталось добавить валидацию и пуш в hf hub
if self.dataset.multilabel: | ||
self.dataset = self.dataset.encode_labels() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
эти действия никак не вставить на этап загрузки датасета?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Надо подумать
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Кажется надо удалить файл autointent/context/data_handler/scheme.py
и соседние ему multilabel_generation.py
и sampling.py
. Они не используется и при этом вызывают ошибки тайпинга.
Плюс надо прогнать форматтер make lint
Еще я сейчас обнаружил что у нас есть целая фича не покрытая тестами: Tags
. Надо будет заняться этим до релиза
No description provided.