Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VITA-Group/WeLore
/ types & classes
Types & classes
21 in github.com/VITA-Group/WeLore
⨍
Functions
139
◇
Types & classes
21
↳
Endpoints
1
↓ 6 callers
Class
LowRankLayer
given a linear layer find low rank decomposition
lib/LowRankLayer.py:4
↓ 4 callers
Class
GaLoreProjector
galore_torch/galore_projector.py:7
↓ 4 callers
Class
LowRankLayerEval
given a linear layer find low rank decomposition
lib/LowRankLayer.py:34
↓ 3 callers
Class
LlamaRMSNorm
peft_pretraining/modeling_llama.py:74
↓ 2 callers
Class
LlamaModel
Transformer decoder consisting of *config.num_hidden_layers* layers. Each layer is a [`LlamaDecoderLayer`] Args: config: LlamaConfig
peft_pretraining/modeling_llama.py:423
↓ 2 callers
Class
TokenizerWrapper
lib/data_utils.py:14
↓ 1 callers
Class
Catcher
lib/rank_utils.py:55
↓ 1 callers
Class
LlamaAttention
Multi-headed attention from 'Attention Is All You Need' paper
peft_pretraining/modeling_llama.py:161
↓ 1 callers
Class
LlamaDecoderLayer
peft_pretraining/modeling_llama.py:243
↓ 1 callers
Class
LlamaMLP
peft_pretraining/modeling_llama.py:144
↓ 1 callers
Class
LlamaRotaryEmbedding
peft_pretraining/modeling_llama.py:94
↓ 1 callers
Class
Monitor
welore_downstream_finetune.py:49
↓ 1 callers
Class
MyDataset
lib/downstream_utils.py:14
↓ 1 callers
Class
PreprocessedIterableDataset
peft_pretraining/dataloader.py:7
Class
Adafactor
AdaFactor pytorch implementation can be used as a drop in replacement for Adam original fairseq code: https://github.com/pytorch/fairseq/blob
galore_torch/adafactor.py:14
Class
AdamW
Implements Adam algorithm with weight decay fix as introduced in [Decoupled Weight Decay Regularization](https://arxiv.org/abs/1711.05101).
galore_torch/adamw.py:15
Class
AdamW8bit
galore_torch/q_galore_adamw8bit.py:53
Class
AdamW8bit
galore_torch/adamw8bit.py:8
Class
LlamaForCausalLM
peft_pretraining/modeling_llama.py:603
Class
LlamaForSequenceClassification
peft_pretraining/modeling_llama.py:775
Class
LlamaPreTrainedModel
peft_pretraining/modeling_llama.py:332