You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
### WARNING
2
2
This code was written in 2019, and I was not very familiar with transformer model in that time.
3
-
So don't trust this code too much because the code may have several bugs or wrong implementations.
4
-
Currently I am not managing this code well, so please open pull requests if you find bugs in the code and want to fix.
3
+
So don't trust this code too much. Currently I am not managing this code well, so please open pull requests if you find bugs in the code and want to fix.
5
4
6
5
# Transformer
7
6
My own implementation Transformer model (Attention is All You Need - Google Brain, 2017)
0 commit comments