4nkh commited on
Commit
91ad21d
·
verified ·
1 Parent(s): db7370e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -1,3 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Theme classification model (multi-label)
2
 
3
  This repository contains a fine-tuned BERT model for classifying short texts into community-oriented themes. The model was trained locally and pushed to the Hugging Face Hub.
@@ -40,4 +63,4 @@ Notes
40
 
41
  License
42
 
43
- Specify your license here (e.g., Apache-2.0) or remove this section if you prefer a different license.
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - 4nkh/theme_data
5
+ language:
6
+ - en
7
+ metrics:
8
+ - precision
9
+ - f1
10
+ - recall
11
+ - accuracy
12
+ base_model:
13
+ - google-bert/bert-base-uncased
14
+ pipeline_tag: text-classification
15
+ library_name: transformers
16
+ tags:
17
+ - multi-label
18
+ - theme_detection
19
+ - mentorship
20
+ - entrepreneurship
21
+ - startup success
22
+ - json automation
23
+ ---
24
  # Theme classification model (multi-label)
25
 
26
  This repository contains a fine-tuned BERT model for classifying short texts into community-oriented themes. The model was trained locally and pushed to the Hugging Face Hub.
 
63
 
64
  License
65
 
66
+ Specify your license here (e.g., Apache-2.0) or remove this section if you prefer a different license.