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

  • Log In
  • Sign Up

Duplicated from  yiyanghkust/finbert-tone

philschmid
/
finbert-tone-endpoint-ds

Text Classification
Transformers
PyTorch
English
bert
financial-sentiment-analysis
sentiment-analysis
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use philschmid/finbert-tone-endpoint-ds with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use philschmid/finbert-tone-endpoint-ds with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="philschmid/finbert-tone-endpoint-ds")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("philschmid/finbert-tone-endpoint-ds")
    model = AutoModelForSequenceClassification.from_pretrained("philschmid/finbert-tone-endpoint-ds")
  • Notebooks
  • Google Colab
  • Kaggle
finbert-tone-endpoint-ds
440 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
philschmid's picture
philschmid
Update requirements.txt
3be9363 over 3 years ago
  • .gitattributes
    737 Bytes
    Duplicate from yiyanghkust/finbert-tone over 3 years ago
  • README.md
    1.99 kB
    Update README.md over 3 years ago
  • config.json
    819 Bytes
    Update config.json over 3 years ago
  • handler.py
    1.71 kB
    Update handler.py over 3 years ago
  • mii-handler.py
    1.16 kB
    Create mii-handler.py over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    439 MB
    xet
    Duplicate from yiyanghkust/finbert-tone over 3 years ago
  • requirements.txt
    142 Bytes
    Update requirements.txt over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 3 files over 3 years ago
  • tokenizer.json
    712 kB
    Upload 3 files over 3 years ago
  • tokenizer_config.json
    407 Bytes
    Upload 3 files over 3 years ago
  • vocab.txt
    226 kB
    Duplicate from yiyanghkust/finbert-tone over 3 years ago