Text Classification
Transformers
Safetensors
English
ai-text-detection
sentence-level
hat-bench
deberta
hatbench-detector
Instructions to use HAT-Baselines/deberta-v3-base-hatbench-AB-curriculum-seed0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HAT-Baselines/deberta-v3-base-hatbench-AB-curriculum-seed0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HAT-Baselines/deberta-v3-base-hatbench-AB-curriculum-seed0")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HAT-Baselines/deberta-v3-base-hatbench-AB-curriculum-seed0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!