Instructions to use Turkish-NLP/t5-efficient-large-turkish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Turkish-NLP/t5-efficient-large-turkish with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Turkish-NLP/t5-efficient-large-turkish") model = AutoModelForSeq2SeqLM.from_pretrained("Turkish-NLP/t5-efficient-large-turkish", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
---
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
{}
|
| 3 |
---
|
| 4 |
+
This model is pre-trained T5 model with a private dataset, It is mainly designed for educational purposes, not for inference but can be used exclusively with BBVA Group, GarantiBBVA and its subsidiaries.
|