StefanH commited on
Commit
6d2538a
1 Parent(s): 2db35e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,15 +1,17 @@
1
  ---
2
  library_name: zeroshot_classifier
3
  tags:
4
- - transformers
5
- - sentence-transformers
6
- - zeroshot_classifier
7
  license: mit
8
  datasets:
9
- - claritylab/UTCD
10
  language:
11
- - en
12
  pipeline_tag: zero-shot-classification
 
 
13
  ---
14
 
15
  # Zero-shot Explicit Binary BERT
@@ -50,4 +52,4 @@ You can use the model like this:
50
  [9.9990320e-01 9.6742726e-05]
51
  [9.9894422e-01 1.0557596e-03]
52
  [9.9959773e-01 4.0229000e-04]]
53
- ```
 
1
  ---
2
  library_name: zeroshot_classifier
3
  tags:
4
+ - transformers
5
+ - sentence-transformers
6
+ - zeroshot_classifier
7
  license: mit
8
  datasets:
9
+ - claritylab/UTCD
10
  language:
11
+ - en
12
  pipeline_tag: zero-shot-classification
13
+ metrics:
14
+ - accuracy
15
  ---
16
 
17
  # Zero-shot Explicit Binary BERT
 
52
  [9.9990320e-01 9.6742726e-05]
53
  [9.9894422e-01 1.0557596e-03]
54
  [9.9959773e-01 4.0229000e-04]]
55
+ ```