Patt commited on
Commit
05ec829
·
1 Parent(s): b63a632

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -4,6 +4,48 @@ task_categories:
4
  language:
5
  - en
6
  - th
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # Dataset Card for MultiRC_TH_drop
 
4
  language:
5
  - en
6
  - th
7
+ dataset_info:
8
+ features:
9
+ - name: paragraph
10
+ dtype: string
11
+ - name: paragraph_TH
12
+ dtype: string
13
+ - name: question
14
+ dtype: string
15
+ - name: question_TH
16
+ dtype: string
17
+ - name: answer
18
+ dtype: string
19
+ - name: answer_TH
20
+ dtype: string
21
+ - name: idx
22
+ struct:
23
+ - name: answer
24
+ dtype: int64
25
+ - name: paragraph
26
+ dtype: int64
27
+ - name: question
28
+ dtype: int64
29
+ - name: label
30
+ dtype: int64
31
+ - name: score_paragraph
32
+ dtype: float64
33
+ - name: score_question
34
+ dtype: float64
35
+ - name: score_answer
36
+ dtype: float64
37
+ splits:
38
+ - name: train
39
+ num_bytes: 133061823
40
+ num_examples: 23520
41
+ - name: validation
42
+ num_bytes: 22534453
43
+ num_examples: 4212
44
+ - name: test
45
+ num_bytes: 42757726
46
+ num_examples: 8272
47
+ download_size: 5756232
48
+ dataset_size: 198354002
49
  ---
50
 
51
  # Dataset Card for MultiRC_TH_drop