Skip to content

Commit

Permalink
sentence transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed May 29, 2024
1 parent 572faaa commit 03750b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configs/sentence_transformers/pair_class.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ backend: local

data:
path: sentence-transformers/all-nli
train_split: pair-class:dev
train_split: pair-class:train
valid_split: pair-class:test
column_mapping:
sentence1_column: premise
Expand All @@ -26,4 +26,4 @@ params:
hub:
username: ${HF_USERNAME}
token: ${HF_TOKEN}
push_to_hub: false
push_to_hub: true
2 changes: 1 addition & 1 deletion src/autotrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")

logger = Logger().get_logger()
__version__ = "0.7.113"
__version__ = "0.7.114"


def is_colab():
Expand Down

0 comments on commit 03750b4

Please sign in to comment.