Update README.md
Browse files
README.md
CHANGED
@@ -4,18 +4,16 @@ language:
|
|
4 |
- en
|
5 |
widget:
|
6 |
- text: >
|
7 |
-
|
8 |
-
example_title:
|
9 |
-
|
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
|
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
|