We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
[WIP]
List of files to refactor
Path: ./scripts/downstream/train_sequence_classification_lm_finetuning.py Branch name: refactor/scripts/lm_finetune_for_seq_cls Unittest: ./tests/test_finetuner_seq_cls.py
./scripts/downstream/train_sequence_classification_lm_finetuning.py
refactor/scripts/lm_finetune_for_seq_cls
./tests/test_finetuner_seq_cls.py
Todo:
Move static variables (data type: Dict) out from the script
Dict
Use default argument class instead of manually create arguments with ArgumentParaser
Make the finetuner be able to access via thai2transformers module. (for example;
thai2transformers
from thai2transformer.finetuners import SequenceClassificationFinetuner seq_cls_finetuner = SequenceClassificationFInetuner( ... ) # specify base model, tokenizer # specify target dataset # specify hyperparameters
Path: ./scripts/downstream/train_token_classificaition_lm_finetuning.py Branch name: refactor/scripts/lm_finetune_for_token_cls
./scripts/downstream/train_token_classificaition_lm_finetuning.py
refactor/scripts/lm_finetune_for_token_cls
Sorry, something went wrong.
lalital
No branches or pull requests
The text was updated successfully, but these errors were encountered: