myownskyW7
commited on
Commit
•
81a347e
1
Parent(s):
24df943
Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ print(response)
|
|
70 |
###############
|
71 |
query1 = 'what is the detailed explanation of the third part.'
|
72 |
with torch.cuda.amp.autocast():
|
73 |
-
response, _ = model.chat(tokenizer, query=
|
74 |
print(response)
|
75 |
# The third part of the infographic is about "Geometric Shapes Everywhere". It explains that last year, designers used a lot of
|
76 |
# flowing and abstract shapes in their designs. However, this year, they have been replaced with rigid, hard-edged geometric
|
|
|
70 |
###############
|
71 |
query1 = 'what is the detailed explanation of the third part.'
|
72 |
with torch.cuda.amp.autocast():
|
73 |
+
response, _ = model.chat(tokenizer, query=query1, image=image, hd_num=55, history=his, do_sample=False, num_beams=3)
|
74 |
print(response)
|
75 |
# The third part of the infographic is about "Geometric Shapes Everywhere". It explains that last year, designers used a lot of
|
76 |
# flowing and abstract shapes in their designs. However, this year, they have been replaced with rigid, hard-edged geometric
|