Text Classification
Transformers
Safetensors
English
genereted_text_detection
llm_content_detection
AI_detection
Instructions to use SuperAnnotate/ai-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SuperAnnotate/ai-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SuperAnnotate/ai-detector")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SuperAnnotate/ai-detector", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Model Type ERROR
#1
by felixmk0 - opened
- config.json +2 -1
config.json
CHANGED
|
@@ -9,5 +9,6 @@
|
|
| 9 |
"GENERATED": 0
|
| 10 |
},
|
| 11 |
"label_smoothing": 0.27,
|
| 12 |
-
"transformers_version": "4.45.0"
|
|
|
|
| 13 |
}
|
|
|
|
| 9 |
"GENERATED": 0
|
| 10 |
},
|
| 11 |
"label_smoothing": 0.27,
|
| 12 |
+
"transformers_version": "4.45.0",
|
| 13 |
+
"model_type": "roberta"
|
| 14 |
}
|