Instructions to use onlysainaa/cyrillic_to_script-t5-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use onlysainaa/cyrillic_to_script-t5-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("onlysainaa/cyrillic_to_script-t5-model") model = AutoModelForSeq2SeqLM.from_pretrained("onlysainaa/cyrillic_to_script-t5-model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
| 28 |
- **Finetuned from model [google-t5-small]:** [More Information Needed]
|
| 29 |
|
| 30 |
|
| 31 |
-
```
|
| 32 |
#Load model directly
|
| 33 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
| 34 |
|
|
|
|
| 28 |
- **Finetuned from model [google-t5-small]:** [More Information Needed]
|
| 29 |
|
| 30 |
|
| 31 |
+
```python
|
| 32 |
#Load model directly
|
| 33 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
| 34 |
|