nikhilchigali
commited on
Commit
•
65b06d7
1
Parent(s):
ffbf9ba
Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,8 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
size_categories:
|
5 |
-
-
|
6 |
task_categories:
|
7 |
-
- feature-extraction
|
8 |
-
- text-classification
|
9 |
- sentence-similarity
|
10 |
dataset_info:
|
11 |
features:
|
@@ -30,7 +28,7 @@ configs:
|
|
30 |
|
31 |
## Dataset Summary
|
32 |
`nikhilchigali/wikianswers_small` is a subset of the `embedding-data/WikiAnswers` dataset ([Link](https://huggingface.co/datasets/embedding-data/WikiAnswers)).
|
33 |
-
As opposed to the original dataset with `3,386,256` rows, this dataset contains only
|
34 |
|
35 |
## Languages
|
36 |
English.
|
@@ -64,6 +62,6 @@ Review an example `i` with:
|
|
64 |
dataset["train"][i]
|
65 |
```
|
66 |
### Source Data
|
67 |
-
|
68 |
|
69 |
#### Note: This dataset is for the owner's personal use and claims no rights whatsoever.
|
|
|
2 |
language:
|
3 |
- en
|
4 |
size_categories:
|
5 |
+
- 100K<n<1M
|
6 |
task_categories:
|
|
|
|
|
7 |
- sentence-similarity
|
8 |
dataset_info:
|
9 |
features:
|
|
|
28 |
|
29 |
## Dataset Summary
|
30 |
`nikhilchigali/wikianswers_small` is a subset of the `embedding-data/WikiAnswers` dataset ([Link](https://huggingface.co/datasets/embedding-data/WikiAnswers)).
|
31 |
+
As opposed to the original dataset with `3,386,256` rows, this dataset contains only 0.13% of the total rows(sets). The sets of sentences have been unraveled into individual items with corresponding cluster IDs to identify sentences from the same set.
|
32 |
|
33 |
## Languages
|
34 |
English.
|
|
|
62 |
dataset["train"][i]
|
63 |
```
|
64 |
### Source Data
|
65 |
+
`embedding-data/WikiAnswers` on HuggingFace ([Link](https://huggingface.co/datasets/embedding-data/WikiAnswers))
|
66 |
|
67 |
#### Note: This dataset is for the owner's personal use and claims no rights whatsoever.
|