cfierro commited on
Commit
016fb19
1 Parent(s): 755c1bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: query
5
+ struct:
6
+ - name: label
7
+ dtype: string
8
+ - name: objects
9
+ list:
10
+ - name: label
11
+ dtype: string
12
+ - name: qid
13
+ dtype: string
14
+ - name: qid
15
+ dtype: string
16
+ - name: rel_id
17
+ dtype: string
18
+ - name: relation
19
+ dtype: string
20
+ - name: prediction
21
+ struct:
22
+ - name: predictions
23
+ list:
24
+ - name: answer
25
+ dtype: string
26
+ - name: first_token_probability
27
+ dtype: float64
28
+ - name: per_token_probability
29
+ sequence: float64
30
+ - name: perplexity
31
+ dtype: float64
32
+ - name: query
33
+ dtype: string
34
+ - name: relation
35
+ dtype: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 1136104
39
+ num_examples: 5081
40
+ download_size: 549988
41
+ dataset_size: 1136104
42
+ ---
43
+ # Dataset Card for "updates_data"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)