Glove Twitter

Pre-trained glove vectors based on 2B tweets, 27B tokens, 1.2M vocab, uncased.

Read more:

Example Usage

import gensim.downloader as api
model = api.load("glove-twitter-25", from_hf=True)
model.most_similar(positive=['fruit', 'flower'], topn=1)

"""
Output:

[('cherry', 0.9183273911476135)]
"""
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.