Instructions to use lorahub/flan_t5_large-paws_wiki with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_large-paws_wiki with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-large") model = PeftModel.from_pretrained(base_model, "lorahub/flan_t5_large-paws_wiki") - Notebooks
- Google Colab
- Kaggle
Commit ·
61137c8
1
Parent(s): 7f70969
Upload adapter_model.bin with huggingface_hub
Browse files- adapter_model.bin +3 -0
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1b9d4d42f7e3e3699d5bb54aadadc3cd84178b8f01f6293980489d1796efb31
|
| 3 |
+
size 18978049
|