basilis commited on
Commit
36179ca
·
verified ·
1 Parent(s): 8113a6d

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,2 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # CQA with embeddings
2
  Rows: 1
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: question
10
+ dtype: string
11
+ - name: group_id
12
+ dtype: int64
13
+ - name: sentence_embeddings
14
+ sequence: float64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 919115255
18
+ num_examples: 99785
19
+ download_size: 714921938
20
+ dataset_size: 919115255
21
+ ---
22
  # CQA with embeddings
23
  Rows: 1