Instructions to use Rupper02/LaMini_Text-Eval_LaMini-T5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rupper02/LaMini_Text-Eval_LaMini-T5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("MBZUAI/LaMini-Flan-T5-248M") model = PeftModel.from_pretrained(base_model, "Rupper02/LaMini_Text-Eval_LaMini-T5") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
4ee44f5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:137cca387bbce27f6778b1ee914b39751bc256a5fa447cd8ab44aa979bee6af4
size 7131082
|