Instructions to use hongngo/9e92ebc0-fbc6-4826-a6cb-7c1a89ae5e8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hongngo/9e92ebc0-fbc6-4826-a6cb-7c1a89ae5e8b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("The-matt/llama2_ko-7b_distinctive-snowflake-182_1060") model = PeftModel.from_pretrained(base_model, "hongngo/9e92ebc0-fbc6-4826-a6cb-7c1a89ae5e8b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!