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
Remove the gif
Browse files
README.md
CHANGED
|
@@ -10,8 +10,6 @@ pipeline_tag: robotics
|
|
| 10 |
|
| 11 |
# AlphaSpace-1.5B
|
| 12 |
|
| 13 |
-

|
| 14 |
-
|
| 15 |
## Introduction
|
| 16 |
|
| 17 |
**"AlphaSpace:** ([Paper](https://huggingface.co/papers/2503.18769)), a novel methodology designed to enhance the spatial reasoning capabilities of language models for robotic manipulation in 3D Cartesian space. AlphaSpace employs a hierarchical semantics-based tokenization strategy that encodes spatial information at both coarse and fine-grained levels. Our approach represents objects with their attributes, positions, and height information through structured tokens, enabling precise spatial reasoning without relying on traditional vision-based embeddings. This approach enables LLMs to accurately manipulate objects by positioning them at specific [x, y, z] coordinates.
|
|
|
|
| 10 |
|
| 11 |
# AlphaSpace-1.5B
|
| 12 |
|
|
|
|
|
|
|
| 13 |
## Introduction
|
| 14 |
|
| 15 |
**"AlphaSpace:** ([Paper](https://huggingface.co/papers/2503.18769)), a novel methodology designed to enhance the spatial reasoning capabilities of language models for robotic manipulation in 3D Cartesian space. AlphaSpace employs a hierarchical semantics-based tokenization strategy that encodes spatial information at both coarse and fine-grained levels. Our approach represents objects with their attributes, positions, and height information through structured tokens, enabling precise spatial reasoning without relying on traditional vision-based embeddings. This approach enables LLMs to accurately manipulate objects by positioning them at specific [x, y, z] coordinates.
|