File size: 845 Bytes
7ca12a7 6741887 7ca12a7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
license: cc-by-nc-sa-4.0
base_model: Qwen/Qwen2.5-1.5B-Instruct
language:
- en
pipeline_tag: text-generation
tags:
- 3d-scenes
- indoor-scenes
- furniture
- fine-tuned
- qwen2.5
- respace
- sg-llm
- spatial-reasoning
- text-to-3d
- scene-synthesis
- computer-graphics
---
# respace-sg-llm-1.5b
Fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) for 3D indoor scene synthesis.
## Usage
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("gradient-spaces/respace-sg-llm-1.5b")
tokenizer = AutoTokenizer.from_pretrained("gradient-spaces/respace-sg-llm-1.5b")
```
## More Information
For detailed usage instructions, training details, and examples, see the associated repository: https://github.com/GradientSpaces/respace
|