From 0cec4fab7de8dc903d84631be80644d3ef87f383 Mon Sep 17 00:00:00 2001 From: Jonathan Sum <777Jonathansum@gmail.com> Date: Wed, 15 Apr 2020 08:25:09 -0700 Subject: [PATCH] typo: fine-grained token-leven Changing from "fine-grained token-leven" to "fine-grained token-level" --- notebooks/02-transformers.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/02-transformers.ipynb b/notebooks/02-transformers.ipynb index 30a734d363..8167f4baf2 100644 --- a/notebooks/02-transformers.ipynb +++ b/notebooks/02-transformers.ipynb @@ -280,7 +280,7 @@ "want to operate at a token-level. This is particularly useful for Named Entity Recognition and Question-Answering.\n", "\n", "The second, aggregated, representation is especially useful if you need to extract the overall context of the sequence and don't\n", - "require a fine-grained token-leven. This is the case for Sentiment-Analysis of the sequence or Information Retrieval." + "require a fine-grained token-level. This is the case for Sentiment-Analysis of the sequence or Information Retrieval." ] }, {