Skip to content

theNefelibata/codetextmatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeTextMatch

Install the dependencies from environment.yml file using the command: conda env create -f environment.yml

Download the following folders before running the models:

In src/ folder run train.py for training and eval.py in for evaluation

Config File: config.yml

  • epochs: Number of epochs to train
  • batch_size: Batch size to use
  • model: Which Model to train/evaluate. Can be 'ct', 'cat' or 'mpctm'

Trained models are stored in saved_models/ folder and Evaluation results are stored in results/ folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%