mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-26 06:01:49 +00:00
docs(autoresearch): add example research project and README
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
This commit is contained in:
parent
762b582704
commit
c77175b7f7
2 changed files with 108 additions and 0 deletions
34
skills/research/autoresearch/examples/README.md
Normal file
34
skills/research/autoresearch/examples/README.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# 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 search
|
||||
- `mlops` — Model training
|
||||
- `tensorboard` — Experiment tracking
|
||||
|
||||
**Key Takeaway:** Higher rank improves convergence speed up to a point (r=16), then diminishing returns.
|
||||
|
||||
---
|
||||
|
||||
## Creating Your Own Research
|
||||
|
||||
1. Start with `/autoresearch "your question"`
|
||||
2. Follow the two-loop architecture
|
||||
3. Commit protocols before running
|
||||
4. 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue