Skip to content

UL-FRI-NLP-Course/ul-fri-nlp-course-project-2024-2025-groupid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language Processing Course

Automatic Generation of Slovenian Traffic News for RTV Slovenija

Running inference on HPC

  1. Change to the project directory:

    cd /d/hpc/projects/onj_fri/groupid
    
  2. Prepare input data by modifying or adding entries in the ./src/inputs.json file

  3. Submit the inference job:

    sbatch ./jobs/inference.sh
    
  4. Outputs will be saved (relative to the directoy you ran from) in the file: ./logs/inference-<job_id>.out

Finetuning on HPC

  1. Change to the project directory:
    cd /d/hpc/projects/onj_fri/groupid
    
  2. Submit the finetuning job:
    sbatch ./jobs/finetune.sh
    
  3. (LORA) Adapter will be saved in the folder: ./models/

About

ul-fri-nlp-classroom-ul-fri-nlp-course-project-2024-2025-Project-template created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 50.4%
  • Jupyter Notebook 32.9%
  • Python 14.6%
  • Shell 2.1%