Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ language:
|
|
10 |
- en
|
11 |
base_model: google-bert/bert-base-uncased
|
12 |
pipeline_tag: text-classification
|
|
|
13 |
---
|
14 |
|
15 |
## Tweet Style Classifier
|
@@ -55,4 +56,4 @@ Evaluation results on the test set:
|
|
55 |
| Accuracy | 0.99312 |
|
56 |
| Precision| 0.99251 |
|
57 |
| Recall | 0.99397 |
|
58 |
-
| F1 | 0.99324 |
|
|
|
10 |
- en
|
11 |
base_model: google-bert/bert-base-uncased
|
12 |
pipeline_tag: text-classification
|
13 |
+
license: apache-2.0
|
14 |
---
|
15 |
|
16 |
## Tweet Style Classifier
|
|
|
56 |
| Accuracy | 0.99312 |
|
57 |
| Precision| 0.99251 |
|
58 |
| Recall | 0.99397 |
|
59 |
+
| F1 | 0.99324 |
|