BluSerK commited on
Commit
27bbcc2
·
verified ·
1 Parent(s): fbe9192

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -8,10 +8,21 @@ model-index:
8
  - name: bert-BBc-classifier
9
  results: []
10
  ---
 
11
 
12
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
- should probably proofread and complete it, then remove this comment. -->
14
 
 
 
 
 
 
 
 
 
 
 
 
15
  # bert-BBc-classifier
16
 
17
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
 
8
  - name: bert-BBc-classifier
9
  results: []
10
  ---
11
+ # BERT News Category Classifier
12
 
13
+ This model is a fine-tuned version of `bert-base-uncased` optimized to classify articles into 5 categories (Business, Tech, Politics, Sports, Entertainment).
 
14
 
15
+ ## Model Description
16
+ * **Architecture:** BERT-base-uncased with frozen base layers for training efficiency.
17
+ * **Task:** Multi-class Text Classification (NLP Pipeline).
18
+ * **Performance:** Achieved a 0.96 Macro-F1 score on evaluation.
19
+
20
+ ## Training and Evaluation Data
21
+ * **Dataset:** BBC News Dataset.
22
+ * **Preprocessing:** Cleaned text fields tokenized using the standard BERT WordPiece tokenizer.
23
+
24
+ ## Intended Uses & Limitations
25
+ This model is intended for production-ready news classification pipelines. It is lightweight due to layer-freezing optimization during training.
26
  # bert-BBc-classifier
27
 
28
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.