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

  • Log In
  • Sign Up

SebastianS
/
function_calling-llama_7b

PEFT
Model card Files Files and versions
xet
Community

Instructions to use SebastianS/function_calling-llama_7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use SebastianS/function_calling-llama_7b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "SebastianS/function_calling-llama_7b")
  • Notebooks
  • Google Colab
  • Kaggle
function_calling-llama_7b
136 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
SebastianS's picture
SebastianS
Upload tokenizer
b1d3d8f over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    464 Bytes
    Upload model over 2 years ago
  • adapter_config.json
    451 Bytes
    Upload model over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    134 MB
    xet
    Upload model over 2 years ago
  • special_tokens_map.json
    168 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    2.89 kB
    Upload tokenizer over 2 years ago