Skip to content

Commit

Permalink
Update model list
Browse files Browse the repository at this point in the history
  • Loading branch information
kyakuno committed Feb 28, 2025
1 parent f0779a9 commit a380a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tokenizer_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cd ../../natural_language_processing/t5_base_japanese_summarization; python3 t5_
cd ../../natural_language_processing/glucose; python3 glucose.py ${OPTION}
cd ../../natural_language_processing/cross_encoder_mmarco; python3 cross_encoder_mmarco.py ${OPTION}
cd ../../natural_language_processing/soundchoice-g2p; python3 soundchoice-g2p.py ${OPTION}
cd ../../natural_language_processing/zero_shot_classification_japanese-g2p; python3 zero_shot_classification_japanese.py ${OPTION}
cd ../../natural_language_processing/multilingual-minilmv2; python3 multilingual-minilmv2.py ${OPTION}
cd ../../network_intrusion_detection/bert-network-packet-flow-header-payload; python3 bert-network-packet-flow-header-payload.py ${OPTION}
cd ../../network_intrusion_detection/falcon-adapter-network-packet; python3 falcon-adapter-network-packet.py ${OPTION}
cd ../../object_detection/glip; python3 glip.py ${OPTION}

0 comments on commit a380a7a

Please sign in to comment.