jeremyrmanning commited on
Commit
aa42bec
·
verified ·
1 Parent(s): c43adc6

Update dataset card: no logo, simple markdown, verified titles

Browse files
Files changed (1) hide show
  1. README.md +4 -32
README.md CHANGED
@@ -12,39 +12,16 @@ tags:
12
  - project-gutenberg
13
  size_categories:
14
  - n<1K
15
- pretty_name: Jane Austen Complete Works
16
- dataset_info:
17
- features:
18
- - name: filename
19
- dtype: string
20
- - name: title
21
- dtype: string
22
- - name: text
23
- dtype: string
24
- splits:
25
- - name: train
26
- num_bytes: 4127299
27
- num_examples: 7
28
- download_size: 2423855
29
- dataset_size: 4127299
30
- configs:
31
- - config_name: default
32
- data_files:
33
- - split: train
34
- path: data/train-*
35
  ---
36
 
37
- # Jane Austen Complete Works Corpus
38
-
39
- <div style="text-align: center;">
40
- <img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1654865912089-62a33fd71424f432574c348b.png" alt="ContextLab" width="100"/>
41
- </div>
42
 
43
  ## Dataset Description
44
 
45
- This dataset contains the complete works of **Jane Austen** (1775-1817), preprocessed for computational stylometry research. The texts were sourced from [Project Gutenberg](https://www.gutenberg.org/) and cleaned for use in the paper ["A Stylometric Application of Large Language Models"](https://github.com/ContextLab/llm-stylometry) (Stropkay et al., 2025).
46
 
47
- The corpus includes **7 books** by Jane Austen, including Pride and Prejudice, Sense and Sensibility, Emma. All text has been converted to **lowercase** and cleaned of Project Gutenberg headers, footers, and chapter headings to focus on the author's prose style.
48
 
49
  ### Quick Stats
50
 
@@ -282,8 +259,3 @@ Explore datasets for all 8 authors in the study:
282
  - [Ruth Plumly Thompson](https://huggingface.co/datasets/contextlab/thompson-corpus)
283
  - [Mark Twain](https://huggingface.co/datasets/contextlab/twain-corpus)
284
  - [H.G. Wells](https://huggingface.co/datasets/contextlab/wells-corpus)
285
-
286
- ### Trained Models
287
-
288
- Author-specific GPT-2 models trained on these corpora will be available after training completes:
289
- - https://huggingface.co/contextlab (browse all models)
 
12
  - project-gutenberg
13
  size_categories:
14
  - n<1K
15
+ pretty_name: Jane Austen Corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
+ # ContextLab Jane Austen Corpus
 
 
 
 
19
 
20
  ## Dataset Description
21
 
22
+ This dataset contains works of **Jane Austen** (1775-1817), preprocessed for computational stylometry research. The texts were sourced from [Project Gutenberg](https://www.gutenberg.org/) and cleaned for use in the paper ["A Stylometric Application of Large Language Models"](https://github.com/ContextLab/llm-stylometry) (Stropkay et al., 2025).
23
 
24
+ The corpus includes **7 books** by Jane Austen, including Pride and Prejudice, Sense and Sensibility, and Emma. All text has been converted to **lowercase** and cleaned of Project Gutenberg headers, footers, and chapter headings to focus on the author's prose style.
25
 
26
  ### Quick Stats
27
 
 
259
  - [Ruth Plumly Thompson](https://huggingface.co/datasets/contextlab/thompson-corpus)
260
  - [Mark Twain](https://huggingface.co/datasets/contextlab/twain-corpus)
261
  - [H.G. Wells](https://huggingface.co/datasets/contextlab/wells-corpus)