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

knatware
/
knat

Text Generation
PEFT
Safetensors
pasta-finetune
knatware
p
causal
conversational
Model card Files Files and versions
xet
Community

Instructions to use knatware/knat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use knatware/knat with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("sshleifer/tiny-gpt2")
    model = PeftModel.from_pretrained(base_model, "knatware/knat")
  • Notebooks
  • Google Colab
  • Kaggle
knat
3.57 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
knatware's picture
knatware
Upload README.md with huggingface_hub
e6d2fe2 verified 5 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 18 days ago
  • README.md
    2.04 kB
    Upload README.md with huggingface_hub 5 days ago
  • adapter_config.json
    1 kB
    Upload model 6 days ago
  • adapter_model.safetensors
    760 Bytes
    xet
    Upload model 5 days ago
  • chat_template.jinja
    2.51 kB
    Upload tokenizer 18 days ago
  • tokenizer.json
    3.56 MB
    xet
    Upload tokenizer 6 days ago
  • tokenizer_config.json
    326 Bytes
    Upload tokenizer 6 days ago