Shitao commited on
Commit
ff2dbe3
1 Parent(s): a08b77d

Upload README.md with huggingface_hub

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