Instructions to use IronChief/JJ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use IronChief/JJ with BERTopic:
from bertopic import BERTopic model = BERTopic.load("IronChief/JJ") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,10 +5,12 @@ datasets:
|
|
| 5 |
- Agent-Ark/Toucan-1.5M
|
| 6 |
- nick007x/github-code-2025
|
| 7 |
- openai/gdpval
|
|
|
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
metrics:
|
| 11 |
- accuracy
|
|
|
|
| 12 |
base_model:
|
| 13 |
- Qwen/Qwen3-Omni-30B-A3B-Instruct
|
| 14 |
- deepseek-ai/DeepSeek-OCR
|
|
|
|
| 5 |
- Agent-Ark/Toucan-1.5M
|
| 6 |
- nick007x/github-code-2025
|
| 7 |
- openai/gdpval
|
| 8 |
+
- HuggingFaceFW/finewiki
|
| 9 |
language:
|
| 10 |
- en
|
| 11 |
metrics:
|
| 12 |
- accuracy
|
| 13 |
+
- brier_score
|
| 14 |
base_model:
|
| 15 |
- Qwen/Qwen3-Omni-30B-A3B-Instruct
|
| 16 |
- deepseek-ai/DeepSeek-OCR
|