Update README.md
Browse files
README.md
CHANGED
@@ -2,22 +2,22 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
## BERT-based Text Classification Model
|
5 |
-
This model is a fine-tuned version of the bert-base-uncased model, specifically adapted for text classification across a diverse set of categories. The model has been trained on a
|
6 |
|
7 |
The model classifies text into one of the following 12 categories:
|
8 |
|
9 |
-
Food
|
10 |
-
Videogames & Shows
|
11 |
-
Kids and fun
|
12 |
-
Homestyle
|
13 |
-
Travel
|
14 |
-
Health
|
15 |
-
Charity
|
16 |
-
Electronics & Technology
|
17 |
-
Sports
|
18 |
-
Cultural & Music
|
19 |
-
Education
|
20 |
-
Convenience
|
21 |
The model has demonstrated robust performance with an accuracy of 0.721459, F1 score of 0.659451, precision of 0.707620, and recall of 0.635155.
|
22 |
|
23 |
## Model Architecture
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
## BERT-based Text Classification Model
|
5 |
+
This model is a fine-tuned version of the bert-base-uncased model, specifically adapted for text classification across a diverse set of categories. The model has been trained on a dataset collected from multiple sources, including the News Category Dataset on Kaggle and various other websites.
|
6 |
|
7 |
The model classifies text into one of the following 12 categories:
|
8 |
|
9 |
+
* Food
|
10 |
+
* Videogames & Shows
|
11 |
+
* Kids and fun
|
12 |
+
* Homestyle
|
13 |
+
* Travel
|
14 |
+
* Health
|
15 |
+
* Charity
|
16 |
+
* Electronics & Technology
|
17 |
+
* Sports
|
18 |
+
* Cultural & Music
|
19 |
+
* Education
|
20 |
+
* Convenience
|
21 |
The model has demonstrated robust performance with an accuracy of 0.721459, F1 score of 0.659451, precision of 0.707620, and recall of 0.635155.
|
22 |
|
23 |
## Model Architecture
|