Instructions to use EleutherAI/sae-llama-3.1-8b-32x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EleutherAI/sae-llama-3.1-8b-32x with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EleutherAI/sae-llama-3.1-8b-32x", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Was this also trained on 7000 steps?
#1
by Xianjun - opened
Hi,
I noticed in another link https://huggingface.co/EleutherAI/sae-llama-3-8b-32x-v2 you mentioned that they were trained on 7000 steps. Were this repo also trained on 7000 steps?
It was trained for over 30k steps on over 8B tokens.