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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AdamDE
/
tinyllama-custom-youtube-replies

Text Generation
PEFT
Safetensors
lora
adapters
tinyllama
youtube
conversational
Model card Files Files and versions
xet
Community

Instructions to use AdamDE/tinyllama-custom-youtube-replies with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use AdamDE/tinyllama-custom-youtube-replies with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "AdamDE/tinyllama-custom-youtube-replies")
  • Notebooks
  • Google Colab
  • Kaggle
tinyllama-custom-youtube-replies
54.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
AdamDE's picture
AdamDE
Update README.md
8271977 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    4.77 kB
    Update README.md 11 months ago
  • adapter_config.json
    987 Bytes
    Upload folder using huggingface_hub 11 months ago
  • adapter_model.safetensors
    50.5 MB
    xet
    Upload folder using huggingface_hub 11 months ago
  • chat_template.jinja
    424 Bytes
    Upload folder using huggingface_hub 11 months ago
  • special_tokens_map.json
    581 Bytes
    Upload folder using huggingface_hub 11 months ago
  • tokenizer.json
    3.62 MB
    Upload folder using huggingface_hub 11 months ago
  • tokenizer_config.json
    994 Bytes
    Upload folder using huggingface_hub 11 months ago