-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model Training and Management: Documentation #69
Comments
Autotune DocsTrain "model" Workflow Models Dataset LStudio Components | Config NER {
"model": "",
"task": "NER",
"labelStudioElement": {
"name": "Named Entity Recognition",
"config": {
"labels":[
{
"name": "",
"value": ""
}
]
}
},
"telemetryDataField": {
"input": "",
"output": ""
}
} Translation {
"model": "",
"task": "Translation",
"labelStudioElement": {
"name": "Translation",
"config": {
"from": "english",
"to": "odia"
}
},
"telemetryDataField": {
"input": "inputFieldName",
"output": "outputFieldName"
}
} Document Retrieval {
"model": "",
"task": "",
"labelStudioElement": {
"name": "Document Retrieval",
"config": {
}
},
"telemetryDataField": {
"input": "inputFieldName",
"output": "outputFieldName"
} Text Classification {
"model": "",
"task": "",
"labelStudioElement": {
"name": "Text Classification",
"config": {
"choices": ["Choice 1", "Choice 2"]
}
},
"telemetryDataField": {
"input": "inputFieldName",
"output": "outputFieldName"
} |
|
Fields In Admin Panel Valid for feedback:
C.C. @prtkjakhar Label Studio ElementsTranslation Component: Machine TranslationLabeling Configuration | Playground Frontend Return Type: {
"Record ID":"",
"Query":"Hello"
} Example JSON Response
{
"english": "To have faith is to trust yourself to the water"
}
[
{
"value": {
"text": [
"ବିଶ୍ୱାସ ରହିବା ହେଉଛି ନିଜକୁ ପାଣି ଉପରେ ବିଶ୍ୱାସ କରିବା |"
]
},
"meta": {
"lead_time": 1.408
},
"id": "O91KmzN127",
"from_name": "odia",
"to_name": "english",
"type": "textarea"
}
] |
closing this as outdated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This ticket is to be used to collate documentation being generated for #62
Model Specification Sheet
Documented Entities:
The text was updated successfully, but these errors were encountered: