Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1020 Bytes

File metadata and controls

37 lines (24 loc) · 1020 Bytes

Mistral TCN Financial Classification

Applied AI project for financial and regulatory text classification using Mistral-based language models and Temporal Convolutional Network components.

The project compares baseline LLM adaptation approaches with TCN-based variants under limited GPU resources.

Main tasks

  • Financial news classification
  • ETS / regulatory regime classification
  • AG News benchmark testing
  • Baseline vs TCN-based model comparison

Technical focus

  • Mistral-based text classification
  • Temporal Convolutional Networks
  • QLoRA baseline comparison
  • PyTorch training pipeline
  • Classification metrics
  • Low-VRAM experimentation

Repository structure

  • src/ — training, evaluation, and data loading scripts
  • scripts/ — run examples
  • docs/ — notes and experiment summaries

Data and models

Datasets, local model files, checkpoints, and logs are not included.

The repository contains code only.

Status

Cleaned public version of a local applied AI research project.