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

hf-tiny-model-private
/
tiny-random-AlbertForQuestionAnswering

Question Answering
Transformers
PyTorch
google-tensorflow TensorFlow
albert
Model card Files Files and versions
xet
Community
1

Instructions to use hf-tiny-model-private/tiny-random-AlbertForQuestionAnswering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hf-tiny-model-private/tiny-random-AlbertForQuestionAnswering with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="hf-tiny-model-private/tiny-random-AlbertForQuestionAnswering")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-AlbertForQuestionAnswering")
    model = AutoModelForQuestionAnswering.from_pretrained("hf-tiny-model-private/tiny-random-AlbertForQuestionAnswering")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-AlbertForQuestionAnswering
34.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hf-transformers-bot's picture
hf-transformers-bot
Upload tiny models for AlbertForQuestionAnswering
fde6df0 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    771 Bytes
    Upload tiny models for AlbertForQuestionAnswering about 3 years ago
  • pytorch_model.bin
    15.9 MB
    xet
    Upload tiny models for AlbertForQuestionAnswering about 3 years ago
  • special_tokens_map.json
    286 Bytes
    Upload tiny models for AlbertForQuestionAnswering about 3 years ago
  • spiece.model
    760 kB
    xet
    Upload tiny models for AlbertForQuestionAnswering about 3 years ago
  • tf_model.h5
    16 MB
    xet
    Upload tiny models for AlbertForQuestionAnswering about 3 years ago
  • tokenizer.json
    2.27 MB
    Upload tiny models for AlbertForQuestionAnswering about 3 years ago
  • tokenizer_config.json
    555 Bytes
    Upload tiny models for AlbertForQuestionAnswering about 3 years ago