dtarkenton/sprocket-gex-qwen3-8b-lora-dollar is a PEFT LoRA adapter fine-tuned for gamma-exposure-oriented market-structure reasoning over SPY and QQQ options data.
This is not a standalone full model. It is a LoRA adapter trained on top of:
unsloth/qwen3-8b-unsloth-bnb-4bit
The adapter is intended for research and experimentation around options dealer gamma exposure, market regime structure, and structured JSON trade/risk-response generation. It is not financial advice and should not be used to place trades without independent validation, risk controls, and human review.
Model Details
Field
Value
Model type
PEFT LoRA adapter
Base model
unsloth/qwen3-8b-unsloth-bnb-4bit
Fine-tuning method
Supervised fine-tuning (SFT) with Unsloth / TRL
Domain
SPY/QQQ options gamma exposure and market-structure prompts
Output style
Structured JSON trading/risk analysis
Training date
2026-05-25
Training hardware
NVIDIA RTX A6000 48GB
Adapter output
sprocket_gex_qwen3_8b_lora_dollar
Training Data
The adapter was trained from a locally built dollar-GEX dataset derived from Alpha Vantage historical options chains for SPY and QQQ.
This repository currently includes an initial smoke evaluation, not a full benchmark suite.
Smoke Test
Status: passed
The post-training smoke test loaded the adapter, generated one structured response, and successfully parsed JSON.
Example parsed output:
json
1{2"action":"BUY_CALL",3"conviction":10,4"strategy":"momentum",5"target":597.7,6"stopLevel":592.14,7"reason":"negative gamma amplifies moves; spot is pinned near max gamma strike; GEX is increasing",8"regime_detected":false,9"regime_type":"low_conviction",10"regime_confidence":711}
Current Eval Status
Eval
Status
Adapter load test
Passed
JSON parse smoke test
Passed
Full schema compliance benchmark
Not yet run
Held-out scenario benchmark
Not yet run
Live paper-trading benchmark
Not yet run
Production readiness
Not established
A fuller eval should measure JSON/schema compliance, action distribution, sensitivity to contradictory GEX inputs, held-out prompt performance, and behavior across bullish, bearish, pinning, low-conviction, and event-risk regimes.
This is a LoRA adapter, not a merged standalone model.
It requires the compatible Qwen3-8B base model.
The current evaluation is only a smoke test.
The model may produce confident outputs on ambiguous or contradictory inputs.
Outputs are research signals, not trading instructions.
No profitability, live-trading, or risk-adjusted return claims are made.
Intended Use
Appropriate use cases:
Research into LLM reasoning over options gamma exposure.
Offline scenario testing for structured GEX prompts.
Generating candidate JSON outputs for downstream review/evaluation.
Building an eval harness for market-structure reasoning.
Out-of-scope use cases:
Fully automated trading without independent validation.
Financial advice.
Any use where hallucinated confidence or incorrect market interpretation could cause unmanaged risk.
Next Steps
Recommended follow-up work:
Build a proper held-out eval suite.
Measure JSON/schema compliance over hundreds of scenarios.
Add confusion/stress tests for contradictory GEX regimes.
Export/merge to a GGUF or Ollama-compatible artifact after validation.
Run a paper-trading-only benchmark before any real-money usage.
Citation / Tooling
This adapter was trained with Unsloth, TRL, Transformers, PEFT, and PyTorch.
bibtex
1@misc{vonwerra2022trl,
2 title = {TRL: Transformer Reinforcement Learning},
3 author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouedec},
4 year = {2020},
5 publisher = {GitHub},
6 howpublished = {\url{https://github.com/huggingface/trl}}
7}