cfierro commited on
Commit
d6c5bb4
·
1 Parent(s): d0a48cc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: query
5
+ dtype: string
6
+ - name: answer
7
+ list:
8
+ - name: wikidata_id
9
+ dtype: string
10
+ - name: name
11
+ dtype: string
12
+ - name: id
13
+ dtype: string
14
+ - name: relation
15
+ dtype: string
16
+ - name: date
17
+ dtype: int64
18
+ - name: type
19
+ dtype: string
20
+ - name: is_mutable
21
+ dtype: int64
22
+ splits:
23
+ - name: train
24
+ num_bytes: 1609633.1182588025
25
+ num_examples: 8967
26
+ - name: all_fm
27
+ num_bytes: 33828614.55854463
28
+ num_examples: 177265
29
+ - name: validation
30
+ num_bytes: 992818.0322248886
31
+ num_examples: 5800
32
+ - name: test
33
+ num_bytes: 1121236.7865867713
34
+ num_examples: 5698
35
+ download_size: 6669561
36
+ dataset_size: 37552302.49561509
37
+ ---
38
+ # Dataset Card for "fm_classifier_mutable-1-1"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)