Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Shushant
/
ADAL_AI_Detector_v2

Text Classification
Transformers
Safetensors
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Shushant/ADAL_AI_Detector_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Shushant/ADAL_AI_Detector_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Shushant/ADAL_AI_Detector_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Shushant/ADAL_AI_Detector_v2")
    model = AutoModelForSequenceClassification.from_pretrained("Shushant/ADAL_AI_Detector_v2")
  • Notebooks
  • Google Colab
  • Kaggle
ADAL_AI_Detector_v2
1.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Shushant's picture
Shushant
Upload tokenizer
52b7267 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    5.17 kB
    Upload RobertaForSequenceClassification 3 days ago
  • config.json
    690 Bytes
    Upload RobertaForSequenceClassification 3 days ago
  • model.safetensors
    1.42 GB
    xet
    Upload RobertaForSequenceClassification 3 days ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer 3 days ago
  • tokenizer_config.json
    549 Bytes
    Upload tokenizer 3 days ago