Upload dataset
Browse files
README.md
CHANGED
@@ -34,6 +34,23 @@ dataset_info:
|
|
34 |
num_examples: 8
|
35 |
download_size: 8224
|
36 |
dataset_size: 4916
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
configs:
|
38 |
- config_name: bolt
|
39 |
data_files:
|
@@ -47,4 +64,10 @@ configs:
|
|
47 |
path: conll05/train-*
|
48 |
- split: validation
|
49 |
path: conll05/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
---
|
|
|
34 |
num_examples: 8
|
35 |
download_size: 8224
|
36 |
dataset_size: 4916
|
37 |
+
- config_name: ontonotes
|
38 |
+
features:
|
39 |
+
- name: ds_name
|
40 |
+
dtype: string
|
41 |
+
- name: prompt
|
42 |
+
dtype: string
|
43 |
+
- name: response
|
44 |
+
dtype: string
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_bytes: 1602
|
48 |
+
num_examples: 10
|
49 |
+
- name: validation
|
50 |
+
num_bytes: 1516
|
51 |
+
num_examples: 6
|
52 |
+
download_size: 6295
|
53 |
+
dataset_size: 3118
|
54 |
configs:
|
55 |
- config_name: bolt
|
56 |
data_files:
|
|
|
64 |
path: conll05/train-*
|
65 |
- split: validation
|
66 |
path: conll05/validation-*
|
67 |
+
- config_name: ontonotes
|
68 |
+
data_files:
|
69 |
+
- split: train
|
70 |
+
path: ontonotes/train-*
|
71 |
+
- split: validation
|
72 |
+
path: ontonotes/validation-*
|
73 |
---
|
ontonotes/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66dcdc7ca91d825ec85590619e6f97ea4d0ab0c7f2cd96a3d5f53fdf2e540a38
|
3 |
+
size 3060
|
ontonotes/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3108670f50993490aaeed7fbbde96d75af93a9634df2b7464b58c36b979b60e7
|
3 |
+
size 3235
|