habedi commited on
Commit
5e367ae
·
verified ·
1 Parent(s): 0f389b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -25,9 +25,9 @@ Source: [habedi/stack-exchange-dataset](https://huggingface.co/datasets/habedi/s
25
 
26
  Each row contains:
27
  - `id`: unique post ID
28
- - `title`: the post title (text)
29
- - `body`: the main body content (HTML tags removed)
30
- - `tags`: associated tags (text)
31
  - `embedding`: a list of three 768-dimensional vectors for `[title, body, tags]`
32
 
33
  Text embeddings were generated using [`all-mpnet-base-v2`](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) from Sentence Transformers.
@@ -46,9 +46,9 @@ Source: [habedi/flickr-8k-dataset-clean](https://www.kaggle.com/datasets/habedi/
46
 
47
  Each row contains:
48
  - `id`: image filename
49
- - `captions`: a list of 5 human-written captions
50
  - `image`: raw image data (JPEG format)
51
- - `embedding`: a list of six 768-dimensional vectors: 5 for captions, 1 for the image
52
 
53
  Caption embeddings were generated using [`all-mpnet-base-v2`](https://huggingface.co/sentence-transformers/all-mpnet-base-v2).
54
 
 
25
 
26
  Each row contains:
27
  - `id`: unique post ID
28
+ - `title`: the post title
29
+ - `body`: the main body content (with HTML tags removed)
30
+ - `tags`: associated tags
31
  - `embedding`: a list of three 768-dimensional vectors for `[title, body, tags]`
32
 
33
  Text embeddings were generated using [`all-mpnet-base-v2`](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) from Sentence Transformers.
 
46
 
47
  Each row contains:
48
  - `id`: image filename
49
+ - `captions`: a list of five human-written captions
50
  - `image`: raw image data (JPEG format)
51
+ - `embedding`: a list of six 768-dimensional vectors: five for captions, one for the image
52
 
53
  Caption embeddings were generated using [`all-mpnet-base-v2`](https://huggingface.co/sentence-transformers/all-mpnet-base-v2).
54