Text Classification
Transformers
Safetensors
Chinese
chinese
ai-text-detection
ensemble
bert
roberta
qwen
lora
research
dataset
Instructions to use LUCIFerace/enhanced-replica-model-pack with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LUCIFerace/enhanced-replica-model-pack with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LUCIFerace/enhanced-replica-model-pack")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LUCIFerace/enhanced-replica-model-pack", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| accuracy,precision,recall,f1,roc_auc,pr_auc,tpr_at_fpr_0.1,threshold,support,support_human,support_ai,tn,fp,fn,tp | |
| 1.0,1.0,1.0,1.0,1.0,0.9997192769022158,1.0,0.5811101794242859,5242,1345,3897,1345,0,0,3897 | |