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

trieudemo11
/
llama_miravia_13

PEFT
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • PEFT

    How to use trieudemo11/llama_miravia_13 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf")
    model = PeftModel.from_pretrained(base_model, "trieudemo11/llama_miravia_13")
  • Notebooks
  • Google Colab
  • Kaggle
llama_miravia_13
19.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
trieudemo11's picture
trieudemo11
Upload tokenizer.model with huggingface_hub
d789ceb almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.07 kB
    Upload README.md with huggingface_hub almost 3 years ago
  • adapter_config.json
    445 Bytes
    Upload adapter_config.json with huggingface_hub almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    16.8 MB
    xet
    Upload adapter_model.bin with huggingface_hub almost 3 years ago
  • special_tokens_map.json
    438 Bytes
    Upload special_tokens_map.json with huggingface_hub almost 3 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer.json with huggingface_hub almost 3 years ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer.model with huggingface_hub almost 3 years ago
  • tokenizer_config.json
    792 Bytes
    Upload tokenizer_config.json with huggingface_hub almost 3 years ago