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

Dingyun-Huang
/
roberta-large-squad1

Question Answering
Transformers
PyTorch
Safetensors
English
roberta
Model card Files Files and versions
xet
Community
2

Instructions to use Dingyun-Huang/roberta-large-squad1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Dingyun-Huang/roberta-large-squad1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Dingyun-Huang/roberta-large-squad1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Dingyun-Huang/roberta-large-squad1")
    model = AutoModelForQuestionAnswering.from_pretrained("Dingyun-Huang/roberta-large-squad1")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-squad1
2.84 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Dingyun-Huang's picture
Dingyun-Huang
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
c3f88ed verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    297 Bytes
    Update README.md over 1 year ago
  • added_tokens.json
    75 Bytes
    Upload tokenizer about 2 years ago
  • config.json
    685 Bytes
    Upload RobertaForQuestionAnswering about 2 years ago
  • merges.txt
    456 kB
    Upload tokenizer about 2 years ago
  • model.safetensors
    1.42 GB
    xet
    Adding `safetensors` variant of this model (#2) 8 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    1.42 GB
    xet
    Upload RobertaForQuestionAnswering about 2 years ago
  • special_tokens_map.json
    267 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.32 kB
    Upload tokenizer about 2 years ago
  • vocab.json
    798 kB
    Upload tokenizer about 2 years ago