Upload dataset
Browse files
README.md
CHANGED
@@ -85,6 +85,23 @@ dataset_info:
|
|
85 |
num_examples: 6
|
86 |
download_size: 6295
|
87 |
dataset_size: 3118
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
configs:
|
89 |
- config_name: bolt
|
90 |
data_files:
|
@@ -116,4 +133,10 @@ configs:
|
|
116 |
path: ontonotes/train-*
|
117 |
- split: validation
|
118 |
path: ontonotes/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
---
|
|
|
85 |
num_examples: 6
|
86 |
download_size: 6295
|
87 |
dataset_size: 3118
|
88 |
+
- config_name: ontonotes_special
|
89 |
+
features:
|
90 |
+
- name: ds_name
|
91 |
+
dtype: string
|
92 |
+
- name: prompt
|
93 |
+
dtype: string
|
94 |
+
- name: response
|
95 |
+
dtype: string
|
96 |
+
splits:
|
97 |
+
- name: train
|
98 |
+
num_bytes: 3202
|
99 |
+
num_examples: 15
|
100 |
+
- name: validation
|
101 |
+
num_bytes: 1588
|
102 |
+
num_examples: 6
|
103 |
+
download_size: 6893
|
104 |
+
dataset_size: 4790
|
105 |
configs:
|
106 |
- config_name: bolt
|
107 |
data_files:
|
|
|
133 |
path: ontonotes/train-*
|
134 |
- split: validation
|
135 |
path: ontonotes/validation-*
|
136 |
+
- config_name: ontonotes_special
|
137 |
+
data_files:
|
138 |
+
- split: train
|
139 |
+
path: ontonotes_special/train-*
|
140 |
+
- split: validation
|
141 |
+
path: ontonotes_special/validation-*
|
142 |
---
|
ontonotes_special/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47a6c1d36fa05e707b8238f4f654f895536d246e9f157e1f345aca1fd99a30d7
|
3 |
+
size 3583
|
ontonotes_special/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9750e5897acc804d52b4ab1be69ef7a32bec1f101167cc8d7f5fda98f323e947
|
3 |
+
size 3310
|