albertvillanova HF staff commited on
Commit
ba18cf4
1 Parent(s): 5cc2740

Add cmnli data files

Browse files
README.md CHANGED
@@ -154,16 +154,16 @@ dataset_info:
154
  dtype: int32
155
  splits:
156
  - name: test
157
- num_bytes: 2386837
158
  num_examples: 13880
159
  - name: train
160
- num_bytes: 67685309
161
  num_examples: 391783
162
  - name: validation
163
- num_bytes: 2051845
164
  num_examples: 12241
165
- download_size: 31404066
166
- dataset_size: 72123991
167
  - config_name: cmrc2018
168
  features:
169
  - name: id
@@ -482,6 +482,14 @@ configs:
482
  path: afqmc/train-*
483
  - split: validation
484
  path: afqmc/validation-*
 
 
 
 
 
 
 
 
485
  - config_name: iflytek
486
  data_files:
487
  - split: test
 
154
  dtype: int32
155
  splits:
156
  - name: test
157
+ num_bytes: 2386821
158
  num_examples: 13880
159
  - name: train
160
+ num_bytes: 67684989
161
  num_examples: 391783
162
  - name: validation
163
+ num_bytes: 2051829
164
  num_examples: 12241
165
+ download_size: 54234919
166
+ dataset_size: 72123639
167
  - config_name: cmrc2018
168
  features:
169
  - name: id
 
482
  path: afqmc/train-*
483
  - split: validation
484
  path: afqmc/validation-*
485
+ - config_name: cmnli
486
+ data_files:
487
+ - split: test
488
+ path: cmnli/test-*
489
+ - split: train
490
+ path: cmnli/train-*
491
+ - split: validation
492
+ path: cmnli/validation-*
493
  - config_name: iflytek
494
  data_files:
495
  - split: test
cmnli/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f05c4e5ba132a5ea4ce23fcc9cca19ed1ad2b7a38331c04e410adeea394bd7d6
3
+ size 1720208
cmnli/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c0d134eaaae593d710d07ad8e6b78cb6fd5ec605f609eda8ae8ef0d04e588a
3
+ size 51159964
cmnli/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e3c2cdb3f52da28117c24b5a15e261fad6be039cbac715dd2bed0e2ba70e8a7
3
+ size 1354747
dataset_infos.json CHANGED
@@ -309,35 +309,27 @@
309
  "features": {
310
  "sentence1": {
311
  "dtype": "string",
312
- "id": null,
313
  "_type": "Value"
314
  },
315
  "sentence2": {
316
  "dtype": "string",
317
- "id": null,
318
  "_type": "Value"
319
  },
320
  "label": {
321
- "num_classes": 3,
322
  "names": [
323
  "neutral",
324
  "entailment",
325
  "contradiction"
326
  ],
327
- "names_file": null,
328
- "id": null,
329
  "_type": "ClassLabel"
330
  },
331
  "idx": {
332
  "dtype": "int32",
333
- "id": null,
334
  "_type": "Value"
335
  }
336
  },
337
- "post_processed": null,
338
- "supervised_keys": null,
339
- "task_templates": null,
340
  "builder_name": "clue",
 
341
  "config_name": "cmnli",
342
  "version": {
343
  "version_str": "1.0.0",
@@ -349,33 +341,26 @@
349
  "splits": {
350
  "test": {
351
  "name": "test",
352
- "num_bytes": 2386837,
353
  "num_examples": 13880,
354
- "dataset_name": "clue"
355
  },
356
  "train": {
357
  "name": "train",
358
- "num_bytes": 67685309,
359
  "num_examples": 391783,
360
- "dataset_name": "clue"
361
  },
362
  "validation": {
363
  "name": "validation",
364
- "num_bytes": 2051845,
365
  "num_examples": 12241,
366
- "dataset_name": "clue"
367
- }
368
- },
369
- "download_checksums": {
370
- "https://storage.googleapis.com/cluebenchmark/tasks/cmnli_public.zip": {
371
- "num_bytes": 31404066,
372
- "checksum": "3a3f3b1d3d27134cf11e585156f07fa050bd0a0836821c02696af0dbaa14513b"
373
  }
374
  },
375
- "download_size": 31404066,
376
- "post_processing_size": null,
377
- "dataset_size": 72123991,
378
- "size_in_bytes": 103528057
379
  },
380
  "cluewsc2020": {
381
  "description": "CLUE, A Chinese Language Understanding Evaluation Benchmark\n(https://www.cluebenchmarks.com/) is a collection of resources for training,\nevaluating, and analyzing Chinese language understanding systems.\n\n",
 
309
  "features": {
310
  "sentence1": {
311
  "dtype": "string",
 
312
  "_type": "Value"
313
  },
314
  "sentence2": {
315
  "dtype": "string",
 
316
  "_type": "Value"
317
  },
318
  "label": {
 
319
  "names": [
320
  "neutral",
321
  "entailment",
322
  "contradiction"
323
  ],
 
 
324
  "_type": "ClassLabel"
325
  },
326
  "idx": {
327
  "dtype": "int32",
 
328
  "_type": "Value"
329
  }
330
  },
 
 
 
331
  "builder_name": "clue",
332
+ "dataset_name": "clue",
333
  "config_name": "cmnli",
334
  "version": {
335
  "version_str": "1.0.0",
 
341
  "splits": {
342
  "test": {
343
  "name": "test",
344
+ "num_bytes": 2386821,
345
  "num_examples": 13880,
346
+ "dataset_name": null
347
  },
348
  "train": {
349
  "name": "train",
350
+ "num_bytes": 67684989,
351
  "num_examples": 391783,
352
+ "dataset_name": null
353
  },
354
  "validation": {
355
  "name": "validation",
356
+ "num_bytes": 2051829,
357
  "num_examples": 12241,
358
+ "dataset_name": null
 
 
 
 
 
 
359
  }
360
  },
361
+ "download_size": 54234919,
362
+ "dataset_size": 72123639,
363
+ "size_in_bytes": 126358558
 
364
  },
365
  "cluewsc2020": {
366
  "description": "CLUE, A Chinese Language Understanding Evaluation Benchmark\n(https://www.cluebenchmarks.com/) is a collection of resources for training,\nevaluating, and analyzing Chinese language understanding systems.\n\n",