Commit ·
1b02619
1
Parent(s): 16ca22c
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,6 +34,10 @@ The model achieved the following metrics on the test dataset:
|
|
| 34 |
- Recall: 99.67%
|
| 35 |
- F1-score: 99.72%
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
### How to Use
|
| 38 |
```python
|
| 39 |
from transformers import BertTokenizer, BertForSequenceClassification
|
|
|
|
| 34 |
- Recall: 99.67%
|
| 35 |
- F1-score: 99.72%
|
| 36 |
|
| 37 |
+
|
| 38 |
+
Note: this model meant to be update soon (it is overfitting on one Non-Ad Catagory (will be updated soon))
|
| 39 |
+
|
| 40 |
+
|
| 41 |
### How to Use
|
| 42 |
```python
|
| 43 |
from transformers import BertTokenizer, BertForSequenceClassification
|