nhagar commited on
Commit
308dc73
·
verified ·
1 Parent(s): 9626f90

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for redpajama-data-v2_urls
2
+
3
+ This dataset provides the URLs and top-level domains associated with training records in [togethercomputer/RedPajama-Data-V2](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-V2). It is part of a [collection of datasets](https://huggingface.co/collections/nhagar/llm-urls-neurips-681698adac0862be6c65c72b) curated to make exploring LLM training datasets more straightforward and accessible.
4
+
5
+ ## Dataset Details
6
+
7
+ ### Dataset Description
8
+
9
+ This dataset was created by downloading the source data, extracting URLs and top-level domains, and retaining only those record identifiers. In doing so, it allows researchers and practitioners to explore the contents of these training datasets without having to manage terabytes of raw text. You can explore the pipeline used to construct this dataset on [GitHub](https://github.com/NHagar/cc-genealogy).
10
+
11
+ - **Curated by:** [Nick Hagar](https://huggingface.co/nhagar) and [Jack Bandy](https://huggingface.co/jackbandy)
12
+ - **License:** Same as source dataset
13
+
14
+ ### Dataset Sources
15
+
16
+ - **Repository:** [togethercomputer/RedPajama-Data-V2](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-V2)
17
+
18
+ ## Uses
19
+
20
+ This dataset is intended to allow researchers and practitioners to analyze the contents of large LLM training datasets without having to wade through terabytes of unwieldy text data.
21
+
22
+ ### Direct Use
23
+
24
+ The main use case for these data is to explore the contents of LLM training datasets at scale. This might involve:
25
+ - Identifying the most-used websites
26
+ - Categorizing URLs to understand domain- or topic-level dataset composition
27
+ - Comparing URLs across datasets
28
+ - Digging into inclusion/exclusion patterns for a particular website
29
+
30
+ ### Out-of-Scope Use
31
+
32
+ This dataset is not intend to replicate or replace the source data, nor is it intended to enable large-scale scraping of the URLs listed. For source text, refer to the original dataset.
33
+
34
+ ## Dataset Structure
35
+
36
+ This dataset contains every record with a URL from the source dataset. It contains two columns:
37
+ - `url`: The raw URL associated with each record
38
+ - `domain`: The top-level domain for each URL, extracted with `tldextract`
39
+
40
+ ## Citation [optional]
41
+
42
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
43
+
44
+ **BibTeX:**
45
+
46
+ [More Information Needed]
47
+
48
+ **APA:**
49
+
50
+ [More Information Needed]