Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
-
#
|
2 |
|
3 |
## Model description
|
4 |
|
5 |
-
This is an implementation of the `
|
6 |
|
7 |
[**CPT: A Pre-Trained Unbalanced Transformer for Both Chinese Language Understanding and Generation**](https://arxiv.org/pdf/2109.05729.pdf)
|
8 |
|
9 |
Yunfan Shao, Zhichao Geng, Yitao Liu, Junqi Dai, Fei Yang, Li Zhe, Hujun Bao, Xipeng Qiu
|
10 |
|
|
|
|
|
11 |
## Usage
|
12 |
|
13 |
```python
|
|
|
1 |
+
# Chinese BART-Large
|
2 |
|
3 |
## Model description
|
4 |
|
5 |
+
This is an implementation of CPT-Large. To use CPT, please import the file `modeling_cpt.py` (**Download** [Here](https://github.com/fastnlp/CPT/blob/master/finetune/modeling_cpt.py)) that define the architecture of CPT into your project.
|
6 |
|
7 |
[**CPT: A Pre-Trained Unbalanced Transformer for Both Chinese Language Understanding and Generation**](https://arxiv.org/pdf/2109.05729.pdf)
|
8 |
|
9 |
Yunfan Shao, Zhichao Geng, Yitao Liu, Junqi Dai, Fei Yang, Li Zhe, Hujun Bao, Xipeng Qiu
|
10 |
|
11 |
+
**Github Link:** https://github.com/fastnlp/CPT
|
12 |
+
|
13 |
## Usage
|
14 |
|
15 |
```python
|