EunsuKim nielsr HF Staff commited on
Commit
d753cbc
·
verified ·
1 Parent(s): 4dea30b

Add project page and Github repo to model card, add library_name (#1)

Browse files

- Add project page and Github repo to model card, add library_name (757d0459f8ee0860aeabc73ccfaf1f0f00ff7b9f)


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

Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -1,25 +1,27 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- tags:
6
- - LLM
7
- - classification
8
- - instruction-tuned
9
- - multi-label
10
- - qwen
11
  datasets:
12
- - custom
 
 
 
13
  pipeline_tag: text-classification
 
 
 
 
 
 
 
14
  ---
15
 
16
-
17
  # BenchHub-Cat-7b
18
 
19
  <div style="text-align: center;">
20
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6576ace7769f3ee9bd7b1b88/P_Csm4Gc5eOLYcq5I__0R.png" width="200"/>
21
  </div>
22
 
 
 
23
 
24
  **BenchHub-Cat-7b** is a category classification model based on **Qwen2.5-7B**, fine-tuned to assign natural language queries to structured category triplets: `(subject, skill, target)`.
25
 
@@ -56,7 +58,6 @@ pipeline_tag: text-classification
56
  "target_type": "korea"}
57
  ````
58
 
59
-
60
  ## ✨ Prompt Example
61
 
62
  ```
@@ -74,4 +75,4 @@ How did Confucianism shape education in East Asia?
74
 
75
  ## 📜 License
76
 
77
- Apache 2.0
 
1
  ---
 
 
 
 
 
 
 
 
 
2
  datasets:
3
+ - custom
4
+ language:
5
+ - en
6
+ license: apache-2.0
7
  pipeline_tag: text-classification
8
+ library_name: transformers
9
+ tags:
10
+ - LLM
11
+ - classification
12
+ - instruction-tuned
13
+ - multi-label
14
+ - qwen
15
  ---
16
 
 
17
  # BenchHub-Cat-7b
18
 
19
  <div style="text-align: center;">
20
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6576ace7769f3ee9bd7b1b88/P_Csm4Gc5eOLYcq5I__0R.png" width="200"/>
21
  </div>
22
 
23
+ Project page: https://huggingface.co/BenchHub.
24
+ Code: https://github.com/rladmstn1714/BenchHub
25
 
26
  **BenchHub-Cat-7b** is a category classification model based on **Qwen2.5-7B**, fine-tuned to assign natural language queries to structured category triplets: `(subject, skill, target)`.
27
 
 
58
  "target_type": "korea"}
59
  ````
60
 
 
61
  ## ✨ Prompt Example
62
 
63
  ```
 
75
 
76
  ## 📜 License
77
 
78
+ Apache 2.0