max-long commited on
Commit
85ecec6
1 Parent(s): 2defa69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -58
README.md CHANGED
@@ -1,58 +1,60 @@
1
- ---
2
- license: cc0-1.0
3
- dataset_info:
4
- features:
5
- - name: record_id
6
- dtype: string
7
- - name: date
8
- dtype: timestamp[s]
9
- - name: raw_date
10
- dtype: string
11
- - name: title
12
- dtype: string
13
- - name: place
14
- dtype: string
15
- - name: empty_pg
16
- dtype: bool
17
- - name: text
18
- dtype: string
19
- - name: pg
20
- dtype: int32
21
- - name: mean_wc_ocr
22
- dtype: float32
23
- - name: std_wc_ocr
24
- dtype: float64
25
- - name: name
26
- dtype: string
27
- - name: all_names
28
- dtype: string
29
- - name: Publisher
30
- dtype: string
31
- - name: Country of publication 1
32
- dtype: string
33
- - name: all Countries of publication
34
- dtype: string
35
- - name: Physical description
36
- dtype: string
37
- - name: Language_1
38
- dtype: string
39
- - name: Language_2
40
- dtype: string
41
- - name: Language_3
42
- dtype: string
43
- - name: Language_4
44
- dtype: 'null'
45
- - name: multi_language
46
- dtype: bool
47
- splits:
48
- - name: train
49
- num_bytes: 11460459
50
- num_examples: 3510
51
- download_size: 6893882
52
- dataset_size: 11460459
53
- configs:
54
- - config_name: default
55
- data_files:
56
- - split: train
57
- path: data/train-*
58
- ---
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ dataset_info:
4
+ features:
5
+ - name: record_id
6
+ dtype: string
7
+ - name: date
8
+ dtype: timestamp[s]
9
+ - name: raw_date
10
+ dtype: string
11
+ - name: title
12
+ dtype: string
13
+ - name: place
14
+ dtype: string
15
+ - name: empty_pg
16
+ dtype: bool
17
+ - name: text
18
+ dtype: string
19
+ - name: pg
20
+ dtype: int32
21
+ - name: mean_wc_ocr
22
+ dtype: float32
23
+ - name: std_wc_ocr
24
+ dtype: float64
25
+ - name: name
26
+ dtype: string
27
+ - name: all_names
28
+ dtype: string
29
+ - name: Publisher
30
+ dtype: string
31
+ - name: Country of publication 1
32
+ dtype: string
33
+ - name: all Countries of publication
34
+ dtype: string
35
+ - name: Physical description
36
+ dtype: string
37
+ - name: Language_1
38
+ dtype: string
39
+ - name: Language_2
40
+ dtype: string
41
+ - name: Language_3
42
+ dtype: string
43
+ - name: Language_4
44
+ dtype: 'null'
45
+ - name: multi_language
46
+ dtype: bool
47
+ splits:
48
+ - name: train
49
+ num_bytes: 11460459
50
+ num_examples: 3510
51
+ download_size: 6893882
52
+ dataset_size: 11460459
53
+ configs:
54
+ - config_name: default
55
+ data_files:
56
+ - split: train
57
+ path: data/train-*
58
+ ---
59
+
60
+ Dataset of texts containing the word 'textile' from the British Library's blbooks dataset (https://huggingface.co/datasets/TheBritishLibrary/blbooks)