Instructions to use Prerna2055/T5_FL_Base_Model_without_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Prerna2055/T5_FL_Base_Model_without_LoRA with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Prerna2055/T5_FL_Base_Model_without_LoRA") model = AutoModelForSeq2SeqLM.from_pretrained("Prerna2055/T5_FL_Base_Model_without_LoRA", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload T5ForConditionalGeneration
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242041896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87a18e0002da5db2cc3fcfef0171f7f636feb44d5af4f111bc82ac806d4d05f8
|
| 3 |
size 242041896
|