nielsr HF Staff commited on
Commit
a158e43
·
verified ·
1 Parent(s): 0a4c5f3

Add pipeline tag and link to paper

Browse files

This PR adds a relevant pipeline tag, ensuring people can find your model at https://huggingface.co/models?pipeline_tag=image-to-3d&sort=trending.
It also links to the paper page.

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
- license: llama3.2
3
- library_name: transformers
4
  base_model:
5
- - meta-llama/Llama-3.2-1B-Instruct
 
 
 
6
  ---
7
 
8
  # SpatialLM-Llama-1B
@@ -11,10 +12,12 @@ base_model:
11
  <!-- markdownlint-disable html -->
12
  <!-- markdownlint-disable no-duplicate-header -->
13
 
 
 
14
  <div align="center">
15
  <picture>
16
  <source srcset="https://cdn-uploads.huggingface.co/production/uploads/63efbb1efc92a63ac81126d0/_dK14CT3do8rBG3QrHUjN.png" media="(prefers-color-scheme: dark)">
17
- <img src="https://cdn-uploads.huggingface.co/production/uploads/63efbb1efc92a63ac81126d0/bAZyeIXOMVASHR6-xVlQU.png" width="60%" alt="SpatialLM""/>
18
  </picture>
19
  </div>
20
  <hr style="margin-top: 0; margin-bottom: 8px;">
@@ -199,4 +202,4 @@ If you find this work useful, please consider citing:
199
 
200
  We would like to thank the following projects that made this work possible:
201
 
202
- [Llama3.2](https://github.com/meta-llama) | [Qwen2.5](https://github.com/QwenLM/Qwen2.5) | [Transformers](https://github.com/huggingface/transformers) | [SceneScript](https://github.com/facebookresearch/scenescript) | [TorchSparse](https://github.com/mit-han-lab/torchsparse)
 
1
  ---
 
 
2
  base_model:
3
+ - meta-llama/Llama-3.2-1B-Instruct
4
+ library_name: transformers
5
+ license: llama3.2
6
+ pipeline_tag: image-to-3d
7
  ---
8
 
9
  # SpatialLM-Llama-1B
 
12
  <!-- markdownlint-disable html -->
13
  <!-- markdownlint-disable no-duplicate-header -->
14
 
15
+ This repository contains the SpatialLM-Llama-1B model described in [SpatialLM: Training Large Language Models for Structured Indoor Modeling](https://huggingface.co/papers/2506.07491).
16
+
17
  <div align="center">
18
  <picture>
19
  <source srcset="https://cdn-uploads.huggingface.co/production/uploads/63efbb1efc92a63ac81126d0/_dK14CT3do8rBG3QrHUjN.png" media="(prefers-color-scheme: dark)">
20
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63efbb1efc92a63ac81126d0/bAZyeIXOMVASHR6-xVlQU.png" width="60%" alt="SpatialLM"/>
21
  </picture>
22
  </div>
23
  <hr style="margin-top: 0; margin-bottom: 8px;">
 
202
 
203
  We would like to thank the following projects that made this work possible:
204
 
205
+ [Llama3.2](https://github.com/meta-llama) | [Qwen2.5](https://github.com/QwenLM/Qwen2.5) | [Transformers](https://github.com/huggingface/transformers) | [SceneScript](https://github.com/facebookresearch/scenescript) | [TorchSparse](https://github.com/mit-han-lab/torchsparse)