BramVanroy commited on
Commit
cd9e14f
1 Parent(s): 7c1b3db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -85,6 +85,8 @@ size_categories:
85
 
86
  # HPLT Monolingual Release v1.2
87
 
 
 
88
  ## Prerequisites
89
 
90
  HPLT compresses their files with `zst` so to use this library you need to make sure that `zstandard` is installed:
@@ -93,7 +95,7 @@ HPLT compresses their files with `zst` so to use this library you need to make s
93
  pip install zstandard
94
  ```
95
 
96
- ## Usages
97
 
98
  You can download either the full portion of the data (e.g. `nl`), its deduplicated set (`nl_deduplicated`), or the fully cleaned set (`nl_cleaned`).
99
 
 
85
 
86
  # HPLT Monolingual Release v1.2
87
 
88
+ This repository contains the means to access the datasets created by the [HPLT project](https://hplt-project.org/datasets/v1.2). These large-scale web-crawled corpora based on CommonCrawl and the Internet Archive are accessible in 75 languages. The full dump is available as well as deduplicated and further cleaned versions depending on the config that you use (see the usage example below).
89
+
90
  ## Prerequisites
91
 
92
  HPLT compresses their files with `zst` so to use this library you need to make sure that `zstandard` is installed:
 
95
  pip install zstandard
96
  ```
97
 
98
+ ## Usage
99
 
100
  You can download either the full portion of the data (e.g. `nl`), its deduplicated set (`nl_deduplicated`), or the fully cleaned set (`nl_cleaned`).
101