Mollel commited on
Commit
d40caac
1 Parent(s): d3287f6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -35
README.md CHANGED
@@ -1,35 +1,46 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: index
7
- dtype: string
8
- - name: word_count
9
- dtype: int64
10
- - name: character_count
11
- dtype: int64
12
- - name: line_count
13
- dtype: int64
14
- - name: fraction_of_duplicate_lines
15
- dtype: float64
16
- - name: fraction_of_characters_in_duplicate_lines
17
- dtype: float64
18
- - name: symbol_to_word_ratio
19
- dtype: float64
20
- - name: fraction_of_words_without_alpha
21
- dtype: float64
22
- - name: num_of_stop_words
23
- dtype: int64
24
- splits:
25
- - name: train
26
- num_bytes: 456079990.42106014
27
- num_examples: 1424937
28
- download_size: 1374964757
29
- dataset_size: 456079990.42106014
30
- configs:
31
- - config_name: default
32
- data_files:
33
- - split: train
34
- path: data/train-*
35
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - sw
4
+ tags:
5
+ - dataset
6
+ - swahili
7
+ license: mit
8
+ ---
9
+
10
+ # Dataset Card for sartifyllc/clean_lelapa_pretrain
11
+
12
+ ## Dataset Description
13
+
14
+ This is a Swahili dataset for CPT from Lelapa.
15
+
16
+ ## Dataset Usage
17
+
18
+ This dataset can be used for [describe potential uses].
19
+
20
+ ## Dataset Structure
21
+
22
+ ### Features:
23
+
24
+
25
+ - text: Number of rows 1424937
26
+ - token: Number of token so far 0.681822211B
27
+ - token per row: Number of token so far per row 478.49288143967067
28
+
29
+
30
+ ## Dataset Creation
31
+
32
+ ### Source Data
33
+
34
+ - Homepage: https://huggingface.co/datasets/sartifyllc/clean_lelapa_pretrain
35
+
36
+ ### Data Preprocessing
37
+
38
+ [Describe any preprocessing steps here]
39
+
40
+ ## Considerations for Using the Data
41
+
42
+ [Add any considerations, such as ethical concerns or potential biases]
43
+
44
+ ## Additional Information
45
+
46
+ [Any other relevant information about the dataset]