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

nbroad
/
deb-base-gc2

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

Instructions to use nbroad/deb-base-gc2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nbroad/deb-base-gc2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="nbroad/deb-base-gc2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("nbroad/deb-base-gc2")
    model = AutoModelForQuestionAnswering.from_pretrained("nbroad/deb-base-gc2")
  • Notebooks
  • Google Colab
  • Kaggle
deb-base-gc2
390 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
nbroad's picture
nbroad
add dataset info to frontmatter
04250df almost 4 years ago
  • .gitattributes
    1.4 kB
    Training in progress, epoch 1 almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • README.md
    62 Bytes
    add dataset info to frontmatter almost 4 years ago
  • config.json
    799 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • eval_nbest_predictions.json
    106 MB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • eval_null_odds.json
    1.24 MB
    Training in progress, epoch 1 almost 4 years ago
  • eval_predictions.json
    1.38 MB
    Training in progress, epoch 1 almost 4 years ago
  • ipu_config.json
    891 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • merges.txt
    456 kB
    Training in progress, epoch 1 almost 4 years ago
  • pytorch_model.bin
    277 MB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • special_tokens_map.json
    963 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer_config.json
    1.43 kB
    Training in progress, epoch 1 almost 4 years ago
  • training_args.bin
    2.67 kB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • vocab.json
    798 kB
    Training in progress, epoch 1 almost 4 years ago