qwen_training_data_miner_prototype

Mine 012.txt log patterns to generate instruction-tuning JSON datasets.

2|Updated Mar 28, 2025
One-click install
npx skills add https://github.com/FOUNDUPS/Foundups-Agent --skill qwen-training-data-miner-prototype-foundups
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qwen_training_data_miner_prototype
Source: https://github.com/FOUNDUPS/Foundups-Agent/tree/main/.claude/skills/qwen_training_data_miner_prototype
Command: npx skills add https://github.com/FOUNDUPS/Foundups-Agent --skill qwen-training-data-miner-prototype-foundups

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the extraction of high-quality, domain-specific training examples from a large log file (012.txt) to create instruction-tuning datasets for training AI models like Gemma.

Core Features & Use Cases

  • Data Mining: Scans a large text file (012.txt) for specific patterns related to defined knowledge domains (e.g., MPS scoring, WSP application).
  • Example Extraction: Converts identified patterns into a structured instruction-tuning format, including input, output, and rationale.
  • Quality Filtering: Applies strict criteria to ensure only high-quality, complete, and unambiguous examples are retained.
  • Dataset Generation: Outputs a ready-to-use JSON dataset for model training, complete with metadata, recommended configurations, and autonomous execution instructions.
  • Use Case: Automatically generate a dataset for training an AI to score tasks using the MPS methodology by mining historical decision data.

Quick Start

Use the qwen_training_data_miner_prototype skill to mine 012.txt for MPS scoring examples and generate a training dataset.

Frequently Asked Questions about qwen_training_data_miner_prototype

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract training data from a log file for instruction tuning?

To extract training data from a log file for instruction tuning, you need a data mining process that scans text for domain-specific patterns. This Skill automates extracting high-quality examples from 012.txt and outputs a structured JSON dataset.

Can I automatically generate an instruction-tuning dataset from raw text logs?

Yes, you can automatically generate an instruction-tuning dataset from raw text logs. This Skill applies strict quality filtering to extract complete, unambiguous examples and structures them with metadata and recommended training configurations.

How does pattern extraction from log files work for AI model training?

Pattern extraction for AI model training works by scanning log files to identify domain-specific examples, such as MPS scoring or WSP application. It converts these identified patterns into a structured format with input, output, and rationale.

What is the best way to filter high-quality examples for a JSON training dataset?

The best way to filter high-quality examples for a JSON training dataset is to apply strict criteria ensuring only complete and unambiguous data is retained. This Skill automates that quality filtering during the log mining process.

Does this data mining approach work for extracting MPS scoring and WSP application examples?

Yes, this data mining approach specifically works for extracting MPS scoring and WSP application examples. It scans the 012.txt log file for these defined knowledge domains to generate targeted instruction-tuning data.

What is needed to start mining 012.txt for AI model training data?

To start mining 012.txt for AI model training data, you simply need the target log file available. The Skill autonomously scans the file, extracts verifiable data, and outputs a ready-to-use JSON dataset with execution instructions.