Autoresearch/10k mar26#13
Open
harryschaefer93 wants to merge 3 commits into
Open
Conversation
Trained an 11.5M parameter GPT exclusively on SEC 10-K filings from financial companies. 23.3% better compression than the same model trained on general web text. ~20 experiments, ~2 hours total GPU time on a MacBook Air. Added: - prepare_10k.py: SEC EDGAR data pipeline (download, clean, shard) - benchmark.py: perplexity, inference speed, and cost benchmarks - monitor.py: live terminal dashboard with loss curves + thermal monitoring - MODEL_CARD.md: HuggingFace model card - Full README writeup of methodology, results, and learnings Results: - val_bpb: 1.645 (vs 2.146 general baseline) - Inference: 75,000+ tok/sec on Apple Silicon - Cost: $0 to process all 80K SEC filings (vs $15K+ via API) Model: https://huggingface.co/HarryS64/10k-financial-slm Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
b70715a to
60c36a9
Compare
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Built from ground truth: 1,131 filings = 136.7M tokens (our tokenizer), 120,910 tokens/filing, x0.875 GPT conversion = 105,796 GPT tokens/filing, x79,513 filings = 8.4B total tokens. All costs were ~40% underestimated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.