ffurfaro commited on
Commit
c21db14
·
verified ·
1 Parent(s): 6d34138

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -23
README.md CHANGED
@@ -9,38 +9,19 @@ task_categories:
9
  pretty_name: Keep it simple !
10
  size_categories:
11
  - 100K<n<1M
12
- configs:
13
- - config_name: default
14
- data_files:
15
- - split: train
16
- path: data/train-*
17
- dataset_info:
18
- features:
19
- - name: prompt
20
- dtype: string
21
- - name: text
22
- dtype: string
23
- - name: seed_data
24
- dtype: string
25
- splits:
26
- - name: train
27
- num_bytes: 914741887
28
- num_examples: 640646
29
- download_size: 513019825
30
- dataset_size: 914741887
31
  ---
32
 
33
 
34
  # keep-it-simple
35
 
36
- **Objective:** An ultra-minimalist dataset for pre-training tiny language models. The logic relies on **bidirectional symmetry** (**A is B and B is A**) to foster deep semantic understanding. By training the model to predict the "prompt" from the "text" and vice versa, we maximize the utility of every pair.
37
 
38
  ## Data Sources
39
 
40
  * **Simple English Wikipedia**: Simplified encyclopedic articles.
41
  * **Vikidia (FR)**: Educational content for younger audiences.
42
- * **OPUS Books (en-fr)**: Aligned English-French literary translations.
43
- * **Cosmopedia-100k**: Synthetic educational content.
44
 
45
  ## Structure
46
 
@@ -52,7 +33,7 @@ dataset_info:
52
 
53
  ## Context & Usage
54
 
55
- * **Bidirectional Training**: Each source item yields two training entries (`prompt` $\rightarrow$ `text` and `text` $\rightarrow$ `prompt`). This enforces semantic symmetry.
56
  * **Minimalism**: More compact than the **[BabyLM](https://arxiv.org/abs/2602.20092)** challenge; focused on density and the purity of pairs to maximize efficiency on tiny, resource-constrained architectures.
57
  * **Goal**: Rapid testing of alignment theories and training "pocket" models for fundamental, bidirectional interactions.
58
 
 
9
  pretty_name: Keep it simple !
10
  size_categories:
11
  - 100K<n<1M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
 
15
  # keep-it-simple
16
 
17
+ **Objective:** An ultra-minimalist dataset for pre-training tiny language models. The logic relies on **bidirectional symmetry** (**A is B and B is A]**) to foster deep semantic understanding. By training the model to predict the "prompt" from the "text" and vice versa, we maximize the utility of every pair.
18
 
19
  ## Data Sources
20
 
21
  * **Simple English Wikipedia**: Simplified encyclopedic articles.
22
  * **Vikidia (FR)**: Educational content for younger audiences.
23
+ * **[OPUS Books (en-fr)](https://aclanthology.org/L12-1246/)**: Aligned English-French literary translations.
24
+ * **[Cosmopedia-100k](https://huggingface.co/blog/cosmopedia)**: Synthetic educational content.
25
 
26
  ## Structure
27
 
 
33
 
34
  ## Context & Usage
35
 
36
+ * **Bidirectional Training**: Each source item yields two training entries (`prompt` $\rightarrow$ `text` and `text` $\rightarrow$ `prompt`). This enforces semantic symmetry, [reversal curve](https://arxiv.org/abs/2309.12288) and limitate span corruption.
37
  * **Minimalism**: More compact than the **[BabyLM](https://arxiv.org/abs/2602.20092)** challenge; focused on density and the purity of pairs to maximize efficiency on tiny, resource-constrained architectures.
38
  * **Goal**: Rapid testing of alignment theories and training "pocket" models for fundamental, bidirectional interactions.
39