Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
expansio
/
qa-kpwr
like
0
Follow
Expansio Software House
6
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
Polish
Size:
1K - 10K
Tags:
polish
kpwr
squad
extractive-question-answering
paraphrase
unanswerable
Libraries:
Datasets
pandas
Polars
+ 1
Dataset card
Data Studio
Files
Files and versions
xet
ktagowski
commited on
Feb 10, 2023
Commit
1c03ac7
·
1 Parent(s):
6dbaa57
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+8
-0
README.md
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
Loading data
2
+
3
+
```python
4
+
from datasets import load_dataset
5
+
6
+
# If the dataset is gated/private, make sure you have run huggingface-cli login
7
+
dataset = load_dataset("expansio/qa-kpwr")
8
+
```