update
Browse files
README.md
CHANGED
@@ -4,6 +4,10 @@
|
|
4 |
|
5 |
This is an implementation of Chinese BART-Large.
|
6 |
|
|
|
|
|
|
|
|
|
7 |
## Usage
|
8 |
|
9 |
```python
|
|
|
4 |
|
5 |
This is an implementation of Chinese BART-Large.
|
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
|