Estwld commited on
Commit
524ad51
1 Parent(s): ce46bba

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: knowledge_type
5
+ dtype: string
6
+ - name: event
7
+ dtype: string
8
+ - name: relation
9
+ dtype: string
10
+ - name: relation_description
11
+ dtype: string
12
+ - name: tail
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 144625369
17
+ num_examples: 1008254
18
+ - name: validation
19
+ num_bytes: 13168434
20
+ num_examples: 94614
21
+ - name: test
22
+ num_bytes: 21485601
23
+ num_examples: 143736
24
+ download_size: 21558003
25
+ dataset_size: 179279404
26
+ ---
27
+ # Dataset Card for "atomic2020-origin-drop_duplicates"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)