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
|
@@ -10,7 +10,7 @@ T5 (Text-to-Text Transfer Transformer) model pretrained on Indonesian mC4 with [
|
|
| 10 |
|
| 11 |
## Pretraining Details
|
| 12 |
|
| 13 |
-
Trained for
|
| 14 |
|
| 15 |
## Limitations and bias
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
## Pretraining Details
|
| 12 |
|
| 13 |
+
Trained for xx steps following [`google/t5-v1_1-small`](https://huggingface.co/google/t5-v1_1-small).
|
| 14 |
|
| 15 |
## Limitations and bias
|
| 16 |
|