shchoi1019
commited on
Commit
•
8c39e4f
1
Parent(s):
d8092f8
Upload dataset
Browse files
Named Entity Recognition/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99d94df90f26e4d672d032ab1e2aaf61829551a242d9740fdab15ac1926cd622
|
3 |
+
size 9514084
|
README.md
CHANGED
@@ -432,6 +432,24 @@ dataset_info:
|
|
432 |
num_examples: 66066
|
433 |
download_size: 5041224
|
434 |
dataset_size: 32043502
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
435 |
- config_name: Negotiation Strategy Detection
|
436 |
features:
|
437 |
- name: instruction
|
@@ -1123,6 +1141,10 @@ configs:
|
|
1123 |
data_files:
|
1124 |
- split: train
|
1125 |
path: Misc./train-*
|
|
|
|
|
|
|
|
|
1126 |
- config_name: Negotiation Strategy Detection
|
1127 |
data_files:
|
1128 |
- split: train
|
|
|
432 |
num_examples: 66066
|
433 |
download_size: 5041224
|
434 |
dataset_size: 32043502
|
435 |
+
- config_name: Named Entity Recognition
|
436 |
+
features:
|
437 |
+
- name: instruction
|
438 |
+
dtype: string
|
439 |
+
- name: input
|
440 |
+
dtype: string
|
441 |
+
- name: output
|
442 |
+
dtype: string
|
443 |
+
- name: domain
|
444 |
+
dtype: string
|
445 |
+
- name: lang
|
446 |
+
dtype: string
|
447 |
+
splits:
|
448 |
+
- name: train
|
449 |
+
num_bytes: 29316975
|
450 |
+
num_examples: 40001
|
451 |
+
download_size: 9514084
|
452 |
+
dataset_size: 29316975
|
453 |
- config_name: Negotiation Strategy Detection
|
454 |
features:
|
455 |
- name: instruction
|
|
|
1141 |
data_files:
|
1142 |
- split: train
|
1143 |
path: Misc./train-*
|
1144 |
+
- config_name: Named Entity Recognition
|
1145 |
+
data_files:
|
1146 |
+
- split: train
|
1147 |
+
path: Named Entity Recognition/train-*
|
1148 |
- config_name: Negotiation Strategy Detection
|
1149 |
data_files:
|
1150 |
- split: train
|