Estwld commited on
Commit
5c07077
·
1 Parent(s): 370c6b2

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
+ sequence: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 60537042
17
+ num_examples: 300293
18
+ - name: validation
19
+ num_bytes: 5678541
20
+ num_examples: 29195
21
+ - name: test
22
+ num_bytes: 9184458
23
+ num_examples: 44664
24
+ download_size: 18270825
25
+ dataset_size: 75400041
26
+ ---
27
+ # Dataset Card for "atomic2020-origin"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)