lhoestq HF staff commited on
Commit
29650bc
1 Parent(s): bd83bdf

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -21,6 +21,24 @@ paperswithcode_id: haspart-kb
21
  pretty_name: hasPart KB
22
  tags:
23
  - Meronym-Prediction
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for [HasPart]
21
  pretty_name: hasPart KB
22
  tags:
23
  - Meronym-Prediction
24
+ dataset_info:
25
+ features:
26
+ - name: arg1
27
+ dtype: string
28
+ - name: arg2
29
+ dtype: string
30
+ - name: score
31
+ dtype: float64
32
+ - name: wikipedia_primary_page
33
+ sequence: string
34
+ - name: synset
35
+ sequence: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 4363417
39
+ num_examples: 49848
40
+ download_size: 7437382
41
+ dataset_size: 4363417
42
  ---
43
 
44
  # Dataset Card for [HasPart]