JsSparkYyx commited on
Commit
52b7440
·
1 Parent(s): 844329c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ config_name: mnli
5
+ features:
6
+ - name: source
7
+ dtype: string
8
+ - name: target
9
+ dtype: string
10
+ splits:
11
+ - name: train
12
+ num_bytes: 39384063
13
+ num_examples: 104743
14
+ download_size: 17239041
15
+ dataset_size: 39384063
16
+ configs:
17
+ - config_name: mnli
18
+ data_files:
19
+ - split: train
20
+ path: mnli/train-*
21
  ---