Commit ba8ce8e2 authored by chrysanthopoulou's avatar chrysanthopoulou
Browse files

Separate multiwoz into the format grade needs

parent 642e6f73
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@

# Ignore virtual environments
grade_venv/
grade_venv_*/

# Ignore older python / other program versions
python=3.6
+17 −0
Original line number Diff line number Diff line
#!/bin/bash
#SBATCH --job-name=grade_text_preprocessing
#SBATCH --output=grade_text_preprocessing.txt
#SBATCH --mail-user=chrysanthopoulou@cl.uni-heidelberg.de
#SBATCH --mail-type=ALL
#SBATCH --partition=students
#SBATCH --time=1-0:00:00
#SBATCH --gres=gpu:mem11g:2
#SBATCH --ntasks=2

# JOB STEPS
#srun hostname # example job step
#srun echo $CUDA_VISIBLE_DEVICES # another example job step+
#srun nvidia-smi
# replace the example job steps above by your own job steps

python3 preprocessing/preprocess_data_for_metrics/grade/csv_dialogue_to_2_files.py
 No newline at end of file
+0 −0

Empty file added.

human_ctx.txt

0 → 100644
+44207 −0

File added.

Preview size limit exceeded, changes collapsed.

human_hyp.txt

0 → 100644
+44207 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading