Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,8 @@ No other metadata besides the Pokémon ID is present to avoid invoking the Ninte
|
|
9 |
## Fields
|
10 |
|
11 |
- `id`: Pokémon National Dex ID, which maps to PokeAPI. "Special" Pokemon will have an id > 10000.
|
12 |
-
- `text_embedding`: 768D embedding of Pokémon metadata.
|
13 |
-
- `image_embedding`: 768D embedding of Pokémon images.
|
14 |
- `umap_2d_x`: x-coordinate value of a UMAP projection to 2D by concatenating the embeddings.
|
15 |
- `umap_2d_y`: y-coordinate value of a UMAP projection to 2D by concatenating the embeddings.
|
16 |
|
|
|
9 |
## Fields
|
10 |
|
11 |
- `id`: Pokémon National Dex ID, which maps to PokeAPI. "Special" Pokemon will have an id > 10000.
|
12 |
+
- `text_embedding`: 768D unit-normalized embedding of Pokémon metadata.
|
13 |
+
- `image_embedding`: 768D unit-normalized embedding of Pokémon images.
|
14 |
- `umap_2d_x`: x-coordinate value of a UMAP projection to 2D by concatenating the embeddings.
|
15 |
- `umap_2d_y`: y-coordinate value of a UMAP projection to 2D by concatenating the embeddings.
|
16 |
|