From c641d308fa42f109b4d4a2b7c62e6eef0de1f383 Mon Sep 17 00:00:00 2001 From: CodeSage Date: Wed, 4 Dec 2024 01:13:18 +0000 Subject: [PATCH] Create 1_Pooling/config.json --- 1_Pooling/config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 1_Pooling/config.json diff --git a/1_Pooling/config.json b/1_Pooling/config.json new file mode 100644 index 0000000..a203fde --- /dev/null +++ b/1_Pooling/config.json @@ -0,0 +1,7 @@ +{ + "word_embedding_dimension": 2048, + "pooling_mode_cls_token": false, + "pooling_mode_mean_tokens": true, + "pooling_mode_max_tokens": false, + "pooling_mode_mean_sqrt_len_tokens": false +} \ No newline at end of file