cosmoquester
commited on
Commit
•
75e1d14
1
Parent(s):
e5764c8
docs: Update training repo url
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ I used multiple datasets for generalizing the model for both colloquial and writ
|
|
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-
|
14 |
|
15 |
When you use the reference API, you must wrap the sentence with `[BOS]` and `[EOS]` like below example.
|
16 |
|
|
|
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-pretrain).
|
14 |
|
15 |
When you use the reference API, you must wrap the sentence with `[BOS]` and `[EOS]` like below example.
|
16 |
|