Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

LH-Tech-AI
/
VibeCheck_v1

Text Classification
Transformers
English
sentiment-analysis
classification
from-scratch
multi-domain
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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
VibeCheck_v1
41.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
LH-Tech-AI's picture
LH-Tech-AI
Create inference.py
50af094 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    3.24 kB
    Update README.md about 1 month ago
  • VibeCheck_v1_Model.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    41.7 MB
    xet
    Upload 2 files about 1 month ago
  • inference.py
    1.46 kB
    Create inference.py about 1 month ago
  • train.ipynb
    25.3 kB
    Upload 2 files about 1 month ago