Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Dutch
Libraries:
Datasets
pandas
BramVanroy commited on
Commit
24e2b80
1 Parent(s): 5860f41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -63
README.md CHANGED
@@ -1,63 +1,66 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: tokens
5
- sequence: string
6
- - name: pos
7
- sequence: string
8
- - name: lemma
9
- sequence: string
10
- - name: mw_id
11
- sequence: string
12
- - name: corpus
13
- dtype: string
14
- splits:
15
- - name: train
16
- num_bytes: 14145953
17
- num_examples: 10812
18
- - name: validation
19
- num_bytes: 2231572
20
- num_examples: 1686
21
- - name: test
22
- num_bytes: 1931275
23
- num_examples: 1639
24
- download_size: 3290324
25
- dataset_size: 18308800
26
- configs:
27
- - config_name: default
28
- data_files:
29
- - split: train
30
- path: data/train-*
31
- - split: validation
32
- path: data/validation-*
33
- - split: test
34
- path: data/test-*
35
- ---
36
-
37
- # Galahad training data
38
-
39
- As taken from [Github](https://github.com/INL/galahad-corpus-data/tree/1.0.1/training-data).
40
-
41
-
42
- ## Text and token counts
43
-
44
- Total: 14,137 texts, 390,534 tokens
45
-
46
- <details>
47
- <summary>Texts and tokens per corpus</summary>
48
-
49
- - clvn: 857 texts, 27,654 tokens
50
- - couranten: 800 texts, 29,577 tokens
51
- - dbnl-excerpts-15: 138 texts, 9,611 tokens
52
- - dbnl-excerpts-16: 797 texts, 10,002 tokens
53
- - dbnl-excerpts-17: 256 texts, 11,626 tokens
54
- - dbnl-excerpts-18: 212 texts, 9,986 tokens
55
- - dbnl-excerpts-19: 503 texts, 15,301 tokens
56
- - dictionary-quotations-15: 2,231 texts, 41,012 tokens
57
- - dictionary-quotations-16: 1,826 texts, 45,851 tokens
58
- - dictionary-quotations-17: 1,901 texts, 45,836 tokens
59
- - dictionary-quotations-18: 1,756 texts, 46,182 tokens
60
- - dictionary-quotations-19: 1,540 texts, 34,740 tokens
61
- - letters-as-loot: 1,320 texts, 63,156 tokens
62
-
63
- </details>
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: pos
7
+ sequence: string
8
+ - name: lemma
9
+ sequence: string
10
+ - name: mw_id
11
+ sequence: string
12
+ - name: corpus
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 14145953
17
+ num_examples: 10812
18
+ - name: validation
19
+ num_bytes: 2231572
20
+ num_examples: 1686
21
+ - name: test
22
+ num_bytes: 1931275
23
+ num_examples: 1639
24
+ download_size: 3290324
25
+ dataset_size: 18308800
26
+ configs:
27
+ - config_name: default
28
+ data_files:
29
+ - split: train
30
+ path: data/train-*
31
+ - split: validation
32
+ path: data/validation-*
33
+ - split: test
34
+ path: data/test-*
35
+ ---
36
+
37
+ # Galahad training data
38
+
39
+ As taken from [Github](https://github.com/INL/galahad-corpus-data/tree/1.0.1/training-data).
40
+
41
+ ## Statistics
42
+
43
+ The directory [statistics/](https://huggingface.co/datasets/ivdnt/galahad-corpus-data/tree/main/statistics) contains some frequency calculations such as a frequency list of all lemmata and part-of-speechs.
44
+
45
+ ### Text and token counts
46
+
47
+ Total: 14,137 texts, 390,534 tokens
48
+
49
+ <details>
50
+ <summary>Texts and tokens per corpus</summary>
51
+
52
+ - clvn: 857 texts, 27,654 tokens
53
+ - couranten: 800 texts, 29,577 tokens
54
+ - dbnl-excerpts-15: 138 texts, 9,611 tokens
55
+ - dbnl-excerpts-16: 797 texts, 10,002 tokens
56
+ - dbnl-excerpts-17: 256 texts, 11,626 tokens
57
+ - dbnl-excerpts-18: 212 texts, 9,986 tokens
58
+ - dbnl-excerpts-19: 503 texts, 15,301 tokens
59
+ - dictionary-quotations-15: 2,231 texts, 41,012 tokens
60
+ - dictionary-quotations-16: 1,826 texts, 45,851 tokens
61
+ - dictionary-quotations-17: 1,901 texts, 45,836 tokens
62
+ - dictionary-quotations-18: 1,756 texts, 46,182 tokens
63
+ - dictionary-quotations-19: 1,540 texts, 34,740 tokens
64
+ - letters-as-loot: 1,320 texts, 63,156 tokens
65
+
66
+ </details>