Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: llama3
|
5 |
+
tags:
|
6 |
+
- Llama-3
|
7 |
+
- Financial Analysis
|
8 |
+
- RL
|
9 |
+
- Atropos
|
10 |
+
- Fundamentals Prediction
|
11 |
+
- Nous Research
|
12 |
+
- reasoning
|
13 |
+
- transformers
|
14 |
+
- reinforcement learning
|
15 |
+
- json mode
|
16 |
+
base_model: meta-llama/Meta-Llama-3.1-8B
|
17 |
+
library_name: transformers
|
18 |
+
---
|
19 |
+
|
20 |
+
# DeepHermes Financial Fundamentals Prediction Specialist - Atropos RL
|
21 |
+
|
22 |
+
## Model Overview
|
23 |
+
|
24 |
+
The **DeepHermes Financial Fundamentals Prediction Specialist - Atropos RL** is an experimental model artifact, fine-tuned by Nous Research using our new open source LLM RL Gym, Atropos. This model specifically aims to enhance the accuracy of financial fundamentals predictions through reasoning-intensive reinforcement learning techniques.
|
25 |
+
|
26 |
+
**Note**: This model is experimental and is not intended as a general-purpose state-of-the-art solution.
|
27 |
+
|
28 |
+
## Atropos Open Source Framework
|
29 |
+
|
30 |
+
Atropos is Nous Research's open-source reinforcement learning environment stack, engineered to optimize diverse LLM capabilities through structured RL methodologies. Contributions and active engagement from the community are highly encouraged:
|
31 |
+
|
32 |
+
🔗 [Atropos GitHub Repository](https://github.com/NousResearch/Atropos)
|
33 |
+
|
34 |
+
## Evaluation Results
|
35 |
+
|
36 |
+
Training and evaluation focused on improving financial fundamentals direction prediction accuracy:
|
37 |
+
|
38 |
+
| Evaluation Metric | Final Accuracy |
|
39 |
+
| ------------------------------------- | ----------------------- |
|
40 |
+
| Direction Prediction Accuracy (train) | \~20% -> \~50% Accuracy |
|
41 |
+
|
42 |
+

|
43 |
+
|
44 |
+
## Key Features
|
45 |
+
|
46 |
+
- **Financial Fundamentals Prediction**: Enhanced capability to predict market direction using RL during intensive reasoning tasks.
|
47 |
+
- **Built with Atropos RL Environments**: Built with the open-source Atropos reinforcement learning stack.
|
48 |
+
- **Reasoning-Enhanced Predictions**: Specifically optimized for scenarios involving deep analytical reasoning in financial contexts.
|
49 |
+
|
50 |
+
## Usage
|
51 |
+
|
52 |
+
The model is optimized for reasoning-intensive financial analysis tasks and supports:
|
53 |
+
|
54 |
+
- **Deep Reasoning Mode given a company's context (previous quarter's financials data) to predict the next future quarter's fundamental metric direction)**
|
55 |
+
|
56 |
+
## Community and Support
|
57 |
+
|
58 |
+
We welcome contributions, suggestions, and issues through our community channels:
|
59 |
+
|
60 |
+
- [Atropos Issues](https://github.com/NousResearch/Atropos/issues)
|
61 |
+
|
62 |
+
## How to Cite
|
63 |
+
|
64 |
+
```bibtex
|
65 |
+
@misc{
|
66 |
+
title={DeepHermes Financial Fundamentals Prediction Specialist - Atropos RL},
|
67 |
+
author={Teknium and Dakota Mahan and Roger Jin and Chen Guang and Jai Suphavadeeprasit and Jeffrey Quesnelle},
|
68 |
+
year={2025},
|
69 |
+
url={https://huggingface.co/NousResearch/DeepHermes-Financial-Fundamentals-Prediction-Specialist-Atropos-RL}
|
70 |
+
}
|
71 |
+
```
|
72 |
+
|