gperdrizet / llm_detector

Synthetic text detection service
https://t.me/the_malone_bot
MIT License
1 stars 0 forks source link

Refactor scoring model loading #37

Closed gperdrizet closed 1 month ago

gperdrizet commented 1 month ago

We are currently loading several assets inside of the scoring function - move these outside and pass them in instead.

gperdrizet commented 1 month ago

Moved scoring asset loading into main.py.