akhooli commited on
Commit
02fe2f2
1 Parent(s): 8502753

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -26
README.md CHANGED
@@ -1,26 +1,33 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: id
6
- dtype: int64
7
- - name: url
8
- dtype: string
9
- - name: title
10
- dtype: string
11
- - name: text
12
- dtype: string
13
- - name: words
14
- dtype: int64
15
- splits:
16
- - name: train
17
- num_bytes: 2354942374
18
- num_examples: 399131
19
- download_size: 1107142059
20
- dataset_size: 2354942374
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: int64
7
+ - name: url
8
+ dtype: string
9
+ - name: title
10
+ dtype: string
11
+ - name: text
12
+ dtype: string
13
+ - name: words
14
+ dtype: int64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 2354942374
18
+ num_examples: 399131
19
+ download_size: 1107142059
20
+ dataset_size: 2354942374
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ ---
27
+
28
+ # This Dataset
29
+ the akhooli/arwiki_128 dataset is a sample of the 2023 Arabic Wikipedia dataset originally published by Wikimedia (wikimedia/wikipedia).
30
+ The full Ar wiki is around 1.2 million articles while this dataset is around 400k with article length in the range 128-8000 words.
31
+ Words were counted using a simple method (space seperated).
32
+ Please use the [original](https://huggingface.co/datasets/wikimedia/wikipedia/viewer/20231101.ar) full dataset.
33
+ This sample is being used for continued pretraining of some multilingual LLMs for testing purposes and may be removed later (do not reference in published work).