mirror of
https://github.com/wassname/Castor.git
synced 2026-09-06 16:30:49 +08:00
* Refactor datasets * Update evaluators * Update trainers * Update main and MP-CNN model * Add serialization util * Fix bugs * Refactoring for NCE to use new parent class
6 lines
85 B
Python
6 lines
85 B
Python
from .qa_evaluator import QAEvaluator
|
|
|
|
|
|
class WikiQAEvaluator(QAEvaluator):
|
|
pass
|