lhoestq HF staff commited on
Commit
a55b230
1 Parent(s): c671560

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -79,6 +79,33 @@ paperswithcode_id: null
79
  pretty_name: MLama
80
  tags:
81
  - probing
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  ---
83
 
84
  # Dataset Card for [Dataset Name]
79
  pretty_name: MLama
80
  tags:
81
  - probing
82
+ dataset_info:
83
+ features:
84
+ - name: uuid
85
+ dtype: string
86
+ - name: lineid
87
+ dtype: uint32
88
+ - name: obj_uri
89
+ dtype: string
90
+ - name: obj_label
91
+ dtype: string
92
+ - name: sub_uri
93
+ dtype: string
94
+ - name: sub_label
95
+ dtype: string
96
+ - name: template
97
+ dtype: string
98
+ - name: language
99
+ dtype: string
100
+ - name: predicate_id
101
+ dtype: string
102
+ config_name: all
103
+ splits:
104
+ - name: test
105
+ num_bytes: 125919995
106
+ num_examples: 843143
107
+ download_size: 40772287
108
+ dataset_size: 125919995
109
  ---
110
 
111
  # Dataset Card for [Dataset Name]