Datasets:
Tasks:
Other
Modalities:
Text
Sub-tasks:
part-of-speech
Languages:
Polish
Size:
10K - 100K
Tags:
structure-prediction
License:
Cleanup and add infos file
Browse files- .gitattributes +0 -16
- dataset_infos.json +1 -0
.gitattributes
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
2 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
5 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
6 |
-
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
7 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
8 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
9 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
10 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
11 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
12 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"default": {"description": "NKJP-POS tagging dataset.", "citation": "", "homepage": "http://clip.ipipan.waw.pl/NationalCorpusOfPolish", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "morph": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "lemmas": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "pos_tags": {"feature": {"num_classes": 35, "names": ["adj", "adja", "adjc", "adjp", "adv", "aglt", "bedzie", "brev", "burk", "comp", "conj", "depr", "fin", "ger", "imps", "impt", "inf", "interj", "interp", "num", "numcol", "pact", "pant", "pcon", "ppas", "ppron12", "ppron3", "praet", "pred", "prep", "qub", "siebie", "subst", "winien", "xxx"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "full_pos_tags": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "nps": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "nkjppos", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 136712881, "num_examples": 68528, "dataset_name": "nkjppos"}, "validation": {"name": "validation", "num_bytes": 17132898, "num_examples": 8566, "dataset_name": "nkjppos"}, "test": {"name": "test", "num_bytes": 17132952, "num_examples": 8566, "dataset_name": "nkjppos"}}, "download_checksums": {"https://huggingface.co/datasets/clarin-pl/nkjp-pos/resolve/main/data/train.tsv": {"num_bytes": 112783878, "checksum": "56a40ec6866f5b4503b84fa86fd6312993036a05613855c617e29cf362da9ef7"}, "https://huggingface.co/datasets/clarin-pl/nkjp-pos/resolve/main/data/valid.tsv": {"num_bytes": 14151252, "checksum": "653c2ad6ec47e88d187db16893a1fbd050f4160766384779ad325c59ba8cd054"}, "https://huggingface.co/datasets/clarin-pl/nkjp-pos/resolve/main/data/test.tsv": {"num_bytes": 14151935, "checksum": "9f4b623a125a54200fb44f64b8ecff784a9b27231f0f1fe68047bebbc3ac23c0"}}, "download_size": 141087065, "post_processing_size": null, "dataset_size": 170978731, "size_in_bytes": 312065796}}
|