anton-l HF staff commited on
Commit
76a9ca7
·
1 Parent(s): 8142585

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: url
5
+ dtype: string
6
+ - name: url_host_registered_domain
7
+ dtype: string
8
+ - name: crawl
9
+ dtype: string
10
+ - name: content_mime_type
11
+ dtype: string
12
+ - name: content_mime_detected
13
+ dtype: string
14
+ - name: warc_filename
15
+ dtype: string
16
+ - name: warc_record_offset
17
+ dtype: int64
18
+ - name: warc_record_length
19
+ dtype: int64
20
+ - name: content
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 6227483249
25
+ num_examples: 248336
26
+ download_size: 2940795660
27
+ dataset_size: 6227483249
28
+ ---
29
+ # Dataset Card for "commoncrawl_tex"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)