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

  • Log In
  • Sign Up

Myashka
/
LLama_RLHF_SO

PEFT
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • PEFT

    How to use Myashka/LLama_RLHF_SO with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("decapoda-research/llama-7b-hf")
    model = PeftModel.from_pretrained(base_model, "Myashka/LLama_RLHF_SO")
  • Notebooks
  • Google Colab
  • Kaggle
LLama_RLHF_SO
34.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Myashka's picture
Myashka
Update README.md
c089dc7 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    148 Bytes
    Update README.md over 2 years ago
  • adapter_config.json
    428 Bytes
    Update adapter_config.json 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?

    33.6 MB
    xet
    Upload 6 files over 2 years ago
  • special_tokens_map.json
    231 Bytes
    Upload 6 files over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload 6 files over 2 years ago
  • tokenizer_config.json
    700 Bytes
    Upload 6 files over 2 years ago