Datasets:

Modalities:
Text
Formats:
parquet
Languages:
French
DOI:
Libraries:
Datasets
pandas
License:
Loïck commited on
Commit
eaaad35
·
verified ·
1 Parent(s): 641fd6c

Upload dataset

Browse files
README.md CHANGED
@@ -1,20 +1,42 @@
1
  ---
 
 
 
 
 
 
 
2
  configs:
3
  - config_name: default
4
  data_files:
5
- - split: test
6
- path: data/test-*
7
  - split: train
8
  path: data/train-*
9
  - split: validation
10
  path: data/validation-*
11
- task_categories:
12
- - text-classification
13
- language:
14
- - fr
15
- size_categories:
16
- - 100K<n<1M
17
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # Dataset information
 
1
  ---
2
+ language:
3
+ - fr
4
+ license: cc-by-4.0
5
+ size_categories:
6
+ - 100K<n<1M
7
+ task_categories:
8
+ - text-classification
9
  configs:
10
  - config_name: default
11
  data_files:
 
 
12
  - split: train
13
  path: data/train-*
14
  - split: validation
15
  path: data/validation-*
16
+ - split: test
17
+ path: data/test-*
18
+ dataset_info:
19
+ features:
20
+ - name: premise
21
+ dtype: string
22
+ - name: hypothesis
23
+ dtype: string
24
+ - name: label
25
+ dtype: int64
26
+ - name: dataset
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 159494228
31
+ num_examples: 555798
32
+ - name: validation
33
+ num_bytes: 880135
34
+ num_examples: 3780
35
+ - name: test
36
+ num_bytes: 1930361
37
+ num_examples: 10317
38
+ download_size: 86535081
39
+ dataset_size: 162304724
40
  ---
41
 
42
  # Dataset information
data/{test-00000-of-00001-3d1a19674e972902.parquet → test-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e99dba60bc3705973df8cfdac1d69c2284efc191fbbc40d235b4d7c853b608fb
3
- size 520154
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d24fd64a6f868897eb4c0bd102d3497a5cfc61db6c2adffb8c858020bc7230a
3
+ size 678180
data/{train-00000-of-00001-b5effe76f65fa0e5.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbce0ab04569c19d7c2e8528b5e371eeb213e03b68da9bf6833656bd20224404
3
- size 83670359
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1451ef651cec4c5ea7e7da41020f606a4e37f97d1a5ecde3ce5e41eb2e324b
3
+ size 85482568
data/{validation-00000-of-00001-502bf96af067c55b.parquet → validation-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d5284722916e5d90ffc6f49d7b666252cf64ef7e85d5f7a5e6f63d678a31916
3
- size 208207
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e22ea0b46e9585edb19c24ee005f4c7ab195caa65c7e5044dcda68739d7bb7
3
+ size 374333
dataset_infos.json CHANGED
@@ -1 +1,109 @@
1
- {"bourdoiscatie--frenchNLI": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"premise": {"dtype": "string", "id": null, "_type": "Value"}, "hypothesis": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int64", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 159080434, "num_examples": 554764, "dataset_name": "frenchNLI"}, "validation": {"name": "validation", "num_bytes": 597387, "num_examples": 2985, "dataset_name": "frenchNLI"}, "test": {"name": "test", "num_bytes": 1679872, "num_examples": 9517, "dataset_name": "frenchNLI"}}, "download_checksums": null, "download_size": 84398720, "post_processing_size": null, "dataset_size": 161357693, "size_in_bytes": 245756413}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bourdoiscatie--frenchNLI": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "premise": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "hypothesis": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "label": {
19
+ "dtype": "int64",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "dataset": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ }
28
+ },
29
+ "post_processed": null,
30
+ "supervised_keys": null,
31
+ "task_templates": null,
32
+ "builder_name": null,
33
+ "config_name": null,
34
+ "version": null,
35
+ "splits": {
36
+ "train": {
37
+ "name": "train",
38
+ "num_bytes": 159080434,
39
+ "num_examples": 554764,
40
+ "dataset_name": "frenchNLI"
41
+ },
42
+ "validation": {
43
+ "name": "validation",
44
+ "num_bytes": 597387,
45
+ "num_examples": 2985,
46
+ "dataset_name": "frenchNLI"
47
+ },
48
+ "test": {
49
+ "name": "test",
50
+ "num_bytes": 1679872,
51
+ "num_examples": 9517,
52
+ "dataset_name": "frenchNLI"
53
+ }
54
+ },
55
+ "download_checksums": null,
56
+ "download_size": 84398720,
57
+ "post_processing_size": null,
58
+ "dataset_size": 161357693,
59
+ "size_in_bytes": 245756413
60
+ },
61
+ "default": {
62
+ "description": "",
63
+ "citation": "",
64
+ "homepage": "",
65
+ "license": "",
66
+ "features": {
67
+ "premise": {
68
+ "dtype": "string",
69
+ "_type": "Value"
70
+ },
71
+ "hypothesis": {
72
+ "dtype": "string",
73
+ "_type": "Value"
74
+ },
75
+ "label": {
76
+ "dtype": "int64",
77
+ "_type": "Value"
78
+ },
79
+ "dataset": {
80
+ "dtype": "string",
81
+ "_type": "Value"
82
+ }
83
+ },
84
+ "config_name": "default",
85
+ "splits": {
86
+ "train": {
87
+ "name": "train",
88
+ "num_bytes": 159494228,
89
+ "num_examples": 555798,
90
+ "dataset_name": null
91
+ },
92
+ "validation": {
93
+ "name": "validation",
94
+ "num_bytes": 880135,
95
+ "num_examples": 3780,
96
+ "dataset_name": null
97
+ },
98
+ "test": {
99
+ "name": "test",
100
+ "num_bytes": 1930361,
101
+ "num_examples": 10317,
102
+ "dataset_name": null
103
+ }
104
+ },
105
+ "download_size": 86535081,
106
+ "dataset_size": 162304724,
107
+ "size_in_bytes": 248839805
108
+ }
109
+ }