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

  • Log In
  • Sign Up

matbee
/
test

PEFT
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use matbee/test with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceM4/idefics2-8b")
    model = PeftModel.from_pretrained(base_model, "matbee/test")
  • Notebooks
  • Google Colab
  • Kaggle
test
16.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
matbee's picture
matbee
End of training
4402981 verified about 2 years ago
  • global_step1170
    End of training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.41 kB
    End of training about 2 years ago
  • adapter_config.json
    662 Bytes
    End of training about 2 years ago
  • adapter_model.safetensors
    48 Bytes
    xet
    End of training about 2 years ago
  • latest
    15 Bytes
    End of training about 2 years ago
  • training_args.bin
    6.14 kB
    xet
    End of training about 2 years ago
  • zero_to_fp32.py
    25.3 kB
    End of training about 2 years ago