You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set the ID of the GPU device
CUDA_ID="0"
# Fine-tune the model
SEED="42"
MODEL_NAME="SMALL_ARABIC_BERT_MODEL" # TODO
CUDA_VISIBLE_DEVICES="$CUDA_ID" python finetune_BERT_models.py train --train data/AOC/train.tsv --dev data/AOC/dev.tsv -model_name "$MODEL_NAME" -o Sentence_ALDi -s "$SEED"
The text was updated successfully, but these errors were encountered:
Use the following code-snippet:
The text was updated successfully, but these errors were encountered: