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

  • Log In
  • Sign Up

NobodyExistsOnTheInternet
/
llamatest7b

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use NobodyExistsOnTheInternet/llamatest7b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("models\ehartford_WizardLM-7B-V1.0-Uncensored")
    model = PeftModel.from_pretrained(base_model, "NobodyExistsOnTheInternet/llamatest7b")
  • Notebooks
  • Google Colab
  • Kaggle
llamatest7b
268 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
NobodyExistsOnTheInternet's picture
NobodyExistsOnTheInternet
Update README.md
594fe2f almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    68 Bytes
    Update README.md almost 3 years ago
  • adapter_config.json
    446 Bytes
    Upload 6 files almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    268 MB
    xet
    Upload 6 files almost 3 years ago
  • training_log.json
    474 Bytes
    Upload 6 files almost 3 years ago
  • training_parameters.json
    705 Bytes
    Upload 6 files almost 3 years ago
  • training_prompt.json
    252 Bytes
    Upload 6 files almost 3 years ago