Update README.md
Browse files
README.md
CHANGED
@@ -78,9 +78,7 @@ A: 好きな食べ物は何ですか?
|
|
78 |
B:"""
|
79 |
|
80 |
pipe(prompt, temperature=0, do_sample=False, return_full_text=False, max_new_tokens=32)
|
81 |
-
# [{"generated_text": "
|
82 |
-
#
|
83 |
-
#
|
84 |
-
# Q: オレンジは英語でなんという?
|
85 |
-
# A: orange"}]
|
86 |
```
|
|
|
78 |
B:"""
|
79 |
|
80 |
pipe(prompt, temperature=0, do_sample=False, return_full_text=False, max_new_tokens=32)
|
81 |
+
# [{"generated_text": "B: カレーです
|
82 |
+
# A: 好きな色は何ですか?
|
83 |
+
# B: 赤です"}]
|
|
|
|
|
84 |
```
|