TianyiQ commited on
Commit
c8b3c0b
·
verified ·
1 Parent(s): 9469b86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -8,6 +8,11 @@ language:
8
  - fr
9
  size_categories:
10
  - 1M<n<10M
 
 
 
 
 
11
 
12
  dataset_info:
13
  splits:
@@ -66,7 +71,7 @@ ProgressGym-HistText is the central dataset in the ProgressGym framework. It con
66
 
67
  To mitigate the problems of mislabeling, OCR errors, and other quality issues in raw historical texts, ProgressGym-HistText has undergone multiple rounds of filtering and refinement, through both rule-based and machine learning-based pipelines.
68
 
69
- We collected historical texts from portions of Internet Archive - Library of Congress, Project Gutenberg, Early English Books Online (EEBO), and [Pile of Law](https://huggingface.co/datasets/pile-of-law/pile-of-law), which are public-domain, freely available digital libraries of texts. The dataset encompasses different types of texts: fiction, nonfiction, legal, administrative, religious, and more.
70
 
71
  The texts are organized into `.json` files by year, with each year's file containing a list of passages. Each passage is represented as a dictionary, with the fields `creation_year`, `source_dataset`, and `content` being mandatory, and many other metadata fields being optional to include.
72
 
 
8
  - fr
9
  size_categories:
10
  - 1M<n<10M
11
+ source_datasets:
12
+ - pile-of-law/pile-of-law
13
+ - EEBO
14
+ - Library of Congress
15
+ - Project Gutenberg (Standardized Project Gutenberg Corpus)
16
 
17
  dataset_info:
18
  splits:
 
71
 
72
  To mitigate the problems of mislabeling, OCR errors, and other quality issues in raw historical texts, ProgressGym-HistText has undergone multiple rounds of filtering and refinement, through both rule-based and machine learning-based pipelines.
73
 
74
+ We collected historical texts from portions of Library of Congress (Internet Archive), Project Gutenberg (Standardized Project Gutenberg Corpus), Early English Books Online (EEBO), and [Pile of Law](https://huggingface.co/datasets/pile-of-law/pile-of-law), which are public-domain, freely available digital libraries of texts. The dataset encompasses different types of texts: fiction, nonfiction, legal, administrative, religious, and more.
75
 
76
  The texts are organized into `.json` files by year, with each year's file containing a list of passages. Each passage is represented as a dictionary, with the fields `creation_year`, `source_dataset`, and `content` being mandatory, and many other metadata fields being optional to include.
77