yonatanbitton
commited on
Commit
·
29a9191
1
Parent(s):
280600b
Update README.md
Browse files
README.md
CHANGED
@@ -48,10 +48,12 @@ NA
|
|
48 |
https://vasr-dataset.github.io/
|
49 |
- **Point of Contact:**
|
50 | |
|
|
51 |
## Supported Tasks and Leaderboards
|
52 |
https://vasr.github.io/leaderboard.
|
53 |
https://paperswithcode.com/dataset/vasr.
|
54 |
-
|
|
|
55 |
To submit predictions, please send a prediction CSV file to [email protected] / [email protected].
|
56 |
The prediction file should include a "B'" column with the predicted candidate name that best solves the analogy, and an index from 1 to 4 indicating the location of the predicted candidate in the given candidate list.
|
57 |
An example prediction file is available [HERE](https://drive.google.com/file/d/1NvBNdvlWmEOYjIVi2xdmQ_tUm-TXo42u/view?usp=share_link).
|
@@ -59,8 +61,10 @@ A submission is allowed once a week, and you will receive a response within a we
|
|
59 |
|
60 |
## Colab notebook code for VASR evaluation with ViT
|
61 |
https://colab.research.google.com/drive/1HUg0aHonFDK3hVFrIRYdSEfpUJeY-4dI
|
|
|
62 |
### Languages
|
63 |
English.
|
|
|
64 |
## Dataset Structure
|
65 |
### Data Fields
|
66 |
A: datasets.Image() - the first input image, **A**:A'
|
|
|
48 |
https://vasr-dataset.github.io/
|
49 |
- **Point of Contact:**
|
50 | |
51 |
+
|
52 |
## Supported Tasks and Leaderboards
|
53 |
https://vasr.github.io/leaderboard.
|
54 |
https://paperswithcode.com/dataset/vasr.
|
55 |
+
|
56 |
+
## How to Submit Predictions?
|
57 |
To submit predictions, please send a prediction CSV file to [email protected] / [email protected].
|
58 |
The prediction file should include a "B'" column with the predicted candidate name that best solves the analogy, and an index from 1 to 4 indicating the location of the predicted candidate in the given candidate list.
|
59 |
An example prediction file is available [HERE](https://drive.google.com/file/d/1NvBNdvlWmEOYjIVi2xdmQ_tUm-TXo42u/view?usp=share_link).
|
|
|
61 |
|
62 |
## Colab notebook code for VASR evaluation with ViT
|
63 |
https://colab.research.google.com/drive/1HUg0aHonFDK3hVFrIRYdSEfpUJeY-4dI
|
64 |
+
|
65 |
### Languages
|
66 |
English.
|
67 |
+
|
68 |
## Dataset Structure
|
69 |
### Data Fields
|
70 |
A: datasets.Image() - the first input image, **A**:A'
|