Source code for flambe.nlp.fewshot

# type: ignore[attr-define]

from flambe.nlp.fewshot.model import PrototypicalTextClassifier


__all__ = ['PrototypicalTextClassifier']