mtensor commited on
Commit
f06da25
1 Parent(s): 52b5684
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ generation_text = processor.batch_decode(generation_output, skip_special_tokens=
68
  assert generation_text == "A bus parked on the side of a road.<s>"
69
  ```
70
 
71
- Fuyu can also perform some question answering on natural images (thought fine-tuning may be required for good performance):
72
  ```python
73
  text_prompt = "What color is the bus?\n"
74
  image_path = "/bus.png" # https://huggingface.co/adept-hf-collab/fuyu-8b/blob/main/bus.png
 
68
  assert generation_text == "A bus parked on the side of a road.<s>"
69
  ```
70
 
71
+ Fuyu can also perform some question answering on natural images and charts/diagrams (thought fine-tuning may be required for good performance):
72
  ```python
73
  text_prompt = "What color is the bus?\n"
74
  image_path = "/bus.png" # https://huggingface.co/adept-hf-collab/fuyu-8b/blob/main/bus.png