Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Cosmobillian
/
Turkish_llasa_tts

Text-to-Speech
Transformers
Safetensors
English
llama
text-generation
text-generation-inference
unsloth
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Cosmobillian/Turkish_llasa_tts with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="Cosmobillian/Turkish_llasa_tts")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("Cosmobillian/Turkish_llasa_tts")
    model = AutoModelForCausalLM.from_pretrained("Cosmobillian/Turkish_llasa_tts")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Unsloth Studio new

    How to use Cosmobillian/Turkish_llasa_tts with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for Cosmobillian/Turkish_llasa_tts to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for Cosmobillian/Turkish_llasa_tts to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for Cosmobillian/Turkish_llasa_tts to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="Cosmobillian/Turkish_llasa_tts",
        max_seq_length=2048,
    )
Turkish_llasa_tts
2.78 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Cosmobillian's picture
Cosmobillian
Update README.md
08a69f9 verified 6 months ago
  • .gitattributes
    1.63 kB
    (Trained with Unsloth) 6 months ago
  • README.md
    589 Bytes
    Update README.md 6 months ago
  • chat_template.jinja
    3.83 kB
    (Trained with Unsloth) 6 months ago
  • config.json
    933 Bytes
    (Trained with Unsloth) 6 months ago
  • model.safetensors
    2.74 GB
    xet
    (Trained with Unsloth) 6 months ago
  • special_tokens_map.json
    340 Bytes
    (Trained with Unsloth) 6 months ago
  • tokenizer.json
    29.5 MB
    xet
    (Trained with Unsloth) 6 months ago
  • tokenizer_config.json
    11.7 MB
    xet
    (Trained with Unsloth) 6 months ago