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

savasy
/
bert-base-turkish-squad

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

Instructions to use savasy/bert-base-turkish-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use savasy/bert-base-turkish-squad with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="savasy/bert-base-turkish-squad")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("savasy/bert-base-turkish-squad")
    model = AutoModelForQuestionAnswering.from_pretrained("savasy/bert-base-turkish-squad")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-turkish-squad
1.33 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 42 commits
savasy's picture
savasy
Update README.md
f0d70e3 verified over 2 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • README.md
    3.11 kB
    Update README.md over 2 years ago
  • config.json
    485 Bytes
    Update config.json about 6 years ago
  • flax_model.msgpack
    440 MB
    xet
    upload flax model almost 5 years ago
  • model.safetensors
    442 MB
    xet
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • nbest_predictions_.json
    4.45 MB
    Update nbest_predictions_.json about 6 years ago
  • predictions_.json
    45.2 kB
    Update predictions_.json about 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    443 MB
    xet
    Update pytorch_model.bin about 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json about 6 years ago
  • tokenizer_config.json
    152 Bytes
    Update tokenizer_config.json about 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

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

    How to fix it?

    1.41 kB
    xet
    Update training_args.bin about 6 years ago
  • vocab.txt
    251 kB
    Update vocab.txt about 6 years ago