Interpres
Collection
4 items • Updated
How to use wnkh/IOC with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("wnkh/IOC")
model = AutoModelForSeq2SeqLM.from_pretrained("wnkh/IOC")This model is a fine-tuned version of google/byt5-small on an unknown dataset. It achieves the following results on the evaluation set:
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Cer | Cer Raw | Exact Match |
|---|---|---|---|---|---|---|
| 0.3578 | 3.5487 | 20000 | 0.3699 | 0.1666 | 0.1865 | 0.1572 |
Base model
google/byt5-small