Commit Graph

1075 Commits

Author SHA1 Message Date
AbdBarho ad91bfe201 Use hooks for "create" tasks 2023-01-08 19:19:52 +01:00
AbdBarho bbee761c90 Merge pull request #548 from k-nearest-neighbor/theme_verify_page
Add theme to verify page. Simplify
2023-01-08 18:11:12 +01:00
Desmond Grealy 35292e800a Add theme to verify page. Simplify 2023-01-08 08:35:58 -08:00
Yannic Kilcher 713e3501a1 Merge pull request #545 from LAION-AI/amend-contributing-to-pre-commit-url
added pre-commit guides and purposely did not run pre-commit
2023-01-08 16:59:46 +01:00
Yannic Kilcher dc5a7d5c10 ran pre-commit 2023-01-08 16:57:17 +01:00
Yannic Kilcher 4769db59c2 added pre-commit guides and purposely did not run pre-commit 2023-01-08 16:53:48 +01:00
Yannic Kilcher c4b55d2f13 updated pre-commit workflow to post advice to users 2023-01-08 16:51:59 +01:00
Yannic Kilcher ec0f9bb536 Merge pull request #535 from olliestanley/525-refine-hate-speech
525: Refine label for hate_speech
2023-01-08 16:04:42 +01:00
Yannic Kilcher 89d181330a Merge pull request #534 from olliestanley/524-refine-harmful
524: Refine label for harmful -> excessive_harm
2023-01-08 15:50:57 +01:00
Yannic Kilcher fe7c2c5157 Merge pull request #526 from jojopirker/bugfixForFrontendType
bugfix in alembic downgrade (frontend_type not frontend_id)
2023-01-08 15:49:58 +01:00
Oliver 570d39edec Refine label for hate_speech 2023-01-08 11:51:32 +00:00
AbdBarho b554f8b68b Merge pull request #532 from LAION-AI/237-admin-paginate-users
Adidng simple pagination to the admin user view #237
2023-01-08 12:48:57 +01:00
Oliver 78fac2b5f5 Refine label for harmful 2023-01-08 11:44:57 +00:00
Keith Stevens 2a8491096e Merge pull request #530 from LAION-AI/label_assistant_reply
Add Label Assistant Reply  Task
2023-01-08 20:26:27 +09:00
Keith Stevens e69715fbec Fixing some lint errors with the new admin features 2023-01-08 20:21:13 +09:00
AbdBarho d99c0e2d2f Use enum for type definition 2023-01-08 12:12:15 +01:00
Keith Stevens 39485c6ced Adding simple pagination to the admin user's view 2023-01-08 20:11:26 +09:00
AbdBarho c9a3813b8f Add Label Assistant Reply Task 2023-01-08 12:07:26 +01:00
Keith Stevens 15a88309f8 Merge pull request #523 from LAION-AI/label_prompter_reply
Add Label Prompter Reply Task
2023-01-08 19:45:53 +09:00
Keith Stevens 56c6b54e6c Merge pull request #529 from LAION-AI/loop
Fix infinite fetch loop in messages dashboard
2023-01-08 19:42:30 +09:00
AbdBarho 5c48e34abb Fix infinite fetch loop in messages
if user has not submitted anything
2023-01-08 11:32:42 +01:00
jojopirker 9194e15b80 bugfix in alembic downgrade (frontend_type not frontend_id) 2023-01-08 10:59:12 +01:00
AbdBarho d4bf2be291 Updating task schema according to backend 2023-01-08 10:58:24 +01:00
AbdBarho fd9edf29d5 Use MessageTable 2023-01-08 10:52:57 +01:00
AbdBarho f7dceee87a Add LabelPrompterReplyTask 2023-01-08 10:52:57 +01:00
AbdBarho a19e0fa085 Extract generic code out of labeling task 2023-01-08 10:52:57 +01:00
Oliver Stanley 710898903d Initial revision to valid text labels (#509) 2023-01-08 10:31:29 +01:00
AbdBarho af1e9c39a2 Merge pull request #521 from LAION-AI/237-manage-user-page
Adding an admin page to manage a specific user's status
2023-01-08 10:04:37 +01:00
Keith Stevens fb0771995d Addressing review comments 2023-01-08 17:54:30 +09:00
sanagnos 00cddc42f0 Merge pull request #513 from LAION-AI/sft-hub-dataset
[feature] Add GPTJ synthetic dataset, fix reference removal regex for…
2023-01-08 10:47:48 +02:00
Keith Stevens c234e8b0d0 Adding an admin page to manage a specific user's status 2023-01-08 16:15:48 +09:00
Keith Stevens 33065ddcbb Merge pull request #518 from melvinebenezer/371_set_labels
#371 set labels
2023-01-08 15:06:47 +09:00
James Melvin e39602cf7c fix: review comments and frontend build issue in label_initial_prompt.tsx due to previous message_id changes 2023-01-08 11:19:01 +05:30
James Melvin d4fdaeca81 fix: pre-commit errors 2023-01-08 10:52:50 +05:30
James Melvin 3d469baaf5 fix: handling for 204 return status. Since text_labels API responds with no data 2023-01-08 10:26:32 +05:30
James Melvin c129ca9862 fix: propagated message_id to FlaggableElement.tsx 2023-01-08 10:20:38 +05:30
James Melvin 81a47eeafd fix: Removed console logs. 2023-01-08 10:17:28 +05:30
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 Stevens 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 Stevens 0d91e748ef Merge pull request #477 from LAION-AI/label-initial-prompt
Label Initial Prompt
2023-01-08 10:32:12 +09:00
Keith Stevens 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
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
kostiak d183c343a9 Temporary fix for #506 to get the frontend working (#508) 2023-01-07 23:55:44 +01:00