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

yourComplete
/
HW3

Document Question Answering
Transformers
TensorBoard
Safetensors
layoutlmv2
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use yourComplete/HW3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("document-question-answering", model="yourComplete/HW3")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForDocumentQuestionAnswering
    
    processor = AutoProcessor.from_pretrained("yourComplete/HW3")
    model = AutoModelForDocumentQuestionAnswering.from_pretrained("yourComplete/HW3")
  • Notebooks
  • Google Colab
  • Kaggle
HW3 / runs
27 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
yourComplete's picture
yourComplete
Training in progress, step 2
c9b3593 over 2 years ago
  • Nov08_17-11-57_c3571ebff4b6
    Training in progress, step 2 over 2 years ago
  • Nov08_17-15-33_c3571ebff4b6
    Training in progress, step 2 over 2 years ago
  • Nov08_17-20-47_c3571ebff4b6
    Training in progress, step 2 over 2 years ago
  • Nov08_17-35-42_c3571ebff4b6
    Training in progress, step 2 over 2 years ago
  • Nov08_17-49-51_c3571ebff4b6
    Training in progress, step 2 over 2 years ago
  • Nov08_17-54-10_c3571ebff4b6
    Training in progress, step 2 over 2 years ago