Improve model card metadata

#1
by nielsr HF Staff - opened
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.