diff --git a/stats/stats.sh b/stats/stats.sh index f3624f5..157d90c 100644 --- a/stats/stats.sh +++ b/stats/stats.sh @@ -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 \ No newline at end of file