This repository was archived by the owner on Sep 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Slavpetrov patch 1 #1338
Closed
Utkarsh352
wants to merge
115
commits into
google-research:master
from
Utkarsh352:slavpetrov-patch-1
Closed
Slavpetrov patch 1 #1338
Utkarsh352
wants to merge
115
commits into
google-research:master
from
Utkarsh352:slavpetrov-patch-1
Conversation
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
preemptable -> preemtible
minor README spelling
Minor typo fixes
Fix (are -> care) typo in README.md
The current version reads the entire train file into memory and then loads it with Dataset.from_tensor_slices. This can result in very large allocations which can either OOM or cause a bad_alloc. To avoid this, the new version now writes a TFRecord file to the `output_dir`.
External references should all be to colab.research.
Fix the colab hostname in README.md.
Minor documentation fix
It seems the [] on CLS and SEP were added after and the masking was not realigned
fixed usable
comments: fix the alignement of type_ids
Merge changes from original
FIX: Python3 compatibility.
Fix typo in optimization.py
Fixed some typos in comments.
Fix BERT acronym to be consistent with paper
Tokenization code simplification
Added colab link in the readme
Added bert tfhub example on colab
Fixed the colab notebook link.
Changed colab link
…ent to faciliate code reuse in colabs.
Correct Wikipedia size correlation comment.
…v-patch-1 Update multilingual.md to correct Wikipedia size size correlation comment.
Add links to 24 smaller BERT models.
I made it more grammatically correct. I hope you will like it
Utkarsh352 patch 1 1
Update README.md
20c753b
to
69a30f6
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
I made the README file more grammatically correct. I hope you will like it