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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Quintu
/
roberta-large-1024-hazard

Text Classification
Transformers
Safetensors
English
roberta
hazard-detection
Model card Files Files and versions
xet
Community

Instructions to use Quintu/roberta-large-1024-hazard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Quintu/roberta-large-1024-hazard with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Quintu/roberta-large-1024-hazard")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Quintu/roberta-large-1024-hazard")
    model = AutoModelForSequenceClassification.from_pretrained("Quintu/roberta-large-1024-hazard")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-1024-hazard
1.42 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Quintu's picture
Quintu
Upload 4 files
f322940 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.07 kB
    Upload 4 files over 1 year ago
  • config.json
    1.25 kB
    Upload 4 files over 1 year ago
  • model.safetensors
    1.42 GB
    xet
    Upload 4 files over 1 year ago
  • tokenizer.json
    2.11 MB
    Upload 4 files over 1 year ago