Instructions to use sumanthbhargava/byt5-base-encoding-correction-10k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sumanthbhargava/byt5-base-encoding-correction-10k with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sumanthbhargava/byt5-base-encoding-correction-10k") model = AutoModelForSeq2SeqLM.from_pretrained("sumanthbhargava/byt5-base-encoding-correction-10k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
byt5-base-encoding-correction-10k
This model is a fine-tuned version of google/byt5-base on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0016
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 16
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 3000
- num_epochs: 20
Training results
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.0070 | 1.0 | 2500 | 0.0021 |
| 0.0065 | 2.0 | 5000 | 0.0015 |
| 0.0028 | 3.0 | 7500 | 0.0016 |
| 0.0030 | 4.0 | 10000 | 0.0014 |
| 0.0029 | 5.0 | 12500 | 0.0015 |
| 0.0020 | 6.0 | 15000 | 0.0016 |
| 0.0016 | 7.0 | 17500 | 0.0016 |
Framework versions
- Transformers 5.10.2
- Pytorch 2.11.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 10
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for sumanthbhargava/byt5-base-encoding-correction-10k
Base model
google/byt5-base