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 |
- config_name: ontonotes
|
38 |
features:
|
39 |
- name: ds_name
|
@@ -64,6 +81,12 @@ configs:
|
|
64 |
path: conll05/train-*
|
65 |
- split: validation
|
66 |
path: conll05/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
- config_name: ontonotes
|
68 |
data_files:
|
69 |
- split: train
|
|
|
34 |
num_examples: 8
|
35 |
download_size: 8224
|
36 |
dataset_size: 4916
|
37 |
+
- config_name: conll05_special
|
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: 3950
|
48 |
+
num_examples: 15
|
49 |
+
- name: validation
|
50 |
+
num_bytes: 2470
|
51 |
+
num_examples: 8
|
52 |
+
download_size: 9235
|
53 |
+
dataset_size: 6420
|
54 |
- config_name: ontonotes
|
55 |
features:
|
56 |
- name: ds_name
|
|
|
81 |
path: conll05/train-*
|
82 |
- split: validation
|
83 |
path: conll05/validation-*
|
84 |
+
- config_name: conll05_special
|
85 |
+
data_files:
|
86 |
+
- split: train
|
87 |
+
path: conll05_special/train-*
|
88 |
+
- split: validation
|
89 |
+
path: conll05_special/validation-*
|
90 |
- config_name: ontonotes
|
91 |
data_files:
|
92 |
- split: train
|
conll05_special/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f551ad3f616e08583690517897fd8af371bd043224cfef8c060660aedd870e16
|
3 |
+
size 4841
|
conll05_special/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19f053f71256e174f45dedd09a0135d23f52b1fbc0023f46b829d176df657467
|
3 |
+
size 4394
|