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

harshil10
/
tiny_bert_flax

Question Answering
Transformers
PyTorch
JAX
Safetensors
English
bert
QA
Model card Files Files and versions
xet
Community

Instructions to use harshil10/tiny_bert_flax with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use harshil10/tiny_bert_flax with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="harshil10/tiny_bert_flax")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("harshil10/tiny_bert_flax")
    model = AutoModelForQuestionAnswering.from_pretrained("harshil10/tiny_bert_flax")
  • Notebooks
  • Google Colab
  • Kaggle
tiny_bert_flax
85.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
harshil10's picture
harshil10
Upload 13 files
293bb9b over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.61 kB
    Upload 13 files over 2 years ago
  • config.json
    462 Bytes
    Upload 13 files over 2 years ago
  • flax_model.msgpack
    17.5 MB
    xet
    Upload 13 files over 2 years ago
  • gitattributes.txt
    445 Bytes
    Upload 13 files over 2 years ago
  • model.safetensors
    17.5 MB
    xet
    Upload 13 files over 2 years ago
  • model.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    16.3 MB
    xet
    Upload 13 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    17.6 MB
    xet
    Upload 13 files over 2 years ago
  • pytorch_model.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    16.3 MB
    xet
    Upload 13 files over 2 years ago
  • special_tokens_map.json
    112 Bytes
    Upload 13 files over 2 years ago
  • tokenizer_config.json
    24 Bytes
    Upload 13 files over 2 years ago
  • training_args.bin

    Detected Pickle imports (2)

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

    How to fix it?

    1.49 kB
    xet
    Upload 13 files over 2 years ago
  • training_args.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.07 kB
    xet
    Upload 13 files over 2 years ago
  • vocab.txt
    232 kB
    Upload 13 files over 2 years ago