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

  • Log In
  • Sign Up

Proooof
/
Finance_NLP_Toolkit

Text Classification
Transformers
English
finance
nlp
sentiment-analysis
token-classification
ner
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Proooof/Finance_NLP_Toolkit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Proooof/Finance_NLP_Toolkit")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Proooof/Finance_NLP_Toolkit", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Finance_NLP_Toolkit
12.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Proooof's picture
Proooof
Update README.md
20f38f8 verified 8 months ago
  • training
    Create training/labels_ner.json 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    3.06 kB
    Update README.md 8 months ago
  • inference_examples.py
    726 Bytes
    Create inference_examples.py 8 months ago
  • requirements.txt
    110 Bytes
    Create requirements.txt 8 months ago