Commit
·
597b305
1
Parent(s):
41634af
Update README.md
Browse files
README.md
CHANGED
@@ -93,7 +93,23 @@ dataset_info:
|
|
93 |
num_examples: 7600
|
94 |
download_size: 472640830
|
95 |
dataset_size: 393518400
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
---
|
97 |
-
# Dataset Card for "agnews"
|
98 |
|
99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
num_examples: 7600
|
94 |
download_size: 472640830
|
95 |
dataset_size: 393518400
|
96 |
+
task_categories:
|
97 |
+
- text-classification
|
98 |
+
language:
|
99 |
+
- en
|
100 |
+
size_categories:
|
101 |
+
- 100K<n<1M
|
102 |
---
|
|
|
103 |
|
104 |
+
|
105 |
+
This is the same dataset as [`ag_news`](https://huggingface.co/datasets/ag_news).
|
106 |
+
The only differences are
|
107 |
+
|
108 |
+
1. Addition of a unique identifier, `uid`
|
109 |
+
|
110 |
+
1. Addition of the indices, that is 3 columns with the embeddings of 3 different sentence-transformers
|
111 |
+
- `all-mpnet-base-v2`
|
112 |
+
- `multi-qa-mpnet-base-dot-v1`
|
113 |
+
- `all-MiniLM-L12-v2`
|
114 |
+
|
115 |
+
1. Renaming of the `label` column to `labels` for easier compatibility with the transformers library
|