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

srcocotero
/
tiny-bert-qa

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

Instructions to use srcocotero/tiny-bert-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use srcocotero/tiny-bert-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="srcocotero/tiny-bert-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("srcocotero/tiny-bert-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("srcocotero/tiny-bert-qa")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-bert-qa
19.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
srcocotero's picture
srcocotero
Upload trainer_state.json
6ae7bcf almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • README.md
    1.04 kB
    Upload README.md almost 4 years ago
  • eval_predictions.json
    647 kB
    Upload eval_predictions.json almost 4 years ago
  • eval_results.json
    124 Bytes
    Upload eval_results.json almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    17.5 MB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • special_tokens_map.json
    125 Bytes
    Upload special_tokens_map.json almost 4 years ago
  • tokenizer.json
    711 kB
    Upload tokenizer.json almost 4 years ago
  • tokenizer_config.json
    580 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • train_results.json
    193 Bytes
    Upload train_results.json almost 4 years ago
  • trainer_state.json
    13.4 kB
    Upload trainer_state.json almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments",
    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    3.38 kB
    xet
    Upload training_args.bin almost 4 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt almost 4 years ago