Commit Graph
1718 Commits
Author SHA1 Message Date
ericv105 a0d656404e scripts for typecheck and cypress component tests 2023-01-07 23:01:20 -05:00
James Melvin e018e4ffd1 Merge branch 'main' into 371_set_labels 2023-01-08 09:28:38 +05:30
James Melvin f5130b0fd8 fix: new web route to update text_labels
fix: minimum changes to textFlagLabels to keep it coherent with the backend
2023-01-08 09:16:48 +05:30
theblackcat102 a1e1445de9 [fix] evaluation dataset is incorrect in reward-model/trainer.py 2023-01-08 03:42:40 +00:00
James Melvin eaf7d74b3e fix: new web route to update text_labels
fix: minimum changes to textFlagLabels to keep it coherent with the backend
2023-01-08 08:53:56 +05:30
theblackcat102 9d05b73efc [fix] syntax error and some typing issue in py38 2023-01-08 02:15:08 +00:00
theblackcat102 116045915e [fix] syntax error and some typing issue in py38 2023-01-08 02:14:49 +00:00
Keith StevensandGitHub 0f9e6d96e1 Merge pull request #511 from notmd/task_control_mobile_ui
fix: improve `TaskControls` UI on mobile
2023-01-08 10:36:32 +09:00
theblackcat102 9eb401c633 [fix] resolve conflict from main 2023-01-08 01:32:39 +00:00
Keith StevensandGitHub 0d91e748ef Merge pull request #477 from LAION-AI/label-initial-prompt
Label Initial Prompt
2023-01-08 10:32:12 +09:00
Keith StevensandGitHub ca132c6b13 Merge pull request #480 from Klotske/add-admin-dashboard-layout
#432 - Added basic Admin Dashboard layout
2023-01-08 10:27:38 +09:00
Andrew Maguire 1082c27879 typo 2023-01-08 01:03:54 +00:00
Andrew Maguire 191ef2eeb2 dev 2023-01-08 01:02:23 +00:00
Andrew Maguire 0c58b5d01f typo 2023-01-08 01:01:33 +00:00
Andrew MaguireandGitHub 978287f62c Merge pull request #4 from andrewm4894/example-notebook
dev
2023-01-08 01:00:12 +00:00
Andrew Maguire bc365cb46f dev 2023-01-08 00:59:18 +00:00
Andrew MaguireandGitHub 24a8db7e47 Merge pull request #3 from andrewm4894/example-notebook
dev
2023-01-08 00:52:40 +00:00
Andrew Maguire bb469b9cd7 dev 2023-01-08 00:51:50 +00:00
Andrew MaguireandGitHub d39cff50fc Merge pull request #2 from andrewm4894/example-notebook
dev
2023-01-08 00:48:11 +00:00
Andrew Maguire 55cb144471 dev 2023-01-08 00:47:14 +00:00
Andrew MaguireandGitHub 4c8295e7c5 Merge pull request #1 from andrewm4894/example-notebook
Example notebook
2023-01-08 00:24:00 +00:00
Andrew Maguire ff399ef875 dev 2023-01-08 00:21:36 +00:00
Andrew Maguire 11f52d8d58 dev 2023-01-08 00:15:29 +00:00
Andrew Maguire 4e9bedca4b dev 2023-01-08 00:13:35 +00:00
Andrew Maguire 8a1b1e46e7 dev 2023-01-08 00:09:50 +00:00
Andrew Maguire 4953c698ae dev 2023-01-08 00:09:13 +00:00
Andrew Maguire 04c7ea031f dev 2023-01-08 00:06:17 +00:00
notmd 6e0e820f94 fix: desktop regression 2023-01-08 06:59:38 +07:00
notmd 25ce928733 fix: improve TaskControls UI on mobile 2023-01-08 06:53:39 +07:00
Andrew Maguire 834d393950 dev 2023-01-07 23:43:57 +00:00
Andrew Maguire 056a0f9f1c initial binder example 2023-01-07 23:20:04 +00:00
kostiakandGitHub d183c343a9 Temporary fix for #506 to get the frontend working (#508) 2023-01-07 23:55:44 +01:00
Andrew MaguireandGitHub cf4a62a984 add docs badge to readme (#462) 2023-01-07 22:54:01 +01:00
Yannic Kilcher c57db6d0df typo 2023-01-07 22:24:47 +01:00
Andrew MaguireandGitHub 3977ff630c add docs side url to docs/readme (#484) 2023-01-07 22:21:52 +01:00
Andreas KöpfandGitHub d910c310c0 fix text_frontend 204 & creation of labeling tasks (#487) 2023-01-07 21:58:29 +01:00
Andreas Köpf 5e01f421aa add 'help_text' to valid_lables response 2023-01-07 21:48:11 +01:00
jojopirkerandGitHub 5fb0121668 #438 Frontend type (#483)
* add dev setup to readme & alembic description

* frontend_type for api_client

* readme update & missing file

* pre-commit
2023-01-07 21:33:57 +01:00
Oliver StanleyandGitHub 45f2f3a60e Validate text labels in text frontend (#495)
* Validate text labels in text frontend

* Correct task type
2023-01-07 21:30:18 +01:00
Andreas KöpfandGitHub 5b2cb5dd29 add api/v1/text_labels/valid_labels backend endpoint (#498)
Provides the set of valid text_lables with descriptions via a REST endpoint.
2023-01-07 21:28:24 +01:00
Szymon OżógandGitHub 595decadaf Merge pull request #488 from SzymonOzog/InstructorTraining
Added deberta configs and cosine scheduler to instructor
2023-01-07 21:13:21 +01:00
AbdBarhoandGitHub c6aab3d8b1 Merge pull request #501 from kostiak/message-table-in-evaluate-task
Using MessageTable in EvaluateTask
2023-01-07 19:43:22 +01:00
Kostia 7384b0d428 Using MessageTable in EvaluateTask 2023-01-07 20:18:12 +02:00
Daniel HugandGitHub f75a07301b Conversation messages refactor add msg ids (#500)
* update ConversationMessage in protocal.py

* updated ConversationMessage instantiations in tasks.py and util.py to include message_id and frontend_message_id

* changed message_id and frontend_message_id to type UUID

* update ConversationMessage instantiation in main.py to include message_id and frontend_message_id"

* changed frontend_message_id to type str

* ran precomit
2023-01-07 19:16:32 +01:00
AbdBarhoandGitHub 8e03e87367 Merge pull request #494 from Klotske/fix-word-count
#492 - Add regex word counter
2023-01-07 18:06:25 +01:00
klotske 20a734d1e1 Add regex word counter 2023-01-07 19:33:58 +03:00
AbdBarho 2a5d37a07f Remove unused task elements 2023-01-07 17:29:03 +01:00
AbdBarho 53814d77ab Label Initial Prompt 2023-01-07 17:24:43 +01:00
AbdBarhoandGitHub a18ef5b850 Merge pull request #490 from LAION-AI/465_fix_discord_link
Replace expired OA discord links
2023-01-07 17:23:41 +01:00
Andreas Köpf 41c1519f86 Replace expired OA discord links 2023-01-07 17:07:49 +01:00