Instructions to use gowtham58/T_TL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gowtham58/T_TL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("gowtham58/T_TL") model = AutoModelForSeq2SeqLM.from_pretrained("gowtham58/T_TL") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ It achieves the following results on the evaluation set:
|
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
## Intended uses & limitations
|
| 29 |
|
|
|
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
| 26 |
+
The Model can Generate Tamil Sentences from Transliterated Tamil words typed usin English Alphabets
|
| 27 |
|
| 28 |
## Intended uses & limitations
|
| 29 |
|