update stats

This commit is contained in:
mp61034@st.amu.edu.pl 2023-04-20 22:14:45 +02:00
parent ca3be44176
commit 5b5ca2e618

View File

@ -1,4 +1,3 @@
#!/bin/sh
wc -l ./results/train_data.csv > ./results/results.txt
wc -l ./results/dev_data.csv >> ./results/results.txt
wc -l ./results/test_data.csv >> ./results/results.txt