realdanielbyrne commited on
Commit
ad9282c
1 Parent(s): a589644

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -29,11 +29,15 @@ data_files:
29
 
30
  ## Dataset Summary
31
 
32
- The agatha_christie dataset contains the complete works of Agatha Christie, including the novels, short stories, and plays. The dataset is in English and contains 66 works in total. The dataset is intended for text generation tasks, such as language modeling, and can be used to train models to generate text in the style of Agatha Christie.
 
 
 
33
 
34
  ## Supported Tasks and Leaderboards
35
 
36
- The dataset can be used for text generation tasks, such as language modeling. The dataset can be used to train models to generate text in the style of Agatha Christie.
 
37
 
38
  ## Languages
39
 
@@ -55,4 +59,12 @@ The following is an example sample from the dataset.
55
  ### Data Fields
56
 
57
  - text: The text of the work chunked into semantic segments by llamaindex SemanticNodeParser.
58
- - source: The source material of the text.
 
 
 
 
 
 
 
 
 
29
 
30
  ## Dataset Summary
31
 
32
+ The agatha_christie dataset contains the complete works of Agatha Christie,
33
+ including the novels, short stories, and plays. The dataset is in English and contains
34
+ 110 works in total. The dataset is intended for text generation tasks, such as language
35
+ modeling, and can be used to train models to generate text in the style of Agatha Christie.
36
 
37
  ## Supported Tasks and Leaderboards
38
 
39
+ The dataset can be used for text generation tasks, such as language modeling. The dataset
40
+ can be used to train models to generate text in the style of Agatha Christie.
41
 
42
  ## Languages
43
 
 
59
  ### Data Fields
60
 
61
  - text: The text of the work chunked into semantic segments by llamaindex SemanticNodeParser.
62
+ - source: The source material of the text.
63
+
64
+ ### Splits
65
+
66
+ The dataset is split into tain, test and validation splits.
67
+
68
+ - train.parquet
69
+ - test.parquet
70
+ - validation.parquet