Skip to content

Commit

Permalink
add to dummy objects
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchit-gandhi committed Jun 23, 2023
1 parent ee0642d commit adc7782
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/transformers/utils/dummy_pt_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@ def __init__(self, *args, **kwargs):
MODEL_FOR_TABLE_QUESTION_ANSWERING_MAPPING = None


MODEL_FOR_TEXT_ENCODING_MAPPING = None


MODEL_FOR_TOKEN_CLASSIFICATION_MAPPING = None


Expand Down
3 changes: 3 additions & 0 deletions src/transformers/utils/dummy_tf_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ def __init__(self, *args, **kwargs):
TF_MODEL_FOR_TABLE_QUESTION_ANSWERING_MAPPING = None


TF_MODEL_FOR_TEXT_ENCODING_MAPPING = None


TF_MODEL_FOR_TOKEN_CLASSIFICATION_MAPPING = None


Expand Down

0 comments on commit adc7782

Please sign in to comment.