Text Classification
Transformers
Safetensors
English
bert
AI text detection
human vs AI classification
BERT fine-tuning
Human vs AI text classification
text-detection
text-embeddings-inference
Instructions to use pritamdeb68/BERTAIDetector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pritamdeb68/BERTAIDetector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pritamdeb68/BERTAIDetector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pritamdeb68/BERTAIDetector") model = AutoModelForSequenceClassification.from_pretrained("pritamdeb68/BERTAIDetector") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!