Instructions to use FractalAIResearch/Fathom-R1-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FractalAIResearch/Fathom-R1-14B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FractalAIResearch/Fathom-R1-14B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Stabilizing Performance Within a 16K Context Window
#2
by rockstar4119 - opened
What motivated the decision to stabilize Fathom-R1-14B's reasoning capabilities within a 16K token context, and how does this constraint influence its performance and efficiency?