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

pikto
/
gpt-6b-all

Text Generation
Diffusers
English
tfjs
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use pikto/gpt-6b-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use pikto/gpt-6b-all with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("pikto/gpt-6b-all", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "My name is Julien and I like to"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
gpt-6b-all
8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
pikto's picture
pikto
Update README.md
029bfed almost 3 years ago
  • .gitattributes
    1.63 kB
    upload model almost 3 years ago
  • README.md
    174 Bytes
    Update README.md almost 3 years ago
  • group1-shard1of2
    4.19 MB
    xet
    upload model almost 3 years ago
  • group1-shard2of2
    3.66 MB
    xet
    upload model almost 3 years ago
  • model.json
    139 kB
    upload model almost 3 years ago