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

  • Log In
  • Sign Up

Rodr16020
/
GNS3_Python_Code_Llama-2-Chat-LoRA-Seele-v_2

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use Rodr16020/GNS3_Python_Code_Llama-2-Chat-LoRA-Seele-v_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Rodr16020/GNS3_Python_Code_Llama-2-Chat-LoRA-Seele-v_2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "Rodr16020/GNS3_Python_Code_Llama-2-Chat-LoRA-Seele-v_2")
  • Notebooks
  • Google Colab
  • Kaggle
GNS3_Python_Code_Llama-2-Chat-LoRA-Seele-v_2
2.04 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Rodr16020's picture
Rodr16020
Final Version. Resize embeddings with <pad> token
a7afb75 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    435 Bytes
    Final Version Finetune. Support for 4 operations almost 2 years ago
  • adapter_config.json
    564 Bytes
    Final Version Finetune. Support for 4 operations almost 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.02 GB
    xet
    Final Version Finetune. Support for 4 operations almost 2 years ago
  • adapter_model.safetensors
    1.02 GB
    xet
    Final Version Finetune. Support for 4 operations almost 2 years ago
  • added_tokens.json
    40 Bytes
    Final Version. Resize embeddings with <pad> token almost 2 years ago
  • special_tokens_map.json
    552 Bytes
    Final Version. Resize embeddings with <pad> token almost 2 years ago
  • tokenizer.json
    1.84 MB
    Final Version. Resize embeddings with <pad> token almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Final Version. Resize embeddings with <pad> token almost 2 years ago
  • tokenizer_config.json
    2.06 kB
    Final Version. Resize embeddings with <pad> token almost 2 years ago