Improve dataset card: add metadata and links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,6 +1,14 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
 
 
 
5
  ---
6
- Dataset of [MBD-LMs](https://arxiv.org/abs/2606.29215)
 
 
 
 
 
 
 
1
  ---
 
2
  language:
3
  - en
4
+ license: mit
5
+ task_categories:
6
+ - text-generation
7
  ---
8
+
9
+ # Multi-Block Diffusion Language Models (MBD-LMs) Dataset
10
+
11
+ This repository contains the dataset of the paper [Multi-Block Diffusion Language Models](https://arxiv.org/abs/2606.29215).
12
+
13
+ - **Project Page:** [https://sjtu-deng-lab.github.io/mbd-lms](https://sjtu-deng-lab.github.io/mbd-lms)
14
+ - **GitHub Repository:** [https://github.com/SJTU-DENG-Lab/mbd-lms](https://github.com/SJTU-DENG-Lab/mbd-lms)