From 23ee06ed5551cf5d5701ed2e917c60b6dd584a88 Mon Sep 17 00:00:00 2001 From: Adam Kaczmarek Date: Fri, 8 Oct 2021 16:27:32 +0200 Subject: [PATCH] Fixed typo: herBERT -> HerBERT (#13936) --- docs/source/model_doc/herbert.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/model_doc/herbert.rst b/docs/source/model_doc/herbert.rst index a931566d07..00a3036ea0 100644 --- a/docs/source/model_doc/herbert.rst +++ b/docs/source/model_doc/herbert.rst @@ -10,13 +10,13 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -herBERT +HerBERT ----------------------------------------------------------------------------------------------------------------------- Overview ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The herBERT model was proposed in `KLEJ: Comprehensive Benchmark for Polish Language Understanding +The HerBERT model was proposed in `KLEJ: Comprehensive Benchmark for Polish Language Understanding `__ by Piotr Rybak, Robert Mroczkowski, Janusz Tracz, and Ireneusz Gawlik. It is a BERT-based Language Model trained on Polish Corpora using only MLM objective with dynamic masking of whole words.