qwen_training_data_miner_prototype

Extract domain-specific training examples from 012.txt for Gemma instruction-tuning datasets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pattern_memory, libido_monitor.

What problem does it solve?

Mine 012.txt to generate high-quality, domain-specific training examples for Gemma models, accelerating instruction-tuning workflows.

Core Features & Use Cases

  • Extracts domain patterns from 012.txt (mps_scoring, wsp_application, roadmap_analysis, readme_patterns, modlog_updates, first_principles)
  • Produces instruction-tuning datasets and pattern summaries for downstream training
  • Supports configurable inputs (source_file, domain, pattern_type, min_examples) and outputs for traceability

Quick Start

Load the 012.txt file and run the miner for the target domain to generate a training dataset and a domain pattern summary.

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 mine domain-specific training data for Gemma instruction-tuning?

To mine domain-specific training data for Gemma instruction-tuning, load your source file like 012.txt and specify the target domain alongside pattern types. The miner extracts relevant examples and outputs structured JSON datasets with corresponding pattern summaries.

What domains are supported for extracting instruction-tuning datasets?

Supported domains for extracting instruction-tuning datasets include mps_scoring, wsp_application, roadmap_analysis, readme_patterns, modlog_updates, and first_principles. The miner scans your source text to isolate these specific domain patterns for training.

How do I configure inputs to extract training examples from a text file?

You configure training example extraction by setting inputs including source_file, domain, pattern_type, and min_examples. These parameters filter the text file to ensure the generated instruction-tuning datasets meet your specific minimum example thresholds.

What output files are generated when mining domain patterns?

Mining domain patterns generates two primary outputs: a JSON file containing the instruction-tuning dataset saved to the training_datasets directory, and a pattern summary JSON file. An execution_id is also returned for full traceability.

Can I use this prototype to generate training data for models other than Gemma?

While the miner is designed to produce instruction-tuning datasets for Gemma models, the generated JSON training data and pattern summaries are structured generically. You can adapt these outputs for other instruction-tuning workflows as needed.

Does instruction-tuning data extraction depend on pattern_memory or libido_monitor?

Yes, the domain data extraction process lists pattern_memory and libido_monitor as dependencies. These modules support the underlying pattern recognition and monitoring required to parse source files and generate accurate training datasets.