tomaarsen HF staff commited on
Commit
156e644
·
verified ·
1 Parent(s): 7364c27

Update model metadata

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,14 +1,17 @@
1
  ---
2
  language: en
3
  pipeline_tag: zero-shot-classification
4
- license: apache-2.0
5
  tags:
6
- - MiniLMv2
7
  datasets:
8
- - multi_nli
9
- - snli
10
  metrics:
11
  - accuracy
 
 
 
 
12
  ---
13
 
14
  # Cross-Encoder for Natural Language Inference
@@ -63,4 +66,4 @@ sent = "Apple just announced the newest iPhone X"
63
  candidate_labels = ["technology", "sports", "politics"]
64
  res = classifier(sent, candidate_labels)
65
  print(res)
66
- ```
 
1
  ---
2
  language: en
3
  pipeline_tag: zero-shot-classification
 
4
  tags:
5
+ - transformers
6
  datasets:
7
+ - nyu-mll/multi_nli
8
+ - stanfordnlp/snli
9
  metrics:
10
  - accuracy
11
+ license: apache-2.0
12
+ base_model:
13
+ - nreimers/MiniLMv2-L6-H768-distilled-from-RoBERTa-Large
14
+ library_name: sentence-transformers
15
  ---
16
 
17
  # Cross-Encoder for Natural Language Inference
 
66
  candidate_labels = ["technology", "sports", "politics"]
67
  res = classifier(sent, candidate_labels)
68
  print(res)
69
+ ```