ola13 commited on
Commit
f4d35f7
·
1 Parent(s): 5a9158c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: annotations
11
+ sequence: string
12
+ - name: identification
13
+ struct:
14
+ - name: label
15
+ dtype: string
16
+ - name: prob
17
+ dtype: float64
18
+ - name: line_identifications
19
+ list:
20
+ - name: label
21
+ dtype: string
22
+ - name: prob
23
+ dtype: float64
24
+ - name: perplexity_score
25
+ dtype: float64
26
+ - name: warc_headers
27
+ struct:
28
+ - name: content-length
29
+ dtype: int64
30
+ - name: content-type
31
+ dtype: string
32
+ - name: warc-block-digest
33
+ dtype: string
34
+ - name: warc-date
35
+ dtype: string
36
+ - name: warc-identified-content-language
37
+ dtype: string
38
+ - name: warc-record-id
39
+ dtype: string
40
+ - name: warc-refers-to
41
+ dtype: string
42
+ - name: warc-target-uri
43
+ dtype: string
44
+ - name: warc-type
45
+ dtype: string
46
+ splits:
47
+ - name: train
48
+ num_bytes: 658480427
49
+ num_examples: 100000
50
+ download_size: 347756473
51
+ dataset_size: 658480427
52
+ ---
53
+ # Dataset Card for "small-oscar"
54
+
55
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)