nielsr HF Staff commited on
Commit
b5b4c5b
·
verified ·
1 Parent(s): 98d27a0

Improve model card metadata

Browse files

Hi! 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!

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,17 +1,20 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - yxzhang2024/SC2-Dynamics-50K
5
  language:
6
  - en
7
- base_model:
8
- - Qwen/Qwen3-8B
 
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.