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
/
Kadha_small_language_model

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

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

  • Libraries
  • Diffusers

    How to use Ananthusajeev190/Kadha_small_language_model 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/Kadha_small_language_model", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "I like you. I love you"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
Kadha_small_language_model
56.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Ananthusajeev190's picture
Ananthusajeev190
Update README.md
0661fc7 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • Ai_talk_internal_monologue .txt
    2.75 kB
    Upload 6 files 4 months ago
  • README.md
    85 Bytes
    Update README.md 4 months ago
  • config.json
    741 Bytes
    Upload 6 files 4 months ago
  • generation_config.json
    119 Bytes
    Upload 6 files 4 months ago
  • model.safetensors
    55.7 MB
    xet
    Upload 6 files 4 months ago
  • tokenizer.json
    518 kB
    Upload 6 files 4 months ago
  • vocab.txt
    54.9 kB
    Upload 6 files 4 months ago