longchen commited on
Commit
d4b7f08
1 Parent(s): 879f77c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -4,18 +4,16 @@ language:
4
  - en
5
  widget:
6
  - text: >
7
- In a busy city street, an autonomous car navigates around pedestrians and cyclists, making a series of complex decisions to ensure safety.
8
- example_title: Complex VQA Scenario
9
- - text: >
10
- On a clear highway, an autonomous vehicle adjusts its speed based on the flow of traffic and the presence of a slower-moving truck ahead.
11
- example_title: Simple VQA Scenario
12
  tags:
13
  - vision-language
14
  - autonomous-driving
15
  ---
16
 
17
  ### What is this?
18
- Lingo-Judge, a novel evaluation metric that aligns closely with human judgment on the LingoQA evaluation suits.
19
 
20
  ### How to use
21
  ```python
 
4
  - en
5
  widget:
6
  - text: >
7
+ '[CLS]\nQuestion: Are there any pedestrians crossing the road? If yes, how many?\nAnswer: 1\nStudent: One'
8
+ example_title: Counting
9
+
 
 
10
  tags:
11
  - vision-language
12
  - autonomous-driving
13
  ---
14
 
15
  ### What is this?
16
+ Lingo-Judge, a novel evaluation metric that aligns closely with human judgment on the LingoQA evaluation suite.
17
 
18
  ### How to use
19
  ```python