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

  • Log In
  • Sign Up

hamzi275
/
NexGen1

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use hamzi275/NexGen1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "hamzi275/NexGen1")
  • Notebooks
  • Google Colab
  • Kaggle
NexGen1
137 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hamzi275's picture
hamzi275
Initial commit of news LLM model
ec03fd0 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    435 Bytes
    Initial commit of news LLM model over 1 year ago
  • adapter_config.json
    453 Bytes
    Initial commit of news LLM model over 1 year ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    134 MB
    xet
    Initial commit of news LLM model over 1 year ago
  • added_tokens.json
    21 Bytes
    Initial commit of news LLM model over 1 year ago
  • special_tokens_map.json
    434 Bytes
    Initial commit of news LLM model over 1 year ago
  • tokenizer.json
    1.84 MB
    Initial commit of news LLM model over 1 year ago
  • tokenizer.model
    500 kB
    xet
    Initial commit of news LLM model over 1 year ago
  • tokenizer_config.json
    695 Bytes
    Initial commit of news LLM model over 1 year ago