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 README.md
Browse files
README.md
CHANGED
|
@@ -55,6 +55,7 @@ We utilize [Llama-Factory](https://github.com/hiyouga/LLaMA-Factory) library to
|
|
| 55 |
|
| 56 |
## Citation
|
| 57 |
- arxiv.org/abs/2503.07111
|
|
|
|
| 58 |
|
| 59 |
## More Information
|
| 60 |
* Contact the authors at alan@menlo.ai, bach@menlo.ai, yuuki@menlo.ai for further details.
|
|
|
|
| 55 |
|
| 56 |
## Citation
|
| 57 |
- arxiv.org/abs/2503.07111
|
| 58 |
+
- arxiv.org/abs/2503.18769
|
| 59 |
|
| 60 |
## More Information
|
| 61 |
* Contact the authors at alan@menlo.ai, bach@menlo.ai, yuuki@menlo.ai for further details.
|