From 267be6cf86f7c248c83f9a701d7b8ea02f8152d9 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Mon, 13 Sep 2021 14:55:43 +0200 Subject: [PATCH] add config --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index e62ea3a..f241690 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "architectures": [ - "BEiTForImageClassification" + "BeitForImageClassification" ], "attention_probs_dropout_prob": 0.0, "drop_path_rate": 0.1,