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

Himanshusingh
/
finetunedfinbert-model

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
4

Instructions to use Himanshusingh/finetunedfinbert-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Himanshusingh/finetunedfinbert-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Himanshusingh/finetunedfinbert-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Himanshusingh/finetunedfinbert-model")
    model = AutoModelForSequenceClassification.from_pretrained("Himanshusingh/finetunedfinbert-model")
  • Notebooks
  • Google Colab
  • Kaggle
finetunedfinbert-model / runs
6.36 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Himanshusingh's picture
Himanshusingh
End of training
61d78a7 almost 3 years ago
  • Aug04_11-46-37_b02695839163
    End of training almost 3 years ago