orionweller nielsr HF Staff commited on
Commit
7c1cc45
·
verified ·
1 Parent(s): b88e828

Add task categories and tags to dataset card (#12)

Browse files

- Add task categories and tags to dataset card (ed0cbb838c60674eb140515bedc56ddcb8d24b2e)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,8 +1,21 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
 
6
  # Ettin Pre-training Data
7
 
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -30,7 +43,6 @@ This dataset contains the pre-training phase data used to train all [Ettin encod
30
  | Algebraic StackExchange | 12.6 | 0.7% | Math Q&A |
31
  | CC News | 7.3 | 0.4% | News articles |
32
  | Wikipedia | 7.3 | 0.4% | Encyclopedia articles |
33
- | Books | 5.3 | 0.3% | Literature and reference books |
34
  | **Total** | **1,704.7** | **100.0%** | Diverse mixture for foundation training |
35
 
36
  ## 🚀 Usage
 
1
  ---
 
2
  language:
3
  - en
4
+ license: mit
5
+ task_categories:
6
+ - text-generation
7
+ - fill-mask
8
+ - text-classification
9
+ - retrieval
10
+ tags:
11
+ - pretraining
12
+ - language-modeling
13
+ - encoder
14
+ - decoder
15
+ - foundation-model
16
+ - transformer
17
  ---
18
+
19
  # Ettin Pre-training Data
20
 
21
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
 
43
  | Algebraic StackExchange | 12.6 | 0.7% | Math Q&A |
44
  | CC News | 7.3 | 0.4% | News articles |
45
  | Wikipedia | 7.3 | 0.4% | Encyclopedia articles |
 
46
  | **Total** | **1,704.7** | **100.0%** | Diverse mixture for foundation training |
47
 
48
  ## 🚀 Usage