Instructions to use sergeantson/MobileBertSentimentClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sergeantson/MobileBertSentimentClassifier with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sergeantson/MobileBertSentimentClassifier", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This model is for the [Glassdoor-job-reviews-dataset]](https://www.kaggle.com/datasets/davidgauthier/glassdoor-job-reviews/code) sentiment analysis with MobileBert
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
metrics:
|
| 5 |
+
- accuracy
|
| 6 |
+
tags:
|
| 7 |
+
- Sentiment-Analysis
|
| 8 |
+
---
|
| 9 |
This model is for the [Glassdoor-job-reviews-dataset]](https://www.kaggle.com/datasets/davidgauthier/glassdoor-job-reviews/code) sentiment analysis with MobileBert
|