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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

nickagge
/
paladim-sentiment

PEFT
Safetensors
continual-learning
lora
paladim
sentiment-analysis
Model card Files Files and versions
xet
Community

Instructions to use nickagge/paladim-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use nickagge/paladim-sentiment with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "nickagge/paladim-sentiment")
  • Notebooks
  • Google Colab
  • Kaggle
paladim-sentiment
4.67 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
nickagge's picture
nickagge
Upload 3 files
574600f verified 8 months ago
  • images
    Add 2 files 8 months ago
  • .gitattributes
    2.31 kB
    initial commit 8 months ago
  • README.md
    2 kB
    Upload 7 files 8 months ago
  • RUN_FROM_HF.md
    5.47 kB
    Upload 3 files 8 months ago
  • adapter_config.json
    1.05 kB
    Upload 7 files 8 months ago
  • adapter_model.safetensors
    3.55 MB
    xet
    Add 2 files 8 months ago
  • demo_continual_learning.py
    5.18 kB
    Upload 3 files 8 months ago
  • demo_from_huggingface.py
    5.09 kB
    Upload 3 files 8 months ago
  • special_tokens_map.json
    132 Bytes
    Upload 7 files 8 months ago
  • tokenizer.json
    712 kB
    Upload 7 files 8 months ago
  • tokenizer_config.json
    1.28 kB
    Upload 7 files 8 months ago
  • vocab.txt
    232 kB
    Upload 7 files 8 months ago