From bcfec2f988c660000da3f62a2e4d35481d7bb2f3 Mon Sep 17 00:00:00 2001 From: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com> Date: Fri, 24 May 2024 12:24:00 +0900 Subject: [PATCH] =?UTF-8?q?README.md=20=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wrong terms --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baa2eaa..c1526a6 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ git clone https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git It's doing nothing special; 1. Danbooru tags and it's descriptions are in the `data` folder - - descriptions are generated from wiki and already tokenized - - [all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) and [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) models are used to tokenize the text + -embeddigs of descriptions are generated from wiki + - [all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) and [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) models are used to make embeddings from the text 1. Tokenize your input text and calculate cosine similarity with all tag descriptions 1. Choose some tags depending on their similarities