Transformers
Safetensors
Thai
ipa
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use Gregniuki/thai-g2p-byt5-finetuned-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Gregniuki/thai-g2p-byt5-finetuned-v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Gregniuki/thai-g2p-byt5-finetuned-v2") model = AutoModelForSeq2SeqLM.from_pretrained("Gregniuki/thai-g2p-byt5-finetuned-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 248 Bytes
b8f064b | 1 2 3 4 5 6 7 8 9 | {
"epoch": 5.0,
"total_flos": 3.563278503829156e+17,
"train_loss": 0.043939175246461584,
"train_runtime": 63426.5621,
"train_samples": 149748,
"train_samples_per_second": 11.805,
"train_steps_per_second": 2.951
} |