Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -436,6 +436,8 @@ from datasets import load_dataset
|
|
436 |
dataset = load_dataset("tcepi/bidCorpus", "bidCorpus_raw")
|
437 |
```
|
438 |
|
|
|
|
|
439 |
### Dataset Summary
|
440 |
|
441 |
The BidCorpus dataset consists of various configurations related to bidding documents. It includes datasets for Named Entity Recognition, Multi-label Classification, Sentence Similarity, and more. Each configuration focuses on different aspects of bidding documents and is designed for specific tasks.
|
|
|
436 |
dataset = load_dataset("tcepi/bidCorpus", "bidCorpus_raw")
|
437 |
```
|
438 |
|
439 |
+
The csv format version of the datasets is available in the bidCorpus_csvs folder.
|
440 |
+
|
441 |
### Dataset Summary
|
442 |
|
443 |
The BidCorpus dataset consists of various configurations related to bidding documents. It includes datasets for Named Entity Recognition, Multi-label Classification, Sentence Similarity, and more. Each configuration focuses on different aspects of bidding documents and is designed for specific tasks.
|