fnlp/AnyInstruct-resolution-1024
收藏Hugging Face2024-12-16 更新2024-06-22 收录
下载链接:
https://hf-mirror.com/datasets/fnlp/AnyInstruct-resolution-1024
下载链接
链接失效反馈官方服务:
资源简介:
# File Restoration and Extraction Guide
## File Structure
- Root directory: Contains Part 1 split files
- `part2/` directory: Contains Part 2 split files
## Instructions
### Step 1: File Restoration
Due to size limitations, the original file has been split. To restore the complete file:
```bash
cat images_1024.part_* > images_1024.tar
```
### Step 2: Extraction
To extract the contents:
```bash
tar -xvf images_1024.tar
```
### Important Notes
- For Part 1 images: Execute commands in the root directory
- For Part 2 images: Execute commands in the `part2` directory
## Additional Information
- Original file: `images_1024.tar`
- Split files format: `images_1024.part_aa`, `images_1024.part_ab`, etc.
提供机构:
fnlp



