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

  • Log In
  • Sign Up

michaelcw02
/
roberta-human-or-machine-classification

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

Instructions to use michaelcw02/roberta-human-or-machine-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use michaelcw02/roberta-human-or-machine-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="michaelcw02/roberta-human-or-machine-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("michaelcw02/roberta-human-or-machine-classification")
    model = AutoModelForSequenceClassification.from_pretrained("michaelcw02/roberta-human-or-machine-classification")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-human-or-machine-classification / logs
34.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
michaelcw02's picture
michaelcw02
End of training
d8f1658 verified over 1 year ago
  • events.out.tfevents.1731184161.4009ee5e217a.1183.0
    5.11 kB
    xet
    Training in progress, epoch 1 over 1 year ago
  • events.out.tfevents.1731184259.4009ee5e217a.1183.1
    10.1 kB
    xet
    Training in progress, epoch 1 over 1 year ago
  • events.out.tfevents.1731184325.4009ee5e217a.1183.2
    18.6 kB
    xet
    End of training over 1 year ago
  • events.out.tfevents.1731191809.4009ee5e217a.1183.3
    359 Bytes
    xet
    End of training over 1 year ago