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

Niarfe
/
qwen2.5-7b-positional-reasoning

Text Generation
PEFT
Safetensors
English
mathematical-reasoning
chain-of-thought
qlora
gsm8k
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use Niarfe/qwen2.5-7b-positional-reasoning 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, "Niarfe/qwen2.5-7b-positional-reasoning")
  • Notebooks
  • Google Colab
  • Kaggle
qwen2.5-7b-positional-reasoning / scripts
13.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Niarfe's picture
Niarfe
Upload scripts/validator.py with huggingface_hub
3804a0d verified 9 days ago
  • benchmark_suite.py
    3.98 kB
    Upload scripts/benchmark_suite.py with huggingface_hub 9 days ago
  • train_qlora.py
    5.25 kB
    Upload scripts/train_qlora.py with huggingface_hub 9 days ago
  • validator.py
    3.96 kB
    Upload scripts/validator.py with huggingface_hub 9 days ago