Coding-With-Bashir commited on
Commit
8e0b203
·
verified ·
1 Parent(s): 987ffaa

Upload .\data\processed_test\processing_summary.json with huggingface_hub

Browse files
.//data//processed_test//processing_summary.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_loaded": 176001,
3
+ "total_after_lang_filter": 166586,
4
+ "total_after_dedup": 154569,
5
+ "total_tokens": 29529921,
6
+ "total_training_samples": 154565,
7
+ "total_instruction": 41599,
8
+ "total_chat": 0,
9
+ "per_file_stats": [
10
+ {
11
+ "file": "huggingface_mbazaNLP_Kinyarwanda_English_parallel_dataset.jsonl",
12
+ "loaded": 55667,
13
+ "lang_filtered": 0,
14
+ "clean_filtered": 7384,
15
+ "kept": 48283,
16
+ "tokens": 779663,
17
+ "instruction_samples": 0,
18
+ "chat_samples": 0
19
+ },
20
+ {
21
+ "file": "huggingface_mbazaNLP_kinyarwanda_monolingual_v01.0.jsonl",
22
+ "loaded": 78733,
23
+ "lang_filtered": 129,
24
+ "clean_filtered": 0,
25
+ "kept": 78604,
26
+ "tokens": 27309423,
27
+ "instruction_samples": 0,
28
+ "chat_samples": 0
29
+ },
30
+ {
31
+ "file": "huggingface_saillab_alpaca-kinyarwanda-cleaned.jsonl",
32
+ "loaded": 41601,
33
+ "lang_filtered": 2,
34
+ "clean_filtered": 1900,
35
+ "kept": 39699,
36
+ "tokens": 1440835,
37
+ "instruction_samples": 41599,
38
+ "chat_samples": 0
39
+ }
40
+ ],
41
+ "output_files": {
42
+ "training": "C:\\Users\\admin\\BwengeAi\\data\\processed_test\\training_data.jsonl",
43
+ "instruction": "C:\\Users\\admin\\BwengeAi\\data\\processed_test\\instruction_data.jsonl",
44
+ "chat": "C:\\Users\\admin\\BwengeAi\\data\\processed_test\\chat_data.jsonl"
45
+ }
46
+ }