abatilo/myanimelist-embeddings
myanimelist-embeddings This dataset is every non-empty anime synopsis from MyAnimeList.net ran through the embed-multilingual-v2.0 embedding model from Cohere AI. Sample code for searching for anime Install some dependencies pip install cohere==4.4.1 datasets==2.12.0 torch==2.0.1 Code heavily inspired by the Cohere Wikipedia embeddings sample import os import cohere import torch from datasets import load_dataset co = cohere.Client(… See the full description on the dataset page: https://huggingface.co/datasets/abatilo/myanimelist-embeddings.
449
