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

  • Log In
  • Sign Up

Shanny
/
FinBERT

Fill-Mask
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Shanny/FinBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Shanny/FinBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Shanny/FinBERT")
    model = AutoModelForMaskedLM.from_pretrained("Shanny/FinBERT")
  • Notebooks
  • Google Colab
  • Kaggle
FinBERT
441 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
Shanny's picture
Shanny
Upload tokenizer_config.json
db0d611 about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • config.json
    570 Bytes
    Update config.json about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    440 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • tokenizer.json
    436 kB
    Upload tokenizer.json about 4 years ago
  • tokenizer_config.json
    29 Bytes
    Upload tokenizer_config.json about 4 years ago
  • vocab.txt
    213 kB
    Upload vocab.txt about 4 years ago