nielsr HF Staff commited on
Commit
d7057ea
·
verified ·
1 Parent(s): 840749c

Add pipeline tag: text-generation

Browse files

This PR adds the `pipeline_tag: text-generation` to the model card metadata. This ensures the model is correctly categorized and discoverable on the Hugging Face Hub via the relevant pipeline tag. The model is a text generation model, as indicated by the abstract and the sample usage in the README.

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
- library_name: transformers
3
- license: apache-2.0
4
  base_model:
5
  - Qwen/Qwen2.5-32B-Instruct
 
 
 
 
6
  tags:
7
  - llama-factory
8
  - full
@@ -10,8 +12,7 @@ tags:
10
  model-index:
11
  - name: OpenThinker-32B
12
  results: []
13
- datasets:
14
- - open-thoughts/open-thoughts-114k
15
  ---
16
 
17
  <p align="center">
 
1
  ---
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-32B-Instruct
4
+ datasets:
5
+ - open-thoughts/open-thoughts-114k
6
+ library_name: transformers
7
+ license: apache-2.0
8
  tags:
9
  - llama-factory
10
  - full
 
12
  model-index:
13
  - name: OpenThinker-32B
14
  results: []
15
+ pipeline_tag: text-generation
 
16
  ---
17
 
18
  <p align="center">