Question Answering
Transformers
Safetensors
English
Chinese
qwen3
text-generation
finance
reasoning
chain-of-thought
financial-analysis
text-generation-inference
Instructions to use OpenDataArena/ODA-Fin-SFT-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenDataArena/ODA-Fin-SFT-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="OpenDataArena/ODA-Fin-SFT-8B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("OpenDataArena/ODA-Fin-SFT-8B") model = AutoModelForCausalLM.from_pretrained("OpenDataArena/ODA-Fin-SFT-8B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 1,661 Bytes
7ddbd9b 2377bed 7ddbd9b 2377bed 7ddbd9b fe62c21 7ddbd9b 2377bed 7ddbd9b fe62c21 7ddbd9b fe62c21 7ddbd9b d78d09c 7ddbd9b fe62c21 7ddbd9b 64abb65 7ddbd9b 64abb65 7ddbd9b 64abb65 fe62c21 64abb65 fe62c21 64abb65 fe62c21 7ddbd9b 2377bed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | ---
library_name: transformers
license: apache-2.0
base_model:
- Qwen/Qwen3-8B
tags:
- finance
model-index:
- name: ODA-Fin-SFT-8B
results: []
datasets:
- OpenDataArena/ODA-Fin-SFT-318k
language:
- en
- zh
metrics:
- accuracy
- f1
pipeline_tag: question-answering
---
# Unlocking Data Value in Finance: A Study on Distillation and Difficulty-Aware Training
<div align="center">
[]()
[]()
</div>

## 馃摉 Model Summary
ODA-Fin-SFT-8B is an 8B financial large language model fine-tuned on **ODA-Fin-SFT-318k**, a high-quality distilled financial dataset with strong Chain-of-Thought reasoning capabilities.
It is built on **Qwen3-8B** and optimized for financial understanding, sentiment analysis, and numerical reasoning over text and tables.
## 馃搱 Performance
ODA-Fin-SFT-8B achieves strong performance across 9 financial benchmarks.

<!-- ### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 1
- eval_batch_size: 8
- seed: 42
- distributed_type: multi-GPU
- num_devices: 8
- gradient_accumulation_steps: 16
- total_train_batch_size: 128
- total_eval_batch_size: 64
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: cosine
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 3.0
### Framework versions
- Transformers 4.55.0
- Pytorch 2.6.0+cu124
- Datasets 3.2.0
- Tokenizers 0.21.0 --> |