kardosdrur's picture
Upload folder using huggingface_hub
9dd3049
|
raw
history blame
No virus
455 Bytes
---
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](https://github.com/x-tabdeveloping/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")
```