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

  • Log In
  • Sign Up

nytopop
/
1b_or_base

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

Instructions to use nytopop/1b_or_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nytopop/1b_or_base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="nytopop/1b_or_base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("nytopop/1b_or_base")
    model = AutoModelForCausalLM.from_pretrained("nytopop/1b_or_base")
  • Notebooks
  • Google Colab
  • Kaggle
1b_or_base
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
nytopop's picture
nytopop
Upload folder using huggingface_hub
1c10e2b verified 11 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 11 months ago
  • README.md
    615 Bytes
    Upload folder using huggingface_hub 11 months ago
  • chat_template.jinja
    617 Bytes
    chat template + correct gen eos 11 months ago
  • config.json
    838 Bytes
    Upload folder using huggingface_hub 11 months ago
  • generation_config.json
    164 Bytes
    chat template + correct gen eos 11 months ago
  • model.safetensors
    2.59 GB
    xet
    Upload folder using huggingface_hub 11 months ago
  • special_tokens_map.json
    489 Bytes
    remove <|audio|> 11 months ago
  • tokenizer.json
    22.8 MB
    xet
    remove <|audio|> 11 months ago
  • tokenizer_config.json
    5.4 MB
    remove <|audio|> 11 months ago