Librarian Bot: Add language metadata for dataset
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
- split: gpt2small
|
6 |
-
path:
|
7 |
- split: pythia6.9b
|
8 |
-
path:
|
9 |
---
|
10 |
|
11 |
Each record in the dataset contains the following fields:
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
configs:
|
5 |
- config_name: default
|
6 |
data_files:
|
7 |
- split: gpt2small
|
8 |
+
path: data_gpt2_small.json
|
9 |
- split: pythia6.9b
|
10 |
+
path: data_pythia-6.9b.json
|
11 |
---
|
12 |
|
13 |
Each record in the dataset contains the following fields:
|