Skip to content

Commit 679e9a0

Browse files
authored
Update Knowledge-build-up.md
1 parent e2227a0 commit 679e9a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ml notes/Kaggle/solution-lmsys-chatbot-arena/knowledge-bridge/Knowledge-build-up.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ dataloader = DataLoader(dataset, batch_size=2, collate_fn=custom_collate_fn)
112112
for batch in dataloader:
113113
print(batch)
114114
```
115-
116-
- https://pytorch.org/docs/stable/data.html#torch.utils.data._utils.collate.collate
117-
115+
- https://huggingface.co/docs/transformers/main/en/chat_templating
116+
- https://pytorch.org/docs/stable/data.html#torch.utils.data.DataLoader
117+
- https://pytorch.org/docs/stable/data.html#torch.utils.data._utils.collate.collate
118118
- https://huggingface.co/docs/transformers/en/main_classes/data_collator
119119

120120
torch.utils.data

0 commit comments

Comments
 (0)