Questions tagged [google-cloud-automl-nl]

50 questions
6
votes
2 answers

google.api_core.exceptions.PermissionDenied: 403 The caller does not have permission

I have used AutoMl Vision api from gcp and trained it with my custom dataset. I'm able to get predict the data GCP console but not able to store the predicted output. For the purpose of storing the predicted data output and to use my local data for…
4
votes
0 answers

Tensorflow.js pretrained Google AutoML model not working

I've trained a model on Google Cloud AutoML. And I've used it on this code:
4
votes
3 answers

Format of the input dataset for Google AutoML Natural Language multi-label text classification

What should the format of the input dataset be for Google AutoML Natural Language multi-label text classification? I know that for multi-class classification I need a column of text and another column for labels. The labels column include one label…
3
votes
1 answer

How do I train to find the occurrence of a US state in NLP?

How do I train to find the occurrence of a US state, when this set is constrained to 50 states because we need a large amount of data (say 1000 rows) to train a certain label.
2
votes
0 answers

Training pipeline failed with error message: Val split contains no sample

Training pipeline failed with error message: Val split contains no sample. Is there a site where these error message are explained in more detail. What does the above error mean when I do have samples
san kumar
  • 39
  • 1
2
votes
1 answer

export google cloud auotml model

I have trained, deployed and evaluated a model successfully on google cloud platform's natural language product AutoML Text & Document Classification. When i see all deployed models, there is no option to export the model, only delete option is…
Bhavya
  • 572
  • 3
  • 14
2
votes
0 answers

Unable to upload training data for AutoML entity extraction NLP

I am able to upload the test data from the Quickstart example but when I try and upload data from my own google cloud storage I get "Error: Cannot find the referenced file: in request." I tried taking the data from the quick start that I know…
Bob
  • 51
  • 1
1
vote
1 answer

Send pdf instead of TextSnippet in goole automl enrity extraction

I have created a custom processor using google AutoML entity extractor and trained few pdfs. The Pdf's actually contains Photo identity card. I was able to test it in their UI and it was able to extract the entity properly. Now Im using their Java…
1
vote
0 answers

Ai used for recognizing emojis on wallpaper

I want to build an app that will recognize what emojis have been used on the wallpaper. So for instance this app will receive on input: And on output should array of names of recognizing emojis return: [ "Smiling Face with Sunglasses", …
1
vote
2 answers

Annotation specs - AutoML (GCP)

I'm using the Natural Language module on Google Cloud Platform and more specifically AUTOML for text classification. I come across this error which I do not understand when I have finished importing my data and the text has been processed : Error:…
1
vote
0 answers

Google AUTOML API integration issue using service account

I am trying to integrate few of Google AUTOML API's to my system and I am always getting an error as "Service account credentials are invalid". I have tried creating multiple Private keys but none of them worked, I believe I have correctly followed…
1
vote
1 answer

Model is not deployed and cannot predit

On Google Cloud Automl - Language Classification, I put in the following request for prediction. I am getting - The model is not deployed, hence not supported for prediction yet. How do we deploy a model ? I do not see any documentation if deploying…
webscale
  • 13
  • 3
1
vote
1 answer

Google AutoML training error

I loaded a dataset into google automl, using the UI. I got the message that I have enough labeled text and can start training, however when I click on Start Training, I get the error Exception while handling your request: Request contains an…
0
votes
0 answers

Vertex Ai AutoML Endpoint Error: "TypeError: predict_tabular_classification_sample() got an unexpected keyword argument 'instances'"

Google Cloud AutoML tabular classification model created. Followed instructions for Python in Sample Request Code. Error: TypeError: predict_tabular_classification_sample() got an unexpected keyword argument 'instances' Sample Request Code…
0
votes
0 answers

Big Query AutoML - misleading reported performance

I've been running AutoML on some Shopify data stored in BQ. After training, the evaluation page shows great performance, but when running ml.evaluate on either training or test sets it predicts only 1 class and the metric gets off also with…
1
2 3 4