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

arincon
/
ia-detection-roberta-base

Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use arincon/ia-detection-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arincon/ia-detection-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="arincon/ia-detection-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("arincon/ia-detection-roberta-base")
    model = AutoModelForSequenceClassification.from_pretrained("arincon/ia-detection-roberta-base", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ia-detection-roberta-base / logs
313 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
arincon's picture
arincon
arincon/ia-detection-roberta-base
6f6e010 almost 3 years ago
  • 1698493121.6050224
    Training in progress, epoch 1 almost 3 years ago
  • events.out.tfevents.1698493121.a910a0980e50.646.14
    306 kB
    xet
    arincon/ia-detection-roberta-base almost 3 years ago
  • events.out.tfevents.1698496439.a910a0980e50.646.16
    569 Bytes
    xet
    arincon/ia-detection-roberta-base almost 3 years ago