File tree Expand file tree Collapse file tree
scripts/question_answering/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Prepare the Data
2- nlp_data prepare_squad --version ${VERSION}
3-
41VERSION=2.0 # Either 2.0 or 1.1
52MODEL_NAME=google_electra_base
63
4+ # Prepare the Data
5+ nlp_data prepare_squad --version ${VERSION}
6+
77# Run the script
88
99python3 run_squad.py \
Original file line number Diff line number Diff line change 1- # Prepare the Data
2- nlp_data prepare_squad --version ${VERSION}
3-
41VERSION=2.0 # Either 2.0 or 1.1
52MODEL_NAME=google_electra_large
63
4+ # Prepare the Data
5+ nlp_data prepare_squad --version ${VERSION}
6+
77# Run the script
88
99python3 run_squad.py \
Original file line number Diff line number Diff line change 1- # Prepare the Data
2- nlp_data prepare_squad --version ${VERSION}
3-
41VERSION=2.0 # Either 2.0 or 1.1
52MODEL_NAME=google_electra_small
3+ # Prepare the Data
4+ nlp_data prepare_squad --version ${VERSION}
65
76# Run the script
87
You can’t perform that action at this time.
0 commit comments