sileod commited on
Commit
f8eb3f7
1 Parent(s): 36e3437

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -51,6 +51,26 @@ dataset_info:
51
  num_examples: 1837
52
  download_size: 3627986
53
  dataset_size: 16441800
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  configs:
55
  - config_name: atomic
56
  data_files:
@@ -68,6 +88,14 @@ configs:
68
  path: snli/validation-*
69
  - split: test
70
  path: snli/test-*
 
 
 
 
 
 
 
 
71
  ---
72
  https://github.com/rudinger/defeasible-nli
73
  ```
 
51
  num_examples: 1837
52
  download_size: 3627986
53
  dataset_size: 16441800
54
+ - config_name: social
55
+ features:
56
+ - name: Hypothesis
57
+ dtype: string
58
+ - name: Update
59
+ dtype: string
60
+ - name: UpdateType
61
+ dtype: string
62
+ splits:
63
+ - name: train
64
+ num_bytes: 9099604
65
+ num_examples: 77016
66
+ - name: validation
67
+ num_bytes: 1094305
68
+ num_examples: 9343
69
+ - name: test
70
+ num_bytes: 1113280
71
+ num_examples: 9439
72
+ download_size: 2959808
73
+ dataset_size: 11307189
74
  configs:
75
  - config_name: atomic
76
  data_files:
 
88
  path: snli/validation-*
89
  - split: test
90
  path: snli/test-*
91
+ - config_name: social
92
+ data_files:
93
+ - split: train
94
+ path: social/train-*
95
+ - split: validation
96
+ path: social/validation-*
97
+ - split: test
98
+ path: social/test-*
99
  ---
100
  https://github.com/rudinger/defeasible-nli
101
  ```