khang119966 commited on
Commit
ec0805e
1 Parent(s): 2db1f40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -55,16 +55,22 @@ We are expanding the training dataset for upcoming versions, including adding ha
55
 
56
  ## Examples
57
 
58
- <div align="center">
59
- <img src="ex1.jpg" width="400"/>
60
- <img src="ex2.jpg" width="400"/>
 
61
  </div>
62
 
63
-
64
  ```
65
-
66
  ```
67
 
 
 
 
 
 
68
 
69
  ## Quickstart
70
 
 
55
 
56
  ## Examples
57
 
58
+ Input Images:
59
+ <div style="display: flex; justify-content: center; gap: 20px;">
60
+ <img src="ex1.jpg" width="200"/>
61
+ <img src="ex2.jpg" width="300"/>
62
  </div>
63
 
64
+ Input Queries:
65
  ```
66
+ queries = ["Chuyện gì xảy ra với quốc lộ 5 TP Hải Phòng ?","Phí giao hàng bao nhiêu ?"]
67
  ```
68
 
69
+ Output Scores:
70
+ ```
71
+ tensor([[60.7500, 64.5000],
72
+ [62.7500, 60.7500]])
73
+ ```
74
 
75
  ## Quickstart
76