Skip to content

Commit

Permalink
disable pc test (NVIDIA#5426) (NVIDIA#5427)
Browse files Browse the repository at this point in the history
Signed-off-by: ekmb <ebakhturina@nvidia.com>

Signed-off-by: ekmb <ebakhturina@nvidia.com>

Signed-off-by: ekmb <ebakhturina@nvidia.com>
Co-authored-by: Evelina <10428420+ekmb@users.noreply.github.com>
Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
Co-authored-by: Eric Harper <complex451@gmail.com>
Signed-off-by: Hainan Xu <hainanx@nvidia.com>
  • Loading branch information
4 people authored and Hainan Xu committed Dec 5, 2022
1 parent a34a168 commit 5c9c6b2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1122,24 +1122,24 @@ pipeline {
rm -rf "${data_dir}"'
}
}
stage('Test Restore Punctuation & Capitalization with RoBERTa') {
steps {
sh 'data_dir="$(mktemp -d -p "$(pwd)")" && \
cp /home/TestData/nlp/token_classification_punctuation/*.txt "${data_dir}"/ && \
python examples/nlp/token_classification/punctuation_capitalization_train_evaluate.py \
+do_training=false \
+do_testing=true \
pretrained_model=/home/TestData/nlp/pretrained_models/Punctuation_and_Capitalization_roberta.nemo \
+model.test_ds.use_cache=false \
~model.train_ds \
~model.validation_ds \
model.test_ds.ds_item="${data_dir}" \
trainer.devices=[1] \
trainer.accelerator="gpu" \
exp_manager=null && \
rm -rf "${data_dir}"'
}
}
// stage('Test Restore Punctuation & Capitalization with RoBERTa') {
// steps {
// sh 'data_dir="$(mktemp -d -p "$(pwd)")" && \
// cp /home/TestData/nlp/token_classification_punctuation/*.txt "${data_dir}"/ && \
// python examples/nlp/token_classification/punctuation_capitalization_train_evaluate.py \
// +do_training=false \
// +do_testing=true \
// pretrained_model=/home/TestData/nlp/pretrained_models/Punctuation_and_Capitalization_roberta.nemo \
// +model.test_ds.use_cache=false \
// ~model.train_ds \
// ~model.validation_ds \
// model.test_ds.ds_item="${data_dir}" \
// trainer.devices=[1] \
// trainer.accelerator="gpu" \
// exp_manager=null && \
// rm -rf "${data_dir}"'
// }
// }
}
}
stage('L2: Dialogue Classification') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Language Support Matrix
+------------------+----------+----------+----------+--------------------+----------------------+
| Vietnamese | vi | | x | | |
+------------------+----------+----------+----------+--------------------+----------------------+
| Portugese | pt | | x | | |
| Portuguese | pt | | x | | |
+------------------+----------+----------+----------+--------------------+----------------------+
| Chinese | zh | x | | | |
+------------------+----------+----------+----------+--------------------+----------------------+
Expand Down

0 comments on commit 5c9c6b2

Please sign in to comment.