Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 868 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 868 Bytes

CDS : Cross-Lingual Document Summarization

Activate virtual environment

  1. Use conda create -n cdsmodel python=3.7 to create a new environment
  2. Use conda activate cdsmodel to activate the previously created environment

Clone the project

You can clone the repository with git clone https://github.com/Cirhuzalain/cdsmodel After cloning the project use cd cdsmodel

Install Dependencies on a CUDA enable device

Use pip install -r requirements.txt command

Training & Evaluation on Dummy Data

  1. Use python train.py -config config/train.json command for training
  2. Use python test.py -config config/test.json command for evaluation

Resources

Built with

  • Python
  • Numpy
  • PyTorch
  • Rouge Score
  • Tensorboard