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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
2ad9f96 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0d8baaac02f5a7e035f9b0650cac850dd76021ea5abe667848741399e390c415
size 3557360480
|