This directory contains all the code related to model training and exposing it using FastAPI
-
fast_api/
- Entrypoint for all training routes/pipelines
- A thin wrapper over pipelines in
model_training
to expose them as routes and handle processing of input data.
-
model_training/
Consists of model training pipelines, modules like
next_framework
and more to join.-
internal_api/
defaults.py
: default values of hyper parametersinternal_main.py
: entrypoint to pipelines which is accessed byfast_api
next_pipelines.py
: consists of training pipelines pertaining to thenext_framework
standard_pipeline.py
: consists standard training pipeline code
-
next_framework/
Consists of model training code and helpers required for Natural Language Explanation based training. More details in its readme
-
trigger_ner/
Consists of model training code and helpers required for Trigger Explanation based training. Code adapted from here.
-