Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Polish
ArXiv:
Libraries:
Datasets
pandas
License:
asawczyn commited on
Commit
2779d97
·
verified ·
1 Parent(s): b0ea85d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -64,12 +64,12 @@ Authored by:
64
 
65
  The dataset is available in the following repositories:
66
 
67
- * [General](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA) **** - contains all tasks (KBQA, MRC, IR)
68
 
69
  For more straightforward usage, the tasks are also available in separate repositories:
70
 
71
- * [KBQA](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA) ****
72
- * [MRC](https://huggingface.co/datasets/clarin-pl/PUGG_MRC) ****
73
  * [IR](https://huggingface.co/datasets/clarin-pl/PUGG_IR) **(this repository)**
74
 
75
  The knowledge graph for KBQA task is available in the following repository:
@@ -95,6 +95,8 @@ [email protected]
95
  ## Usage
96
 
97
  ```python
 
 
98
  dataset_corpus = load_dataset("clarin-pl/PUGG_IR", "corpus")
99
  print(dataset)
100
 
 
64
 
65
  The dataset is available in the following repositories:
66
 
67
+ * [General](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA) - contains all tasks (KBQA, MRC, IR)
68
 
69
  For more straightforward usage, the tasks are also available in separate repositories:
70
 
71
+ * [KBQA](https://huggingface.co/datasets/clarin-pl/PUGG_KBQA)
72
+ * [MRC](https://huggingface.co/datasets/clarin-pl/PUGG_MRC)
73
  * [IR](https://huggingface.co/datasets/clarin-pl/PUGG_IR) **(this repository)**
74
 
75
  The knowledge graph for KBQA task is available in the following repository:
 
95
  ## Usage
96
 
97
  ```python
98
+ from datasets import load_dataset
99
+
100
  dataset_corpus = load_dataset("clarin-pl/PUGG_IR", "corpus")
101
  print(dataset)
102