Instructions to use Menlo/AlphaSpace-1.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Menlo/AlphaSpace-1.5B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Menlo/AlphaSpace-1.5B") model = AutoModelForCausalLM.from_pretrained("Menlo/AlphaSpace-1.5B") - Notebooks
- Google Colab
- Kaggle
Update Paper Link and Add Github Link
#1
by nielsr HF Staff - opened
This PR updates the model card to link to the correct paper and adds a link to the GitHub repository.
jan-hq changed pull request status to merged