sparkling621/EditHF-1M
Code Resources For evaluation code and model (EditHF and EditHF-Reward), please visit our GitHub repository: GitHub Repository Data Structure EditHF-1M/ ├── source/ │ ├── category1/ │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ └── ... │ ├── category2/ │ └── ... │ ├── edited/ │ ├── model1/ │ │ ├── category1/ │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ └── ... │ │ ├── category2/ │ │ └── ... │ ├── model2/ │ └── ... │ ├── scores/ │… See the full description on the dataset page: https://huggingface.co/datasets/sparkling621/EditHF-1M.
1580
Code Resources
For evaluation code and model (EditHF and EditHF-Reward), please visit our GitHub repository: GitHub Repository
Data Structure
EditHF-1M/
├── source/
│ ├── category1/
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ └── ...
│ ├── category2/
│ └── ...
│
├── edited/
│ ├── model1/
│ │ ├── category1/
│ │ │ ├── 1.jpg
│ │ │ ├── 2.jpg
│ │ │ └── ...
│ │ ├── category2/
│ │ └── ...
│ ├── model2/
│ └── ...
│
├── scores/
│ ├── train.csv
│ ├── validation.csv
│ └── test.csv
│
└── rank/
├── train.csv
├── validation.csv
└── test.csv