merve HF staff commited on
Commit
929bfb3
·
1 Parent(s): d126ac0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,9 +1,12 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
  ## Hugging Face Transformers with Scikit-learn Classifiers 🤩🌟
5
 
6
- This repository contains a small proof-of-concept pipeline that leverages BART embeddings with scikit-learn Logistic Regression.
 
7
 
8
  Below you can see the pipeline:
9
  ![](pipeline_viz.png)
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - text-classification
5
  ---
6
  ## Hugging Face Transformers with Scikit-learn Classifiers 🤩🌟
7
 
8
+ This repository contains a small proof-of-concept pipeline that leverages BART embeddings with scikit-learn Logistic Regression that does sentiment analysis.
9
+ The training leverages the language module of [whatlies](https://github.com/koaning/whatlies).
10
 
11
  Below you can see the pipeline:
12
  ![](pipeline_viz.png)