Spaces:
Runtime error
Runtime error
Update humanize.py
Browse files- humanize.py +9 -9
humanize.py
CHANGED
@@ -21,15 +21,15 @@ else:
|
|
21 |
model_config = {
|
22 |
"Base Model": "polygraf-ai/poly-humanizer-base",
|
23 |
"Large Model": "polygraf-ai/poly-humanizer-large",
|
24 |
-
"XL Model": {
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
},
|
33 |
}
|
34 |
|
35 |
# cache the base models, tokenizers, and adapters
|
|
|
21 |
model_config = {
|
22 |
"Base Model": "polygraf-ai/poly-humanizer-base",
|
23 |
"Large Model": "polygraf-ai/poly-humanizer-large",
|
24 |
+
# "XL Model": {
|
25 |
+
# "path": "google/flan-t5-xl",
|
26 |
+
# "adapters": {
|
27 |
+
# "XL Model Adapter": "polygraf-ai/poly-humanizer-XL-adapter",
|
28 |
+
# "XL Law Model Adapter": "polygraf-ai/poly-humanizer-XL-law-adapter",
|
29 |
+
# "XL Marketing Model Adapter": "polygraf-ai/marketing-cleaned-13K-grad-acum-4-full",
|
30 |
+
# "XL Child Style Model Adapter": "polygraf-ai/poly-humanizer-XL-children-adapter-checkpoint-4000",
|
31 |
+
# },
|
32 |
+
# },
|
33 |
}
|
34 |
|
35 |
# cache the base models, tokenizers, and adapters
|