I was reading about DIET Architecture and I got below doubt. The DIET Architecture has 2 individual token pathway
Pre-trained Embedding
Sparse Features + FFNN
But I don’t see any hyperparameters in DIETClassifier in the pipeline [Related to these 2]. Please help me to understand if these are controlled by the Pipeline components that come before DIETClassifier?
@ChrisRahme Sorry for late reply. I still couldn’t understand this. The DIET Architecture has 2 token pathways…1) Sparse Feature 2) Pretrained Embedding …As per the youtube learning series. We can decide if we need to include both or one…Even in pretrained we can decide which language model to use. But I do not see these as hyperparameters in DIET Classifier …So I thought maybe the previous pipeline decide
Could you please let me know how to control or change the language model in token pathway for DIET?