Danilo Burbano
Danilo Burbano
Adding notebooks examples for building NER graph annotator and exporting NER logs Please don't merge until spark-nlp 4.1.0 release
## Description This PR introduces enhancements to the Spark NLP library, focusing on the efficient distribution of ONNX model files across Spark executors. Leveraging Spark's built-in file distribution capabilities, this...
Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template **System information**...
Please make sure that this is a feature request. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template **System...
Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template **System information**...
## Description This pull request introduces the AlbertForZeroShotClassification model implementation for both TensorFlow and ONNX frameworks. ## Motivation and Context To provide support for zero-shot classification tasks using the Alert...
## Description This pull request introduces the CamemBertForZeroShotClassification model implementation for both TensorFlow and ONNX frameworks. ## Motivation and Context To provide support for zero-shot classification tasks using the `CamemBert`...
I am working with tensorflow-java version 0.2.0 trying to find some feature similar to `tf.nn.embedding_lookup`. I found operations `LookupTableInsert` and `LookupTableFind`. Are any of these similar to `tf.nn.embedding_lookup`? In addition,...
## Description This pull request introduces the BLIPForQuestionAnswering transformer, enabling enhanced image-based question-answering capabilities. Usage Instructions To utilize this new transformer, a DataFrame with the following structure is required: -...
## Description This PR introduces two new configurable parameters to the `PdfToText` transformer and PDF Reader to enrich PDF parsing: - `extractCoordinates`: When enabled, outputs spatial metadata (text position and...