Text Generation
Transformers
Safetensors
qwen2
conversational
text-generation-inference
quyanh nielsr HF staff commited on
Commit
7b96942
·
verified ·
1 Parent(s): 6af8f83

Add library_name metadata (#1)

Browse files

- Add library_name metadata (26a9603446a7440106cca8b862d4450b17a20fc3)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
 
 
 
 
 
 
 
2
  pipeline_tag: text-generation
3
  inference: true
4
- license: mit
5
- datasets:
6
- - knoveleng/open-rs
7
- - knoveleng/open-s1
8
- - knoveleng/open-deepscaler
9
- base_model:
10
- - deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
11
  ---
12
 
13
  # Model Summary
@@ -54,5 +55,4 @@ If this project aids your work, please cite it as:
54
  primaryClass={cs.LG},
55
  url={https://arxiv.org/abs/2503.16219},
56
  }
57
- ```
58
-
 
1
  ---
2
+ base_model:
3
+ - deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
4
+ datasets:
5
+ - knoveleng/open-rs
6
+ - knoveleng/open-s1
7
+ - knoveleng/open-deepscaler
8
+ license: mit
9
  pipeline_tag: text-generation
10
  inference: true
11
+ library_name: transformers
 
 
 
 
 
 
12
  ---
13
 
14
  # Model Summary
 
55
  primaryClass={cs.LG},
56
  url={https://arxiv.org/abs/2503.16219},
57
  }
58
+ ```