Li commited on
Commit
685b41a
1 Parent(s): 29ef8e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -11,4 +11,7 @@ learning_rate=3e-5
11
 
12
  ## Evaluation results
13
 
14
- eval_accuracy = 0.803973
 
 
 
 
11
 
12
  ## Evaluation results
13
 
14
+ eval_accuracy = 0.803973
15
+
16
+ ## More information
17
+ The Multi-Genre Natural Language Inference Corpus is a crowdsourced collection of sentence pairs with textual entailment annotations. Given a premise sentence and a hypothesis sentence, the task is to predict whether the premise entails the hypothesis (entailment), contradicts the hypothesis (contradiction), or neither (neutral). The premise sentences are gathered from ten different sources, including transcribed speech, fiction, and government reports. The authors of the benchmark use the standard test set, for which they obtained private labels from the RTE authors, and evaluate on both the matched (in-domain) and mismatched (cross-domain) section. They also uses and recommend the SNLI corpus as 550k examples of auxiliary training data. (source: https://huggingface.co/datasets/glue)