Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 883 Bytes

File metadata and controls

19 lines (12 loc) · 883 Bytes

codesapiens.ai Neural Network (Proof of concept)

This is a seq2seq neural network based in Code5T paper. This repo is ONLY focused on generating analyzing code and giving a summary from it.

Try it yourself

Try it on Hugging Face with this link.

How to train it ?

You should be good with the $300 dlls given from Google, spin off a VM in GCloud with 32GB of RAM, but don't forget to turn if off...

Scripts Overview

train_model.py: The main script that orchestrates training, evaluation, and inference processes. models.py: Contains model architecture and utilities for loading and saving models. data_handling.py: Utilities for data processing and loading. evaluator.py: Functions for evaluating model performance. configs.py: Configuration and argument parsing.