Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# Book Genre Prediction Model
|
6 |
+
|
7 |
+
This model predicts book genres based on their titles. It's trained on Arabic and English book titles.
|
8 |
+
|
9 |
+
## Overview
|
10 |
+
|
11 |
+
The model is built using a BERT-based architecture and is trained to classify book titles into various genres. It leverages tokenization specific to Arabic and English languages for effective processing.
|
12 |
+
|
13 |
+
## How to Use
|
14 |
+
|
15 |
+
### Installation
|
16 |
+
|
17 |
+
To use this model, first, install the `transformers` library:
|
18 |
+
|
19 |
+
```bash
|
20 |
+
pip install transformers
|