Update README.md
Browse files
README.md
CHANGED
|
@@ -144,7 +144,7 @@ def separate_paren_groups(paren_string: str) -> List[str]:
|
|
| 144 |
|
| 145 |
```
|
| 146 |
|
| 147 |
-
Specifically, we also add the Programming Language Tag (e.g. ```# language: Python``` for Python) used by CodeGeex models.
|
| 148 |
|
| 149 |
|
| 150 |
|
|
@@ -358,7 +358,7 @@ def separate_paren_groups(paren_string: str) -> List[str]:
|
|
| 358 |
|
| 359 |
```
|
| 360 |
|
| 361 |
-
特别地,我们也使用了CodeGeeX系列模型采用的编程语言区分标签(例如,对于Python
|
| 362 |
|
| 363 |
## 快速使用
|
| 364 |
|
|
|
|
| 144 |
|
| 145 |
```
|
| 146 |
|
| 147 |
+
Specifically, we also add the Programming Language Tag (e.g. "```# language: Python```" for Python) used by CodeGeex models.
|
| 148 |
|
| 149 |
|
| 150 |
|
|
|
|
| 358 |
|
| 359 |
```
|
| 360 |
|
| 361 |
+
特别地,我们也使用了CodeGeeX系列模型采用的编程语言区分标签(例如,对于Python语言,我们会使用"```# language: Python```")。
|
| 362 |
|
| 363 |
## 快速使用
|
| 364 |
|