LLM Labs (beta)
Enable your integration with models from Datasaur LLM Lab
Creating an LLM Labs Sandbox
{
"Category": ["Minute of Meeting"],
"Suggestion": ["Move the 'Issues' section to the top of the notes instead of keeping it at the bottom."]
}Prompt example to generate the correct JSON Object format
Given the document text, please extract the following information and present it in JSON format as shown below:
- *Category*: The type of text or notes provided. Please choose one from "Minutes of Meeting," "Draft," or "Budget Plan."
- *Suggestion*: A recommendation based on best practices for creating better notes for "Minutes of Meeting," "Draft," or "Budget Plan."
Instructions Summary:
1. Extract and present the information in the specified JSON format.
2. Ensure that all extracted data is accurate and corresponds directly to the content of each document.
Return the value of extracted fields in JSON structure in plain text, following this JSON FORMAT
{
"Category": [list of Category answer],
"Suggestion": [list of Suggestion answer]
}
VERY IMPORTANT
RETURN THE ANSWER WITHOUT ```json
EXTRACT ANSWER THAT PRECISELY WRITTEN IN DOCUMENT CONTEXTAdvance hyperparameters in the LLM Labs Sandbox

Accessing Your Deployed LLM Labs Sandbox in ML Assisted Labelling

ML-assisted labeling with LLM Labs for span labeling 
ML-assisted labeling with LLM Labs for row labeling 
ML-assisted labeling with LLM Labs for document labeling
Prediction Process



Last updated