mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Add LoRA rank convergence study example demonstrating: - Bootstrap phase with literature search - Hypothesis formation and testing - Inner/outer loop workflow - Progress tracking and findings synthesis
1,011 B
1,011 B
Autoresearch Examples
This directory contains example research projects using the autoresearch methodology.
Available Examples
lora-rank-study.md
Question: Does LoRA rank affect convergence speed on small datasets?
Type: Benchmark optimization, hyperparameter study
Skills Used:
arxiv— Literature searchmlops— Model trainingtensorboard— Experiment tracking
Key Takeaway: Higher rank improves convergence speed up to a point (r=16), then diminishing returns.
Creating Your Own Research
- Start with
/autoresearch "your question" - Follow the two-loop architecture
- Commit protocols before running
- Generate progress reports with
/research-report
Tips from Examples
- Start small: First experiment should complete in <30 minutes
- Define metrics upfront: Know what you're measuring before you start
- Document surprises: Negative results are progress too
- Show your work: Progress reports help humans follow along