BurhanUlTayyab / DetectGPT

Pytorch implementation of DetectGPT (https://arxiv.org/pdf/2301.11305v1.pdf)
https://gptzero.sg
MIT License
177 stars 43 forks source link

Updating requirements.txt to compensate T5 #10

Open viethoangtranduong opened 1 year ago

viethoangtranduong commented 1 year ago

T5 cannot load without sentencepiece installed See: https://github.com/huggingface/transformers/issues/9093