Skip to content

Commit

Permalink
Add docs/models_in_depth_overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Aug 23, 2023
1 parent 6a0353e commit 23a80d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/guide/hezar_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@ word2vec = Embedding.load("hezarai/word2vec-skipgram-fa-wikipedia") # A Word2Ve
...
```


**Registry System**<br>
So, what's going on under the hood that handles module loading and initiation?

**Registry System**<br>
Well, there are ways to tackle this challenge, but Hezar manages this by using _a global registry_ for every module
type. These registries are simple Python dictionaries that hold the properties for every module class, module config,
etc.
Expand Down
1 change: 1 addition & 0 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Welcome to the developer guide section where you can take a deeper dive into the
:maxdepth: 2
hezar_architecture.md
models_in_depth_overview.md
train_custom_models.md
```
1 change: 1 addition & 0 deletions docs/guide/models_in_depth_overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Models In-depth Overview

0 comments on commit 23a80d7

Please sign in to comment.