Skip to content

Commit

Permalink
chore: OPTIC-1337: Update tooltips (HumanSignal#6737)
Browse files Browse the repository at this point in the history
  • Loading branch information
eurica authored Dec 11, 2024
1 parent 232d5b3 commit 1747ab0
Showing 1 changed file with 28 additions and 16 deletions.
44 changes: 28 additions & 16 deletions web/apps/labelstudio/src/components/HeidiTips/liveContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,50 +189,62 @@
],
"authPage": [
{
"title": "Did you know?",
"description": "You can sync data from all popular cloud storage providers to collect new items for labeling as they are uploaded, and return the annotation results to train and continuously improve models.",
"title": "Auto-labeling with Prompts",
"description": "Prompts allows you to leverage LLMs to swiftly generate accurate predictions, enabling instant labeling of thousands of tasks.",
"link": {
"label": "Learn more",
"url": "https://labelstud.io/guide/storage",
"url": "https://docs.humansignal.com/guide/prompts_overview",
"params": {
"experiment": "login_revamp",
"treatment": "sync_cloud_data"
"treatment": "prompts_auto_labeling"
}
}
},
{
"title": "Did you know?",
"description": "You can enable webhooks to trigger machine learning model training or perform active learning after a certain number of tasks have been annotated.",
"title": "Prompt Engineering",
"description": "Manage, evaluate, and iterate on LLM prompts against human-labelled golden datasets.",
"link": {
"label": "Learn more",
"url": "https://docs.humansignal.com/guide/prompts_overview#Prompt-evaluation-and-fine-tuning",
"params": {
"experiment": "login_revamp",
"treatment": "prompt_engineering"
}
}
},
{
"title": "New Feature!",
"description": "You can now label multi-page documents like PDFs.",
"link": {
"label": "See use cases",
"url": "https://labelstud.io/guide/webhooks#What-to-use-Label-Studio-webhooks-for",
"label": "Learn more",
"url": "https://labelstud.io/templates/multi-page-document-annotation",
"params": {
"experiment": "login_revamp",
"treatment": "enable_webhooks"
"treatment": "multi_image"
}
}
},
{
"title": "Did you know?",
"description": "There's an Enterprise version of Label Studio packed with more features and automation to label data faster while ensuring the highest quality.",
"description": "Label Studio now has a Starter Cloud offering optimized for small teams and projects.",
"link": {
"label": "Learn more",
"url": "https://humansignal.com/goenterprise/",
"url": "https://humansignal.com/pricing/",
"params": {
"experiment": "login_revamp",
"treatment": "enterprise_platform"
"treatment": "starter_cloud"
}
}
},
{
"title": "Did you know?",
"description": "Label Studio has dozens of pre-built templates for all data types you can use to configure your labeling UI, from image classification to sentiment analysis to supervised LLM fine-tuning. ",
"description": "There's an Enterprise version of Label Studio packed with more features and automation to label data faster while ensuring the highest quality.",
"link": {
"label": "See all templates",
"url": "https://labelstud.io/templates",
"label": "Learn more",
"url": "https://humansignal.com/goenterprise/",
"params": {
"experiment": "login_revamp",
"treatment": "templates"
"treatment": "enterprise_platform"
}
}
}
Expand Down

0 comments on commit 1747ab0

Please sign in to comment.