300d
Datasets
All datasets matching “300d”glove.6B.300dGlove_840b_300d
GloVe 840B 300d Embeddings
This dataset contains the GloVe 840B 300d word embeddings.
File: glove_840B-300d.txt
Size: 5.26 GB
Dimensions: 300
Vocabulary: 840B tokens
Usage
# Download and use the embeddings
from huggingface_hub import hf_hub_download
# Download the file
file_path = hf_hub_download(
repo_id="LockCrist/Glove_840b_300d",
filename="glove_840B-300d.txt"
)
# Load embeddings
embeddings = {}
with open(file_path, 'r', encoding='utf-8') as f:
for… See the full description on the dataset page: https://huggingface.co/datasets/LockCrist/Glove_840b_300d.glove-6B-300dglove.840B.300d.pklglove.2024.dolma.300dxdownloader.com__300db-part1
