This dataset contains embeddings generated from the PubMed dataset, which can be found at
https://huggingface.co/datasets/ncbi/pubmed. The embeddings were created using the NeuML/pubmedbert-base-embedding model.
Each line in the dataset represents a single embedding in the form of a list. The format for each entry is defined as follows:
node.id_ = f"node-{tpubmed}-{idx}"
node.metadata["title"] = ttitle
node.metadata["author"] =… See the full description on the dataset page:
https://huggingface.co/datasets/ATLASBIOINFO/pubmed_embedding.