QuestionQ297

Document Understanding

What is the recommended division of documents for model training and evaluation when there are 15 documents per vendor?

  • A 7 documents for training the model, and 8 for evaluating the model.
  • B 8 documents for training the model, and 7 for evaluating the model.
  • C 10 documents for training the model, and 5 for evaluating the model.
  • D 12 documents for training the model, and 3 for evaluating the model.
Explanation

The recommended split is 80% of the labeled documents for training and 20% for testing/evaluation. For 15 documents, that yields 12 training documents and 3 evaluation documents.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!