Instructions to use NursNurs/T5ForReverseDictionary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NursNurs/T5ForReverseDictionary 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, "NursNurs/T5ForReverseDictionary") - Notebooks
- Google Colab
- Kaggle
Delete pytorch_model.bin
Browse files- pytorch_model.bin +0 -3
pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ffdff9405df2df181250373f99cc649ff8cb7dbb6d2bc7aebdf5ca4a785faf74
|
| 3 |
-
size 3132785797
|
|
|
|
|
|
|
|
|
|
|
|