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

  • Log In
  • Sign Up

uer
/
roberta-base-chinese-extractive-qa

Question Answering
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Chinese
bert
Model card Files Files and versions
xet
Community
6

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

  • Libraries
  • Transformers

    How to use uer/roberta-base-chinese-extractive-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="uer/roberta-base-chinese-extractive-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("uer/roberta-base-chinese-extractive-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("uer/roberta-base-chinese-extractive-qa")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-chinese-extractive-qa
1.22 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 29 commits
uer's picture
uer
Update README.md
9b02143 over 2 years ago
  • .gitattributes
    736 Bytes
    allow flax almost 5 years ago
  • README.md
    4.97 kB
    Update README.md over 2 years ago
  • config.json
    452 Bytes
    First version of the roberta-base-chinese-extractive-qa model and tokenizer. about 5 years ago
  • flax_model.msgpack
    407 MB
    xet
    upload flax model almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    407 MB
    xet
    Update about 5 years ago
  • special_tokens_map.json
    112 Bytes
    First version of the roberta-base-chinese-extractive-qa model and tokenizer. about 5 years ago
  • tf_model.h5
    407 MB
    xet
    Update about 5 years ago
  • tokenizer_config.json
    216 Bytes
    First version of the roberta-base-chinese-extractive-qa model and tokenizer. about 5 years ago
  • vocab.txt
    110 kB
    First version of the roberta-base-chinese-extractive-qa model and tokenizer. about 5 years ago