Tristan commited on
Commit
934f744
1 Parent(s): f91d45b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -18
README.md CHANGED
@@ -1,21 +1,28 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: url
7
- dtype: string
8
- - name: crawl_timestamp
9
- dtype: float64
10
- - name: last_modified_timestamp
11
- dtype: float64
12
- splits:
13
- - name: train
14
- num_bytes: 38613299033.0
15
- num_examples: 17079387
16
- download_size: 24126320352
17
- dataset_size: 38613299033.0
 
 
 
 
18
  ---
19
- # Dataset Card for "olm-CC-MAIN-2022-49-sampling-ratio-olm-0.15114822547"
20
 
21
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - found
8
+ license: []
9
+ multilinguality:
10
+ - monolingual
11
+ pretty_name: OLM November/December 2022 Common Crawl
12
+ size_categories:
13
+ - 10M<n<100M
14
+ source_datasets: []
15
+ tags:
16
+ - pretraining
17
+ - language modelling
18
+ - common crawl
19
+ - web
20
+ task_categories: []
21
+ task_ids: []
22
  ---
 
23
 
24
+ # Dataset Card for OLM November/December 2022 Common Crawl
25
+
26
+ Cleaned and deduplicated pretraining dataset, created with the OLM repo [here](https://github.com/huggingface/olm-datasets) from 15% of the November/December 2022 Common Crawl snapshot.
27
+
28
+ Note: `last_modified_timestamp` was parsed from whatever a website returned in it's `Last-Modified` header; there are likely a small number of outliers that are incorrect, so we recommend removing the outliers before doing statistics with `last_modified_timestamp`.