From de98926d00317ad9abc521f8af9fa9a4ae6de020 Mon Sep 17 00:00:00 2001 From: andreapdr Date: Mon, 12 Jun 2023 15:56:00 +0200 Subject: [PATCH] todo update --- main.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/main.py b/main.py index e49027b..ff5b916 100644 --- a/main.py +++ b/main.py @@ -12,16 +12,9 @@ from gfun.generalizedFunnelling import GeneralizedFunnelling """ TODO: - - Transformers VGFs: - - scheduler with warmup and cosine - - freeze params method - General: [!] zero-shot setup - CLS dataset is loading only "books" domain data - - documents should be trimmed to the same length (for SVMs we are using way too long tokens) - - Attention Aggregator: - - experiment with weight init of Attention-aggregator - - FFNN posterior-probabilities' dependent - Docs: - add documentations sphinx """