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

Ananthusajeev190
/
Microbot-v1

Text Classification
Diffusers
Safetensors
gpt2
Model card Files Files and versions
xet
Community
3

Instructions to use Ananthusajeev190/Microbot-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Ananthusajeev190/Microbot-v1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Ananthusajeev190/Microbot-v1", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "I like you. I love you"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
Microbot-v1
249 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Ananthusajeev190's picture
Ananthusajeev190
Update README.md
72b2d1a verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    85 Bytes
    Update README.md 4 months ago
  • Reality.py
    1.32 kB
    Upload 9 files 4 months ago
  • config.json
    874 Bytes
    Upload 9 files 4 months ago
  • generation_config.json
    119 Bytes
    Upload 9 files 4 months ago
  • model-00001-of-00003.safetensors
    97.7 MB
    xet
    Upload 9 files 4 months ago
  • model-00002-of-00003.safetensors
    99.2 MB
    xet
    Upload 9 files 4 months ago
  • model-00003-of-00003.safetensors
    52 MB
    xet
    Upload 9 files 4 months ago
  • model.safetensors.index.json
    11.1 kB
    Upload 9 files 4 months ago
  • tokenizer.json
    20.4 kB
    Upload 9 files 4 months ago
  • tokenizer_config.json
    973 Bytes
    Upload 9 files 4 months ago