Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

yousseftarhri
/
finance-sentiment-model

Text Classification
Transformers
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use yousseftarhri/finance-sentiment-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="yousseftarhri/finance-sentiment-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yousseftarhri/finance-sentiment-model")
    model = AutoModelForSequenceClassification.from_pretrained("yousseftarhri/finance-sentiment-model")
  • Notebooks
  • Google Colab
  • Kaggle
finance-sentiment-model
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
yousseftarhri's picture
yousseftarhri
Upload tokenizer
fd34f82 verified 26 days ago
  • .gitattributes
    1.52 kB
    initial commit 26 days ago
  • README.md
    5.17 kB
    Upload DistilBertForSequenceClassification 26 days ago
  • config.json
    821 Bytes
    Upload DistilBertForSequenceClassification 26 days ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 26 days ago
  • tokenizer.json
    711 kB
    Upload tokenizer 26 days ago
  • tokenizer_config.json
    322 Bytes
    Upload tokenizer 26 days ago