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

SalmanMo
/
ALBERT_QA_1e

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

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

  • Libraries
  • Transformers

    How to use SalmanMo/ALBERT_QA_1e with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="SalmanMo/ALBERT_QA_1e")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("SalmanMo/ALBERT_QA_1e")
    model = AutoModelForQuestionAnswering.from_pretrained("SalmanMo/ALBERT_QA_1e")
  • Notebooks
  • Google Colab
  • Kaggle
ALBERT_QA_1e
47.5 MB
Ctrl+K
Ctrl+K
History: 6 commits
system's picture
system HF Staff
Update pytorch_model.bin
cbbbbac almost 6 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • config.json
    693 Bytes
    Update config.json almost 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    46.8 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • special_tokens_map.json
    156 Bytes
    Update special_tokens_map.json almost 6 years ago
  • spiece.model
    760 kB
    Update spiece.model almost 6 years ago
  • tokenizer_config.json
    148 Bytes
    Update tokenizer_config.json almost 6 years ago