This commit is contained in:
PawelDopierala 2024-05-15 00:40:41 +02:00
parent a714b3d399
commit 239bc6d81a
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
wc -l hp_train.csv > hp_train_stats.csv
wc -l hp_dev.csv > hp_dev_stats.csv
wc -l hp_test.csv > hp_test_stats.csv