PerSets commited on
Commit
6bb0278
·
1 Parent(s): b8a169f

doc: desc and usage added

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -17,3 +17,20 @@ license: cc0-1.0
17
  # Crossword Puzzle Cheat Dataset (Persian)
18
 
19
  This dataset consists of 30157 pairs of questions and answers.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  # Crossword Puzzle Cheat Dataset (Persian)
18
 
19
  This dataset consists of 30157 pairs of questions and answers.
20
+
21
+ ## Dataset Description
22
+
23
+ The reference for this dataset is [jadvalyab.ir](https://jadvalyab.ir/) website.
24
+
25
+ ## Usage
26
+ <details>
27
+
28
+ Huggingface datasets library:
29
+ ```python
30
+ from datasets import load_dataset
31
+ dataset = load_dataset('PerSets/crossword-puzzle-persian-cheat')
32
+ ```
33
+ </details>
34
+
35
+ ## License
36
+ CC0-v1.0