CoolFace
Apppublic

mishface123/finance-intelligence-ascended

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
App README

Team Ascended - AutoScientist Challenge (HackIndia)

Official workspace repository for Team Ascended competing in the AutoScientist Challenge ร— HackIndia 2026. This repository contains the automated execution pipeline, localized configurations, and interactive Gradio interface deployed to Hugging Face Spaces.

๐Ÿช Project Overview

Our project focuses on Llama-4-Scout-Finance-Ascended, a specialized financial intelligence engine optimized for zero-shot quantitative reasoning, context extraction, and regulatory compliance tailored specifically to the Indian economic ecosystem.

Key Performance Metrics:

  • โ€”Quality Improvement: +51.7% relative quality improvement over the foundational baseline.
  • โ€”Domain Win Rate: 70% win rate on complex corporate and financial QA datasets.
  • โ€”Evaluation Grade: Upgraded from a baseline 'C' to a production-ready 'A'.

๐Ÿ”— Project Repositories & Hubs


๐Ÿงฌ Tracking & Execution Architecture

1. Data Ingestion & Mutation Pipeline

  • โ€”Trained Model ID: adaption_llama_4_scout_17b_16_econ_finance_qa_pairs_b35271f3
  • โ€”Evolved Dataset ID: 14ef7f3a-4294-418a-bfe6-7702472c893d
  • โ€”Adaption API: Programmatic execution pipeline located at `scripts/run_pipeline.py`.
  • โ€”Environment Configuration: API keys are dynamically loaded at runtime from the environment variable:
bash
  export ADAPTION_API_KEY="pt_live_..."

2. Standalone Web Dashboard

The interactive user interface is built on Gradio and hosted under the standard Gradio SDK runtime environment. The UI permits users to:

  • โ€”Submit quantitative financial reasoning queries.
  • โ€”Query the Adaption Labs inference endpoint.
  • โ€”View structured analytical responses from Llama-4-Scout-Finance-Ascended.

Refer to `demo/app.py` and `demo/requirements.txt` for implementation details.


๐Ÿ› ๏ธ Workspace Directory Layout

directory
.
โ”œโ”€โ”€ config/
โ”‚   โ””โ”€โ”€ hyperparameters.json       # AutoScientist training configuration payload
โ”œโ”€โ”€ demo/
โ”‚   โ”œโ”€โ”€ app.py                    # Gradio dashboard UI script
โ”‚   โ””โ”€โ”€ requirements.txt          # Space runtime dependencies
โ”œโ”€โ”€ scripts/
โ”‚   โ”œโ”€โ”€ data_streamer.py          # Python memory-efficient dataset streaming script
โ”‚   โ””โ”€โ”€ run_pipeline.py           # AutoScientist data ingestion/mutation execution pipeline
โ”œโ”€โ”€ LICENSE
โ””โ”€โ”€ README.md                     # Main project documentation

๐Ÿง‘โ€๐Ÿ’ป How to Run the Pipeline

Ensure your environment variables are configured, then execute:

bash
python scripts/run_pipeline.py

To run the interactive Gradio demo locally:

bash
pip install -r demo/requirements.txt
python demo/app.py