Skip to content

vassef/pquad_public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pquad_public

PQuAD is a crowdsourced reading comprehension dataset on Persian Wikipedia articles. Since the implementation of this dataset hasn't been yet implemented in the hugging face, I have prepared the essential setups in the hugging face to enable using this dataset by importing load_dataset library :

from datasets import load_dataset

dataset = load_dataset("Shayanvsf/pquad_public")

By running the above command, the output will be a Dataset Dict that is compatible with the available Transformer models in hugging face.

About

Loading pquad_public dataset from hugging face

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published