Skip to content
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 thai2transformers as utility package for transformers #66

Open
cstorm125 opened this issue Dec 15, 2021 · 0 comments
Open

Refactor thai2transformers as utility package for transformers #66

cstorm125 opened this issue Dec 15, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cstorm125
Copy link
Contributor

cstorm125 commented Dec 15, 2021

transformers is currently the de facto way to train NLP models (maybe speech and image soon?). For Thai language, we have some difficulties using the default settings; for example, tokenization for sequence-based metrics such as BLEU is based on space tokenization. We also want to include some quality-of-life functions such as easily loading datasets into datasets objects and preprocessing functions that are available in the tutorial notebooks.

  • Thai-language specific metrics
  • Preprocessing functions
  • Load datasets

PR #67

@cstorm125 cstorm125 added the enhancement New feature or request label Dec 15, 2021
@cstorm125 cstorm125 self-assigned this Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant