Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dejanseo
/
good-vibes

Text Classification
Transformers
Safetensors
English
albert
Model card Files Files and versions
xet
Community

Instructions to use dejanseo/good-vibes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dejanseo/good-vibes with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dejanseo/good-vibes")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dejanseo/good-vibes")
    model = AutoModelForSequenceClassification.from_pretrained("dejanseo/good-vibes")
  • Notebooks
  • Google Colab
  • Kaggle
good-vibes
48.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
dejanseo's picture
dejanseo
Update README.md
1dde127 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.37 kB
    Update README.md almost 2 years ago
  • app.py
    3.48 kB
    Update app.py almost 2 years ago
  • config.json
    1.09 kB
    Upload 6 files almost 2 years ago
  • model.safetensors
    46.7 MB
    xet
    Upload 6 files almost 2 years ago
  • requirements.txt
    51 Bytes
    Upload 2 files almost 2 years ago
  • spiece.model
    760 kB
    xet
    Upload 6 files almost 2 years ago
  • synth.py
    10.2 kB
    Upload synth.py almost 2 years ago
  • tokenizer.json
    1.31 MB
    Upload 6 files almost 2 years ago
  • tokenizer_config.json
    25 Bytes
    Upload 6 files almost 2 years ago
  • train.py
    3.02 kB
    Upload 6 files almost 2 years ago