Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

For detailed information, please see https://linlin-dev.github.io/project/STAR.html

How to Extract Split Archive Files on Ubuntu

To extract a split archive (e.g., STAR.7z.001, STAR.7z.002, etc.) on Ubuntu, follow these steps:


Step 1: Install p7zip

If p7zip is not already installed, use the following commands to install it:

sudo apt update
sudo apt install p7zip-full

Step 2: Verify Split Files Are in the Same Directory

Ensure all split files (STAR.7z.001, STAR.7z.002, etc.) are in the same folder.

Example directory structure:

/path/to/your/files/
├── STAR.7z.001
├── STAR.7z.002
├── STAR.7z.003
├── STAR.7z.004
└── STAR.7z.005

Step 3: Extract the Split Archive

Run the extraction command starting from the first split file (.001):

7z x STAR.7z.001

Command Explanation:

  • 7z: Invokes the 7-Zip utility.
  • x: Stands for "extract".
  • STAR.7z.001: The first split file. 7-Zip will automatically detect and merge subsequent splits (.002, .003, etc.).

For any questions, please contact [email protected]

Downloads last month
285

Models trained or fine-tuned on Zhuzi24/STAR