Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,6 @@ tags:
|
|
| 5 |
- multimodal
|
| 6 |
metrics:
|
| 7 |
- f1_score
|
| 8 |
-
|
| 9 |
model-index:
|
| 10 |
- name: BERT-taxonomy-text
|
| 11 |
results:
|
|
@@ -13,12 +12,16 @@ model-index:
|
|
| 13 |
name: Text Classification
|
| 14 |
type: text-classification
|
| 15 |
metrics:
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
-
#
|
|
|
|
|
|
|
| 22 |
|
|
|
|
| 23 |
|
| 24 |
-
|
|
|
|
| 5 |
- multimodal
|
| 6 |
metrics:
|
| 7 |
- f1_score
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: BERT-taxonomy-text
|
| 10 |
results:
|
|
|
|
| 12 |
name: Text Classification
|
| 13 |
type: text-classification
|
| 14 |
metrics:
|
| 15 |
+
- name: Weighted F1 Score
|
| 16 |
+
type: f1_score
|
| 17 |
+
value: 0.88
|
| 18 |
+
pipeline_tag: text-classification
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# Model Title
|
| 22 |
+
|
| 23 |
+
Description here...
|
| 24 |
|
| 25 |
+
## Usage
|
| 26 |
|
| 27 |
+
Usage instructions here...
|