kardosdrur's picture
Upload folder using huggingface_hub
9dd3049
metadata
language:
  - en
tags:
  - embeddings
  - tokenizers
library_name: yasep

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