Just finished fine-tuning a small transformer model on structured financial data from Indian markets — fundamentals + OHLCV for NIFTY stocks and indices.
The model outputs SQL from prompts like: – What was the net_profit of INFY in 2021? – What’s the 30-day moving average of TCS close price?
It’s completely offline — no APIs — and ships with a DuckDB database. You can copy the output SQL directly and run it locally.
Project link:
submitted by /u/Cod_277killsshipment [comments]
Source link