File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -189,3 +189,6 @@ vosk-model-small-sv-rhasspy-0.15/
189189recognized_text.txt
190190src /models /* .keras
191191src /models /* .json
192+
193+ # Jupyter Notebook
194+ * .ipynb
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments