Text Classification
Transformers
English
sentiment-analysis
classification
from-scratch
multi-domain
Eval Results (legacy)
Instructions to use LH-Tech-AI/VibeCheck_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LH-Tech-AI/VibeCheck_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LH-Tech-AI/VibeCheck_v1")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LH-Tech-AI/VibeCheck_v1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -100,4 +100,4 @@ Did you see the new movie?' B: 'Yeah, it was okay, but the ending felt a bit rus
|
|
| 100 |
**Output:** NEGATIVE | Confidence: 80.98%
|
| 101 |
|
| 102 |
## Training code
|
| 103 |
-
The full training code for this multi-domain version is available in `
|
|
|
|
| 100 |
**Output:** NEGATIVE | Confidence: 80.98%
|
| 101 |
|
| 102 |
## Training code
|
| 103 |
+
The full training code for this multi-domain version is available in `train.ipynb`.
|