user-agent commited on
Commit
4f92748
1 Parent(s): 5f765fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
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
- - name: Weighted F1 Score
17
- type: f1_score
18
- value: 0.88
 
19
  ---
20
 
21
- # BERT-taxonomy-text
 
 
22
 
 
23
 
24
- This model is trained for text classification using fashion item descriptions
 
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...