Add task category, license, and paper/code links

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,9 +1,19 @@
 
 
 
 
 
 
1
  # Inference examples
2
 
3
  This directory contains 40 numbered, independent inference examples.
4
  Every example uses only its public number; source case names and internal paths
5
  are intentionally omitted.
6
 
 
 
 
 
7
  Each numbered directory contains:
8
 
9
  - `first_frame.png`: exact 1536x864 generated RGB first frame used by inference.
@@ -49,4 +59,4 @@ for part in parts:
49
 
50
  `semantic_id_palette.json` documents the class meanings and provides an
51
  optional visualization palette. The stored IDs themselves are not palette
52
- colors and have not been passed through a lossy video codec.
 
1
+ ---
2
+ task_categories:
3
+ - image-to-video
4
+ license: other
5
+ ---
6
+
7
  # Inference examples
8
 
9
  This directory contains 40 numbered, independent inference examples.
10
  Every example uses only its public number; source case names and internal paths
11
  are intentionally omitted.
12
 
13
+ **Paper:** [Code World Model: Coding Agent as World Brain](https://huggingface.co/papers/2608.25927)
14
+ **Project page:** [https://buaacyw.github.io/cwm/](https://buaacyw.github.io/cwm/)
15
+ **Code:** [https://github.com/buaacyw/code-world-model](https://github.com/buaacyw/code-world-model)
16
+
17
  Each numbered directory contains:
18
 
19
  - `first_frame.png`: exact 1536x864 generated RGB first frame used by inference.
 
59
 
60
  `semantic_id_palette.json` documents the class meanings and provides an
61
  optional visualization palette. The stored IDs themselves are not palette
62
+ colors and have not been passed through a lossy video codec.