Yangyi Chen

Results 2 issues of Yangyi Chen

Hi, thanks for the code for helping load the dataset. But I find there are two small issues in the code. in dataloaders/vcr.py: from allennlp.data.dataset import Batchl Batch cannot be...

Hi, I'm adding a new linear projection layer (nn.Linear) to the original Llama3 architecture to process a new type of data. During training, I use two types of data (language-only...