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

  • Log In
  • Sign Up

hung200504
/
bert-squad-covidqa-2

Question Answering
Transformers
PyTorch
bert
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use hung200504/bert-squad-covidqa-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hung200504/bert-squad-covidqa-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="hung200504/bert-squad-covidqa-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("hung200504/bert-squad-covidqa-2")
    model = AutoModelForQuestionAnswering.from_pretrained("hung200504/bert-squad-covidqa-2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-squad-covidqa-2
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hung200504's picture
hung200504
bert-squad
3212352 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.46 kB
    bert-squad almost 3 years ago
  • config.json
    644 Bytes
    bert-squad almost 3 years ago
  • pytorch_model.bin
    436 MB
    xet
    bert-squad almost 3 years ago
  • special_tokens_map.json
    695 Bytes
    bert-squad almost 3 years ago
  • tokenizer.json
    706 kB
    bert-squad almost 3 years ago
  • tokenizer_config.json
    1.45 kB
    bert-squad almost 3 years ago
  • training_args.bin
    4.54 kB
    xet
    bert-squad almost 3 years ago
  • vocab.txt
    226 kB
    bert-squad almost 3 years ago