Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -117,6 +117,7 @@ All tasks are evaluated under both **zero-shot** and **one-shot** settings using
|
|
| 117 |
## π Data Structure
|
| 118 |
|
| 119 |
The dataset is organized as follow:
|
|
|
|
| 120 |
FruitBench/
|
| 121 |
βββ Data/
|
| 122 |
β βββ Apple/
|
|
@@ -141,7 +142,7 @@ FruitBench/
|
|
| 141 |
β βββ Apple.json
|
| 142 |
β βββ Banana.json
|
| 143 |
β βββ ...
|
| 144 |
-
|
| 145 |
|
| 146 |
## βοΈ Environment Setup
|
| 147 |
|
|
|
|
| 117 |
## π Data Structure
|
| 118 |
|
| 119 |
The dataset is organized as follow:
|
| 120 |
+
```
|
| 121 |
FruitBench/
|
| 122 |
βββ Data/
|
| 123 |
β βββ Apple/
|
|
|
|
| 142 |
β βββ Apple.json
|
| 143 |
β βββ Banana.json
|
| 144 |
β βββ ...
|
| 145 |
+
```
|
| 146 |
|
| 147 |
## βοΈ Environment Setup
|
| 148 |
|