Improve model card metadata
Browse filesHi! I'm Niels from the Hugging Face community team.
This PR improves the metadata of your model card by adding the `library_name` and `pipeline_tag`. This helps users discover your model more easily on the Hub and provides the correct interface for testing it.
I've also kept your existing links to the paper and GitHub repository.
Please let me know if you have any questions!
README.md
CHANGED
|
@@ -1,17 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- yxzhang2024/SC2-Dynamics-50K
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
tags:
|
| 10 |
- StarCraft II
|
| 11 |
- Dynamics
|
| 12 |
- World_Model
|
| 13 |
- SC2
|
| 14 |
---
|
|
|
|
| 15 |
# StarWM: An Action-Conditioned World Model for StarCraft II
|
| 16 |
|
| 17 |
**StarWM** is the first action-conditioned world model for StarCraft II. Given a structured observation and a sequence of actions, StarWM predicts future observations under partial observability.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen3-8B
|
| 4 |
datasets:
|
| 5 |
- yxzhang2024/SC2-Dynamics-50K
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
library_name: transformers
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
tags:
|
| 12 |
- StarCraft II
|
| 13 |
- Dynamics
|
| 14 |
- World_Model
|
| 15 |
- SC2
|
| 16 |
---
|
| 17 |
+
|
| 18 |
# StarWM: An Action-Conditioned World Model for StarCraft II
|
| 19 |
|
| 20 |
**StarWM** is the first action-conditioned world model for StarCraft II. Given a structured observation and a sequence of actions, StarWM predicts future observations under partial observability.
|