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

  • Log In
  • Sign Up

redfernstech
/
roberta-qa

Text Classification
Transformers
Safetensors
roberta
Model card Files Files and versions
xet
Community

Instructions to use redfernstech/roberta-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use redfernstech/roberta-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="redfernstech/roberta-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("redfernstech/roberta-qa")
    model = AutoModelForSequenceClassification.from_pretrained("redfernstech/roberta-qa")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-qa
500 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
redfernstech's picture
redfernstech
Upload tokenizer
ec2dff2 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload RobertaForSequenceClassification about 1 year ago
  • config.json
    889 Bytes
    Upload RobertaForSequenceClassification about 1 year ago
  • merges.txt
    456 kB
    Upload tokenizer about 1 year ago
  • model.safetensors
    499 MB
    xet
    Upload RobertaForSequenceClassification about 1 year ago
  • special_tokens_map.json
    958 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.22 kB
    Upload tokenizer about 1 year ago
  • vocab.json
    999 kB
    Upload tokenizer about 1 year ago