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", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
[up]: Update model weights
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1417292644
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f0d6137a70b74c05913c45faaa41fbf56480ee78d8e56098be5414ad5cf3960
|
| 3 |
size 1417292644
|