james-burton commited on
Commit
f3add75
1 Parent(s): a7db9ec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: model_name
5
+ dtype: string
6
+ - name: predicted_class
7
+ dtype: string
8
+ - name: task_name
9
+ dtype: string
10
+ - name: narration
11
+ dtype: string
12
+ - name: values
13
+ sequence: string
14
+ - name: sign
15
+ sequence: string
16
+ - name: narrative_id
17
+ dtype: int32
18
+ - name: unique_id
19
+ dtype: int32
20
+ - name: classes_dict
21
+ dtype: string
22
+ - name: narrative_questions
23
+ sequence: string
24
+ - name: feature_nums
25
+ sequence: string
26
+ - name: ft_num2name
27
+ dtype: string
28
+ - name: old2new_ft_nums
29
+ dtype: string
30
+ - name: old2new_classes
31
+ dtype: string
32
+ - name: predicted_class_label
33
+ dtype: string
34
+ - name: class2name
35
+ dtype: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 865101
39
+ num_examples: 328
40
+ - name: validation
41
+ num_bytes: 121591
42
+ num_examples: 47
43
+ - name: test
44
+ num_bytes: 252513
45
+ num_examples: 94
46
+ download_size: 380420
47
+ dataset_size: 1239205
48
+ ---
49
+ # Dataset Card for "textual-explanations-702010"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)