eljanmahammadli commited on
Commit
7f46ae3
·
1 Parent(s): 10aedaa

new XL Model

Browse files
Files changed (1) hide show
  1. humanize.py +1 -1
humanize.py CHANGED
@@ -26,7 +26,7 @@ batch_size = 64
26
  model_config = {
27
  "Base Model": "polygraf-ai/poly-humanizer-base",
28
  "Large Model": "polygraf-ai/poly-humanizer-large",
29
- "XL Model": "polygraf-ai/poly-humanizer-XL-adapter",
30
  }
31
 
32
  # cache the base models, tokenizers, and adapters
 
26
  model_config = {
27
  "Base Model": "polygraf-ai/poly-humanizer-base",
28
  "Large Model": "polygraf-ai/poly-humanizer-large",
29
+ "XL Model": "polygraf-ai/poly-humanizer-XL-adapter-v2",
30
  }
31
 
32
  # cache the base models, tokenizers, and adapters