Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chungimungi authored May 7, 2024
1 parent a5f712f commit ef00ae8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ Install all dependencies using ```pip install -r requirements.txt```

# Model

| Layer (type:depth-idx) | Param # |
|----------------------------------------------------------|-----------------|
| DataParallel | -- |
| └─CustomCrossEncoder: 1-1 | -- |
| └─Embedding: 2-1 | 2,568,192 |
| └─LSTM: 2-2 | 6,299,648 |
| └─MultiheadAttention: 2-3 | 3,148,800 |
| │ └─NonDynamicallyQuantizableLinear: 3-1 | 1,049,600 |
| └─Dropout: 2-4 | -- |
| └─Linear: 2-5 | 131,200 |
| └─Linear: 2-6 | 3,096 |

Total params: 13,200,536
Trainable params: 13,200,536
Non-trainable params: 0



# Changes
Expand Down

0 comments on commit ef00ae8

Please sign in to comment.