parquet-converter commited on
Commit
bb945e6
1 Parent(s): de93f20

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,51 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ftz filter=lfs diff=lfs merge=lfs -text
6
- *.gz filter=lfs diff=lfs merge=lfs -text
7
- *.h5 filter=lfs diff=lfs merge=lfs -text
8
- *.joblib filter=lfs diff=lfs merge=lfs -text
9
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
- *.lz4 filter=lfs diff=lfs merge=lfs -text
11
- *.model filter=lfs diff=lfs merge=lfs -text
12
- *.msgpack filter=lfs diff=lfs merge=lfs -text
13
- *.npy filter=lfs diff=lfs merge=lfs -text
14
- *.npz filter=lfs diff=lfs merge=lfs -text
15
- *.onnx filter=lfs diff=lfs merge=lfs -text
16
- *.ot filter=lfs diff=lfs merge=lfs -text
17
- *.parquet filter=lfs diff=lfs merge=lfs -text
18
- *.pb filter=lfs diff=lfs merge=lfs -text
19
- *.pickle filter=lfs diff=lfs merge=lfs -text
20
- *.pkl filter=lfs diff=lfs merge=lfs -text
21
- *.pt filter=lfs diff=lfs merge=lfs -text
22
- *.pth filter=lfs diff=lfs merge=lfs -text
23
- *.rar filter=lfs diff=lfs merge=lfs -text
24
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
- *.tar.* filter=lfs diff=lfs merge=lfs -text
26
- *.tflite filter=lfs diff=lfs merge=lfs -text
27
- *.tgz filter=lfs diff=lfs merge=lfs -text
28
- *.wasm filter=lfs diff=lfs merge=lfs -text
29
- *.xz filter=lfs diff=lfs merge=lfs -text
30
- *.zip filter=lfs diff=lfs merge=lfs -text
31
- *.zst filter=lfs diff=lfs merge=lfs -text
32
- *tfevents* filter=lfs diff=lfs merge=lfs -text
33
- # Audio files - uncompressed
34
- *.pcm filter=lfs diff=lfs merge=lfs -text
35
- *.sam filter=lfs diff=lfs merge=lfs -text
36
- *.raw filter=lfs diff=lfs merge=lfs -text
37
- # Audio files - compressed
38
- *.aac filter=lfs diff=lfs merge=lfs -text
39
- *.flac filter=lfs diff=lfs merge=lfs -text
40
- *.mp3 filter=lfs diff=lfs merge=lfs -text
41
- *.ogg filter=lfs diff=lfs merge=lfs -text
42
- *.wav filter=lfs diff=lfs merge=lfs -text
43
- # Image files - uncompressed
44
- *.bmp filter=lfs diff=lfs merge=lfs -text
45
- *.gif filter=lfs diff=lfs merge=lfs -text
46
- *.png filter=lfs diff=lfs merge=lfs -text
47
- *.tiff filter=lfs diff=lfs merge=lfs -text
48
- # Image files - compressed
49
- *.jpg filter=lfs diff=lfs merge=lfs -text
50
- *.jpeg filter=lfs diff=lfs merge=lfs -text
51
- *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,115 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - crowdsourced
4
- language_creators:
5
- - found
6
- language:
7
- - en
8
- - hr
9
- - sl
10
- - fi
11
- license:
12
- - gpl-3.0
13
- multilinguality:
14
- - multilingual
15
- size_categories:
16
- - n<1K
17
- source_datasets: []
18
- task_categories:
19
- - other
20
- task_ids: []
21
- pretty_name: CoSimLex
22
- tags:
23
- - graded-word-similarity-in-context
24
- ---
25
-
26
- # Dataset Card for CoSimLex
27
-
28
- ### Dataset Summary
29
-
30
- The dataset contains human similarity ratings for pairs of words. The annotators were presented with contexts that contained both of the words in the pair and the dataset features two different contexts per pair. The words were sourced from the English, Croatian, Finnish and Slovenian versions of the original Simlex dataset.
31
- Statistics:
32
- - 340 English pairs (config `en`),
33
- - 112 Croatian pairs (config `hr`),
34
- - 111 Slovenian pairs (config `sl`),
35
- - 24 Finnish pairs (config `fi`).
36
-
37
- ### Supported Tasks and Leaderboards
38
-
39
- Graded word similarity in context.
40
-
41
- ### Languages
42
-
43
- English, Croatian, Slovenian, Finnish.
44
-
45
- ## Dataset Structure
46
-
47
- ### Data Instances
48
-
49
- A sample instance from the dataset:
50
- ```
51
- {
52
- 'word1': 'absence',
53
- 'word2': 'presence',
54
- 'context1': 'African slaves from Angola and Mozambique were also present, but in fewer numbers than in other Brazilian areas, because Paraná was a poor region that did not need much slave manpower. The immigration grew in the mid-19th century, mostly composed of Italian, German, Polish, Ukrainian, and Japanese peoples. While Poles and Ukrainians are present in Paraná, their <strong>presence</strong> in the rest of Brazil is almost <strong>absence</strong>.',
55
- 'context2': 'The Chinese had become almost impossible to deal with because of the turmoil associated with the cultural revolution. The North Vietnamese <strong>presence</strong> in Eastern Cambodia had grown so large that it was destabilizing Cambodia politically and economically. Further, when the Cambodian left went underground in the late 1960s, Sihanouk had to make concessions to the right in the <strong>absence</strong> of any force that he could play off against them.',
56
- 'sim1': 2.2699999809265137,
57
- 'sim2': 1.3700000047683716,
58
- 'stdev1': 2.890000104904175,
59
- 'stdev2': 1.7899999618530273,
60
- 'pvalue': 0.2409999966621399,
61
- 'word1_context1': 'absence',
62
- 'word2_context1': 'presence',
63
- 'word1_context2': 'absence',
64
- 'word2_context2': 'presence'
65
- }
66
- ```
67
-
68
- ### Data Fields
69
-
70
- - `word1`: a string representing the first word in the pair. Uninflected form.
71
- - `word2`: a string representing the second word in the pair. Uninflected form.
72
- - `context1`: a string representing the first context containing the pair of words. The target words are marked with a `<strong></strong>` labels.
73
- - `context2`: a string representing the second context containing the pair of words. The target words are marked with a `<strong></strong>` labels.
74
- - `sim1`: a float representing the mean of the similarity scores within the first context.
75
- - `sim2`: a float representing the mean of the similarity scores within the second context.
76
- - `stdev1`: a float representing the standard Deviation for the scores within the first context.
77
- - `stdev2`: a float representing the standard deviation for the scores within the second context.
78
- - `pvalue`: a float representing the p-value calculated using the Mann-Whitney U test.
79
- - `word1_context1`: a string representing the inflected version of the first word as it appears in the first context.
80
- - `word2_context1`: a string representing the inflected version of the second word as it appears in the first context.
81
- - `word1_context2`: a string representing the inflected version of the first word as it appears in the second context.
82
- - `word2_context2`: a string representing the inflected version of the second word as it appears in the second context.
83
-
84
- ## Additional Information
85
-
86
- ### Dataset Curators
87
-
88
- Carlos Armendariz; et al. (please see http://hdl.handle.net/11356/1308 for the full list)
89
-
90
- ### Licensing Information
91
-
92
- GNU GPL v3.0.
93
-
94
- ### Citation Information
95
-
96
- ```
97
- @inproceedings{armendariz-etal-2020-semeval,
98
- title = "{SemEval-2020} {T}ask 3: Graded Word Similarity in Context ({GWSC})",
99
- author = "Armendariz, Carlos S. and
100
- Purver, Matthew and
101
- Pollak, Senja and
102
- Ljube{\v{s}}i{\'{c}}, Nikola and
103
- Ul{\v{c}}ar, Matej and
104
- Robnik-{\v{S}}ikonja, Marko and
105
- Vuli{\'{c}}, Ivan and
106
- Pilehvar, Mohammad Taher",
107
- booktitle = "Proceedings of the 14th International Workshop on Semantic Evaluation",
108
- year = "2020",
109
- address="Online"
110
- }
111
- ```
112
-
113
- ### Contributions
114
-
115
- Thanks to [@matejklemen](https://github.com/matejklemen) for adding this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cosimlex.py DELETED
@@ -1,93 +0,0 @@
1
- """CoSimLex is a resource for evaluating graded word similarity in context."""
2
-
3
-
4
- import csv
5
-
6
- import datasets
7
-
8
-
9
- _CITATION = """\
10
- @inproceedings{armendariz-etal-2020-semeval,
11
- title = "{SemEval-2020} {T}ask 3: Graded Word Similarity in Context ({GWSC})",
12
- author = "Armendariz, Carlos S. and
13
- Purver, Matthew and
14
- Pollak, Senja and
15
- Ljube{\v{s}}i{\'{c}}, Nikola and
16
- Ul{\v{c}}ar, Matej and
17
- Robnik-{\v{S}}ikonja, Marko and
18
- Vuli{\'{c}}, Ivan and
19
- Pilehvar, Mohammad Taher",
20
- booktitle = "Proceedings of the 14th International Workshop on Semantic Evaluation",
21
- year = "2020",
22
- address="Online"
23
- }
24
- """
25
-
26
- _DESCRIPTION = """\
27
- The dataset contains human similarity ratings for pairs of words. The annotators were presented with contexts that
28
- contained both of the words in the pair and the dataset features two different contexts per pair. The words were
29
- sourced from the English, Croatian, Finnish and Slovenian versions of the original Simlex dataset.
30
- """
31
-
32
- _HOMEPAGE = "http://hdl.handle.net/11356/1308"
33
-
34
- _LICENSE = "GNU General Public Licence, version 3"
35
-
36
- _URLS = {
37
- "en": "https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1308/cosimlex_en.csv",
38
- "fi": "https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1308/cosimlex_fi.csv",
39
- "hr": "https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1308/cosimlex_hr.csv",
40
- "sl": "https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1308/cosimlex_sl.csv"
41
- }
42
-
43
-
44
- class CoSimLex(datasets.GeneratorBasedBuilder):
45
- """CoSimLex is a resource for evaluating graded word similarity in context."""
46
-
47
- VERSION = datasets.Version("1.0.0")
48
-
49
- BUILDER_CONFIGS = [
50
- datasets.BuilderConfig(name="en", version=VERSION, description="The English subset."),
51
- datasets.BuilderConfig(name="fi", version=VERSION, description="The Finnish subset."),
52
- datasets.BuilderConfig(name="hr", version=VERSION, description="The Croatian subset."),
53
- datasets.BuilderConfig(name="sl", version=VERSION, description="The Slovenian subset."),
54
- ]
55
-
56
- def _info(self):
57
- features = datasets.Features(
58
- {
59
- "word1": datasets.Value("string"), "word2": datasets.Value("string"),
60
- "context1": datasets.Value("string"), "context2": datasets.Value("string"),
61
- "sim1": datasets.Value("float32"), "sim2": datasets.Value("float32"),
62
- "stdev1": datasets.Value("float32"), "stdev2": datasets.Value("float32"),
63
- "pvalue": datasets.Value("float32"),
64
- "word1_context1": datasets.Value("string"), "word2_context1": datasets.Value("string"),
65
- "word1_context2": datasets.Value("string"), "word2_context2": datasets.Value("string")
66
- }
67
- )
68
-
69
- return datasets.DatasetInfo(
70
- description=_DESCRIPTION,
71
- features=features,
72
- homepage=_HOMEPAGE,
73
- license=_LICENSE,
74
- citation=_CITATION,
75
- )
76
-
77
- def _split_generators(self, dl_manager):
78
- urls = _URLS[self.config.name]
79
- file_path = dl_manager.download_and_extract(urls)
80
- return [
81
- datasets.SplitGenerator(
82
- name=datasets.Split.TRAIN,
83
- gen_kwargs={"file_path": file_path}
84
- )
85
- ]
86
-
87
- def _generate_examples(self, file_path):
88
- with open(file_path, encoding="utf-8") as f:
89
- reader = csv.reader(f, delimiter="\t", quotechar='"')
90
- header = next(reader)
91
-
92
- for i, row in enumerate(reader):
93
- yield i, {attr: value for attr, value in zip(header, row)}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"en": {"description": "The dataset contains human similarity ratings for pairs of words. The annotators were presented with contexts that \ncontained both of the words in the pair and the dataset features two different contexts per pair. The words were \nsourced from the English, Croatian, Finnish and Slovenian versions of the original Simlex dataset.\n", "citation": "@inproceedings{armendariz-etal-2020-cosimlex,\n title = \"{C}o{S}im{L}ex: A Resource for Evaluating Graded Word Similarity in Context\",\n author = \"Armendariz, Carlos Santos and\n Purver, Matthew and\n Ul{\u000b{c}}ar, Matej and\n Pollak, Senja and\n Ljube{\u000b{s}}i{'c}, Nikola and\n Granroth-Wilding, Mark\",\n booktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\n month = may,\n year = \"2020\",\n url = \"https://aclanthology.org/2020.lrec-1.720\",\n pages = \"5878--5886\"\n}\n", "homepage": "http://hdl.handle.net/11356/1308", "license": "GNU General Public Licence, version 3", "features": {"word1": {"dtype": "string", "id": null, "_type": "Value"}, "word2": {"dtype": "string", "id": null, "_type": "Value"}, "context1": {"dtype": "string", "id": null, "_type": "Value"}, "context2": {"dtype": "string", "id": null, "_type": "Value"}, "sim1": {"dtype": "float32", "id": null, "_type": "Value"}, "sim2": {"dtype": "float32", "id": null, "_type": "Value"}, "stdev1": {"dtype": "float32", "id": null, "_type": "Value"}, "stdev2": {"dtype": "float32", "id": null, "_type": "Value"}, "pvalue": {"dtype": "float32", "id": null, "_type": "Value"}, "word1_context1": {"dtype": "string", "id": null, "_type": "Value"}, "word2_context1": {"dtype": "string", "id": null, "_type": "Value"}, "word1_context2": {"dtype": "string", "id": null, "_type": "Value"}, "word2_context2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "cosimlex", "config_name": "en", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 297568, "num_examples": 340, "dataset_name": "cosimlex"}}, "download_checksums": {"https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1308/cosimlex_en.csv": {"num_bytes": 291788, "checksum": "6ea7d38f092b54dcb1b3373e96b33e487851dfe5052d6c5daae6a9905c34a717"}}, "download_size": 291788, "post_processing_size": null, "dataset_size": 297568, "size_in_bytes": 589356}, "fi": {"description": "The dataset contains human similarity ratings for pairs of words. The annotators were presented with contexts that \ncontained both of the words in the pair and the dataset features two different contexts per pair. The words were \nsourced from the English, Croatian, Finnish and Slovenian versions of the original Simlex dataset.\n", "citation": "@inproceedings{armendariz-etal-2020-cosimlex,\n title = \"{C}o{S}im{L}ex: A Resource for Evaluating Graded Word Similarity in Context\",\n author = \"Armendariz, Carlos Santos and\n Purver, Matthew and\n Ul{\u000b{c}}ar, Matej and\n Pollak, Senja and\n Ljube{\u000b{s}}i{'c}, Nikola and\n Granroth-Wilding, Mark\",\n booktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\n month = may,\n year = \"2020\",\n url = \"https://aclanthology.org/2020.lrec-1.720\",\n pages = \"5878--5886\"\n}\n", "homepage": "http://hdl.handle.net/11356/1308", "license": "GNU General Public Licence, version 3", "features": {"word1": {"dtype": "string", "id": null, "_type": "Value"}, "word2": {"dtype": "string", "id": null, "_type": "Value"}, "context1": {"dtype": "string", "id": null, "_type": "Value"}, "context2": {"dtype": "string", "id": null, "_type": "Value"}, "sim1": {"dtype": "float32", "id": null, "_type": "Value"}, "sim2": {"dtype": "float32", "id": null, "_type": "Value"}, "stdev1": {"dtype": "float32", "id": null, "_type": "Value"}, "stdev2": {"dtype": "float32", "id": null, "_type": "Value"}, "pvalue": {"dtype": "float32", "id": null, "_type": "Value"}, "word1_context1": {"dtype": "string", "id": null, "_type": "Value"}, "word2_context1": {"dtype": "string", "id": null, "_type": "Value"}, "word1_context2": {"dtype": "string", "id": null, "_type": "Value"}, "word2_context2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "cosimlex", "config_name": "fi", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20841, "num_examples": 24, "dataset_name": "cosimlex"}}, "download_checksums": {"https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1308/cosimlex_fi.csv": {"num_bytes": 20456, "checksum": "4683190a98a6704425e3284ec9053d6ade62fda370a90530d338468b246f1683"}}, "download_size": 20456, "post_processing_size": null, "dataset_size": 20841, "size_in_bytes": 41297}, "hr": {"description": "The dataset contains human similarity ratings for pairs of words. The annotators were presented with contexts that \ncontained both of the words in the pair and the dataset features two different contexts per pair. The words were \nsourced from the English, Croatian, Finnish and Slovenian versions of the original Simlex dataset.\n", "citation": "@inproceedings{armendariz-etal-2020-cosimlex,\n title = \"{C}o{S}im{L}ex: A Resource for Evaluating Graded Word Similarity in Context\",\n author = \"Armendariz, Carlos Santos and\n Purver, Matthew and\n Ul{\u000b{c}}ar, Matej and\n Pollak, Senja and\n Ljube{\u000b{s}}i{'c}, Nikola and\n Granroth-Wilding, Mark\",\n booktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\n month = may,\n year = \"2020\",\n url = \"https://aclanthology.org/2020.lrec-1.720\",\n pages = \"5878--5886\"\n}\n", "homepage": "http://hdl.handle.net/11356/1308", "license": "GNU General Public Licence, version 3", "features": {"word1": {"dtype": "string", "id": null, "_type": "Value"}, "word2": {"dtype": "string", "id": null, "_type": "Value"}, "context1": {"dtype": "string", "id": null, "_type": "Value"}, "context2": {"dtype": "string", "id": null, "_type": "Value"}, "sim1": {"dtype": "float32", "id": null, "_type": "Value"}, "sim2": {"dtype": "float32", "id": null, "_type": "Value"}, "stdev1": {"dtype": "float32", "id": null, "_type": "Value"}, "stdev2": {"dtype": "float32", "id": null, "_type": "Value"}, "pvalue": {"dtype": "float32", "id": null, "_type": "Value"}, "word1_context1": {"dtype": "string", "id": null, "_type": "Value"}, "word2_context1": {"dtype": "string", "id": null, "_type": "Value"}, "word1_context2": {"dtype": "string", "id": null, "_type": "Value"}, "word2_context2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "cosimlex", "config_name": "hr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 96645, "num_examples": 112, "dataset_name": "cosimlex"}}, "download_checksums": {"https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1308/cosimlex_hr.csv": {"num_bytes": 94674, "checksum": "bb9c5887390c9e34979eb17df8b5120f79623db0035ad7b1d9a31d837f5accdc"}}, "download_size": 94674, "post_processing_size": null, "dataset_size": 96645, "size_in_bytes": 191319}, "sl": {"description": "The dataset contains human similarity ratings for pairs of words. The annotators were presented with contexts that \ncontained both of the words in the pair and the dataset features two different contexts per pair. The words were \nsourced from the English, Croatian, Finnish and Slovenian versions of the original Simlex dataset.\n", "citation": "@inproceedings{armendariz-etal-2020-cosimlex,\n title = \"{C}o{S}im{L}ex: A Resource for Evaluating Graded Word Similarity in Context\",\n author = \"Armendariz, Carlos Santos and\n Purver, Matthew and\n Ul{\u000b{c}}ar, Matej and\n Pollak, Senja and\n Ljube{\u000b{s}}i{'c}, Nikola and\n Granroth-Wilding, Mark\",\n booktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\n month = may,\n year = \"2020\",\n url = \"https://aclanthology.org/2020.lrec-1.720\",\n pages = \"5878--5886\"\n}\n", "homepage": "http://hdl.handle.net/11356/1308", "license": "GNU General Public Licence, version 3", "features": {"word1": {"dtype": "string", "id": null, "_type": "Value"}, "word2": {"dtype": "string", "id": null, "_type": "Value"}, "context1": {"dtype": "string", "id": null, "_type": "Value"}, "context2": {"dtype": "string", "id": null, "_type": "Value"}, "sim1": {"dtype": "float32", "id": null, "_type": "Value"}, "sim2": {"dtype": "float32", "id": null, "_type": "Value"}, "stdev1": {"dtype": "float32", "id": null, "_type": "Value"}, "stdev2": {"dtype": "float32", "id": null, "_type": "Value"}, "pvalue": {"dtype": "float32", "id": null, "_type": "Value"}, "word1_context1": {"dtype": "string", "id": null, "_type": "Value"}, "word2_context1": {"dtype": "string", "id": null, "_type": "Value"}, "word1_context2": {"dtype": "string", "id": null, "_type": "Value"}, "word2_context2": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "cosimlex", "config_name": "sl", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 89452, "num_examples": 111, "dataset_name": "cosimlex"}}, "download_checksums": {"https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1308/cosimlex_sl.csv": {"num_bytes": 87467, "checksum": "4b07ea726237de3ce2e6ba4f35a86f9f64c4d038cbeabca9ade72c111abb78ad"}}, "download_size": 87467, "post_processing_size": null, "dataset_size": 89452, "size_in_bytes": 176919}}
 
 
en/cosimlex-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebc6865f3cf114408af35455b046504bdbb3961c9942c811a0f4b9ae5754f506
3
+ size 209586
fi/cosimlex-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3da09aa34118f227ebd5beaa7baf5091c0277fc3139b3f68a8a9f0442613cc13
3
+ size 25732
hr/cosimlex-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1104bf3c333b7152dc865b2f13bdd952147c668437d4bc71cd8741e559a9deb
3
+ size 80132
sl/cosimlex-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b8c3ac370ae846050c96d5dade8ed711f61b9265fdd195ff5708b236ae9b107
3
+ size 73810