Update README.md
Browse files
README.md
CHANGED
@@ -49,6 +49,7 @@ test_article = """ モノマネのレパートリーに「リーチ・マイ
|
|
49 |
test_question = " リーチ・マイケルは何を送ってきましたか?"
|
50 |
|
51 |
pipe(do_closed_qa(test_article, question), max_new_tokens=128, temperature=0)[0]["generated_text"]
|
|
|
52 |
```
|
53 |
|
54 |
|
|
|
49 |
test_question = " リーチ・マイケルは何を送ってきましたか?"
|
50 |
|
51 |
pipe(do_closed_qa(test_article, question), max_new_tokens=128, temperature=0)[0]["generated_text"]
|
52 |
+
# "ユニホーム2着とパンツやソックスなど"
|
53 |
```
|
54 |
|
55 |
|