CoolFace
Modelpublic

kardosdrur/en_20-newsgroups_wordlevel_glove-50

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
Model Card

language:

  • —en tags:
  • —embeddings
  • —tokenizers library_name: yasep ---

kardosdrur/en20-newsgroupswordlevel_glove-50

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

Usage

python
# 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")