Update README.md
Browse files
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
|
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 |
|