Skip to content

Commit ec70484

Browse files
authored
Merge pull request #23 from jvachier/jv/cuda_kaggle
Adding Kaggle link.
2 parents b09d502 + 2da5472 commit ec70484

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,6 @@ vosk-model-small-sv-rhasspy-0.15/
189189
recognized_text.txt
190190
src/models/*.keras
191191
src/models/*.json
192+
193+
# Jupyter Notebook
194+
*.ipynb

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,18 @@ Sentiment_Analysis/
282282

283283
---
284284

285+
## Kaggle Notebooks
286+
287+
**English-French Transformer: From-Scratch Implementation**
288+
- Interactive walkthrough with step-by-step explanations
289+
- Complete training process with visualizations
290+
- BLEU score evaluation and attention analysis
291+
- [View on Kaggle](https://www.kaggle.com/code/jvachier/transformer-nmt-en-fr)
292+
293+
This Kaggle notebook provides a detailed tutorial on the transformer architecture implemented in this repository.
294+
295+
---
296+
285297
## Customization
286298

287299
- Modify hyperparameters like `embed_dim`, `dense_dim`, and `num_heads` in `src/translation_french_english.py` for the Transformer model.

0 commit comments

Comments
 (0)