From 169c8227cef94c04804bce90e867cbb2f69bfcf9 Mon Sep 17 00:00:00 2001 From: Kevin Ko Date: Thu, 8 Dec 2022 00:45:18 +0900 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dba8634..e39e52c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ ### WARNING This code was written in 2019, and I was not very familiar with transformer model in that time. -So the code may have several bugs or wrong implementations. -Currently I am not managing this code well, so don't trust this code too much. -If you find bugs in the code and want to fix, please open pull requests. +So the code may have several bugs or wrong implementations, therefore don't trust this code too much. +Currently I am not managing this code well please open pull requests if you find bugs in the code and want to fix. # Transformer My own implementation Transformer model (Attention is All You Need - Google Brain, 2017)