Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

imdeadinside410
/
LLM-2-Syllabus

PEFT
PyTorch
Safetensors
llama
4-bit precision
Model card Files Files and versions
xet
Community
1

Instructions to use imdeadinside410/LLM-2-Syllabus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use imdeadinside410/LLM-2-Syllabus with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("imdeadinside410/LLM-2-Syllabus")
    model = PeftModel.from_pretrained(base_model, "imdeadinside410/LLM-2-Syllabus")
  • Notebooks
  • Google Colab
  • Kaggle
LLM-2-Syllabus
8.07 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 24 commits
imdeadinside410's picture
imdeadinside410
Rename pytorch_model-001.safetensors to pytorch_model.safetensors
11ce55e verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.16 kB
    Upload 10 files about 2 years ago
  • adapter_config.json
    452 Bytes
    Update adapter_config.json about 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    134 MB
    xet
    Upload 10 files about 2 years ago
  • adapter_model.safetensors
    134 MB
    xet
    Adding `safetensors` variant of this model (#1) about 2 years ago
  • added_tokens.json
    21 Bytes
    Upload 10 files about 2 years ago
  • config.json
    977 Bytes
    Update config.json about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (5)

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

    What is a pickle import?

    3.9 GB
    xet
    Rename pytorch_model-001.bin to pytorch_model.bin about 2 years ago
  • pytorch_model.safetensors
    3.9 GB
    xet
    Rename pytorch_model-001.safetensors to pytorch_model.safetensors about 2 years ago
  • special_tokens_map.json
    434 Bytes
    Upload 10 files about 2 years ago
  • tokenizer.json
    1.84 MB
    Upload 10 files about 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload 10 files about 2 years ago
  • tokenizer_config.json
    695 Bytes
    Upload 10 files about 2 years ago