ahans30 / Binoculars

[ICML 2024] Binoculars: Zero-Shot Detection of LLM-Generated Text
https://arxiv.org/abs/2401.12070
BSD 3-Clause "New" or "Revised" License
189 stars 26 forks source link

cannot import Binoculars. #11

Closed Dead-Bytes closed 1 month ago

Dead-Bytes commented 4 months ago

binoculars has no module named Binoculars. specifically after installing binoculars as per given instructions,

 from binoculars import Binoculars

this line throws error as binoculars has no module named Binoculars

AlbertRoh commented 2 months ago

I am having the same problem.

ahans30 commented 1 month ago

Sorry about that, please use from binoculars.detector import Binoculars and it should work. Closing this issue now, feel free to open.