Lorg0n commited on
Commit
c1aafac
·
verified ·
1 Parent(s): eeeacda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -32,6 +32,8 @@ This repository is also a directly installable Python package, allowing you to i
32
  - **Architecture**: A multi-input neural network with separate processing streams for text, genres, studios, and other categorical/numerical features. It uses attention mechanisms to weigh the importance of different text fields and genres, creating a rich, context-aware representation.
33
  - **Embedding Size**: The model outputs a **512-dimensional** vector for each anime.
34
 
 
 
35
  ## Data & Training
36
 
37
  The model's understanding of conceptual relationships comes from a unique blend of real-world and synthetic data.
 
32
  - **Architecture**: A multi-input neural network with separate processing streams for text, genres, studios, and other categorical/numerical features. It uses attention mechanisms to weigh the importance of different text fields and genres, creating a rich, context-aware representation.
33
  - **Embedding Size**: The model outputs a **512-dimensional** vector for each anime.
34
 
35
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/62827ced3e7734836f331c72/ySTuRJKgYMQQjb94KwkNb.png)
36
+
37
  ## Data & Training
38
 
39
  The model's understanding of conceptual relationships comes from a unique blend of real-world and synthetic data.