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

  • Log In
  • Sign Up

pascal-maker
/
qwen2-7b-instruct-amazon-description

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use pascal-maker/qwen2-7b-instruct-amazon-description with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use pascal-maker/qwen2-7b-instruct-amazon-description with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "pascal-maker/qwen2-7b-instruct-amazon-description")
  • Notebooks
  • Google Colab
  • Kaggle
qwen2-7b-instruct-amazon-description / runs
20.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
pascal-maker's picture
pascal-maker
Model save
1c6b446 verified over 1 year ago
  • Oct01_10-30-32_c0bed548ee1b
    Training in progress, epoch 0 over 1 year ago
  • Oct01_10-31-58_c0bed548ee1b
    Model save over 1 year ago