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

sriauraworx
/
GK-Model-150M

Question Answering
Transformers
gpt2
text-generation
causal-lm
150m-parameters
general-knowledge
from-scratch
Model card Files Files and versions
xet
Community

Instructions to use sriauraworx/GK-Model-150M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sriauraworx/GK-Model-150M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="sriauraworx/GK-Model-150M")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("sriauraworx/GK-Model-150M")
    model = AutoModelForCausalLM.from_pretrained("sriauraworx/GK-Model-150M")
  • Notebooks
  • Google Colab
  • Kaggle
GK-Model-150M
1.66 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
sriauraworx's picture
sriauraworx
Upload README.md with huggingface_hub
f62207a verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    3.29 kB
    Upload README.md with huggingface_hub 4 months ago
  • config.json
    781 Bytes
    Upload config.json with huggingface_hub 4 months ago
  • model.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.65 GB
    xet
    Upload model.pt with huggingface_hub 4 months ago
  • tokenizer.json
    2.26 MB
    Upload tokenizer.json with huggingface_hub 4 months ago