xusenlin commited on
Commit
79c3fc0
1 Parent(s): f874ccf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: spo_list
7
+ list:
8
+ - name: predicate
9
+ dtype: string
10
+ - name: object_type
11
+ dtype: string
12
+ - name: subject_type
13
+ dtype: string
14
+ - name: object
15
+ dtype: string
16
+ - name: subject
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 51849478
21
+ num_examples: 172983
22
+ - name: validation
23
+ num_bytes: 6512116
24
+ num_examples: 21626
25
+ download_size: 32568292
26
+ dataset_size: 58361594
27
+ ---
28
+ # Dataset Card for "duie"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)