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", dtype="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 | |
| 0.9988553987027852,0.9984627209838586,1.0,0.9992307692307693,0.9999921777594623,0.9994601211617749,1.0,0.9363617897033691,5242,1345,3897,1339,6,0,3897 | |