Instructions to use Luongdzung/rsLora_500_last_question_wikiqa_seed_13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Luongdzung/rsLora_500_last_question_wikiqa_seed_13 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vlsp-2023-vllm/hoa-1b4") model = PeftModel.from_pretrained(base_model, "Luongdzung/rsLora_500_last_question_wikiqa_seed_13") - Notebooks
- Google Colab
- Kaggle
Ctrl+K