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

Imad17700
/
sec-bert-causal-classifier_s2

Text Classification
Transformers
Safetensors
English
deberta-v2
financial-nlp
causal-detection
deberta
sequence-classification
finance
sec-filings
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Imad17700/sec-bert-causal-classifier_s2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Imad17700/sec-bert-causal-classifier_s2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Imad17700/sec-bert-causal-classifier_s2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Imad17700/sec-bert-causal-classifier_s2")
    model = AutoModelForSequenceClassification.from_pretrained("Imad17700/sec-bert-causal-classifier_s2")
  • Notebooks
  • Google Colab
  • Kaggle
sec-bert-causal-classifier_s2
1.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Imad17700's picture
Imad17700
Upload training_pipeline.png
0b16e83 verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    12.2 kB
    Update README.md 7 days ago
  • added_tokens.json
    23 Bytes
    Final model β€” iter 2 β€” F1=0.3111 failures=17/31 2 months ago
  • config.json
    1.13 kB
    Update config.json about 1 month ago
  • handler.py
    2.63 kB
    Update handler.py about 1 month ago
  • model.safetensors
    1.74 GB
    xet
    Final model β€” iter 2 β€” F1=0.8601 failures=5/36 about 2 months ago
  • requirements.txt
    54 Bytes
    Upload 2 files about 2 months ago
  • special_tokens_map.json
    970 Bytes
    Final model β€” iter 2 β€” F1=0.3111 failures=17/31 2 months ago
  • spm.model
    2.46 MB
    xet
    Final model β€” iter 2 β€” F1=0.3111 failures=17/31 2 months ago
  • tokenizer.json
    8.34 MB
    Final model β€” iter 2 β€” F1=0.8601 failures=5/36 about 2 months ago
  • tokenizer_config.json
    556 Bytes
    Update tokenizer_config.json about 1 month ago
  • training_pipeline.png
    31 kB
    Upload training_pipeline.png 7 days ago