prakhar21/TextAugmentation-GPT2
Fine-tuned pre-trained GPT2 for custom topic specific text generation. Such system can be used for Text Augmentation.
PythonMIT
Issues
- 4
generate.py cur_ids = torch.cat([cur_ids, torch.ones((1,1)).long().to(device) * next_token_id], dim = 1) name 'device' is not defined
#12 opened by xsyzka - 4
Does this works with Chinese?
#1 opened by tarvos21 - 1
Facing issue in generate.py
#8 opened by SarangShaikh201 - 0
generate.py cur_ids = torch.cat([cur_ids, torch.ones((1,1)).long().to(device) * next_token_id], dim = 1)
#11 opened by xsyzka - 0
数据集
#10 opened by wangcuilin - 0
Multi label
#9 opened by haoc111 - 1
- 0
Create sentences instead of words
#4 opened by theneuronprogrammer - 1
n is not been used
#3 opened by GabrielLin - 0