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

  • Log In
  • Sign Up

usagent100
/
openllama-test1

PEFT
llama
Generated from Trainer
8-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use usagent100/openllama-test1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use usagent100/openllama-test1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b_v2")
    model = PeftModel.from_pretrained(base_model, "usagent100/openllama-test1")
  • Notebooks
  • Google Colab
  • Kaggle
openllama-test1
51.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
usagent100's picture
usagent100
Upload 7 files
081d04d verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    3.19 kB
    Upload 7 files almost 2 years ago
  • adapter_config.json
    732 Bytes
    Upload 7 files almost 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    51 MB
    xet
    Upload 7 files almost 2 years ago
  • config.json
    1.22 kB
    Upload 7 files almost 2 years ago
  • special_tokens_map.json
    437 Bytes
    Upload 7 files almost 2 years ago
  • tokenizer.model
    512 kB
    xet
    Upload 7 files almost 2 years ago
  • tokenizer_config.json
    955 Bytes
    Upload 7 files almost 2 years ago