taha092 commited on
Commit
8d17045
·
verified ·
1 Parent(s): 05a40ee

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- gradio>=3.50.2
2
- transformers>=4.40.0
3
- sentence-transformers>=2.6.1
4
- torch>=2.0.0
5
- sentencepiece>=0.1.99
6
- scikit-learn>=1.0.2
7
- numpy>=1.21.0
8
- # For AI detection and paraphrasing
9
- # roberta-base-openai-detector and humarin/chatgpt_paraphraser_on_T5_base are both supported by transformers
 
 
 
1
+ gradio>=3.50.2
2
+ transformers>=4.40.0
3
+ sentence-transformers>=2.6.1
4
+ torch>=2.0.0
5
+ sentencepiece>=0.1.99
6
+ scikit-learn>=1.0.2
7
+ numpy>=1.21.0
8
+ # For AI detection and paraphrasing
9
+ # roberta-base-openai-detector and humarin/chatgpt_paraphraser_on_T5_base are both supported by transformers
10
+ # Using desklib/ai-text-detector-v1.01 for AI detection (DeBERTa-based, top RAID benchmark)
11
+ # Using tuner007/pegasus_paraphrase for paraphrasing (robust, efficient, free)