Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -55,26 +55,12 @@ The goal of this refactoring is to improve **usability** and **developer experie
|
|
| 55 |
|
| 56 |
### Key Improvements:
|
| 57 |
- **Standardized Item Referencing**: All items are referenced using the `<set_id>_<index>` format.
|
| 58 |
-
- **Task-Specific Separation**: Data is clearly organized into `compatibility`, `fill_in_the_blank`
|
| 59 |
- **Clean JSON Schema**: Consistent naming conventions across all files.
|
| 60 |
|
| 61 |
## 📊 Data Formats
|
| 62 |
|
| 63 |
-
### 1.
|
| 64 |
-
|
| 65 |
-
Contains metadata for each outfit set.
|
| 66 |
-
|
| 67 |
-
```json
|
| 68 |
-
{
|
| 69 |
-
"set_id": "217320763",
|
| 70 |
-
"items": [
|
| 71 |
-
{ "item_id": "193458045", "index": 1 }
|
| 72 |
-
]
|
| 73 |
-
}
|
| 74 |
-
|
| 75 |
-
```
|
| 76 |
-
|
| 77 |
-
### 2. Compatibility
|
| 78 |
|
| 79 |
Binary classification data to determine if a set of items matches.
|
| 80 |
|
|
@@ -89,7 +75,7 @@ Binary classification data to determine if a set of items matches.
|
|
| 89 |
|
| 90 |
```
|
| 91 |
|
| 92 |
-
###
|
| 93 |
|
| 94 |
Multiple-choice data to predict the most suitable item for a missing slot.
|
| 95 |
|
|
|
|
| 55 |
|
| 56 |
### Key Improvements:
|
| 57 |
- **Standardized Item Referencing**: All items are referenced using the `<set_id>_<index>` format.
|
| 58 |
+
- **Task-Specific Separation**: Data is clearly organized into `compatibility`, `fill_in_the_blank`.
|
| 59 |
- **Clean JSON Schema**: Consistent naming conventions across all files.
|
| 60 |
|
| 61 |
## 📊 Data Formats
|
| 62 |
|
| 63 |
+
### 1. Compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
|
| 65 |
Binary classification data to determine if a set of items matches.
|
| 66 |
|
|
|
|
| 75 |
|
| 76 |
```
|
| 77 |
|
| 78 |
+
### 2. Fill-in-the-Blank (FITB)
|
| 79 |
|
| 80 |
Multiple-choice data to predict the most suitable item for a missing slot.
|
| 81 |
|