chore: Minor updates to model card
Browse files
README.md
CHANGED
|
@@ -4,4 +4,11 @@ language:
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- google-bert/bert-base-uncased
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- google-bert/bert-base-uncased
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- f1
|
| 10 |
+
- precision
|
| 11 |
+
pipeline_tag: text-classification
|
| 12 |
+
tags:
|
| 13 |
+
- privacy
|
| 14 |
---
|