Commit
·
15e2204
1
Parent(s):
73da051
Update README.md
Browse files
README.md
CHANGED
@@ -12,8 +12,6 @@ tags:
|
|
12 |
---
|
13 |
# Fine-Tuned BART Model for Text Classification on CNN News Articles
|
14 |
|
15 |
-
[![Hugging Face Model](https://img.shields.io/huggingface/model/IT-community/Bart_News_text_classification?color=blue&logo=huggingface)](https://huggingface.co/IT-community/Bart_News_text_classification)
|
16 |
-
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
|
17 |
|
18 |
This is a fine-tuned BART (Bidirectional and Auto-Regressive Transformers) model for text classification on CNN news articles. The model was fine-tuned on a dataset of CNN news articles with labels indicating the article topic, using a batch size of 32, learning rate of 6e-5, and trained for one epoch.
|
19 |
|
@@ -48,8 +46,11 @@ print(predicted_label)
|
|
48 |
The model achieved the following performance metrics on the test set:
|
49 |
|
50 |
Accuracy: 0.9591836734693877
|
|
|
51 |
F1-score: 0.958301875401112
|
|
|
52 |
Recall: 0.9591836734693877
|
|
|
53 |
Precision: 0.9579673040369542
|
54 |
|
55 |
## Contact
|
|
|
12 |
---
|
13 |
# Fine-Tuned BART Model for Text Classification on CNN News Articles
|
14 |
|
|
|
|
|
15 |
|
16 |
This is a fine-tuned BART (Bidirectional and Auto-Regressive Transformers) model for text classification on CNN news articles. The model was fine-tuned on a dataset of CNN news articles with labels indicating the article topic, using a batch size of 32, learning rate of 6e-5, and trained for one epoch.
|
17 |
|
|
|
46 |
The model achieved the following performance metrics on the test set:
|
47 |
|
48 |
Accuracy: 0.9591836734693877
|
49 |
+
|
50 |
F1-score: 0.958301875401112
|
51 |
+
|
52 |
Recall: 0.9591836734693877
|
53 |
+
|
54 |
Precision: 0.9579673040369542
|
55 |
|
56 |
## Contact
|