ajosh0504 commited on
Commit
d57ec91
1 Parent(s): 942aec6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -18,7 +18,9 @@ size_categories:
18
 
19
  This dataset consists of AirBnB listings with property descriptions, reviews, and other metadata.
20
 
21
- It also contains text embeddings of the property descriptions as well as image embeddings of the listing image. The text embeddings were created using OpenAI's **text-embedding-3-small** model and the image embeddings using OpenAI's [**clip-vit-base-patch32**](https://huggingface.co/openai/clip-vit-base-patch32) model available on Hugging Face.
 
 
22
 
23
  ## Dataset Structure
24
 
@@ -63,7 +65,7 @@ Here is a full list of fields contained in the dataset. Some noteworthy fields h
63
  - reviews: Individual guest reviews
64
  - weekly_price: Discounted price for week
65
  - monthly_price: Discounted price for month
66
- - **text_embeddings**: Embeddings of the property description in the `space` field
67
  - **image_embeddings**: Embeddings of the `picture_url` in the `images` field
68
 
69
  ## Usage
 
18
 
19
  This dataset consists of AirBnB listings with property descriptions, reviews, and other metadata.
20
 
21
+ It also contains text embeddings of the property descriptions as well as image embeddings of the listing image. The text embeddings were created using OpenAI's **text-embedding-3-small** model and the image embeddings using OpenAI's [**clip-vit-base-patch32**](https://huggingface.co/openai/clip-vit-base-patch32) model available on Hugging Face.
22
+
23
+ The text embeddings have 1536 dimensions, while the image embeddings have 512 dimensions.
24
 
25
  ## Dataset Structure
26
 
 
65
  - reviews: Individual guest reviews
66
  - weekly_price: Discounted price for week
67
  - monthly_price: Discounted price for month
68
+ - **text_embeddings**: Embeddings of the property description in the `space` field
69
  - **image_embeddings**: Embeddings of the `picture_url` in the `images` field
70
 
71
  ## Usage