From 64c19bcb08466f8547285d8d262ab8a723185309 Mon Sep 17 00:00:00 2001 From: Abhishek Thakur Date: Thu, 21 Jan 2021 10:00:05 +0100 Subject: [PATCH] fix path --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a90cea5..852b2c7 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "_name_or_path": "/home/abhishek/huggingface/models/convbert_models/convbert_base", + "_name_or_path": "YituTech/conv-bert-base", "architectures": [ "ConvBertModel" ],