Instructions to use henryen/OriGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use henryen/OriGen with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-7b-instruct-v1.5") model = PeftModel.from_pretrained(base_model, "henryen/OriGen") - Notebooks
- Google Colab
- Kaggle
Fix LoRA model
#1
by zihao8801 - opened
Hi!
Your research has provided me with significant inspiration and assistance. I noticed that you provided a Gen LoRA. If you are willing to share the Fix LoRA, I would be immensely grateful.
Thank you very much for your time and consideration. I look forward to your response.
Hi!
I’m glad my research has been helpful to you.
I have updated the repository with the Fix LoRA. You can find it here: https://huggingface.co/henryen/OriGen_Fix, along with an example for your reference.
Let me know if you have any further questions.
henryen changed discussion status to closed
Thank you for the prompt reply.