Skip to content

Commit

Permalink
revert the change in tfFile naming
Browse files Browse the repository at this point in the history
- revert the change introduced in #14130
  • Loading branch information
maziyarpanahi committed Mar 13, 2024
1 parent 43aa4b0 commit a3accf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ trait ReadXlmRoBertaForQuestionAnsweringDLModel
with ReadSentencePieceModel {
this: ParamsAndFeaturesReadable[XlmRoBertaForQuestionAnswering] =>

override val tfFile: String = "xlm_roberta_classification_tf"
override val tfFile: String = "xlm_roberta_classification_tensorflow"
override val onnxFile: String = "xlm_roberta_classification_onnx"
override val sppFile: String = "xlmroberta_spp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ trait ReadXlmRoBertaForSequenceDLModel
with ReadSentencePieceModel {
this: ParamsAndFeaturesReadable[XlmRoBertaForSequenceClassification] =>

override val tfFile: String = "xlm_roberta_classification_tf"
override val tfFile: String = "xlm_roberta_classification_tensorflow"
override val onnxFile: String = "xlm_roberta_classification_onnx"
override val sppFile: String = "xlmroberta_spp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ trait ReadXlmRoBertaForTokenDLModel
with ReadSentencePieceModel {
this: ParamsAndFeaturesReadable[XlmRoBertaForTokenClassification] =>

override val tfFile: String = "xlm_roberta_classification_tf"
override val tfFile: String = "xlm_roberta_classification_tensorflow"
override val onnxFile: String = "xlm_roberta_classification_onnx"
override val sppFile: String = "xlmroberta_spp"

Expand Down

0 comments on commit a3accf8

Please sign in to comment.