Efficient Streaming Language Models with Attention Sinks
스트리밍 언어 모델의 효율성 향상과 Attention Sinks
스트리밍 언어 모델의 효율성 향상과 Attention Sinks
https://www.youtube.com/watch?v=v8O_tSF_o50
Mamba: 단순화된 시퀀스 모델링
https://paperswithcode.com/sota/image-classification-on-imagenet
https://www.youtube.com/watch?v=4_V6yosIDJc
https://github.com/huggingface/pytorch-image-models?tab=readme-ov-file#features
``` class GeM(nn.Module): def init(self, p=3, eps=1e-6): super(GeM, self).init() self.p = nn.Parameter(torch.ones(1)*p) self.eps ...
참고
https://arxiv.org/abs/2106.09685
https://arxiv.org/abs/2303.05479