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

Kaushal-007
/
finbert-qlora-nvidia

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

Instructions to use Kaushal-007/finbert-qlora-nvidia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Kaushal-007/finbert-qlora-nvidia with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("ProsusAI/finbert")
    model = PeftModel.from_pretrained(base_model, "Kaushal-007/finbert-qlora-nvidia")
  • Transformers

    How to use Kaushal-007/finbert-qlora-nvidia with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Kaushal-007/finbert-qlora-nvidia", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
finbert-qlora-nvidia
34.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Kaushal-007's picture
Kaushal-007
Upload folder using huggingface_hub
dc514ba verified 7 months ago
  • checkpoint-12
    Upload folder using huggingface_hub 7 months ago
  • checkpoint-15
    Upload folder using huggingface_hub 7 months ago
  • checkpoint-18
    Upload folder using huggingface_hub 7 months ago
  • checkpoint-21
    Upload folder using huggingface_hub 7 months ago
  • checkpoint-24
    Upload folder using huggingface_hub 7 months ago
  • checkpoint-27
    Upload folder using huggingface_hub 7 months ago
  • checkpoint-3
    Upload folder using huggingface_hub 7 months ago
  • checkpoint-30
    Upload folder using huggingface_hub 7 months ago
  • checkpoint-6
    Upload folder using huggingface_hub 7 months ago
  • checkpoint-9
    Upload folder using huggingface_hub 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    5.29 kB
    Upload folder using huggingface_hub 7 months ago
  • adapter_config.json
    877 Bytes
    Upload model 7 months ago
  • adapter_model.safetensors
    40 Bytes
    xet
    Upload model 7 months ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 7 months ago
  • tokenizer.json
    711 kB
    Upload tokenizer 7 months ago
  • tokenizer_config.json
    1.27 kB
    Upload tokenizer 7 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 7 months ago