-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add comment to divide functions/ui (c2fbbc311616f60f3dbc1e546d20517329b41486) - fix typo (3ef1fed40b702eb482f9017241a2d3641cde3946) - move sign in button to another column (ea29202ac74e3b567f8bbc83f2dd01edeb7e00b5) - make sign in button smaller (3b5e775206b9e2276d8d5afd14d5a2ae6eb0f852) - remove repeated import (9c1769a069aa5cadade2e120ebbfbb3524b4a71c) - move sign in button to the right (5d91425bc46bbed12e76279e32eed828738f2e78) - modify column width and typos (2b5c2e3fa953fcd1e7bbc5d50fa1eaa18cf51a7f) - update successful message and pipeline code (4234ad816ad254da4dc0a2bdf4f6ee901f3ab647) - update dataframe visualizations (7350fc6b3cdabd3c88562f7ebea772ea936b293b) - update text and order parameter layout (45693e1d9d5340197d0a5298329a1b176836e5e9) - typo (2673ebc69f8b3ee53ca0bea400abe8b18dcec6c7) - add temperature for system prompt (857f1ba71f10ddb10f045923601746daed130b19) - update textcat (separate prompt and labels) and use input parameters (4e193106207eda3f59650448038a680c25075972) - update sft and use input parameters (dea11022bc5c78e08481e4e90bbb73b0402cdadc) - update push dataset (49d5948eb076fc8b3354a9d4acdaac477fc0c398) - add evaluation task (34371d30aa99cdb709c9def84739ab3b8b7fa611) - hide pipeline ui each time it generates (c26510fcff621c6a144917e1a56d5f87dd41fd41) - move order hide pipeline ui (1b00519115b913bff86a6f2ba061f97eb860e78a) - merge remote tracking branch (1c412e2113c3889b13572af931a3be19fc93df5a)
- Loading branch information
Sara Han Díaz
authored and
system
committed
Dec 3, 2024
1 parent
7afacd5
commit fb096d2
Showing
11 changed files
with
1,425 additions
and
555 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = [ | |
{name = "davidberenstein1957", email = "[email protected]"}, | ||
] | ||
dependencies = [ | ||
"distilabel[hf-inference-endpoints,argilla,outlines]>=1.4.1", | ||
"distilabel[hf-inference-endpoints,argilla,outlines,instructor]>=1.4.1", | ||
"gradio[oauth]<5.0.0", | ||
"transformers>=4.44.2", | ||
"sentence-transformers>=3.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.