Add description to card metadata

#1
by julien-c HF staff - opened
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: XNLI
3
- emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
@@ -8,10 +8,22 @@ sdk_version: 3.0.2
8
  app_file: app.py
9
  pinned: false
10
  tags:
11
- - evaluate
12
- - metric
13
- ---
 
 
 
 
 
 
 
 
14
 
 
 
 
 
15
  # Metric Card for XNLI
16
 
17
  ## Metric description
 
1
  ---
2
  title: XNLI
3
+ emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
 
8
  app_file: app.py
9
  pinned: false
10
  tags:
11
+ - evaluate
12
+ - metric
13
+ description: >-
14
+ XNLI is a subset of a few thousand examples from MNLI which has been
15
+ translated
16
+
17
+ into a 14 different languages (some low-ish resource). As with MNLI, the goal
18
+ is
19
+
20
+ to predict textual entailment (does sentence A imply/contradict/neither
21
+ sentence
22
 
23
+ B) and is a classification task (given two sentences, predict one of three
24
+
25
+ labels).
26
+ ---
27
  # Metric Card for XNLI
28
 
29
  ## Metric description