yashwardhan20417 commited on
Commit
d7c1189
·
verified ·
1 Parent(s): 6e7efcc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: valid
8
+ path: data/valid-*
9
+ dataset_info:
10
+ features:
11
+ - name: tgt
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 1812197.76
16
+ num_examples: 14080
17
+ - name: valid
18
+ num_bytes: 453049.44
19
+ num_examples: 3520
20
+ download_size: 1520062
21
+ dataset_size: 2265247.2
22
+ ---
23
+ # Dataset Card for "CLIENT_samantar_mixed_train_val"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)