Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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
pp0303's picture
pp0303
Update config.json
9f45637 almost 4 years ago
  • .gitattributes
    737 Bytes
    initial commit over 4 years ago
  • README.md
    691 Bytes
    Create README.md over 4 years ago
  • config.json
    360 Bytes
    Update config.json almost 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