xingyusu commited on
Commit
e6ef705
·
verified ·
1 Parent(s): 829b08d

Add metadata tags (YAML-only) to match OPDLM-8B

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - DLLM
7
+ - diffusion-language-model
8
+ - on-policy-distillation
9
+ - post-training
10
+ library_name: transformers
11
+ pipeline_tag: text-generation
12
+ base_model: Qwen/Qwen3-4B
13
+ datasets:
14
+ - divelab/opdlm_train_data
15
+ ---