Minor fixes to Lab 1.5 of Course 1#10
Open
Muchay wants to merge 5 commits into
Open
Conversation
…les. - fix grammatical error in README.md: "The eight courses are in the curriculum are:" -> "The eight courses in the curriculum are:" - fix misspelling in ai_foundations/visualizations/plots.py: "correclty" -> "correctly" - remove word repetition "and and" in course_2/gdm_lab_2_1_preprocess_data.ipynb - remove word repetition "to to" in course_2/gdm_lab_2_2_tokenize_texts_into_characters_and_words.ipynb - fix misspelling "occurence" -> "occurrence" in course_3/gdm_lab_3_1_distinguish_between_signal_and_noise.ipynb - remove word repetition "at at" in course_3/gdm_lab_3_6_mitigate_overfitting.ipynb - fix "fo" -> "of" in course_3/gdm_lab_3_6_mitigate_overfitting.ipynb - remove word repetition "a a" in course_4/gdm_lab_4_5_reflection_on_trainable_parameters.ipynb
Fix grammatical errors in course materials
docs: fixed a small typo in the notebook
Fixes to Lab 1.5 of Course 1 a) replaced self.unknown_token_id with self.UNKNOWN_TOKEN in SimpleWordTokenizer.decode function, b) minor fix to description in the Prepare Input and Target section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
a) replaced self.unknown_token_id with self.UNKNOWN_TOKEN in SimpleWordTokenizer.decode function,
b) minor fix to description in the Prepare Input and Target section