UnderstandingNLP icon indicating copy to clipboard operation
UnderstandingNLP copied to clipboard

Natural Language Processing Analysis

Results 5 UnderstandingNLP issues
Sort by recently updated
recently updated
newest added

Hii @bhadreshpsavani Based on your TFLite model experiments, I'm currently working on token classification inference. I've created a notebook, but I'm encountering difficulties when attempting to predict labels for tokens....

Found an Error while running the code. While calling the criterion, the arguments were on different devices.

@bhadreshpsavani I was able to convert from Hugging face whisper onnx to tflite(int8) model,however am not sure how to run the inference on this model Could you please review and...

I have convert a hugging face pytorch masked language model using your notebook,it worked awesome. Now i am unable to use the converted tflite model for inference? example: original model...

Hi, your notebook `TFLiteExperiments.ipynb` are awesome, I can run it in my CPU (tensorflow 2.3.1 or 2.4.1 is ok) without any bugs. But have you tried: - run that notebook...