Update src/train_edu_bert.slurm
Browse files- src/train_edu_bert.slurm +4 -4
src/train_edu_bert.slurm
CHANGED
@@ -12,11 +12,11 @@
|
|
12 |
|
13 |
set -x -e
|
14 |
source ~/.bashrc
|
15 |
-
source "/
|
16 |
-
source activate
|
17 |
|
18 |
python train_edu_bert.py \
|
19 |
--base_model_name="Snowflake/snowflake-arctic-embed-m" \
|
20 |
-
--dataset_name="
|
21 |
-
--target_column="
|
22 |
--checkpoint_dir="/fsx/anton/cosmopedia/edu_score/snowflake_regression_median_jury"
|
|
|
12 |
|
13 |
set -x -e
|
14 |
source ~/.bashrc
|
15 |
+
source "$CONDA_PREFIX/etc/profile.d/conda.sh"
|
16 |
+
source activate pytorch
|
17 |
|
18 |
python train_edu_bert.py \
|
19 |
--base_model_name="Snowflake/snowflake-arctic-embed-m" \
|
20 |
+
--dataset_name="HuggingFaceFW/fineweb-edu-llama3-annotations \
|
21 |
+
--target_column="score"\
|
22 |
--checkpoint_dir="/fsx/anton/cosmopedia/edu_score/snowflake_regression_median_jury"
|