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

tahp0604
/
finbert-sentfin-lora

Text Classification
PEFT
Safetensors
Transformers
English
bert
financial-sentiment-analysis
finbert
lora
sentfin
finance
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use tahp0604/finbert-sentfin-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use tahp0604/finbert-sentfin-lora with PEFT:

    Task type is invalid.
  • Transformers

    How to use tahp0604/finbert-sentfin-lora with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tahp0604/finbert-sentfin-lora")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tahp0604/finbert-sentfin-lora")
    model = AutoModelForSequenceClassification.from_pretrained("tahp0604/finbert-sentfin-lora")
  • Notebooks
  • Google Colab
  • Kaggle
finbert-sentfin-lora
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
tahp0604's picture
tahp0604
Upload 7 files
06009bb verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    3.48 kB
    Upload README.md about 1 month ago
  • config.json
    923 Bytes
    Upload 7 files about 1 month ago
  • model.safetensors
    438 MB
    xet
    Upload 7 files about 1 month ago
  • special_tokens_map.json
    125 Bytes
    Uploaded 8 files about 1 month ago
  • tokenizer.json
    711 kB
    Upload 7 files about 1 month ago
  • tokenizer_config.json
    413 Bytes
    Upload 7 files about 1 month ago
  • vocab.txt
    232 kB
    Uploaded 8 files about 1 month ago