Wikidepia commited on
Commit
ffeb795
1 Parent(s): 7845541

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - id
4
+ datasets:
5
+ - allenai/c4
6
+ ---
7
+ # Indonesian T5 Small
8
+
9
+ T5 (Text-to-Text Transfer Transformer) model pretrained on Indonesian mC4 with [extra filtering](https://github.com/Wikidepia/indonesian_datasets/tree/master/dump/mc4). This model is pre-trained only and needs to be fine-tuned to be used for specific tasks.
10
+
11
+ ## Pretraining Details
12
+
13
+ Trained for 1M steps following [`google/t5-v1_1-small`](https://huggingface.co/google/t5-v1_1-small).
14
+
15
+ ## Limitations and bias
16
+
17
+ 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.
18
+
19
+ ## Model Performance
20
+
21
+ TBD
22
+
23
+ ## Acknowledgement
24
+
25
+ Thanks to Tensorflow Research Cloud for providing TPU v3-8s.