mirror of
https://github.com/pese-git/simple-llm.git
synced 2026-01-24 05:26:02 +00:00
Комплексное обновление проекта
- Добавлена документация по эмбеддингам (markdown + drawio) - Реализован модуль PositionalEmbeddings - Обновлен .gitignore - Исправлено имя модуля token_embeddings.py
This commit is contained in:
21
doc/token_embeddings_flow.drawio
Normal file
21
doc/token_embeddings_flow.drawio
Normal file
@@ -0,0 +1,21 @@
|
||||
<mxfile>
|
||||
<diagram name="Token Embeddings Flow" id="0">
|
||||
<mxGraphModel>
|
||||
<root>
|
||||
<mxCell id="1"/>
|
||||
<mxCell id="2" parent="1"/>
|
||||
<mxCell id="3" value="Входные токены (индексы)" style="shape=rectangle" parent="2" vertex="1">
|
||||
<mxGeometry x="100" y="100" width="120" height="60"/>
|
||||
</mxCell>
|
||||
<mxCell id="4" value="Lookup в таблице эмбеддингов" style="shape=rectangle" parent="2" vertex="1">
|
||||
<mxGeometry x="100" y="200" width="120" height="60"/>
|
||||
</mxCell>
|
||||
<mxCell id="5" value="Выходные эмбеддинги" style="shape=rectangle" parent="2" vertex="1">
|
||||
<mxGeometry x="100" y="300" width="120" height="60"/>
|
||||
</mxCell>
|
||||
<mxCell id="6" source="3" target="4" parent="2" edge="1"/>
|
||||
<mxCell id="7" source="4" target="5" parent="2" edge="1"/>
|
||||
</root>
|
||||
</mxGraphModel>
|
||||
</diagram>
|
||||
</mxfile>
|
||||
Reference in New Issue
Block a user