Instructions to use Wikidepia/IndoT5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Wikidepia/IndoT5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Wikidepia/IndoT5-small") model = AutoModelForSeq2SeqLM.from_pretrained("Wikidepia/IndoT5-small") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,8 +11,6 @@ T5 (Text-to-Text Transfer Transformer) model pretrained on Indonesian mC4 with [
|
|
| 11 |
|
| 12 |
## Pretraining Details
|
| 13 |
|
| 14 |
-
**Apparently I do not use the same learning rate as the original T5-smallv1.1, I will retrain it soon :)**
|
| 15 |
-
|
| 16 |
Trained for 1M steps following [`google/t5-v1_1-small`](https://huggingface.co/google/t5-v1_1-small).
|
| 17 |
|
| 18 |
## Model Performance
|
|
|
|
| 11 |
|
| 12 |
## Pretraining Details
|
| 13 |
|
|
|
|
|
|
|
| 14 |
Trained for 1M steps following [`google/t5-v1_1-small`](https://huggingface.co/google/t5-v1_1-small).
|
| 15 |
|
| 16 |
## Model Performance
|