pietrolesci commited on
Commit
d869ff8
·
1 Parent(s): 33de0ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
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 difference is the addition of a unique identifier for each
58
- instance, `uid`, and 3 columns with the embeddings of 3 different sentence-transformers
59
 
60
- 1. `all-mpnet-base-v2`
61
- 2. `multi-qa-mpnet-base-dot-v1`
62
- 3. `all-MiniLM-L12-v2`
 
 
 
 
 
 
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