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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Ananthusajeev190
/
Nina_text_classification

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

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

  • Libraries
  • Diffusers

    How to use Ananthusajeev190/Nina_text_classification 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/Nina_text_classification", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "I like you. I love you"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
Nina_text_classification
44.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Ananthusajeev190's picture
Ananthusajeev190
Update README.md
65465b6 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    473 Bytes
    Update README.md 6 months ago
  • config.json
    134 Bytes
    Upload 8 files 6 months ago
  • nina_50mb.safetensors
    43 MB
    xet
    Upload 8 files 6 months ago
  • nina_model.safetensors
    66.2 kB
    xet
    Upload 8 files 6 months ago
  • run_nina.py
    573 Bytes
    Upload 8 files 6 months ago
  • special_tokens_map.json
    95 Bytes
    Upload 8 files 6 months ago
  • tokenizer.json
    85 Bytes
    Upload 8 files 6 months ago
  • tokenizer_config.json
    122 Bytes
    Upload 8 files 6 months ago
  • vocab.json
    999 kB
    Upload vocab.json 6 months ago