shahules786 commited on
Commit
5c46364
1 Parent(s): 3c2c5a6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Answer
5
+ dtype: string
6
+ - name: Hard_negatives
7
+ sequence: string
8
+ - name: Question
9
+ dtype: string
10
+ - name: Turn_no
11
+ dtype: int64
12
+ - name: Context
13
+ sequence: string
14
+ - name: Negatives
15
+ sequence: string
16
+ - name: Conversation_no
17
+ dtype: int64
18
+ - name: Positives
19
+ sequence: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 7094988
23
+ num_examples: 1153
24
+ download_size: 1222882
25
+ dataset_size: 7094988
26
+ configs:
27
+ - config_name: default
28
+ data_files:
29
+ - split: train
30
+ path: data/train-*
31
+ ---
32
+ # Dataset Card for "qrecc_conversational_embeddings"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)