Skip to content

Actions: huggingface/setfit

.github/workflows/delete_doc_comment_trigger.yml

Actions

Loading...
Loading

Show workflow options

Create status badge

Loading
47 workflow runs
47 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

Create custom NotebookCallback subclass for embedding_loss, etc.
.github/workflows/delete_doc_comment_trigger.yml #49: Pull request #557 by tomaarsen
September 19, 2024 08:43 Failure tomaarsen:feat/setfit_notebook_callback
September 19, 2024 08:43 Failure
Prevent sampling 2x more than requested when max_steps is set
.github/workflows/delete_doc_comment_trigger.yml #48: Pull request #556 by tomaarsen
September 18, 2024 14:22 Failure tomaarsen:fix/prevent_sampling_double
September 18, 2024 14:22 Failure
Check if max pairs limit reached in generate_pairs and generate_multilabel_pairs
.github/workflows/delete_doc_comment_trigger.yml #47: Pull request #549 by tomaarsen
September 18, 2024 12:52 Failure OscarRunsCode:patch-1
September 18, 2024 12:52 Failure
Fix pandas groupby -> apply warning
.github/workflows/delete_doc_comment_trigger.yml #46: Pull request #555 by tomaarsen
September 18, 2024 11:59 Failure tomaarsen:warning/pandas_groupby_apply
September 18, 2024 11:59 Failure
Fix bug where SetFitHead not moved to non-cuda devices on init
.github/workflows/delete_doc_comment_trigger.yml #45: Pull request #518 by tomaarsen
September 18, 2024 11:41 Failure ajmssc:main
September 18, 2024 11:41 Failure
Update absa.mdx with necessary imports
.github/workflows/delete_doc_comment_trigger.yml #44: Pull request #533 by tomaarsen
September 18, 2024 10:50 Failure splevine:patch-3
September 18, 2024 10:50 Failure
Train via the Sentence Transformers Trainer from ST v3
.github/workflows/delete_doc_comment_trigger.yml #43: Pull request #554 by tomaarsen
September 18, 2024 10:42 Failure tomaarsen:feat/use_st_trainer
September 18, 2024 10:42 Failure
[tests] Resolve remaining test failures
.github/workflows/delete_doc_comment_trigger.yml #42: Pull request #550 by tomaarsen
September 12, 2024 17:11 Failure tomaarsen:tests/resolve-breaks-due-to-deps
September 12, 2024 17:11 Failure
Fix SetFitModel: not a dataclass, not a PyTorchModelHubMixin
.github/workflows/delete_doc_comment_trigger.yml #41: Pull request #505 by tomaarsen
September 12, 2024 08:52 Failure Wauplin:update-set-fit-model-class
September 12, 2024 08:52 Failure
Don't use deprecated DatasetFilter + update deps
.github/workflows/delete_doc_comment_trigger.yml #40: Pull request #527 by tomaarsen
September 12, 2024 08:41 Failure Wauplin:dont-use-deprecated-dataset-filter
September 12, 2024 08:41 Failure
[CI] Deprecate Python3.7 and invalidate cache weekly
.github/workflows/delete_doc_comment_trigger.yml #39: Pull request #506 by tomaarsen
September 12, 2024 08:29 Failure Wauplin:deprecate-python-37-and-test-python-311
September 12, 2024 08:29 Failure
Renamed evaluation_strategy to eval_strategy
.github/workflows/delete_doc_comment_trigger.yml #38: Pull request #538 by tomaarsen
September 12, 2024 08:28 Failure sergiopaniego:update_eval_strategy
September 12, 2024 08:28 Failure
Bugfix: Error in optimum-intel notebook due to missing attributes after torch.compile()
.github/workflows/delete_doc_comment_trigger.yml #37: Pull request #517 by tomaarsen
April 30, 2024 14:19 Failure danielkorat:optimum-fix
April 30, 2024 14:19 Failure
Bugfix: Error in optimum-intel notebook due to missing attributes after torch.compile()
.github/workflows/delete_doc_comment_trigger.yml #36: Pull request #516 by danielkorat
April 30, 2024 13:52 Failure danielkorat:opt-intel-nb-fix
April 30, 2024 13:52 Failure
bugfix: set model mode to eval
.github/workflows/delete_doc_comment_trigger.yml #35: Pull request #514 by danielkorat
April 25, 2024 13:29 Failure setfit-optimum-intel-bugfix
April 25, 2024 13:29 Failure
Switch to differentiable head, larger input sequence
.github/workflows/delete_doc_comment_trigger.yml #34: Pull request #489 by tomaarsen
April 3, 2024 12:20 Failure danielkorat:faster-optimum-intel-nb
April 3, 2024 12:20 Failure
Add files via upload
.github/workflows/delete_doc_comment_trigger.yml #33: Pull request #497 by MosheWasserb
March 21, 2024 08:30 Failure Sentiment_zeroshot
March 21, 2024 08:30 Failure
Add loss logging to diff head training
.github/workflows/delete_doc_comment_trigger.yml #32: Pull request #501 by nvjoshi2
March 19, 2024 18:27 Failure cyvidia:add_loss_logging
March 19, 2024 18:27 Failure
Fix Errors in setfit-onnx-optimum Notebook
.github/workflows/delete_doc_comment_trigger.yml #31: Pull request #496 by tomaarsen
March 11, 2024 09:23 Failure danielkorat:onnx-optimum-fix
March 11, 2024 09:23 Failure
Optimum-Intel Notebook
.github/workflows/delete_doc_comment_trigger.yml #30: Pull request #484 by tomaarsen
February 2, 2024 16:46 Failure danielkorat:optimum-intel-nb-fix
February 2, 2024 16:46 Failure
Optimum-Intel notebook: fix quantization explanation
.github/workflows/delete_doc_comment_trigger.yml #29: Pull request #483 by tomaarsen
February 1, 2024 21:24 Failure danielkorat:optimum-intel-nb-fix
February 1, 2024 21:24 Failure
optimum-intel notebook
.github/workflows/delete_doc_comment_trigger.yml #28: Pull request #480 by tomaarsen
February 1, 2024 18:51 Failure danielkorat:intel-optimum-notebook
February 1, 2024 18:51 Failure
[feat] Set labels based on head classes, if possible
.github/workflows/delete_doc_comment_trigger.yml #27: Pull request #476 by tomaarsen
January 16, 2024 16:56 Failure tomaarsen:feat/auto_set_labels
January 16, 2024 16:56 Failure
Refactor training logs & warmup_proportion
.github/workflows/delete_doc_comment_trigger.yml #26: Pull request #475 by tomaarsen
January 16, 2024 14:01 Failure tomaarsen:fix/update_train_logs
January 16, 2024 14:01 Failure
[absa] Add SetFitABSA notebook on FiQA
.github/workflows/delete_doc_comment_trigger.yml #25: Pull request #471 by tomaarsen
January 11, 2024 16:04 Failure tomaarsen:notebook/setfit_absa_fiqa
January 11, 2024 16:04 Failure