tanahhh commited on
Commit
1a0f133
1 Parent(s): a493f1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -59,7 +59,7 @@ from PIL import Image
59
  url = "https://www.barnorama.com/wp-content/uploads/2016/12/03-Confusing-Pictures.jpg"
60
  image = Image.open(requests.get(url, stream=True).raw)
61
 
62
- text = f"##human: この画像の面白い点は何ですか?\n##human: "
63
 
64
  # do preprocessing
65
  inputs = processor(
@@ -116,7 +116,7 @@ The model may produce inaccurate or false information, and its accuracy is not g
116
 
117
  ## How to cite
118
  ```bibtex
119
- @misc{GitJapaneseStableLM,
120
  url = {[https://huggingface.co/turing-motors/heron-chat-blip-ja-stablelm-base-7b-v0](https://huggingface.co/turing-motors/heron-chat-blip-ja-stablelm-base-7b-v0)},
121
  title = {Heron BLIP Japanese StableLM Base 7B},
122
  author = {Kotaro Tanahashi, Yuichi Inoue, and Yu Yamaguchi}
 
59
  url = "https://www.barnorama.com/wp-content/uploads/2016/12/03-Confusing-Pictures.jpg"
60
  image = Image.open(requests.get(url, stream=True).raw)
61
 
62
+ text = f"##human: この画像の面白い点は何ですか?\n##gpt: "
63
 
64
  # do preprocessing
65
  inputs = processor(
 
116
 
117
  ## How to cite
118
  ```bibtex
119
+ @misc{BlipJapaneseStableLM,
120
  url = {[https://huggingface.co/turing-motors/heron-chat-blip-ja-stablelm-base-7b-v0](https://huggingface.co/turing-motors/heron-chat-blip-ja-stablelm-base-7b-v0)},
121
  title = {Heron BLIP Japanese StableLM Base 7B},
122
  author = {Kotaro Tanahashi, Yuichi Inoue, and Yu Yamaguchi}