kakooch commited on
Commit
8d88c2e
·
1 Parent(s): e33effd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -17,6 +17,13 @@ splits:
17
  description: "This split contains 90% of the verses of each poem for each poet and is used for training."
18
  test:
19
  description: "This split contains 10% of the verses of each poem for each poet and is used for testing."
 
 
 
 
 
 
 
20
  ---
21
 
22
  # Persian Poetry Dataset
 
17
  description: "This split contains 90% of the verses of each poem for each poet and is used for training."
18
  test:
19
  description: "This split contains 10% of the verses of each poem for each poet and is used for testing."
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: poems-train_data.jsonl
25
+ - split: test
26
+ path: poems-test.jsonl
27
  ---
28
 
29
  # Persian Poetry Dataset