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

KgModel
/
IncomeStatement_Cashflow_BalanceStatement__Classifier_LayoutLMv3

Text Classification
Transformers
Safetensors
layoutlmv3
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use KgModel/IncomeStatement_Cashflow_BalanceStatement__Classifier_LayoutLMv3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KgModel/IncomeStatement_Cashflow_BalanceStatement__Classifier_LayoutLMv3")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSequenceClassification
    
    processor = AutoProcessor.from_pretrained("KgModel/IncomeStatement_Cashflow_BalanceStatement__Classifier_LayoutLMv3")
    model = AutoModelForSequenceClassification.from_pretrained("KgModel/IncomeStatement_Cashflow_BalanceStatement__Classifier_LayoutLMv3")
  • Notebooks
  • Google Colab
  • Kaggle
IncomeStatement_Cashflow_BalanceStatement__Classifier_LayoutLMv3
504 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
KgModel's picture
KgModel
Upload LayoutLMv3ForSequenceClassification
2bb17da verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.27 kB
    Upload LayoutLMv3ForSequenceClassification over 2 years ago
  • model.safetensors
    504 MB
    xet
    Upload LayoutLMv3ForSequenceClassification over 2 years ago