Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,11 +31,21 @@ configs:
|
|
| 31 |
data_files:
|
| 32 |
- split: train
|
| 33 |
path: "protocols_sentences/plenary_full_sentences_shards_bzip2_files/*.jsonl.bz2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
-
- config_name:
|
| 36 |
data_files:
|
| 37 |
- split: train
|
| 38 |
path: "protocols_sentences/plenary_no_morph_sentences_shards_bzip2_files/*.jsonl.bz2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
---
|
| 40 |
|
| 41 |
|
|
|
|
| 31 |
data_files:
|
| 32 |
- split: train
|
| 33 |
path: "protocols_sentences/plenary_full_sentences_shards_bzip2_files/*.jsonl.bz2"
|
| 34 |
+
|
| 35 |
+
- config_name: committee_all_features_sentences
|
| 36 |
+
data_files:
|
| 37 |
+
- split: train
|
| 38 |
+
path: "protocols_sentences/committee_full_sentences_shards_bzip2_files/*.jsonl.bz2"
|
| 39 |
|
| 40 |
+
- config_name: plenary_no_morph_all_features_sentences
|
| 41 |
data_files:
|
| 42 |
- split: train
|
| 43 |
path: "protocols_sentences/plenary_no_morph_sentences_shards_bzip2_files/*.jsonl.bz2"
|
| 44 |
+
|
| 45 |
+
- config_name: committee_no_morph_all_features_sentences
|
| 46 |
+
data_files:
|
| 47 |
+
- split: train
|
| 48 |
+
path: "protocols_sentences/committee_no_morph_sentences_shards_bzip2_files/*.jsonl.bz2"
|
| 49 |
---
|
| 50 |
|
| 51 |
|