From 1cad201b23ac283be651fa59c75d1fe90e3ce7e9 Mon Sep 17 00:00:00 2001 From: KoDer Date: Wed, 29 Apr 2026 10:54:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Xenith/typedef.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Xenith/typedef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xenith/typedef.h b/Xenith/typedef.h index 348e38c..fcb6083 100644 --- a/Xenith/typedef.h +++ b/Xenith/typedef.h @@ -1,9 +1,9 @@ #ifndef TYPEDEF_H #define TYPEDEF_H -const int MAX_CONTEXT = 4; // Сколько токенов видит сеть +const int MAX_CONTEXT = 8; // Сколько токенов видит сеть const int EMBED_DIM = 4; // Размер вектора одного токена -const int MAX_VOCAB = 13; // Размер словаря +const int MAX_VOCAB = 90; // Размер словаря typedef enum { SIGMOID } FunctionActivate_t; typedef struct { int size; FunctionActivate_t activate; } LayerStructure_t;