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

sanjithrj
/
FeelWise

Feature Extraction
Transformers
Safetensors
English
FeelWiseEmotion
custom_code
Model card Files Files and versions
xet
Community

Instructions to use sanjithrj/FeelWise with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sanjithrj/FeelWise with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="sanjithrj/FeelWise", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("sanjithrj/FeelWise", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
FeelWise
58.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
sanjithrj's picture
sanjithrj
Update README.md
5de3047 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.86 kB
    Update README.md 10 months ago
  • config.json
    402 Bytes
    Upload model over 1 year ago
  • config.py
    566 Bytes
    Upload config over 1 year ago
  • model.py
    3.4 kB
    Upload model over 1 year ago
  • model.safetensors
    54.4 MB
    xet
    Upload model over 1 year ago
  • special_tokens_map.json
    968 Bytes
    Upload tokenizer over 1 year ago
  • tokenizer.json
    3.73 MB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    1.82 kB
    Upload tokenizer over 1 year ago