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

might2901
/
trainer-06

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

Instructions to use might2901/trainer-06 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use might2901/trainer-06 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="might2901/trainer-06")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("might2901/trainer-06")
    model = AutoModelForCausalLM.from_pretrained("might2901/trainer-06")
  • Notebooks
  • Google Colab
  • Kaggle
trainer-06 / tokenizer
28.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
might2901's picture
might2901
Upload folder using huggingface_hub
4e7dc06 verified 4 days ago
  • chat_template.jinja
    3.83 kB
    Upload folder using huggingface_hub 4 days ago
  • special_tokens_map.json
    3.33 kB
    Upload folder using huggingface_hub 4 days ago
  • tokenizer.json
    22.9 MB
    xet
    Upload folder using huggingface_hub 4 days ago
  • tokenizer_config.json
    5.41 MB
    Upload folder using huggingface_hub 4 days ago