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

  • Log In
  • Sign Up

arjuntheprogrammer
/
trained-model

PEFT
Model card Files Files and versions
xet
Community

Instructions to use arjuntheprogrammer/trained-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use arjuntheprogrammer/trained-model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf")
    model = PeftModel.from_pretrained(base_model, "arjuntheprogrammer/trained-model")
  • Notebooks
  • Google Colab
  • Kaggle
trained-model
10.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
arjuntheprogrammer's picture
arjuntheprogrammer
Upload tokenizer
681585b verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    853 Bytes
    Upload model almost 2 years ago
  • adapter_config.json
    446 Bytes
    Upload model almost 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    8.43 MB
    xet
    Upload model almost 2 years ago
  • special_tokens_map.json
    196 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    1.78 kB
    Upload tokenizer almost 2 years ago