Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
|
|
6 |
|
7 |
This dataset consists of AirBnB listings with property descriptions, reviews, and other metadata.
|
8 |
|
9 |
-
It also contains text embeddings of the property descriptions, which were created using OpenAI's **text-embedding-3-small** model
|
10 |
|
11 |
## Data:
|
12 |
|
@@ -91,4 +91,4 @@ https://insideairbnb.com/san-francisco/
|
|
91 |
|calculated_host_listings_count_private_rooms|integer |y |The number of Private room listings the host has in the current scrape, in the city/region geography | |
|
92 |
|calculated_host_listings_count_shared_rooms |integer |y |The number of Shared room listings the host has in the current scrape, in the city/region geography | |
|
93 |
|reviews_per_month |numeric |y |The average number of reviews per month the listing has over the lifetime of the listing. | |
|
94 |
-
|description_embedding |array of float |y |
|
|
|
6 |
|
7 |
This dataset consists of AirBnB listings with property descriptions, reviews, and other metadata.
|
8 |
|
9 |
+
It also contains text embeddings of the property descriptions, which were created using OpenAI's **text-embedding-3-small** model.
|
10 |
|
11 |
## Data:
|
12 |
|
|
|
91 |
|calculated_host_listings_count_private_rooms|integer |y |The number of Private room listings the host has in the current scrape, in the city/region geography | |
|
92 |
|calculated_host_listings_count_shared_rooms |integer |y |The number of Shared room listings the host has in the current scrape, in the city/region geography | |
|
93 |
|reviews_per_month |numeric |y |The average number of reviews per month the listing has over the lifetime of the listing. | |
|
94 |
+
|description_embedding |array of float |y |1536-dimensional embedding array of description field. | |
|