Spaces:
Runtime error
Runtime error
Commit
·
ca46543
1
Parent(s):
3ff1b7e
rolling back to prev model
Browse files- 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",
|
30 |
}
|
31 |
|
32 |
# cache the base models, tokenizers, and adapters
|