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

kdearsty
/
llama-testing

PEFT
PyTorch
Safetensors
llama
Model card Files Files and versions
xet
Community
1

Instructions to use kdearsty/llama-testing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use kdearsty/llama-testing with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("stas/tiny-random-llama-2")
    model = PeftModel.from_pretrained(base_model, "kdearsty/llama-testing")
  • Notebooks
  • Google Colab
  • Kaggle
llama-testing
2.67 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
09e67d2 over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    40 Bytes
    Create README.md about 3 years ago
  • config.json
    511 Bytes
    Upload 4 files about 3 years ago
  • model.safetensors
    1.33 GB
    xet
    Adding `safetensors` variant of this model over 2 years ago
  • pytorch_model.bin
    1.33 GB
    xet
    Upload pytorch_model.bin about 3 years ago
  • special_tokens_map.json
    25 Bytes
    Upload 4 files about 3 years ago
  • tokenizer.model
    500 kB
    xet
    Upload 4 files about 3 years ago
  • tokenizer_config.json
    384 Bytes
    Upload 4 files about 3 years ago