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

Nefertury
/
test_test_42

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

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

  • Libraries
  • Transformers

    How to use Nefertury/test_test_42 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("document-question-answering", model="Nefertury/test_test_42")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForDocumentQuestionAnswering
    
    processor = AutoProcessor.from_pretrained("Nefertury/test_test_42")
    model = AutoModelForDocumentQuestionAnswering.from_pretrained("Nefertury/test_test_42")
  • Notebooks
  • Google Colab
  • Kaggle
test_test_42 / runs
36.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Nefertury's picture
Nefertury
Model save
25ca74c over 2 years ago
  • Nov04_18-52-12_bc027e37c56d
    Model save over 2 years ago
  • Nov04_21-17-28_bc027e37c56d
    Training in progress, step 200 over 2 years ago
  • Nov04_21-37-49_bc027e37c56d
    Training in progress, step 200 over 2 years ago
  • Nov04_22-17-09_bc027e37c56d
    Training in progress, step 600 over 2 years ago
  • Nov05_13-36-54_d11049947972
    Model save over 2 years ago