- Use
conda create -n cdsmodel python=3.7
to create a new environment - Use
conda activate cdsmodel
to activate the previously created environment
You can clone the repository with git clone https://github.com/Cirhuzalain/cdsmodel
After cloning the project use cd cdsmodel
Use pip install -r requirements.txt
command
- Use
python train.py -config config/train.json
command for training - Use
python test.py -config config/test.json
command for evaluation
- AMMI NLP 2 Course
- Hugging Face Transformer
- Optuna (https://optuna.org/)
- NCLS : (https://arxiv.org/abs/1909.00156)
- Python
- Numpy
- PyTorch
- Rouge Score
- Tensorboard