Skip to content

Commit 175de01

Browse files
committed
fix
1 parent 0460ed3 commit 175de01

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

scripts/question_answering/commands/run_squad2_electra_base.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Prepare the Data
2-
nlp_data prepare_squad --version ${VERSION}
3-
41
VERSION=2.0 # Either 2.0 or 1.1
52
MODEL_NAME=google_electra_base
63

4+
# Prepare the Data
5+
nlp_data prepare_squad --version ${VERSION}
6+
77
# Run the script
88

99
python3 run_squad.py \

scripts/question_answering/commands/run_squad2_electra_large.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Prepare the Data
2-
nlp_data prepare_squad --version ${VERSION}
3-
41
VERSION=2.0 # Either 2.0 or 1.1
52
MODEL_NAME=google_electra_large
63

4+
# Prepare the Data
5+
nlp_data prepare_squad --version ${VERSION}
6+
77
# Run the script
88

99
python3 run_squad.py \

scripts/question_answering/commands/run_squad2_electra_small.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Prepare the Data
2-
nlp_data prepare_squad --version ${VERSION}
3-
41
VERSION=2.0 # Either 2.0 or 1.1
52
MODEL_NAME=google_electra_small
3+
# Prepare the Data
4+
nlp_data prepare_squad --version ${VERSION}
65

76
# Run the script
87

0 commit comments

Comments
 (0)