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

Renan1997
/
bert-multilingual-sentiment-qlora

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

Instructions to use Renan1997/bert-multilingual-sentiment-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Renan1997/bert-multilingual-sentiment-qlora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("bert-base-multilingual-cased")
    model = PeftModel.from_pretrained(base_model, "Renan1997/bert-multilingual-sentiment-qlora")
  • Transformers

    How to use Renan1997/bert-multilingual-sentiment-qlora with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Renan1997/bert-multilingual-sentiment-qlora", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-multilingual-sentiment-qlora
6.41 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Renan1997's picture
Renan1997
Upload folder using huggingface_hub
232d8c3 verified 6 months ago
  • checkpoint-750
    Upload folder using huggingface_hub 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    5.18 kB
    Upload folder using huggingface_hub 6 months ago
  • adapter_config.json
    1.01 kB
    Upload folder using huggingface_hub 6 months ago
  • adapter_model.safetensors
    606 kB
    xet
    Upload folder using huggingface_hub 6 months ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub 6 months ago
  • tokenizer.json
    2.92 MB
    Upload folder using huggingface_hub 6 months ago
  • tokenizer_config.json
    1.22 kB
    Upload folder using huggingface_hub 6 months ago
  • vocab.txt
    996 kB
    Upload folder using huggingface_hub 6 months ago