Name | ua-datasets JSON |
Version |
0.1.2
JSON |
| download |
home_page | https://github.com/fido-ai/ua-datasets |
Summary | A collection of ukrainian language datasets |
upload_time | 2024-07-25 09:29:28 |
maintainer | None |
docs_url | None |
author | FIdo AI |
requires_python | >=3.7.0 |
license | MIT License Copyright (c) 2021 Bogdan Ivanyuk-Skulskiy, Anton Zaliznyi, Oleksand Reshetar, Oleksiy Protsyk, Bohdan Romanchuk, Vladyslav Shpihanovych Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
ua-datasets
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center">
<img src="https://github.com/fido-ai/ua-datasets/blob/main/imgs/NaUKMA.png" width="350" title="hover text" alt="NaUKMA FIdo Logo">
</p>
<h1 align="center">
ua_datasets
</h1>
<p align="center">
<a href="https://img.shields.io/badge/Version-0.0.2-orange.svg"><img src="https://img.shields.io/badge/Version-0.1.1-green.svg" alt="Version"/></a>
<a href="https://img.shields.io/badge/License-Apache%202.0-blue.svg"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License"/></a>
</p>
<p align="center">
<a href="https://www.repostatus.org/badges/0.1.0/active.svg"><img src="https://www.repostatus.org/badges/0.1.0/active.svg" alt="Repo Status"/></a>
</p>
[__UA-datasets__](https://fido-ai.github.io/ua-datasets/) is a collection of Ukrainian language datasets. Our aim is to build a benchmark for research related to
natural language processing in Ukrainian.
This library is provided by FIdo.ai (machine learning research division of the non-profit student's organization
[FIdo](https://www.facebook.com/fido.naukma/), National University of Kyiv-Mohyla Academy) for research purposes.
## Installation
The library can be installed from PyPi in your virtual environment (e.g. venv, conda env)
```python
pip install ua_datasets
```
## Latest Updates
05.07.22 - Added HuggingFace API for Q&A (UA-SQuAD) and Text Classification (UA-News) datasets
## Available Datasets
- Question Answering (UA-SQuAD)
- Text Classification (UA-News)
- Token Classification (Mova Institute Part of Speech)
## Contribution
In case you are willing to contribute (update any part of the library, add your dataset) do not hesitate to connect through [GitHub Issue](https://github.com/fido-ai/ua-datasets/issues/new/choose). Thanks in advance for your contribution!
Let's make the Ukrainian language even greater!
## Citation
```bibtex
@software{ua_datasets_2021,
author = {Ivanyuk-Skulskiy, Bogdan and Zaliznyi, Anton and Reshetar, Oleksand and Protsyk, Oleksiy and Romanchuk, Bohdan and Shpihanovych, Vladyslav},
month = oct,
title = {ua_datasets: a collection of Ukrainian language datasets},
url = {https://github.com/fido-ai/ua-datasets},
version = {0.0.1},
year = {2021}
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/fido-ai/ua-datasets",
"name": "ua-datasets",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7.0",
"maintainer_email": null,
"keywords": "ua-datasets",
"author": "FIdo AI",
"author_email": "FIdo AI <ivanyuk.skulskiy@ukma.edu.ua>",
"download_url": "https://files.pythonhosted.org/packages/5a/62/523be412d52a4479e6f1ed850a827f5c7be457d43e1456e2a9dddda8467a/ua_datasets-0.1.2.tar.gz",
"platform": null,
"description": "\n<p align=\"center\">\n <img src=\"https://github.com/fido-ai/ua-datasets/blob/main/imgs/NaUKMA.png\" width=\"350\" title=\"hover text\" alt=\"NaUKMA FIdo Logo\">\n</p>\n\n<h1 align=\"center\">\n ua_datasets\n</h1>\n\n<p align=\"center\">\n <a href=\"https://img.shields.io/badge/Version-0.0.2-orange.svg\"><img src=\"https://img.shields.io/badge/Version-0.1.1-green.svg\" alt=\"Version\"/></a>\n <a href=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"><img src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License\"/></a>\n</p>\n<p align=\"center\">\n <a href=\"https://www.repostatus.org/badges/0.1.0/active.svg\"><img src=\"https://www.repostatus.org/badges/0.1.0/active.svg\" alt=\"Repo Status\"/></a>\n</p>\n\n[__UA-datasets__](https://fido-ai.github.io/ua-datasets/) is a collection of Ukrainian language datasets. Our aim is to build a benchmark for research related to \nnatural language processing in Ukrainian.\n\nThis library is provided by FIdo.ai (machine learning research division of the non-profit student's organization\n[FIdo](https://www.facebook.com/fido.naukma/), National University of Kyiv-Mohyla Academy) for research purposes.\n\n## Installation\nThe library can be installed from PyPi in your virtual environment (e.g. venv, conda env)\n```python\npip install ua_datasets\n```\n\n## Latest Updates\n\n05.07.22 - Added HuggingFace API for Q&A (UA-SQuAD) and Text Classification (UA-News) datasets\n\n## Available Datasets\n- Question Answering (UA-SQuAD)\n- Text Classification (UA-News)\n- Token Classification (Mova Institute Part of Speech)\n\n\n## Contribution\nIn case you are willing to contribute (update any part of the library, add your dataset) do not hesitate to connect through [GitHub Issue](https://github.com/fido-ai/ua-datasets/issues/new/choose). Thanks in advance for your contribution! \nLet's make the Ukrainian language even greater!\n\n## Citation\n```bibtex\n@software{ua_datasets_2021,\n author = {Ivanyuk-Skulskiy, Bogdan and Zaliznyi, Anton and Reshetar, Oleksand and Protsyk, Oleksiy and Romanchuk, Bohdan and Shpihanovych, Vladyslav},\n month = oct,\n title = {ua_datasets: a collection of Ukrainian language datasets},\n url = {https://github.com/fido-ai/ua-datasets},\n version = {0.0.1},\n year = {2021}\n}\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2021 Bogdan Ivanyuk-Skulskiy, Anton Zaliznyi, Oleksand Reshetar, Oleksiy Protsyk, Bohdan Romanchuk, Vladyslav Shpihanovych Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "A collection of ukrainian language datasets",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/fido-ai/ua-datasets",
"repository": "https://github.com/fido-ai/ua-datasets"
},
"split_keywords": [
"ua-datasets"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "56f350718a5b5b471b9e4ef7fef1a20324f88b648318fb5e084cd453a50a18ac",
"md5": "6802641aab10511e579cad2934483989",
"sha256": "5ebb02e9a33a7ef9a2f2f5e48da08002ba60dc7b204f93e1d819760520c4df70"
},
"downloads": -1,
"filename": "ua_datasets-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6802641aab10511e579cad2934483989",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7.0",
"size": 9852,
"upload_time": "2024-07-25T09:29:26",
"upload_time_iso_8601": "2024-07-25T09:29:26.926716Z",
"url": "https://files.pythonhosted.org/packages/56/f3/50718a5b5b471b9e4ef7fef1a20324f88b648318fb5e084cd453a50a18ac/ua_datasets-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5a62523be412d52a4479e6f1ed850a827f5c7be457d43e1456e2a9dddda8467a",
"md5": "e0888aecc0c3a05c0a64a9aebd1271b0",
"sha256": "ab5191c0bff6d5cb24eaf38a8443b0145850a505089dc2accd7891335a7271a7"
},
"downloads": -1,
"filename": "ua_datasets-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "e0888aecc0c3a05c0a64a9aebd1271b0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7.0",
"size": 9317,
"upload_time": "2024-07-25T09:29:28",
"upload_time_iso_8601": "2024-07-25T09:29:28.289418Z",
"url": "https://files.pythonhosted.org/packages/5a/62/523be412d52a4479e6f1ed850a827f5c7be457d43e1456e2a9dddda8467a/ua_datasets-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-25 09:29:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fido-ai",
"github_project": "ua-datasets",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "ua-datasets"
}