Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
English
Size:
100K - 1M
License:
pietrolesci
commited on
Commit
·
d869ff8
1
Parent(s):
33de0ad
Update README.md
Browse files
README.md
CHANGED
@@ -54,9 +54,13 @@ dataset_info:
|
|
54 |
download_size: 68341743
|
55 |
dataset_size: 200739255
|
56 |
---
|
57 |
-
This is the same dataset as `dbpedia_14`. The only
|
58 |
-
instance, `uid`, and 3 columns with the embeddings of 3 different sentence-transformers
|
59 |
|
60 |
-
1. `
|
61 |
-
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
54 |
download_size: 68341743
|
55 |
dataset_size: 200739255
|
56 |
---
|
57 |
+
This is the same dataset as `dbpedia_14`. The only differences are
|
|
|
58 |
|
59 |
+
1. Addition of a unique identifier, `uid`
|
60 |
+
|
61 |
+
1. Addition of the indices, that is 3 columns with the embeddings of 3 different sentence-transformers
|
62 |
+
- `all-mpnet-base-v2`
|
63 |
+
- `multi-qa-mpnet-base-dot-v1`
|
64 |
+
- `all-MiniLM-L12-v2`
|
65 |
+
|
66 |
+
1. Renaming of the `label` column to `labels` for easier compatibility with the transformers library
|