slhenty commited on
Commit
c1550f9
1 Parent(s): 186e3f8

Add Usage stub to dataset card

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -20,6 +20,27 @@ There are two **cf-nli** datasets: one derived from only SUPPORTS and REFUTES ev
20
 
21
  The feature style is specified as a named configuration when loading the dataset: cf-nli, cf-nli-nei, or cf-stsb. See usage notes below for `load_dataset` examples.
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ### Supported Tasks and Leaderboards
24
 
25
  [More Information Needed]
 
20
 
21
  The feature style is specified as a named configuration when loading the dataset: cf-nli, cf-nli-nei, or cf-stsb. See usage notes below for `load_dataset` examples.
22
 
23
+ ### Usage
24
+
25
+ Load the **cf-nli** dataset
26
+
27
+ ```
28
+ # TBD
29
+ ```
30
+
31
+ Load the **cf-nli-nei** dataset
32
+
33
+ ```
34
+ # TBD
35
+ ```
36
+
37
+ Load the **cf-stsb** dataset
38
+
39
+ ```
40
+ # TBD
41
+ ```
42
+
43
+
44
  ### Supported Tasks and Leaderboards
45
 
46
  [More Information Needed]