instruction-tuner

所属分类:数据集
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2024-02-22 17:32:30
上 传 者sh-1993
说明:  用于创建指令调整数据集的简单实用程序库
(A simple utility library for creating instruction tuning datasets)

文件列表:
assets/
src/
LICENSE
app.py
app_mm.py
database.csv
input.csv
requirements.txt

# ion

Instruction Tuner

This is a simple utility designed using the Streamlit library to facilitate the creation and annotation of instruction tuning datasets using multiple modalities. The tool allows you to import a folder containing the content you want to annotate and provides an easy-to-use interface for labeling. ## Features - **Multi-Modality Support:** Annotate datasets with multiple modalities, such as text, image, audio & video. - **Folder & CSV File Import:** Import your data/prompts from a CSV file or a folder. CSV file import is only supported for text data. ## Installation 1. Clone this repository: ```bash git clone https://github.com/vijpandaturtle/instruction-tuner.git cd instruction-tuner ``` 2. Install the required dependencies: ```bash pip install -r requirements.txt ``` ## Usage 1. Run the application (for text only): ```bash streamlit run app.py ``` For multimodal support ```bash streamlit run app_mm.py ``` 2. Open the provided URL in your web browser. 3. Select your data source from the dropdown on the sidebar. 4. Specify the folder path, and start annotating! ## Contributing Contributions are welcome! Simply make a pull request with the feature you are planning to add! ## Contact For questions or feedback, please contact thisisvij98@gmail.com.

近期下载者

相关文件


收藏者