Comparatively fine-tuning pretrained BERT models on downstream, text classification tasks with different architectural configurations in PyTorch.
Stars
126
Forks
28
Watchers
126
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
Merge branch 'master' of https://github.com/ongunuzaymacar/comparatively-finetuning-bert
2d6cf5bView on GitHubChanged to (conventional) method for acquiring [PAD] token ID.
d46e840View on GitHubRemoved unnecessary line, and seperated loader and dataset initialization.
e69d2c4View on GitHubMerge branch 'master' of https://github.com/ongunuzaymacar/comparatively-finetuning-bert
8720d37View on GitHubModified type hinting for 'device' parameter to be torch.device.
0eec848View on GitHubModified type hinting for @param to be torch.device.
2c80717View on GitHubRenamed tokenize() function to tokenize_and_encode().
24b4d9bView on GitHub