From 554d6f7fd93015c0ea78dd2178438c673a0fd87b Mon Sep 17 00:00:00 2001 From: Alan deLevie Date: Mon, 13 Jan 2020 19:03:18 -0500 Subject: [PATCH] Typo in README.md an -> a --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b09cc4ad..b988571b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Encoding(num_tokens=13, attributes=[ids, type_ids, tokens, offsets, attention_ma '😁' ``` -And training an new vocabulary is just as easy: +And training a new vocabulary is just as easy: ```python # You can also train a BPE/Byte-levelBPE/WordPiece vocabulary on your own files