cosmoquester commited on
Commit
e5764c8
1 Parent(s): 8f65a38

docs: Add TRC Program

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,8 @@ This is pretrained BART model with multiple Korean Datasets.
8
 
9
  I used multiple datasets for generalizing the model for both colloquial and written texts.
10
 
 
 
11
  The script which is used to pre-train model is [here](https://github.com/cosmoquester/transformers-bart-training).
12
 
13
  When you use the reference API, you must wrap the sentence with `[BOS]` and `[EOS]` like below example.
 
8
 
9
  I used multiple datasets for generalizing the model for both colloquial and written texts.
10
 
11
+ The training is supported by [TPU Research Cloud](https://sites.research.google/trc/) program.
12
+
13
  The script which is used to pre-train model is [here](https://github.com/cosmoquester/transformers-bart-training).
14
 
15
  When you use the reference API, you must wrap the sentence with `[BOS]` and `[EOS]` like below example.