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

ekwek
/
Soprano-80M

Text-to-Speech
Transformers
Safetensors
qwen3
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
5

Instructions to use ekwek/Soprano-80M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ekwek/Soprano-80M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="ekwek/Soprano-80M")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("ekwek/Soprano-80M")
    model = AutoModelForCausalLM.from_pretrained("ekwek/Soprano-80M")
  • Notebooks
  • Google Colab
  • Kaggle
Soprano-80M
220 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
ekwek's picture
ekwek
Update README.md
66bd716 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    6.71 kB
    Update README.md 4 months ago
  • config.json
    1.12 kB
    Upload Qwen3ForCausalLM 5 months ago
  • decoder.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    57.9 MB
    xet
    Upload decoder.pth 5 months ago
  • generation_config.json
    111 Bytes
    Upload Qwen3ForCausalLM 5 months ago
  • model.safetensors
    159 MB
    xet
    Upload Qwen3ForCausalLM 5 months ago
  • special_tokens_map.json
    142 Bytes
    Upload tokenizer 5 months ago
  • tokenizer.json
    1.63 MB
    Upload tokenizer 5 months ago
  • tokenizer_config.json
    1.37 MB
    Upload tokenizer 5 months ago