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

SkullSameh
/
captain-byte-qwen2.5-7b

PEFT
Safetensors
lora
qlora
trl
Model card Files Files and versions
xet
Community

Instructions to use SkullSameh/captain-byte-qwen2.5-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use SkullSameh/captain-byte-qwen2.5-7b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "SkullSameh/captain-byte-qwen2.5-7b")
  • Notebooks
  • Google Colab
  • Kaggle
captain-byte-qwen2.5-7b
173 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
SkullSameh's picture
SkullSameh
Update README.md
601f38b verified about 2 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer about 2 months ago
  • README.md
    1.71 kB
    Update README.md about 2 months ago
  • adapter_config.json
    1.15 kB
    Upload model about 2 months ago
  • adapter_model.safetensors
    162 MB
    xet
    Upload model about 2 months ago
  • chat_template.jinja
    2.56 kB
    Upload tokenizer about 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    723 Bytes
    Upload tokenizer about 2 months ago