Upload dataset
Browse files- README.md +33 -1
- templated_ntx_llm/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: int64
|
@@ -28,9 +28,41 @@ dataset_info:
|
|
28 |
num_examples: 4909
|
29 |
download_size: 998499
|
30 |
dataset_size: 1703870
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
configs:
|
32 |
- config_name: aya_dataset
|
33 |
data_files:
|
34 |
- split: train
|
35 |
path: aya_dataset/train-*
|
|
|
|
|
|
|
|
|
36 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: aya_dataset
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: int64
|
|
|
28 |
num_examples: 4909
|
29 |
download_size: 998499
|
30 |
dataset_size: 1703870
|
31 |
+
- config_name: templated_ntx_llm
|
32 |
+
features:
|
33 |
+
- name: id
|
34 |
+
dtype: int64
|
35 |
+
- name: inputs
|
36 |
+
dtype: string
|
37 |
+
- name: targets
|
38 |
+
dtype: string
|
39 |
+
- name: dataset_name
|
40 |
+
dtype: string
|
41 |
+
- name: sub_dataset_name
|
42 |
+
dtype: string
|
43 |
+
- name: task_type
|
44 |
+
dtype: string
|
45 |
+
- name: template_id
|
46 |
+
dtype: string
|
47 |
+
- name: language_code
|
48 |
+
dtype: string
|
49 |
+
- name: split
|
50 |
+
dtype: string
|
51 |
+
- name: script
|
52 |
+
dtype: string
|
53 |
+
splits:
|
54 |
+
- name: train
|
55 |
+
num_bytes: 402016
|
56 |
+
num_examples: 256
|
57 |
+
download_size: 49658
|
58 |
+
dataset_size: 402016
|
59 |
configs:
|
60 |
- config_name: aya_dataset
|
61 |
data_files:
|
62 |
- split: train
|
63 |
path: aya_dataset/train-*
|
64 |
+
- config_name: templated_ntx_llm
|
65 |
+
data_files:
|
66 |
+
- split: train
|
67 |
+
path: templated_ntx_llm/train-*
|
68 |
---
|
templated_ntx_llm/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dd03f9eeb3154f8806886f65f1e5e987d5419195d42100478f58f5dc0082ce9
|
3 |
+
size 49658
|