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

prabinpanta0
/
ZenGQ

Question Answering
Transformers
TensorBoard
Safetensors
English
bert
general_knowledge
Question_Answers
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use prabinpanta0/ZenGQ with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="prabinpanta0/ZenGQ")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("prabinpanta0/ZenGQ")
    model = AutoModelForQuestionAnswering.from_pretrained("prabinpanta0/ZenGQ")
  • Notebooks
  • Google Colab
  • Kaggle
ZenGQ / sample_data
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
prabinpanta0's picture
prabinpanta0
Initial model upload
e1609c9 verified almost 2 years ago
  • README.md
    930 Bytes
    Initial model upload almost 2 years ago
  • anscombe.json
    1.7 kB
    Initial model upload almost 2 years ago
  • california_housing_test.csv
    301 kB
    Initial model upload almost 2 years ago
  • california_housing_train.csv
    1.71 MB
    Initial model upload almost 2 years ago
  • mnist_test.csv
    18.3 MB
    xet
    Initial model upload almost 2 years ago
  • mnist_train_small.csv
    36.5 MB
    xet
    Initial model upload almost 2 years ago