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

manishiitg
/
spanbert-recruit-qa

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

Instructions to use manishiitg/spanbert-recruit-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use manishiitg/spanbert-recruit-qa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="manishiitg/spanbert-recruit-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("manishiitg/spanbert-recruit-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("manishiitg/spanbert-recruit-qa")
  • Notebooks
  • Google Colab
  • Kaggle
spanbert-recruit-qa
2.66 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
116072c about 5 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • config.json
    731 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    1.33 GB
    xet
    upload flax model about 5 years ago
  • nbest_predictions_.json
    303 kB
    Update nbest_predictions_.json over 5 years ago
  • null_odds_.json
    2.01 kB
    Update null_odds_.json over 5 years ago
  • predictions_.json
    2.24 kB
    Update predictions_.json over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.33 GB
    xet
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 5 years ago
  • tokenizer_config.json
    217 Bytes
    Update tokenizer_config.json over 5 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "argparse.Namespace",
    • "torch.device"

    How to fix it?

    1.71 kB
    xet
    Update training_args.bin over 5 years ago
  • vocab.txt
    213 kB
    Update vocab.txt over 5 years ago