Update README.md
Browse files
README.md
CHANGED
@@ -80,7 +80,7 @@ output_text = processor.batch_decode(
|
|
80 |
generated_ids, skip_special_tokens=True, clean_up_tokenization_spaces=True
|
81 |
)
|
82 |
print(output_text[0])
|
83 |
-
"""
|
84 |
```
|
85 |
|
86 |
### Example
|
@@ -88,7 +88,7 @@ print(output_text[0])
|
|
88 |
|
89 |
|Prompt|Output|
|
90 |
|-|-|
|
91 |
-
|
92 |
|真ん中に映っている赤と白の物は何ですか?|真ん中に映っている赤と白のものはクレーンです。|
|
93 |
|
94 |
## Training
|
|
|
80 |
generated_ids, skip_special_tokens=True, clean_up_tokenization_spaces=True
|
81 |
)
|
82 |
print(output_text[0])
|
83 |
+
"""この写真に写っているもので、最も有名と考えられる建築物は東京タワーです。東京タワーは、東京のランドマークであり、この写真では、高層ビル群の向こう側に写っています。"""
|
84 |
```
|
85 |
|
86 |
### Example
|
|
|
88 |
|
89 |
|Prompt|Output|
|
90 |
|-|-|
|
91 |
+
|この写真に写っているもので、最も有名と考えられる建築物は何でどこに写っていますか?|この写真に写っているもので、最も有名と考えられる建築物は東京タワーです。東京タワーは、東京のランドマークであり、この写真では、高層ビル群の向こう側に写っています。|
|
92 |
|真ん中に映っている赤と白の物は何ですか?|真ん中に映っている赤と白のものはクレーンです。|
|
93 |
|
94 |
## Training
|