Andrew Maguire
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 Maguire
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
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
kostiak
d183c343a9
Temporary fix for #506 to get the frontend working ( #508 )
2023-01-07 23:55:44 +01:00
Andrew Maguire
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 Maguire
3977ff630c
add docs side url to docs/readme ( #484 )
2023-01-07 22:21:52 +01:00
Andreas Köpf
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
jojopirker
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 Stanley
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öpf
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żóg
595decadaf
Merge pull request #488 from SzymonOzog/InstructorTraining
...
Added deberta configs and cosine scheduler to instructor
2023-01-07 21:13:21 +01:00
AbdBarho
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 Hug
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
AbdBarho
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
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
AbdBarho
4ecdc57621
Merge pull request #470 from kostiak/website-tasks-refactor-2
...
Refactor tasks into components
2023-01-07 16:59:01 +01:00
Szymon Ożóg
f304921bd5
Added deberta configs
2023-01-07 16:36:55 +01:00
Szymon Ożóg
d0942a3256
Added option to use cosine scheduler
2023-01-07 16:36:38 +01:00
Kostia
7d014cc35b
Added TaskCategory enum
2023-01-07 17:25:15 +02:00
AbdBarho
ff1208111c
Merge pull request #482 from Klotske/fix-next-link
...
#479 - Fixed FOUC on website
2023-01-07 16:23:08 +01:00
Andreas Köpf
96d6717be4
Fetch conversation for seed data tasks, minor model fixes ( #485 )
...
* Fetch conversation for seed data, fix models, remove redundant payload type checks
2023-01-07 15:59:54 +01:00
Kostia
7d6a8fa8d0
Add instruction/overview to TaskType. Fix capitalize.
2023-01-07 16:56:47 +02:00
Andrew Maguire
eaefa68dea
add colab buttons to notebooks ( #468 )
2023-01-07 13:54:16 +00:00
Andrew Maguire
cff0b7ee01
remove docs-site-poc branch ( #464 )
2023-01-07 14:43:59 +01:00
Yannic Kilcher
36462b12d2
Merge pull request #463 from andrewm4894/add-andrewm4894-codeowners-docs-devcontainer
...
add andrewm4894 as /docs/ /.devcontainer/ codeowner
2023-01-07 14:43:35 +01:00
Ken Tsui
043b5eff5a
Add DEBUG_USD_SEED_DATA_PATH in config to make seed data flexible ( #395 )
...
* Add DEBUG_USD_SEED_DATA_PATH in config to make seed data flexible
* reformat
* Copy test_data folder in Dockerfile.backend, correct DEBUG_USE_SEED_DATA_PATH in cofig
* - make DEBUG_USE_SEED_DATA_PATH to absolute path
- correct test_data path in Dockerfile.backend
2023-01-07 14:37:30 +01:00
klotske
a493fc2fe9
Changed some links to NextJS & Fixed messages page
2023-01-07 16:32:24 +03:00
AbdBarho
99dcfd06ed
Merge pull request #478 from LAION-AI/cleanup-web-import-warnings
...
Fixing most of the eslint warnings in the web code
2023-01-07 12:18:04 +01:00
AbdBarho
c9e5f1f32e
Merge pull request #476 from LAION-AI/237-admin-page
...
Adding a very rudimentary admin page that displays a table of users
2023-01-07 12:17:01 +01:00
Keith Stevens
ac409be6f9
Fixing a build issue I introduced
2023-01-07 20:04:54 +09:00
Keith Stevens
19ff44f442
Fixing a build issue I introduced
2023-01-07 20:01:50 +09:00
Keith Stevens
dca0ba1774
Fixing most of the eslint warnings in the web code
2023-01-07 19:57:59 +09:00
Keith Stevens
8f459d9aae
Addressing review comments
2023-01-07 19:43:10 +09:00
Keith Stevens
b70c638f7c
Adding a very rudimentary admin page that displays a table of users and their basic information
2023-01-07 19:13:26 +09:00
Keith Stevens
d59a75a0be
Merge pull request #440 from jojopirker/messageNavigation
...
#309 - Message navigation
2023-01-07 18:44:32 +09:00
jojopirker
4f5a864305
visual cleanup
2023-01-07 10:23:08 +01:00
Keith Stevens
9d3c278485
Merge pull request #475 from LAION-AI/simplify-footer
...
Simplify Footer
2023-01-07 18:03:05 +09:00