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

Rogarcia18
/
qlora-bert-sentiment

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

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

  • Libraries
  • PEFT

    How to use Rogarcia18/qlora-bert-sentiment with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("google-bert/bert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "Rogarcia18/qlora-bert-sentiment")
  • Transformers

    How to use Rogarcia18/qlora-bert-sentiment with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Rogarcia18/qlora-bert-sentiment", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
qlora-bert-sentiment / checkpoint-2000
6.37 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Rogarcia18's picture
Rogarcia18
Upload folder using huggingface_hub
681d9bd verified 10 months ago
  • README.md
    5.18 kB
    Upload folder using huggingface_hub 10 months ago
  • adapter_config.json
    900 Bytes
    Upload folder using huggingface_hub 10 months ago
  • adapter_model.safetensors
    1.78 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • optimizer.pt
    3.61 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • rng_state.pth
    14.6 kB
    xet
    Upload folder using huggingface_hub 10 months ago
  • scheduler.pt
    1.47 kB
    xet
    Upload folder using huggingface_hub 10 months ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub 10 months ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub 10 months ago
  • tokenizer_config.json
    1.22 kB
    Upload folder using huggingface_hub 10 months ago
  • trainer_state.json
    7.58 kB
    Upload folder using huggingface_hub 10 months ago
  • training_args.bin
    5.84 kB
    xet
    Upload folder using huggingface_hub 10 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 10 months ago