DHS-LLM-Workshop icon indicating copy to clipboard operation
DHS-LLM-Workshop copied to clipboard

DHS 2023 LLM Workshop by Sourab Mangrulkar

Results 13 DHS-LLM-Workshop issues
Sort by recently updated
recently updated
newest added

in the personal_copilot/training/train.py class ConstantLengthDataset(IterableDataset) where 249th and 250th line. ` yield { "input_ids": torch.LongTensor(example), "labels": torch.LongTensor(example), }` If input is " I LIKE APPLE", why we need to teach...