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

Woochachino
/
cbsent

Text Classification
Transformers
Safetensors
English
modernbert
finance
monetary-policy
central-banks
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Woochachino/cbsent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Woochachino/cbsent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Woochachino/cbsent")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Woochachino/cbsent")
    model = AutoModelForSequenceClassification.from_pretrained("Woochachino/cbsent", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cbsent
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Woochachino's picture
Woochachino
publish cbsent weights and model card
21c6023 verified about 11 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 11 hours ago
  • README.md
    4.72 kB
    publish cbsent weights and model card about 11 hours ago
  • config.json
    2.07 kB
    publish cbsent weights and model card about 11 hours ago
  • model.safetensors
    598 MB
    xet
    publish cbsent weights and model card about 11 hours ago
  • tokenizer.json
    3.58 MB
    publish cbsent weights and model card about 11 hours ago
  • tokenizer_config.json
    379 Bytes
    publish cbsent weights and model card about 11 hours ago
  • train_config.json
    505 Bytes
    publish cbsent weights and model card about 11 hours ago