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

  • Log In
  • Sign Up

yiyanghkust
/
finbert-pretrain

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

Instructions to use yiyanghkust/finbert-pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yiyanghkust/finbert-pretrain with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="yiyanghkust/finbert-pretrain")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("yiyanghkust/finbert-pretrain", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
finbert-pretrain
442 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
yiyanghkust's picture
yiyanghkust
Update README.md
88ab954 over 3 years ago
  • .gitattributes
    737 Bytes
    initial commit over 4 years ago
  • README.md
    1.1 kB
    Update README.md over 3 years ago
  • config.json
    359 Bytes
    Update config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    442 MB
    xet
    upload finbert-pretrain model over 4 years ago
  • vocab.txt
    226 kB
    upload finbert-pretrain model over 4 years ago