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

bardsai
/
finance-sentiment-fr-base

Text Classification
Transformers
PyTorch
Safetensors
French
camembert
financial-sentiment-analysis
sentiment-analysis
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use bardsai/finance-sentiment-fr-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bardsai/finance-sentiment-fr-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="bardsai/finance-sentiment-fr-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bardsai/finance-sentiment-fr-base")
    model = AutoModelForSequenceClassification.from_pretrained("bardsai/finance-sentiment-fr-base")
  • Notebooks
  • Google Colab
  • Kaggle
finance-sentiment-fr-base
888 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
64dd5e1 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.17 kB
    docs: fix year typo (20014 -> 2014) in Malo et al. citation 3 days ago
  • config.json
    922 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • model.safetensors
    443 MB
    xet
    Adding `safetensors` variant of this model 3 days ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    443 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    354 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    2.42 MB
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    491 Bytes
    Upload folder using huggingface_hub over 2 years ago