gowitheflow commited on
Commit
8c9442a
·
verified ·
1 Parent(s): af1d9ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -11
README.md CHANGED
@@ -123,7 +123,7 @@ configs:
123
 
124
  ### Dataset Summary
125
 
126
- This dataset is rendered to images from STS-benchmark. We envision the need to assess vision encoders' abilities to understand texts.
127
 
128
  **Examples of Use**
129
 
@@ -142,16 +142,7 @@ dataset = load_dataset("Pixel-linguist", name="zh", split="dev")
142
 
143
  ### Languages
144
 
145
- Languages are: de, en, es, fr, it, nl, pl, pt, ru, zh
146
-
147
- An example:
148
- ```
149
- {
150
- "sentence1": "A man is playing a large flute.",
151
- "sentence2": "A man is playing a flute.",
152
- "similarity_score": 3.8
153
- }
154
- ```
155
 
156
  ### Citation Information
157
 
 
123
 
124
  ### Dataset Summary
125
 
126
+ This dataset is rendered to images from STS-benchmark. We envision the need to assess vision encoders' abilities to understand texts. A natural way will be assessing them with the STS protocols, with texts rendered into images.
127
 
128
  **Examples of Use**
129
 
 
142
 
143
  ### Languages
144
 
145
+ de, en, es, fr, it, nl, pl, pt, ru, zh
 
 
 
 
 
 
 
 
 
146
 
147
  ### Citation Information
148