From ef7906c5ef25dff939e7f019e9378aebd28f596f Mon Sep 17 00:00:00 2001 From: Maziyar Panahi Date: Thu, 11 May 2023 10:16:24 +0200 Subject: [PATCH] Fix misspelling in CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index bf1a7d04277e70..727d6b441877f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ ---------------- New Features & Enhancements ---------------- -* InImplement a new Zero-Shot Text Classification for RoBERTa annotator called `RobertaForZeroShotClassification` +* Implement a new Zero-Shot Text Classification for RoBERTa annotator called `RobertaForZeroShotClassification` * Support Apache Spark 3.4 * Omptize BART models for memory efficiency * Introducing `cache` feature in BartTransformer