sileod commited on
Commit
9d01b5c
1 Parent(s): 9a34331

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -12
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
- license: apache-2.0
3
- task_categories:
4
- - text-classification
5
  language:
6
  - en
7
- task_ids:
8
- - natural-language-inference
9
- - multi-input-text-classification
10
  multilinguality:
11
  - monolingual
 
 
 
 
 
12
  tags:
13
  - theory of mind
14
  - tom
@@ -39,7 +39,7 @@ dataset_info:
39
  - name: n_agents
40
  dtype: int64
41
  - name: label
42
- dtype: int64
43
  - name: names
44
  sequence: string
45
  - name: index
@@ -54,16 +54,25 @@ dataset_info:
54
  dtype: float64
55
  splits:
56
  - name: train
57
- num_bytes: 8619563.842139175
58
  num_examples: 11174
59
  - name: validation
60
- num_bytes: 2873445.0789304124
61
  num_examples: 3725
62
  - name: test
63
- num_bytes: 2873445.0789304124
64
  num_examples: 3725
65
- download_size: 2991434
66
- dataset_size: 14366454
 
 
 
 
 
 
 
 
 
67
  ---
68
  Mindgame dataset
69
 
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ license: apache-2.0
 
 
5
  multilinguality:
6
  - monolingual
7
+ task_categories:
8
+ - text-classification
9
+ task_ids:
10
+ - natural-language-inference
11
+ - multi-input-text-classification
12
  tags:
13
  - theory of mind
14
  - tom
 
39
  - name: n_agents
40
  dtype: int64
41
  - name: label
42
+ dtype: string
43
  - name: names
44
  sequence: string
45
  - name: index
 
54
  dtype: float64
55
  splits:
56
  - name: train
57
+ num_bytes: 8702021
58
  num_examples: 11174
59
  - name: validation
60
+ num_bytes: 2904084
61
  num_examples: 3725
62
  - name: test
63
+ num_bytes: 2909341
64
  num_examples: 3725
65
+ download_size: 2989857
66
+ dataset_size: 14515446
67
+ configs:
68
+ - config_name: default
69
+ data_files:
70
+ - split: train
71
+ path: data/train-*
72
+ - split: validation
73
+ path: data/validation-*
74
+ - split: test
75
+ path: data/test-*
76
  ---
77
  Mindgame dataset
78