JK-TK commited on
Commit
429203f
·
verified ·
1 Parent(s): cda2cfd

The updating of my README.md file.

Browse files
Files changed (1) hide show
  1. README.md +61 -3
README.md CHANGED
@@ -1,3 +1,61 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 1K<n<10K
9
+ ---
10
+
11
+ # Dataset Card for Cleaned CBC Curriculum Text Data
12
+
13
+ This dataset contains cleaned and normalized textual data about Kenya's Competency-Based Curriculum (CBC), sourced from various online platforms that publish curriculum-related content. It has been processed using a powerful custom Python script that includes HTML tag removal, sentence reconstruction, and optional enhancement using open-source LLMs.
14
+
15
+ This dataset card aims to provide transparency about the dataset's creation, use cases, and structure.
16
+
17
+ ## Dataset Details
18
+
19
+ ### Dataset Description
20
+
21
+ This dataset consists of cleaned and structured text segments from publicly available websites related to Kenya's Competency-Based Curriculum (CBC). The texts highlight CBC values, competencies, structure, and guiding principles.
22
+
23
+ All raw data was collected from online sources, then thoroughly cleaned to:
24
+ - Remove noise like HTML tags and escape characters.
25
+ - Fix broken or incomplete sentences.
26
+ - Preserve meaningful educational content for NLP tasks.
27
+
28
+ - **Curated by:** Kariuki James
29
+ - **Funded by:** Not funded
30
+ - **Shared by:** Kariuki James
31
+ - **Language(s) (NLP):** English
32
+ - **License:** Apache 2.0
33
+
34
+ ### Dataset Sources
35
+
36
+ - **Data Sources:** Educational websites publishing "" content in Kenya
37
+ -
38
+ - **Paper []:** N/A
39
+ -
40
+ - **Demo []:** N/A
41
+
42
+ ## Uses
43
+
44
+ ### Direct Use
45
+
46
+ This dataset is ideal for:
47
+ - Training NLP models to understand Kenyan education policies.
48
+ - Fine-tuning LLMs for education-related tasks.
49
+ - Text summarization and classification.
50
+ - Semantic search and question answering about CBC.
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ - Misrepresentation or misuse of Kenyan education content.
55
+ - Using the dataset for commercial purposes without proper citation or validation.
56
+
57
+ ## Dataset Structure
58
+
59
+ Each line in the dataset is stored in JSONL format and follows the structure:
60
+ ```json
61
+ {"text": "The CBC intends to be more practical and student-based."}