musabg commited on
Commit
9356f90
·
1 Parent(s): 81a1b20

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: text
7
+ dtype: string
8
+ - name: meta
9
+ struct:
10
+ - name: warc_headers
11
+ struct:
12
+ - name: warc-record-id
13
+ dtype: string
14
+ - name: warc-date
15
+ dtype: string
16
+ - name: content-type
17
+ dtype: string
18
+ - name: content-length
19
+ dtype: int32
20
+ - name: warc-type
21
+ dtype: string
22
+ - name: warc-identified-content-language
23
+ dtype: string
24
+ - name: warc-refers-to
25
+ dtype: string
26
+ - name: warc-target-uri
27
+ dtype: string
28
+ - name: warc-block-digest
29
+ dtype: string
30
+ - name: identification
31
+ struct:
32
+ - name: label
33
+ dtype: string
34
+ - name: prob
35
+ dtype: float32
36
+ - name: annotations
37
+ sequence: string
38
+ - name: line_identifications
39
+ list:
40
+ - name: label
41
+ dtype: string
42
+ - name: prob
43
+ dtype: float32
44
+ splits:
45
+ - name: train
46
+ num_bytes: 65206487850
47
+ num_examples: 10826031
48
+ download_size: 34832857266
49
+ dataset_size: 65206487850
50
+ ---
51
+ # Dataset Card for "commoncrawl-tr"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)