rediska0123 commited on
Commit
8021320
1 Parent(s): 8232dd6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: persons
6
+ path: data/persons-*
7
+ - split: cities
8
+ path: data/cities-*
9
+ - split: movies
10
+ path: data/movies-*
11
+ - split: inventions
12
+ path: data/inventions-*
13
+ - split: books
14
+ path: data/books-*
15
+ - split: artworks
16
+ path: data/artworks-*
17
+ - split: landmarks
18
+ path: data/landmarks-*
19
+ - split: events
20
+ path: data/events-*
21
+ dataset_info:
22
+ features:
23
+ - name: question
24
+ dtype: string
25
+ splits:
26
+ - name: persons
27
+ num_bytes: 3661
28
+ num_examples: 100
29
+ - name: cities
30
+ num_bytes: 4550
31
+ num_examples: 100
32
+ - name: movies
33
+ num_bytes: 6722
34
+ num_examples: 100
35
+ - name: inventions
36
+ num_bytes: 6567
37
+ num_examples: 100
38
+ - name: books
39
+ num_bytes: 8040
40
+ num_examples: 100
41
+ - name: artworks
42
+ num_bytes: 8835
43
+ num_examples: 100
44
+ - name: landmarks
45
+ num_bytes: 5813
46
+ num_examples: 100
47
+ - name: events
48
+ num_bytes: 6496
49
+ num_examples: 100
50
+ download_size: 28848
51
+ dataset_size: 50684
52
+ ---
53
+ # Dataset Card for "test_multidomain"
54
+
55
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)