Text Generation
Transformers
PyTorch
Japanese
llama
text-generation-inference
Inference Endpoints
ptrdvn commited on
Commit
26abdeb
·
1 Parent(s): 8c1ce9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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
- {original_ja}
92
 
93
  要約:"""
94
  ```
 
84
 
85
  {question_text}"""
86
  ```
 
87
  * XLSum
88
  ```
89
  f"""記事:
90
+ {article_text}
91
 
92
  要約:"""
93
  ```