embeddings tokenizers

kardosdrur/en_20-newsgroups_wordlevel_glove-50

This repository contains an embedding pipeline that has been trained using yasep

Usage

# pip install yasep

from yasep.pipeline import Pipeline

nlp = Pipeline.from_hub('kardosdrur/en_20-newsgroups_wordlevel_glove-50')
nlp("A text you want to process")