N.N.N. V.0.1-beta
Make sure to actually read this before using the model
Now using Pytorch for the model.
350 input nodes, 360 1st-layer, 370 2nd-layer, 380 3rd-layer, 370 4th-layer, 360 5th-layer, 350 output nodes.
Each input node taking in an integer (from a character) and vise versa for the output node.
IMPORTANT
The Settings.json folder will have a line: "Data_Files":[]
Add file names in the format of "Data_Files":["Test_case_file1_name", "Test_case_file2_name"]
When training the model, it will ask for the file id, the id starts from 1 (in respect to the list above)
Make sure to actually have the test case file in the TestData folder
-TestData folder
Add .json test cases, you may get it from Test case Repository
Credit to HamirinTK for making the test cases.
-Text_History folder
.txt files will be added when saving chats
data.pth
Contains the parameters for the model.
Note: Code is getting messy, this is the most I'll do for this version. Expect the next version to actually have a UI.