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

khazarai
/
Cardiology-TTS

Text-to-Speech
PEFT
Safetensors
Transformers
English
cardiology
medical
Model card Files Files and versions
xet
Community

Instructions to use khazarai/Cardiology-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use khazarai/Cardiology-TTS with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/csm-1b")
    model = PeftModel.from_pretrained(base_model, "khazarai/Cardiology-TTS")
  • Transformers

    How to use khazarai/Cardiology-TTS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="khazarai/Cardiology-TTS")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("khazarai/Cardiology-TTS", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Cardiology-TTS
75.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Rustamshry's picture
Rustamshry
Update README.md
d79be99 verified 8 months ago
  • .gitattributes
    1.57 kB
    Upload 8 files 8 months ago
  • README.md
    3.4 kB
    Update README.md 8 months ago
  • adapter_config.json
    961 Bytes
    Update adapter_config.json 8 months ago
  • adapter_model.safetensors
    58.1 MB
    xet
    Upload 8 files 8 months ago
  • chat_template.jinja
    2 kB
    Upload 8 files 8 months ago
  • preprocessor_config.json
    271 Bytes
    Upload 8 files 8 months ago
  • special_tokens_map.json
    449 Bytes
    Upload 8 files 8 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload 8 files 8 months ago
  • tokenizer_config.json
    50.6 kB
    Upload 8 files 8 months ago