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

ZYW
/
squad-mbert-model

Question Answering
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
2

Instructions to use ZYW/squad-mbert-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ZYW/squad-mbert-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="ZYW/squad-mbert-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("ZYW/squad-mbert-model")
    model = AutoModelForQuestionAnswering.from_pretrained("ZYW/squad-mbert-model")
  • Notebooks
  • Google Colab
  • Kaggle
squad-mbert-model
712 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
badokorach's picture
badokorach
Update README.md
8e909cd over 3 years ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • README.md
    968 Bytes
    Update README.md over 3 years ago
  • config.json
    817 Bytes
    add model about 5 years ago
  • pytorch_model.bin
    709 MB
    xet
    add model about 5 years ago
  • special_tokens_map.json
    112 Bytes
    add model about 5 years ago
  • tokenizer.json
    1.96 MB
    add model about 5 years ago
  • tokenizer_config.json
    297 Bytes
    add model about 5 years ago
  • vocab.txt
    996 kB
    add model about 5 years ago