Update README.md
Browse files
README.md
CHANGED
@@ -84,11 +84,10 @@ We trained using the following three minimalistic prompt templates for the three
|
|
84 |
|
85 |
{question_text}"""
|
86 |
```
|
87 |
-
```
|
88 |
* XLSum
|
89 |
```
|
90 |
f"""記事:
|
91 |
-
{
|
92 |
|
93 |
要約:"""
|
94 |
```
|
|
|
84 |
|
85 |
{question_text}"""
|
86 |
```
|
|
|
87 |
* XLSum
|
88 |
```
|
89 |
f"""記事:
|
90 |
+
{article_text}
|
91 |
|
92 |
要約:"""
|
93 |
```
|