Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
base_model:
|
| 4 |
+
- manycore-research/SpatialLM1.1-Qwen-0.5B
|
| 5 |
+
library_name: transformers
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# SpatialLM1.1-Qwen-0.5B-ScanNet-SFT
|
| 9 |
+
|
| 10 |
+
This is a finetuned version of [SpatialLM1.1-Qwen-0.5B](https://huggingface.co/manycore-research/SpatialLM1.1-Qwen-0.5B) on [ScanNet](http://www.scan-net.org/). During inference, the z-axis needs to be kept as the up axis; the x and y axes need to be aligned.
|