Fix DMind-3 base model tag
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ metrics:
|
|
| 19 |
pipeline_tag: text-generation
|
| 20 |
inference: false
|
| 21 |
base_model:
|
| 22 |
-
-
|
| 23 |
---
|
| 24 |
|
| 25 |
> [!IMPORTANT]
|
|
@@ -153,4 +153,4 @@ The evaluation compares DMind-3 (21B) against top-tier frontier models (GPT-5.1,
|
|
| 153 |
- **Probabilistic Nature**: All forecasts are probabilistic and based on the data available up to the knowledge cutoff. The model cannot predict black swan events and is subject to the inherent unpredictability of markets.
|
| 154 |
- **Knowledge Cutoff**: The core model has a knowledge cutoff of June 2025. While it can process real-time data provided via the API, its foundational understanding is based on its training corpus.
|
| 155 |
|
| 156 |
-
---
|
|
|
|
| 19 |
pipeline_tag: text-generation
|
| 20 |
inference: false
|
| 21 |
base_model:
|
| 22 |
+
- Qwen/Qwen3.5-27B
|
| 23 |
---
|
| 24 |
|
| 25 |
> [!IMPORTANT]
|
|
|
|
| 153 |
- **Probabilistic Nature**: All forecasts are probabilistic and based on the data available up to the knowledge cutoff. The model cannot predict black swan events and is subject to the inherent unpredictability of markets.
|
| 154 |
- **Knowledge Cutoff**: The core model has a knowledge cutoff of June 2025. While it can process real-time data provided via the API, its foundational understanding is based on its training corpus.
|
| 155 |
|
| 156 |
+
---
|