Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Rudra03
/
ai-detection

Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Rudra03/ai-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Rudra03/ai-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Rudra03/ai-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Rudra03/ai-detection")
    model = AutoModelForSequenceClassification.from_pretrained("Rudra03/ai-detection", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ai-detection / runs
107 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Rudra03's picture
Rudra03
Training in progress, epoch 1
5223e13 verified about 2 years ago
  • Jun14_08-22-47_85dbe6837f4c
    Training in progress, epoch 1 about 2 years ago
  • Jun14_08-33-57_85dbe6837f4c
    Training in progress, epoch 1 about 2 years ago
  • Jun14_08-34-23_85dbe6837f4c
    Training in progress, epoch 3 about 2 years ago
  • Jun14_12-01-25_137ba7af56c4
    Training in progress, epoch 3 about 2 years ago
  • Jun14_15-04-23_137ba7af56c4
    End of training about 2 years ago
  • Jun18_16-02-19_8d378692c68b
    Training in progress, epoch 3 about 2 years ago
  • Jun18_19-21-04_fc50b688aad8
    Training in progress, epoch 1 about 2 years ago
  • Jun19_07-44-31_ce2c8bfd0ede
    Training in progress, epoch 1 about 2 years ago
  • Jun19_08-47-41_ce2c8bfd0ede
    Training in progress, epoch 1 about 2 years ago