You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am running predictions using a Model with label-studio-ml-backend. It works correctly if the task contains an inline text like this:
{
"data": {
"text": "This is the text to annotate"
}
}
I realized the problem because when I generated a prediction I only got one label on the first 2 characters, which corresponds to s3 which is indeed a Technology.
It would help if there was a way to retrieve directly the contents of my s3 file before running the prediction. Or do I have to implement that manually in my ml-backend.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am running predictions using a Model with label-studio-ml-backend. It works correctly if the task contains an inline text like this:
However it doesn't work properly on
Expected behavior
Predictions should be run on the content of the file in my url
Environment (please complete the following information):
Additional context
When switching from
text
totext_url
I also adapted the labeling interface to either include or not thevalueType="url"
I realized the problem because when I generated a prediction I only got one label on the first 2 characters, which corresponds to
s3
which is indeed a Technology.It would help if there was a way to retrieve directly the contents of my s3 file before running the prediction. Or do I have to implement that manually in my ml-backend.
The text was updated successfully, but these errors were encountered: