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

PabloBaeza
/
tinyllama-professional-etiquette-adapter

PEFT
Safetensors
English
llama-cpp
fine-tuned
qlora
etiquette
professional-writing
Model card Files Files and versions
xet
Community

Instructions to use PabloBaeza/tinyllama-professional-etiquette-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use PabloBaeza/tinyllama-professional-etiquette-adapter 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, "PabloBaeza/tinyllama-professional-etiquette-adapter")
  • Notebooks
  • Google Colab
  • Kaggle
tinyllama-professional-etiquette-adapter
12.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
PabloBaeza's picture
PabloBaeza
Update README.md
05cda6d verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    2.18 kB
    Update README.md about 2 months ago
  • adapter_config.json
    1.02 kB
    Fine-tuned TinyLlama for professional etiquette about 2 months ago
  • adapter_model.safetensors
    9.03 MB
    xet
    Fine-tuned TinyLlama for professional etiquette about 2 months ago
  • chat_template.jinja
    410 Bytes
    Upload tokenizer about 2 months ago
  • tokenizer.json
    3.62 MB
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    369 Bytes
    Upload tokenizer about 2 months ago