Skip to content

Commit 37b66fc

Browse files
committed
Fixed typo in README
1 parent 38e4650 commit 37b66fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The TensorFlow wheel used in this project can be downloaded from PyPI: https://p
1111

1212
## Model Design
1313

14-
The model uses a **Gated Recurrent Unit (GRU)** architecture with ~700,000 trainable parameters, comprised of a 500-character scanning window, each with a 256-dimension embedding and 1024-dimension GRU, in addition to a 109-dimension output layer matching the vobulary size.
14+
The model uses a **Gated Recurrent Unit (GRU)** architecture with ~700,000 trainable parameters, comprised of a 500-character scanning window, each with a 256-dimension embedding and 1024-dimension GRU, in addition to a 109-dimension output layer matching the vocabulary size.
1515

1616
The purpose of this project largely being a learning exercise for the author is the primary reason behind the choice of GRU over other architectures (e.g., Transformer) — it consumes relatively few computing resources while offering reasonable ability to capture medium-range dependencies, appropriate for paragraph-length academic abstracts.
1717

0 commit comments

Comments
 (0)