File size: 637 Bytes
3646bbf 75382c1 cfa482d e3c7b5a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# Idiomify
A human-inspired Idiomifier based on BERT
<img width="807" alt="image" src="https://user-images.githubusercontent.com/56193069/153775460-5ca04edd-e788-442d-b0f1-e780dc0a5724.png">
## Requirements
- wandb
- pytorch-lightning
- transformers
## Versions
### models
format: `m-a-b`
- a: used to indicate a change in the architecture, or a revision of the final product
- b: used to indicate a different version of the same architecture (with a different set of hyperparameters)
### datasets
format: `d-a-b`
- a: used to indicate a change in the dataset we are using
- b: used to indicate a different version of the dataset |