Skip to content

Commit

Permalink
[nit] Small fixes to the repo maps (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Nov 1, 2021
1 parent 13d2e46 commit 1fa54fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ Models are thus not implemented in monolithic files, which are typically complic

```bash
├── components # Parts zoo, any of which can be used directly
── attention
└ ... # all the supported attentions
── feedforward #
└ ... # all the supported feedforwards
└─- positional_embedding #
└ ... # all the supported positional embeddings
── attention
└ ... # all the supported attentions
── feedforward #
└ ... # all the supported feedforwards
├── positional_embedding #
└ ... # all the supported positional embeddings
│ ├── activations.py #
│ └── multi_head_dispatch.py # (optional) multihead wrap
d├── factory
├── factory
│ ├── block_factory.py # (optional) helper to programatically generate layers
│ └── model_factory.py # (optional) helper to programatically generate models
├── models
Expand Down

0 comments on commit 1fa54fd

Please sign in to comment.