예제 #1
0
 class Config(NewTask.Config):
     model: IntentSlotModel.Config = IntentSlotModel.Config()
     metric_reporter: IntentSlotMetricReporter.Config = (
         IntentSlotMetricReporter.Config())
예제 #2
0
 class Config(NewTask.Config):
     labels: List[TargetConfigBase]
     model: IntentSlotModel.Config = IntentSlotModel.Config()
     metric_reporter: IntentSlotMetricReporter.Config = (
         IntentSlotMetricReporter.Config())