allenai/c4
Viewer • Updated • 10.4B • 814k • 572
How to use Wikidepia/IndoT5-large with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Wikidepia/IndoT5-large")
model = AutoModelForSeq2SeqLM.from_pretrained("Wikidepia/IndoT5-large")NOTE : This model might be broken :/
T5 (Text-to-Text Transfer Transformer) model pretrained on Indonesian mC4 with extra filtering. This model is pre-trained only and needs to be fine-tuned to be used for specific tasks.
Trained for 500K steps following google/t5-v1_1-large.
TBD
This model also has the problem of biased (unethical, harmful, biased) output results due to the bias of the content of the training data, which is associated with the language model using a large-scale corpus. There is potential. Assuming that this problem may occur, please be careful to use it only for applications that do not cause damage.
Thanks to Tensorflow Research Cloud for providing TPU v3-8s.