PerRing commited on
Commit
ae3f7f3
1 Parent(s): fcaa9cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -3,7 +3,8 @@
3
  ---
4
  this repo is huggingface version of liuhaotian/llava-v1.6-34b
5
  # Issue
6
- Despite the completion of generation, '\n' is repeatedly generated, so be mindful of adjusting the 'max_length'.
 
7
 
8
  ```python
9
  import requests
@@ -39,9 +40,7 @@ print(processor.decode(output[0], skip_special_tokens=True))
39
  Answer the questions.<|im_start|> user
40
 
41
  explain about this image<|im_start|> assistant
42
- The image shows a bouquet of purple flowers arranged in a clear glass vase. The vase is placed on a balcony railing. The balcony railing is made of metal and has a black color. The flowers are purple in color. The bouquet of flowers is placed in the clear glass vase. The vase is made of clear glass. The clear glass vase is placed on the balcony railing. The balcony railing is made of metal and has a black color. The bouquet of purple flowers is placed in the clear glass vase. The vase is made of clear glass.
43
-
44
-
45
  ```
46
 
47
 
 
3
  ---
4
  this repo is huggingface version of liuhaotian/llava-v1.6-34b
5
  # Issue
6
+ ~Despite the completion of generation, '\n' is repeatedly generated, so be mindful of adjusting the 'max_length'.~
7
+ errir fixed!
8
 
9
  ```python
10
  import requests
 
40
  Answer the questions.<|im_start|> user
41
 
42
  explain about this image<|im_start|> assistant
43
+ The image shows a clear glass vase filled with water and containing several purple flowers with green leaves. The flowers appear to be tulips or a similar type of lily, given their shape and color. The vase is placed on what looks like a balcony or outdoor terrace, as suggested by the presence of other plants and a railing in the background. The lighting and the shadows cast by the flowers and the railing indicate that the photo was taken during the day with natural light. The overall scene conveys a sense of tranquility and appreciation for nature.
 
 
44
  ```
45
 
46