Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Feb 21, 2024
1 parent e7a5cec commit 51f472f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
22 changes: 16 additions & 6 deletions docs/models/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ Any combination of linear layers can be targeted in the adapters, which correspo
- `o_proj`
- `lm_head`

### Qwen
### Gemma

- `c_attn`
- `c_proj`
- `w1`
- `w2`
- `lm_head`
- `q_proj`
- `k_proj`
- `v_proj`
- `o_proj`
- `gate_proj`
- `up_proj`
- `down_proj`

### Phi

Expand All @@ -54,6 +56,14 @@ Any combination of linear layers can be targeted in the adapters, which correspo
- `fc2`
- `lm_head`

### Qwen

- `c_attn`
- `c_proj`
- `w1`
- `w2`
- `lm_head`

### GPT2

- `c_attn`
Expand Down
3 changes: 2 additions & 1 deletion docs/models/base_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
- 🌬️[Mistral](https://huggingface.co/mistralai)
- [Zephyr](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
- 🔄 [Mixtral](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1)
- 🔮 [Qwen](https://huggingface.co/Qwen)
- 💎 [Gemma](https://blog.google/technology/developers/gemma-open-models/)
- 🏛️ [Phi](https://huggingface.co/microsoft/phi-2)
- 🔮 [Qwen](https://huggingface.co/Qwen)
- 🤖 [GPT2](https://huggingface.co/gpt2)
- 🌸 [Bloom](https://huggingface.co/bigscience/bloom)

Expand Down

0 comments on commit 51f472f

Please sign in to comment.