merve's picture
merve HF staff
Update README.md
f926bda
|
raw
history blame
465 Bytes
---
license: apache-2.0
tags:
- text-classification
- generic
library_name: generic
---
## Hugging Face Transformers with Scikit-learn Classifiers 🤩🌟
This repository contains a small proof-of-concept pipeline that leverages BART embeddings with scikit-learn Logistic Regression that does sentiment analysis.
The training leverages the language module of [whatlies](https://github.com/koaning/whatlies).
Below you can see the pipeline:
![](pipeline_viz.png)