From fbe51d2ddf248ad8928972c02089075ffae20629 Mon Sep 17 00:00:00 2001 From: Agam Goyal <69351184+AGoyal0512@users.noreply.github.com> Date: Wed, 21 Jun 2023 22:25:00 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f7c524..9ef2aae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Code Pretraining Models -This repo contains code pretraining models in the CodeBERT series from Microsoft, including five models as of June 2022. +This repo contains code pretraining models in the CodeBERT series from Microsoft, including five models as of June 2023. - CodeBERT (EMNLP 2020) - GraphCodeBERT (ICLR 2021) - UniXcoder (ACL 2022)