diff --git a/docs/_posts/ahmedlone127/2024-09-01-012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_en.md b/docs/_posts/ahmedlone127/2024-09-01-012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_en.md
new file mode 100644
index 00000000000000..60cb68055051c2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English 012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000 DeBertaForSequenceClassification from diogopaes10
+author: John Snow Labs
+name: 012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000` is a English model originally trained by diogopaes10.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_en_5.5.0_3.0_1725210154954.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_en_5.5.0_3.0_1725210154954.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|615.4 MB|
+
+## References
+
+https://huggingface.co/diogopaes10/012-microsoft-deberta-v3-base-finetuned-yahoo-8000_2000
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline_en.md
new file mode 100644
index 00000000000000..b543ea537ded87
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English 012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline pipeline DeBertaForSequenceClassification from diogopaes10
+author: John Snow Labs
+name: 012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline` is a English model originally trained by diogopaes10.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline_en_5.5.0_3.0_1725210205867.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline_en_5.5.0_3.0_1725210205867.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|012_microsoft_deberta_v3_base_finetuned_yahoo_8000_2000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|615.4 MB|
+
+## References
+
+https://huggingface.co/diogopaes10/012-microsoft-deberta-v3-base-finetuned-yahoo-8000_2000
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-abert_test_en.md b/docs/_posts/ahmedlone127/2024-09-01-abert_test_en.md
new file mode 100644
index 00000000000000..0cff044d60d5d6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-abert_test_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English abert_test AlbertEmbeddings from hizella
+author: John Snow Labs
+name: abert_test
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, albert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`abert_test` is a English model originally trained by hizella.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/abert_test_en_5.4.2_3.0_1725205737924.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/abert_test_en_5.4.2_3.0_1725205737924.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|abert_test|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[albert]|
+|Language:|en|
+|Size:|41.6 MB|
+
+## References
+
+https://huggingface.co/hizella/aBERT_test
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-abert_test_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-abert_test_pipeline_en.md
new file mode 100644
index 00000000000000..b82161d6dd6e6c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-abert_test_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English abert_test_pipeline pipeline AlbertEmbeddings from hizella
+author: John Snow Labs
+name: abert_test_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`abert_test_pipeline` is a English model originally trained by hizella.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/abert_test_pipeline_en_5.4.2_3.0_1725205740253.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/abert_test_pipeline_en_5.4.2_3.0_1725205740253.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("abert_test_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("abert_test_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|abert_test_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|41.6 MB|
+
+## References
+
+https://huggingface.co/hizella/aBERT_test
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-action_classifier_v0_en.md b/docs/_posts/ahmedlone127/2024-09-01-action_classifier_v0_en.md
new file mode 100644
index 00000000000000..59564d8cb75695
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-action_classifier_v0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English action_classifier_v0 MPNetEmbeddings from futuredatascience
+author: John Snow Labs
+name: action_classifier_v0
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`action_classifier_v0` is a English model originally trained by futuredatascience.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/action_classifier_v0_en_5.5.0_3.0_1725224727285.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/action_classifier_v0_en_5.5.0_3.0_1725224727285.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|action_classifier_v0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/futuredatascience/action-classifier-v0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-action_classifier_v0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-action_classifier_v0_pipeline_en.md
new file mode 100644
index 00000000000000..e9cb6b5784e68d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-action_classifier_v0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English action_classifier_v0_pipeline pipeline MPNetEmbeddings from futuredatascience
+author: John Snow Labs
+name: action_classifier_v0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`action_classifier_v0_pipeline` is a English model originally trained by futuredatascience.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/action_classifier_v0_pipeline_en_5.5.0_3.0_1725224749119.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/action_classifier_v0_pipeline_en_5.5.0_3.0_1725224749119.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("action_classifier_v0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("action_classifier_v0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|action_classifier_v0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/futuredatascience/action-classifier-v0
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-address_ner_en.md b/docs/_posts/ahmedlone127/2024-09-01-address_ner_en.md
new file mode 100644
index 00000000000000..5484421f7a4647
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-address_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English address_ner DistilBertForTokenClassification from walter133
+author: John Snow Labs
+name: address_ner
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`address_ner` is a English model originally trained by walter133.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/address_ner_en_5.4.2_3.0_1725172307773.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/address_ner_en_5.4.2_3.0_1725172307773.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|address_ner|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/walter133/address-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-address_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-address_ner_pipeline_en.md
new file mode 100644
index 00000000000000..49edeafade5993
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-address_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English address_ner_pipeline pipeline DistilBertForTokenClassification from walter133
+author: John Snow Labs
+name: address_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`address_ner_pipeline` is a English model originally trained by walter133.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/address_ner_pipeline_en_5.4.2_3.0_1725172321158.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/address_ner_pipeline_en_5.4.2_3.0_1725172321158.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("address_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("address_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|address_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/walter133/address-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-aec_ner_distilbert_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-aec_ner_distilbert_base_pipeline_en.md
new file mode 100644
index 00000000000000..237d57f4112eb6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-aec_ner_distilbert_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English aec_ner_distilbert_base_pipeline pipeline DistilBertForTokenClassification from mehrzad-shahin
+author: John Snow Labs
+name: aec_ner_distilbert_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`aec_ner_distilbert_base_pipeline` is a English model originally trained by mehrzad-shahin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/aec_ner_distilbert_base_pipeline_en_5.4.2_3.0_1725172581976.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/aec_ner_distilbert_base_pipeline_en_5.4.2_3.0_1725172581976.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("aec_ner_distilbert_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("aec_ner_distilbert_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|aec_ner_distilbert_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/mehrzad-shahin/aec-ner-distilbert-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-aigc_detector_env2_en.md b/docs/_posts/ahmedlone127/2024-09-01-aigc_detector_env2_en.md
new file mode 100644
index 00000000000000..4fd95f45dd0b64
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-aigc_detector_env2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English aigc_detector_env2 RoBertaForSequenceClassification from yuchuantian
+author: John Snow Labs
+name: aigc_detector_env2
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`aigc_detector_env2` is a English model originally trained by yuchuantian.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/aigc_detector_env2_en_5.4.2_3.0_1725194005423.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/aigc_detector_env2_en_5.4.2_3.0_1725194005423.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|aigc_detector_env2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|462.3 MB|
+
+## References
+
+https://huggingface.co/yuchuantian/AIGC_detector_env2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-aigc_detector_env2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-aigc_detector_env2_pipeline_en.md
new file mode 100644
index 00000000000000..6a7a48697fa00e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-aigc_detector_env2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English aigc_detector_env2_pipeline pipeline RoBertaForSequenceClassification from yuchuantian
+author: John Snow Labs
+name: aigc_detector_env2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`aigc_detector_env2_pipeline` is a English model originally trained by yuchuantian.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/aigc_detector_env2_pipeline_en_5.4.2_3.0_1725194037886.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/aigc_detector_env2_pipeline_en_5.4.2_3.0_1725194037886.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("aigc_detector_env2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("aigc_detector_env2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|aigc_detector_env2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|462.4 MB|
+
+## References
+
+https://huggingface.co/yuchuantian/AIGC_detector_env2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-airbnb_reviews_helpfulness_classifier_roberta_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-airbnb_reviews_helpfulness_classifier_roberta_base_en.md
new file mode 100644
index 00000000000000..5213724933f901
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-airbnb_reviews_helpfulness_classifier_roberta_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English airbnb_reviews_helpfulness_classifier_roberta_base RoBertaForSequenceClassification from lihuicham
+author: John Snow Labs
+name: airbnb_reviews_helpfulness_classifier_roberta_base
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`airbnb_reviews_helpfulness_classifier_roberta_base` is a English model originally trained by lihuicham.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/airbnb_reviews_helpfulness_classifier_roberta_base_en_5.4.2_3.0_1725194700306.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/airbnb_reviews_helpfulness_classifier_roberta_base_en_5.4.2_3.0_1725194700306.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|airbnb_reviews_helpfulness_classifier_roberta_base|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|427.9 MB|
+
+## References
+
+https://huggingface.co/lihuicham/airbnb-reviews-helpfulness-classifier-roberta-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-airbnb_reviews_helpfulness_classifier_roberta_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-airbnb_reviews_helpfulness_classifier_roberta_base_pipeline_en.md
new file mode 100644
index 00000000000000..330955eac35acc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-airbnb_reviews_helpfulness_classifier_roberta_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English airbnb_reviews_helpfulness_classifier_roberta_base_pipeline pipeline RoBertaForSequenceClassification from lihuicham
+author: John Snow Labs
+name: airbnb_reviews_helpfulness_classifier_roberta_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`airbnb_reviews_helpfulness_classifier_roberta_base_pipeline` is a English model originally trained by lihuicham.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/airbnb_reviews_helpfulness_classifier_roberta_base_pipeline_en_5.4.2_3.0_1725194740534.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/airbnb_reviews_helpfulness_classifier_roberta_base_pipeline_en_5.4.2_3.0_1725194740534.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("airbnb_reviews_helpfulness_classifier_roberta_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("airbnb_reviews_helpfulness_classifier_roberta_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|airbnb_reviews_helpfulness_classifier_roberta_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|427.9 MB|
+
+## References
+
+https://huggingface.co/lihuicham/airbnb-reviews-helpfulness-classifier-roberta-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_2_en.md b/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_2_en.md
new file mode 100644
index 00000000000000..7f858ebbf6fc39
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English albert_base_qa_2 AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_2` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_en_5.4.2_3.0_1725193194931.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_en_5.4.2_3.0_1725193194931.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_2_k_fold_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_2_k_fold_1_pipeline_en.md
new file mode 100644
index 00000000000000..5416f34003ddfa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_2_k_fold_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_2_k_fold_1_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_2_k_fold_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_2_k_fold_1_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_k_fold_1_pipeline_en_5.4.2_3.0_1725193501384.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_k_fold_1_pipeline_en_5.4.2_3.0_1725193501384.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_2_k_fold_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_2_k_fold_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_2_k_fold_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-2-k-fold-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_2_pipeline_en.md
new file mode 100644
index 00000000000000..3f3b5fcd6fd34e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_2_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_2_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_pipeline_en_5.4.2_3.0_1725193197186.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_pipeline_en_5.4.2_3.0_1725193197186.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-2
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_3_pipeline_en.md
new file mode 100644
index 00000000000000..ff5a7dbd8b6fb2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albert_base_qa_3_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_3_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_3_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_3_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_3_pipeline_en_5.4.2_3.0_1725193138142.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_3_pipeline_en_5.4.2_3.0_1725193138142.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-3
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albert_base_v2_cased_ner_en.md b/docs/_posts/ahmedlone127/2024-09-01-albert_base_v2_cased_ner_en.md
new file mode 100644
index 00000000000000..c134e96eeed43e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albert_base_v2_cased_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English albert_base_v2_cased_ner AlbertForTokenClassification from TunahanGokcimen
+author: John Snow Labs
+name: albert_base_v2_cased_ner
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, albert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_v2_cased_ner` is a English model originally trained by TunahanGokcimen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_v2_cased_ner_en_5.4.2_3.0_1725203582357.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_v2_cased_ner_en_5.4.2_3.0_1725203582357.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_v2_cased_ner|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/TunahanGokcimen/albert-base-v2-cased-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albert_base_v2_cased_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-albert_base_v2_cased_ner_pipeline_en.md
new file mode 100644
index 00000000000000..0c36a4ad43ccf4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albert_base_v2_cased_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English albert_base_v2_cased_ner_pipeline pipeline AlbertForTokenClassification from TunahanGokcimen
+author: John Snow Labs
+name: albert_base_v2_cased_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_v2_cased_ner_pipeline` is a English model originally trained by TunahanGokcimen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_v2_cased_ner_pipeline_en_5.4.2_3.0_1725203584701.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_v2_cased_ner_pipeline_en_5.4.2_3.0_1725203584701.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_v2_cased_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_v2_cased_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_v2_cased_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.1 MB|
+
+## References
+
+https://huggingface.co/TunahanGokcimen/albert-base-v2-cased-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albert_mongolian_mn.md b/docs/_posts/ahmedlone127/2024-09-01-albert_mongolian_mn.md
new file mode 100644
index 00000000000000..d6179f014ea472
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albert_mongolian_mn.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Mongolian albert_mongolian AlbertEmbeddings from bayartsogt
+author: John Snow Labs
+name: albert_mongolian
+date: 2024-09-01
+tags: [mn, open_source, onnx, embeddings, albert]
+task: Embeddings
+language: mn
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_mongolian` is a Mongolian model originally trained by bayartsogt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_mongolian_mn_5.4.2_3.0_1725205676289.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_mongolian_mn_5.4.2_3.0_1725205676289.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_offensive_lm_tapt|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[albert]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/k4black/albert-offensive-lm-tapt
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albert_offensive_lm_tapt_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-albert_offensive_lm_tapt_pipeline_en.md
new file mode 100644
index 00000000000000..fc52a4d7b2622b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albert_offensive_lm_tapt_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English albert_offensive_lm_tapt_pipeline pipeline AlbertEmbeddings from k4black
+author: John Snow Labs
+name: albert_offensive_lm_tapt_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_offensive_lm_tapt_pipeline` is a English model originally trained by k4black.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_offensive_lm_tapt_pipeline_en_5.4.2_3.0_1725205806280.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_offensive_lm_tapt_pipeline_en_5.4.2_3.0_1725205806280.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_offensive_lm_tapt_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_offensive_lm_tapt_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_offensive_lm_tapt_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/k4black/albert-offensive-lm-tapt
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albert_tiny_chinese_ner_pipeline_zh.md b/docs/_posts/ahmedlone127/2024-09-01-albert_tiny_chinese_ner_pipeline_zh.md
new file mode 100644
index 00000000000000..8b8367aa78be7a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albert_tiny_chinese_ner_pipeline_zh.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Chinese albert_tiny_chinese_ner_pipeline pipeline BertForTokenClassification from ckiplab
+author: John Snow Labs
+name: albert_tiny_chinese_ner_pipeline
+date: 2024-09-01
+tags: [zh, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: zh
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_tiny_chinese_ner_pipeline` is a Chinese model originally trained by ckiplab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_tiny_chinese_ner_pipeline_zh_5.4.2_3.0_1725163486559.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_tiny_chinese_ner_pipeline_zh_5.4.2_3.0_1725163486559.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_tiny_chinese_ner_pipeline", lang = "zh")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_tiny_chinese_ner_pipeline", lang = "zh")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_tiny_chinese_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|zh|
+|Size:|15.2 MB|
+
+## References
+
+https://huggingface.co/ckiplab/albert-tiny-chinese-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albertbase_qa_2_en.md b/docs/_posts/ahmedlone127/2024-09-01-albertbase_qa_2_en.md
new file mode 100644
index 00000000000000..70aa3b62196c9c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albertbase_qa_2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English albertbase_qa_2 AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albertbase_qa_2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albertbase_qa_2` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albertbase_qa_2_en_5.4.2_3.0_1725193140223.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albertbase_qa_2_en_5.4.2_3.0_1725193140223.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albertbase_qa_2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albertbase-qa_2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-albertbase_qa_2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-albertbase_qa_2_pipeline_en.md
new file mode 100644
index 00000000000000..e73c08fb425834
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-albertbase_qa_2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albertbase_qa_2_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albertbase_qa_2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albertbase_qa_2_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albertbase_qa_2_pipeline_en_5.4.2_3.0_1725193142597.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albertbase_qa_2_pipeline_en_5.4.2_3.0_1725193142597.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albertbase_qa_2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albertbase_qa_2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albertbase_qa_2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albertbase-qa_2
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_en.md b/docs/_posts/ahmedlone127/2024-09-01-all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_en.md
new file mode 100644
index 00000000000000..2341b9b1773cfd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic MPNetEmbeddings from AhmetAytar
+author: John Snow Labs
+name: all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic` is a English model originally trained by AhmetAytar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_en_5.5.0_3.0_1725224593299.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_en_5.5.0_3.0_1725224593299.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.1 MB|
+
+## References
+
+https://huggingface.co/AhmetAytar/all-mpnet-base-v2-fine-tuned_17_textbook_grobid_semantic
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline_en.md
new file mode 100644
index 00000000000000..8952fd92c123f0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline pipeline MPNetEmbeddings from AhmetAytar
+author: John Snow Labs
+name: all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline` is a English model originally trained by AhmetAytar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline_en_5.5.0_3.0_1725224620420.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline_en_5.5.0_3.0_1725224620420.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|all_mpnet_base_v2_fine_tuned_17_textbook_grobid_semantic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.1 MB|
+
+## References
+
+https://huggingface.co/AhmetAytar/all-mpnet-base-v2-fine-tuned_17_textbook_grobid_semantic
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-answer_finder_v1_s_english_en.md b/docs/_posts/ahmedlone127/2024-09-01-answer_finder_v1_s_english_en.md
new file mode 100644
index 00000000000000..979db7450e5f42
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-answer_finder_v1_s_english_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English answer_finder_v1_s_english BertForQuestionAnswering from sinequa
+author: John Snow Labs
+name: answer_finder_v1_s_english
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, bert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`answer_finder_v1_s_english` is a English model originally trained by sinequa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/answer_finder_v1_s_english_en_5.4.2_3.0_1725185315923.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/answer_finder_v1_s_english_en_5.4.2_3.0_1725185315923.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|answer_finder_v1_s_english|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|123.8 MB|
+
+## References
+
+https://huggingface.co/sinequa/answer-finder-v1-S-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-answer_finder_v1_s_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-answer_finder_v1_s_english_pipeline_en.md
new file mode 100644
index 00000000000000..d6e8384bb7da8a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-answer_finder_v1_s_english_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English answer_finder_v1_s_english_pipeline pipeline BertForQuestionAnswering from sinequa
+author: John Snow Labs
+name: answer_finder_v1_s_english_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`answer_finder_v1_s_english_pipeline` is a English model originally trained by sinequa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/answer_finder_v1_s_english_pipeline_en_5.4.2_3.0_1725185322397.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/answer_finder_v1_s_english_pipeline_en_5.4.2_3.0_1725185322397.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("answer_finder_v1_s_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("answer_finder_v1_s_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|answer_finder_v1_s_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|123.8 MB|
+
+## References
+
+https://huggingface.co/sinequa/answer-finder-v1-S-en
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-argumentmining_english_vfp_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-argumentmining_english_vfp_pipeline_en.md
new file mode 100644
index 00000000000000..abd617234c3007
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-argumentmining_english_vfp_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English argumentmining_english_vfp_pipeline pipeline RoBertaForSequenceClassification from raruidol
+author: John Snow Labs
+name: argumentmining_english_vfp_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`argumentmining_english_vfp_pipeline` is a English model originally trained by raruidol.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/argumentmining_english_vfp_pipeline_en_5.4.2_3.0_1725166956510.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/argumentmining_english_vfp_pipeline_en_5.4.2_3.0_1725166956510.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("argumentmining_english_vfp_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("argumentmining_english_vfp_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|argumentmining_english_vfp_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/raruidol/ArgumentMining-EN-VFP
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ariabert_fa.md b/docs/_posts/ahmedlone127/2024-09-01-ariabert_fa.md
new file mode 100644
index 00000000000000..0ad4fcd06edbf4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ariabert_fa.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Persian ariabert RoBertaEmbeddings from ViraIntelligentDataMining
+author: John Snow Labs
+name: ariabert
+date: 2024-09-01
+tags: [fa, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: fa
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ariabert` is a Persian model originally trained by ViraIntelligentDataMining.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ariabert_fa_5.4.2_3.0_1725165627342.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ariabert_fa_5.4.2_3.0_1725165627342.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ariabert|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|fa|
+|Size:|489.7 MB|
+
+## References
+
+https://huggingface.co/ViraIntelligentDataMining/AriaBERT
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-article_recognizer_en.md b/docs/_posts/ahmedlone127/2024-09-01-article_recognizer_en.md
new file mode 100644
index 00000000000000..16a0e8d8324250
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-article_recognizer_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English article_recognizer DistilBertForSequenceClassification from LaLaf93
+author: John Snow Labs
+name: article_recognizer
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`article_recognizer` is a English model originally trained by LaLaf93.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/article_recognizer_en_5.5.0_3.0_1725214175113.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/article_recognizer_en_5.5.0_3.0_1725214175113.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|article_recognizer|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/LaLaf93/article_recognizer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-article_recognizer_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-article_recognizer_pipeline_en.md
new file mode 100644
index 00000000000000..bd1834004de916
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-article_recognizer_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English article_recognizer_pipeline pipeline DistilBertForSequenceClassification from LaLaf93
+author: John Snow Labs
+name: article_recognizer_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`article_recognizer_pipeline` is a English model originally trained by LaLaf93.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/article_recognizer_pipeline_en_5.5.0_3.0_1725214188541.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/article_recognizer_pipeline_en_5.5.0_3.0_1725214188541.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("article_recognizer_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("article_recognizer_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|article_recognizer_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/LaLaf93/article_recognizer
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-atte_3_en.md b/docs/_posts/ahmedlone127/2024-09-01-atte_3_en.md
new file mode 100644
index 00000000000000..39873c4bc05a40
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-atte_3_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English atte_3 RoBertaForSequenceClassification from BaronSch
+author: John Snow Labs
+name: atte_3
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`atte_3` is a English model originally trained by BaronSch.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/atte_3_en_5.5.0_3.0_1725211856405.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/atte_3_en_5.5.0_3.0_1725211856405.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|atte_3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.5 MB|
+
+## References
+
+https://huggingface.co/BaronSch/Atte_3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-atte_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-atte_3_pipeline_en.md
new file mode 100644
index 00000000000000..09809098e1931b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-atte_3_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English atte_3_pipeline pipeline RoBertaForSequenceClassification from BaronSch
+author: John Snow Labs
+name: atte_3_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`atte_3_pipeline` is a English model originally trained by BaronSch.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/atte_3_pipeline_en_5.5.0_3.0_1725211881689.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/atte_3_pipeline_en_5.5.0_3.0_1725211881689.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("atte_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("atte_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|atte_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.5 MB|
+
+## References
+
+https://huggingface.co/BaronSch/Atte_3
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-automated_labeling_distilbert_en.md b/docs/_posts/ahmedlone127/2024-09-01-automated_labeling_distilbert_en.md
new file mode 100644
index 00000000000000..5a1a527c8481e2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-automated_labeling_distilbert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English automated_labeling_distilbert DistilBertForSequenceClassification from brittanyhlc
+author: John Snow Labs
+name: automated_labeling_distilbert
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`automated_labeling_distilbert` is a English model originally trained by brittanyhlc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/automated_labeling_distilbert_en_5.5.0_3.0_1725213837854.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/automated_labeling_distilbert_en_5.5.0_3.0_1725213837854.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|automated_labeling_distilbert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.6 MB|
+
+## References
+
+https://huggingface.co/brittanyhlc/automated-labeling-distilbert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-automated_labeling_distilbert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-automated_labeling_distilbert_pipeline_en.md
new file mode 100644
index 00000000000000..92713804c19460
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-automated_labeling_distilbert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English automated_labeling_distilbert_pipeline pipeline DistilBertForSequenceClassification from brittanyhlc
+author: John Snow Labs
+name: automated_labeling_distilbert_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`automated_labeling_distilbert_pipeline` is a English model originally trained by brittanyhlc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/automated_labeling_distilbert_pipeline_en_5.5.0_3.0_1725213852654.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/automated_labeling_distilbert_pipeline_en_5.5.0_3.0_1725213852654.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("automated_labeling_distilbert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("automated_labeling_distilbert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|automated_labeling_distilbert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.6 MB|
+
+## References
+
+https://huggingface.co/brittanyhlc/automated-labeling-distilbert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-autotrain_9jsce_l56hi_en.md b/docs/_posts/ahmedlone127/2024-09-01-autotrain_9jsce_l56hi_en.md
new file mode 100644
index 00000000000000..e730ee7c44a2b3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-autotrain_9jsce_l56hi_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English autotrain_9jsce_l56hi DistilBertForSequenceClassification from redblackbird
+author: John Snow Labs
+name: autotrain_9jsce_l56hi
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_9jsce_l56hi` is a English model originally trained by redblackbird.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_9jsce_l56hi_en_5.5.0_3.0_1725213851530.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_9jsce_l56hi_en_5.5.0_3.0_1725213851530.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_9jsce_l56hi|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/redblackbird/autotrain-9jsce-l56hi
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-autotrain_9jsce_l56hi_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-autotrain_9jsce_l56hi_pipeline_en.md
new file mode 100644
index 00000000000000..555c7244f1f224
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-autotrain_9jsce_l56hi_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English autotrain_9jsce_l56hi_pipeline pipeline DistilBertForSequenceClassification from redblackbird
+author: John Snow Labs
+name: autotrain_9jsce_l56hi_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_9jsce_l56hi_pipeline` is a English model originally trained by redblackbird.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_9jsce_l56hi_pipeline_en_5.5.0_3.0_1725213866670.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_9jsce_l56hi_pipeline_en_5.5.0_3.0_1725213866670.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("autotrain_9jsce_l56hi_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("autotrain_9jsce_l56hi_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_9jsce_l56hi_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/redblackbird/autotrain-9jsce-l56hi
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-autotrain_neuralg8_albert2_99588147371_en.md b/docs/_posts/ahmedlone127/2024-09-01-autotrain_neuralg8_albert2_99588147371_en.md
new file mode 100644
index 00000000000000..3760a0eed29ce7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-autotrain_neuralg8_albert2_99588147371_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English autotrain_neuralg8_albert2_99588147371 AlbertForQuestionAnswering from Samis922
+author: John Snow Labs
+name: autotrain_neuralg8_albert2_99588147371
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_neuralg8_albert2_99588147371` is a English model originally trained by Samis922.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_neuralg8_albert2_99588147371_en_5.4.2_3.0_1725193485536.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_neuralg8_albert2_99588147371_en_5.4.2_3.0_1725193485536.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_neuralg8_albert2_99588147371|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/Samis922/autotrain-neuralg8_albert2-99588147371
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-autotrain_neuralg8_albert2_99588147371_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-autotrain_neuralg8_albert2_99588147371_pipeline_en.md
new file mode 100644
index 00000000000000..fd9c9dc95a7605
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-autotrain_neuralg8_albert2_99588147371_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English autotrain_neuralg8_albert2_99588147371_pipeline pipeline AlbertForQuestionAnswering from Samis922
+author: John Snow Labs
+name: autotrain_neuralg8_albert2_99588147371_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_neuralg8_albert2_99588147371_pipeline` is a English model originally trained by Samis922.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_neuralg8_albert2_99588147371_pipeline_en_5.4.2_3.0_1725193489272.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_neuralg8_albert2_99588147371_pipeline_en_5.4.2_3.0_1725193489272.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("autotrain_neuralg8_albert2_99588147371_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("autotrain_neuralg8_albert2_99588147371_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_neuralg8_albert2_99588147371_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/Samis922/autotrain-neuralg8_albert2-99588147371
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-autotrain_swot_deberta_xs_3268991215_en.md b/docs/_posts/ahmedlone127/2024-09-01-autotrain_swot_deberta_xs_3268991215_en.md
new file mode 100644
index 00000000000000..7661eae78293e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-autotrain_swot_deberta_xs_3268991215_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English autotrain_swot_deberta_xs_3268991215 DeBertaForQuestionAnswering from chau
+author: John Snow Labs
+name: autotrain_swot_deberta_xs_3268991215
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_swot_deberta_xs_3268991215` is a English model originally trained by chau.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_swot_deberta_xs_3268991215_en_5.5.0_3.0_1725218954538.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_swot_deberta_xs_3268991215_en_5.5.0_3.0_1725218954538.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_swot_deberta_xs_3268991215|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|250.8 MB|
+
+## References
+
+https://huggingface.co/chau/autotrain-swot-deberta-xs-3268991215
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-autotrain_swot_deberta_xs_3268991215_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-autotrain_swot_deberta_xs_3268991215_pipeline_en.md
new file mode 100644
index 00000000000000..40a61b49f48cf2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-autotrain_swot_deberta_xs_3268991215_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English autotrain_swot_deberta_xs_3268991215_pipeline pipeline DeBertaForQuestionAnswering from chau
+author: John Snow Labs
+name: autotrain_swot_deberta_xs_3268991215_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_swot_deberta_xs_3268991215_pipeline` is a English model originally trained by chau.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_swot_deberta_xs_3268991215_pipeline_en_5.5.0_3.0_1725218969369.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_swot_deberta_xs_3268991215_pipeline_en_5.5.0_3.0_1725218969369.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("autotrain_swot_deberta_xs_3268991215_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("autotrain_swot_deberta_xs_3268991215_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_swot_deberta_xs_3268991215_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|250.8 MB|
+
+## References
+
+https://huggingface.co/chau/autotrain-swot-deberta-xs-3268991215
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bangla_roberta_question_and_answer_en.md b/docs/_posts/ahmedlone127/2024-09-01-bangla_roberta_question_and_answer_en.md
new file mode 100644
index 00000000000000..025f12952c81b9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bangla_roberta_question_and_answer_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English bangla_roberta_question_and_answer RoBertaForQuestionAnswering from saiful9379
+author: John Snow Labs
+name: bangla_roberta_question_and_answer
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bangla_roberta_question_and_answer` is a English model originally trained by saiful9379.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bangla_roberta_question_and_answer_en_5.4.2_3.0_1725201056353.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bangla_roberta_question_and_answer_en_5.4.2_3.0_1725201056353.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bangla_roberta_question_and_answer|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|246.9 MB|
+
+## References
+
+https://huggingface.co/saiful9379/Bangla_Roberta_Question_and_Answer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bangla_roberta_question_and_answer_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bangla_roberta_question_and_answer_pipeline_en.md
new file mode 100644
index 00000000000000..ff925a0b81bd56
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bangla_roberta_question_and_answer_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bangla_roberta_question_and_answer_pipeline pipeline RoBertaForQuestionAnswering from saiful9379
+author: John Snow Labs
+name: bangla_roberta_question_and_answer_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bangla_roberta_question_and_answer_pipeline` is a English model originally trained by saiful9379.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bangla_roberta_question_and_answer_pipeline_en_5.4.2_3.0_1725201070371.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bangla_roberta_question_and_answer_pipeline_en_5.4.2_3.0_1725201070371.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bangla_roberta_question_and_answer_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bangla_roberta_question_and_answer_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bangla_roberta_question_and_answer_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.0 MB|
+
+## References
+
+https://huggingface.co/saiful9379/Bangla_Roberta_Question_and_Answer
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bantuberta_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-01-bantuberta_pipeline_xx.md
new file mode 100644
index 00000000000000..79b05586f273cc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bantuberta_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual bantuberta_pipeline pipeline RoBertaEmbeddings from dsfsi
+author: John Snow Labs
+name: bantuberta_pipeline
+date: 2024-09-01
+tags: [xx, open_source, pipeline, onnx]
+task: Embeddings
+language: xx
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bantuberta_pipeline` is a Multilingual model originally trained by dsfsi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bantuberta_pipeline_xx_5.4.2_3.0_1725191260459.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bantuberta_pipeline_xx_5.4.2_3.0_1725191260459.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bantuberta_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bantuberta_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bantuberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|416.1 MB|
+
+## References
+
+https://huggingface.co/dsfsi/BantuBERTa
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_base_multilingual_cased_allnli_turkish_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-01-bert_base_multilingual_cased_allnli_turkish_pipeline_xx.md
new file mode 100644
index 00000000000000..e48dab7c94c7e2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_base_multilingual_cased_allnli_turkish_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual bert_base_multilingual_cased_allnli_turkish_pipeline pipeline BertForZeroShotClassification from emrecan
+author: John Snow Labs
+name: bert_base_multilingual_cased_allnli_turkish_pipeline
+date: 2024-09-01
+tags: [xx, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: xx
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_base_multilingual_cased_allnli_turkish_pipeline` is a Multilingual model originally trained by emrecan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_base_multilingual_cased_allnli_turkish_pipeline_xx_5.4.2_3.0_1725202675638.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_base_multilingual_cased_allnli_turkish_pipeline_xx_5.4.2_3.0_1725202675638.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_base_multilingual_cased_allnli_turkish_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_base_multilingual_cased_allnli_turkish_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_base_multilingual_cased_allnli_turkish_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|665.1 MB|
+
+## References
+
+https://huggingface.co/emrecan/bert-base-multilingual-cased-allnli_tr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_base_multilingual_cased_allnli_turkish_xx.md b/docs/_posts/ahmedlone127/2024-09-01-bert_base_multilingual_cased_allnli_turkish_xx.md
new file mode 100644
index 00000000000000..bd83eaffbe0939
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_base_multilingual_cased_allnli_turkish_xx.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Multilingual bert_base_multilingual_cased_allnli_turkish BertForZeroShotClassification from emrecan
+author: John Snow Labs
+name: bert_base_multilingual_cased_allnli_turkish
+date: 2024-09-01
+tags: [xx, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: xx
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_base_multilingual_cased_allnli_turkish` is a Multilingual model originally trained by emrecan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_base_multilingual_cased_allnli_turkish_xx_5.4.2_3.0_1725202638412.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_base_multilingual_cased_allnli_turkish_xx_5.4.2_3.0_1725202638412.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_base_turkish_cased_snli_turkish|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|tr|
+|Size:|412.3 MB|
+
+## References
+
+https://huggingface.co/emrecan/bert-base-turkish-cased-snli_tr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_cas_model_beta_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_cas_model_beta_pipeline_en.md
new file mode 100644
index 00000000000000..cd15d640235448
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_cas_model_beta_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_cas_model_beta_pipeline pipeline DistilBertForTokenClassification from vilsonrodrigues
+author: John Snow Labs
+name: bert_cas_model_beta_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_cas_model_beta_pipeline` is a English model originally trained by vilsonrodrigues.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_cas_model_beta_pipeline_en_5.4.2_3.0_1725171177551.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_cas_model_beta_pipeline_en_5.4.2_3.0_1725171177551.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_cas_model_beta_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_cas_model_beta_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_cas_model_beta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/vilsonrodrigues/bert_cas_model_beta
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_arabic_marbert_news_article_classification_ar.md b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_arabic_marbert_news_article_classification_ar.md
new file mode 100644
index 00000000000000..4698463f8d48f7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_arabic_marbert_news_article_classification_ar.md
@@ -0,0 +1,105 @@
+---
+layout: model
+title: Arabic BertForSequenceClassification Cased model (from Ammar-alhaj-ali)
+author: John Snow Labs
+name: bert_classifier_arabic_marbert_news_article_classification
+date: 2024-09-01
+tags: [ar, open_source, bert, sequence_classification, classification, onnx]
+task: Text Classification
+language: ar
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `arabic-MARBERT-news-article-classification` is a Arabic model originally trained by `Ammar-alhaj-ali`.
+
+## Predicted Entities
+
+`Sports`, `Culture`, `Medical`, `Religion`, `Tech`, `Politics`, `Finance`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_arabic_marbert_news_article_classification_ar_5.4.2_3.0_1725204894973.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_arabic_marbert_news_article_classification_ar_5.4.2_3.0_1725204894973.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_arabic_marbert_news_article_classification|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|ar|
+|Size:|610.9 MB|
+
+## References
+
+References
+
+- https://huggingface.co/Ammar-alhaj-ali/arabic-MARBERT-news-article-classification
+- https://data.mendeley.com/datasets/57zpx667y9
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_arabic_marbert_news_article_classification_pipeline_ar.md b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_arabic_marbert_news_article_classification_pipeline_ar.md
new file mode 100644
index 00000000000000..4a3a563d434933
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_arabic_marbert_news_article_classification_pipeline_ar.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Arabic bert_classifier_arabic_marbert_news_article_classification_pipeline pipeline BertForSequenceClassification from Ammar-alhaj-ali
+author: John Snow Labs
+name: bert_classifier_arabic_marbert_news_article_classification_pipeline
+date: 2024-09-01
+tags: [ar, open_source, pipeline, onnx]
+task: Text Classification
+language: ar
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_arabic_marbert_news_article_classification_pipeline` is a Arabic model originally trained by Ammar-alhaj-ali.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_arabic_marbert_news_article_classification_pipeline_ar_5.4.2_3.0_1725204928842.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_arabic_marbert_news_article_classification_pipeline_ar_5.4.2_3.0_1725204928842.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_arabic_marbert_news_article_classification_pipeline", lang = "ar")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_arabic_marbert_news_article_classification_pipeline", lang = "ar")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_arabic_marbert_news_article_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ar|
+|Size:|610.9 MB|
+
+## References
+
+https://huggingface.co/Ammar-alhaj-ali/arabic-MARBERT-news-article-classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_autonlp_entity_selection_5771228_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_autonlp_entity_selection_5771228_pipeline_en.md
new file mode 100644
index 00000000000000..0487b4ffebbaaf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_autonlp_entity_selection_5771228_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_classifier_autonlp_entity_selection_5771228_pipeline pipeline BertForSequenceClassification from kamivao
+author: John Snow Labs
+name: bert_classifier_autonlp_entity_selection_5771228_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_autonlp_entity_selection_5771228_pipeline` is a English model originally trained by kamivao.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_autonlp_entity_selection_5771228_pipeline_en_5.4.2_3.0_1725204835871.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_autonlp_entity_selection_5771228_pipeline_en_5.4.2_3.0_1725204835871.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_autonlp_entity_selection_5771228_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_autonlp_entity_selection_5771228_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_autonlp_entity_selection_5771228_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|409.4 MB|
+
+## References
+
+https://huggingface.co/kamivao/autonlp-entity_selection-5771228
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_autonlp_old_data_trained_10022181_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_autonlp_old_data_trained_10022181_en.md
new file mode 100644
index 00000000000000..84b88736a9a2d5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_autonlp_old_data_trained_10022181_en.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: English BertForSequenceClassification Cased model (from bshlgrs)
+author: John Snow Labs
+name: bert_classifier_autonlp_old_data_trained_10022181
+date: 2024-09-01
+tags: [en, open_source, bert, sequence_classification, classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-old-data-trained-10022181` is a English model originally trained by `bshlgrs`.
+
+## Predicted Entities
+
+`No`, `Yes`, `Unsure`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_autonlp_old_data_trained_10022181_en_5.4.2_3.0_1725204758298.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_autonlp_old_data_trained_10022181_en_5.4.2_3.0_1725204758298.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_autonlp_old_data_trained_10022181|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|409.4 MB|
+
+## References
+
+References
+
+- https://huggingface.co/bshlgrs/autonlp-old-data-trained-10022181
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_autonlp_old_data_trained_10022181_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_autonlp_old_data_trained_10022181_pipeline_en.md
new file mode 100644
index 00000000000000..e30ba2a38282b8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_autonlp_old_data_trained_10022181_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_classifier_autonlp_old_data_trained_10022181_pipeline pipeline BertForSequenceClassification from bshlgrs
+author: John Snow Labs
+name: bert_classifier_autonlp_old_data_trained_10022181_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_autonlp_old_data_trained_10022181_pipeline` is a English model originally trained by bshlgrs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_autonlp_old_data_trained_10022181_pipeline_en_5.4.2_3.0_1725204780787.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_autonlp_old_data_trained_10022181_pipeline_en_5.4.2_3.0_1725204780787.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_autonlp_old_data_trained_10022181_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_autonlp_old_data_trained_10022181_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_autonlp_old_data_trained_10022181_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|409.4 MB|
+
+## References
+
+https://huggingface.co/bshlgrs/autonlp-old-data-trained-10022181
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_bacnet_klassifizierung_raumlufttechnik_de.md b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_bacnet_klassifizierung_raumlufttechnik_de.md
new file mode 100644
index 00000000000000..631b13e125fe9c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_bacnet_klassifizierung_raumlufttechnik_de.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: German BertForSequenceClassification Cased model (from cm-mueller)
+author: John Snow Labs
+name: bert_classifier_bacnet_klassifizierung_raumlufttechnik
+date: 2024-09-01
+tags: [de, open_source, bert, sequence_classification, classification, onnx]
+task: Text Classification
+language: de
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `BACnet-Klassifizierung-Raumlufttechnik` is a German model originally trained by `cm-mueller`.
+
+## Predicted Entities
+
+`Wärmerückgewinnung`, `Zuluftuftfilter`, `Ventilator`, `Abluft`, `Vorerhitzer`, `Andere`, `Raum`, `Kühler`, `Erhitzer`, `Befeuchter`, `Zuluftventilator`, `Nacherhitzer`, `Aussenluftklappe`, `Brandschutz`, `Zuluft`, `Abluftventilator`, `RLT_Anlage`, `Brandschutzklappe`, `Abluftfilter`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_bacnet_klassifizierung_raumlufttechnik_de_5.4.2_3.0_1725204520455.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_bacnet_klassifizierung_raumlufttechnik_de_5.4.2_3.0_1725204520455.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_bacnet_klassifizierung_raumlufttechnik|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|de|
+|Size:|409.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/cm-mueller/BACnet-Klassifizierung-Raumlufttechnik
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline_de.md
new file mode 100644
index 00000000000000..c886b6a1c41fea
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline pipeline BertForSequenceClassification from cm-mueller
+author: John Snow Labs
+name: bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline
+date: 2024-09-01
+tags: [de, open_source, pipeline, onnx]
+task: Text Classification
+language: de
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline` is a German model originally trained by cm-mueller.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline_de_5.4.2_3.0_1725204546928.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline_de_5.4.2_3.0_1725204546928.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_bacnet_klassifizierung_raumlufttechnik_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|409.2 MB|
+
+## References
+
+https://huggingface.co/cm-mueller/BACnet-Klassifizierung-Raumlufttechnik
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_sanskrit_saskta_sub2_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_sanskrit_saskta_sub2_en.md
new file mode 100644
index 00000000000000..ba3f1f4f7758a8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_sanskrit_saskta_sub2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English bert_classifier_sanskrit_saskta_sub2 BertForSequenceClassification from researchaccount
+author: John Snow Labs
+name: bert_classifier_sanskrit_saskta_sub2
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_sanskrit_saskta_sub2` is a English model originally trained by researchaccount.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub2_en_5.4.2_3.0_1725204689429.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub2_en_5.4.2_3.0_1725204689429.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_sanskrit_saskta_sub2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|610.9 MB|
+
+## References
+
+https://huggingface.co/researchaccount/sa_sub2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_sanskrit_saskta_sub2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_sanskrit_saskta_sub2_pipeline_en.md
new file mode 100644
index 00000000000000..5ba3a82601030e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_sanskrit_saskta_sub2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_classifier_sanskrit_saskta_sub2_pipeline pipeline BertForSequenceClassification from researchaccount
+author: John Snow Labs
+name: bert_classifier_sanskrit_saskta_sub2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_sanskrit_saskta_sub2_pipeline` is a English model originally trained by researchaccount.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub2_pipeline_en_5.4.2_3.0_1725204724422.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub2_pipeline_en_5.4.2_3.0_1725204724422.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_sanskrit_saskta_sub2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_sanskrit_saskta_sub2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_sanskrit_saskta_sub2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|610.9 MB|
+
+## References
+
+https://huggingface.co/researchaccount/sa_sub2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_sanskrit_saskta_sub5_ar.md b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_sanskrit_saskta_sub5_ar.md
new file mode 100644
index 00000000000000..1df547c8505060
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_classifier_sanskrit_saskta_sub5_ar.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Arabic bert_classifier_sanskrit_saskta_sub5 BertForSequenceClassification from researchaccount
+author: John Snow Labs
+name: bert_classifier_sanskrit_saskta_sub5
+date: 2024-09-01
+tags: [ar, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: ar
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_sanskrit_saskta_sub5` is a Arabic model originally trained by researchaccount.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub5_ar_5.4.2_3.0_1725204738443.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub5_ar_5.4.2_3.0_1725204738443.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_finetuned_ner_g1_g2_g3|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/avi10/bert-finetuned-ner-G1-G2-G3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_finetuned_ner_t2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_finetuned_ner_t2_pipeline_en.md
new file mode 100644
index 00000000000000..a238ebd07fc6e4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_finetuned_ner_t2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_finetuned_ner_t2_pipeline pipeline DistilBertForTokenClassification from avi10
+author: John Snow Labs
+name: bert_finetuned_ner_t2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_finetuned_ner_t2_pipeline` is a English model originally trained by avi10.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_finetuned_ner_t2_pipeline_en_5.4.2_3.0_1725160951079.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_finetuned_ner_t2_pipeline_en_5.4.2_3.0_1725160951079.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_finetuned_ner_t2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_finetuned_ner_t2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_finetuned_ner_t2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/avi10/bert-finetuned-ner-T2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_en.md
new file mode 100644
index 00000000000000..4b537a6df5bc98
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English BertForQuestionAnswering Base Uncased model (from anas-awadalla)
+author: John Snow Labs
+name: bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4
+date: 2024-09-01
+tags: [en, open_source, bert, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `bert-base-uncased-few-shot-k-1024-finetuned-squad-seed-4` is a English model originally trained by `anas-awadalla`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_en_5.4.2_3.0_1725185650224.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_en_5.4.2_3.0_1725185650224.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+documentAssembler = MultiDocumentAssembler() \
+ .setInputCols(["question", "context"]) \
+ .setOutputCols(["document_question", "document_context"])
+
+spanClassifier = BertForQuestionAnswering.pretrained("bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4","en") \
+ .setInputCols(["document_question", "document_context"]) \
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[documentAssembler, spanClassifier])
+
+data = spark.createDataFrame([["What is my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val documentAssembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifer = BertForQuestionAnswering.pretrained("bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4","en")
+ .setInputCols(Array("document", "token"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(documentAssembler, spanClassifier))
+
+val data = Seq("What is my name?", "My name is Clara and I live in Berkeley.").toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.bert.squad.uncased_seed_4_base_1024d_finetuned_few_shot").predict("""What is my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/anas-awadalla/bert-base-uncased-few-shot-k-1024-finetuned-squad-seed-4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline_en.md
new file mode 100644
index 00000000000000..e221a333c248f7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline pipeline BertForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline_en_5.4.2_3.0_1725185671302.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline_en_5.4.2_3.0_1725185671302.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_qa_base_uncased_few_shot_k_1024_finetuned_squad_seed_4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/anas-awadalla/bert-base-uncased-few-shot-k-1024-finetuned-squad-seed-4
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_qa_burmese_nepal_bhasa_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_burmese_nepal_bhasa_model_pipeline_en.md
new file mode 100644
index 00000000000000..405b2d1e275bea
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_burmese_nepal_bhasa_model_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bert_qa_burmese_nepal_bhasa_model_pipeline pipeline BertForQuestionAnswering from aozorahime
+author: John Snow Labs
+name: bert_qa_burmese_nepal_bhasa_model_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_qa_burmese_nepal_bhasa_model_pipeline` is a English model originally trained by aozorahime.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_qa_burmese_nepal_bhasa_model_pipeline_en_5.4.2_3.0_1725151603726.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_qa_burmese_nepal_bhasa_model_pipeline_en_5.4.2_3.0_1725151603726.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_qa_burmese_nepal_bhasa_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_qa_burmese_nepal_bhasa_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_qa_burmese_nepal_bhasa_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/aozorahime/my-new-model
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_qa_spanbert_base_cased_few_shot_k_512_finetuned_squad_seed_6_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_spanbert_base_cased_few_shot_k_512_finetuned_squad_seed_6_en.md
new file mode 100644
index 00000000000000..837237b78d02f7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_spanbert_base_cased_few_shot_k_512_finetuned_squad_seed_6_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English BertForQuestionAnswering model (from anas-awadalla)
+author: John Snow Labs
+name: bert_qa_spanbert_base_cased_few_shot_k_512_finetuned_squad_seed_6
+date: 2024-09-01
+tags: [en, open_source, question_answering, bert, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `spanbert-base-cased-few-shot-k-512-finetuned-squad-seed-6` is a English model orginally trained by `anas-awadalla`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_qa_spanbert_base_cased_few_shot_k_512_finetuned_squad_seed_6_en_5.4.2_3.0_1725185344375.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_qa_spanbert_base_cased_few_shot_k_512_finetuned_squad_seed_6_en_5.4.2_3.0_1725185344375.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = BertForQuestionAnswering.pretrained("bert_qa_spanbert_base_cased_few_shot_k_512_finetuned_squad_seed_6","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = BertForQuestionAnswering
+.pretrained("bert_qa_spanbert_base_cased_few_shot_k_512_finetuned_squad_seed_6","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squad.span_bert.base_cased_512d_seed_6").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_qa_spanbert_base_cased_few_shot_k_512_finetuned_squad_seed_6|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|386.6 MB|
+
+## References
+
+References
+
+- https://huggingface.co/anas-awadalla/spanbert-base-cased-few-shot-k-512-finetuned-squad-seed-6
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_qa_squad_mbert_model_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_squad_mbert_model_en.md
new file mode 100644
index 00000000000000..dd8f83aa060eaa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_squad_mbert_model_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English BertForQuestionAnswering model (from ZYW)
+author: John Snow Labs
+name: bert_qa_squad_mbert_model
+date: 2024-09-01
+tags: [en, open_source, question_answering, bert, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `squad-mbert-model` is a English model orginally trained by `ZYW`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_qa_squad_mbert_model_en_5.4.2_3.0_1725185441451.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_qa_squad_mbert_model_en_5.4.2_3.0_1725185441451.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = BertForQuestionAnswering.pretrained("bert_qa_squad_mbert_model","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = BertForQuestionAnswering
+.pretrained("bert_qa_squad_mbert_model","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squad.multi_lingual_bert.by_ZYW").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_qa_squad_mbert_model|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|665.1 MB|
+
+## References
+
+References
+
+- https://huggingface.co/ZYW/squad-mbert-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_qa_squad_mbert_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_squad_mbert_model_pipeline_en.md
new file mode 100644
index 00000000000000..183fbeb6387475
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_squad_mbert_model_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bert_qa_squad_mbert_model_pipeline pipeline BertForQuestionAnswering from ZYW
+author: John Snow Labs
+name: bert_qa_squad_mbert_model_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_qa_squad_mbert_model_pipeline` is a English model originally trained by ZYW.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_qa_squad_mbert_model_pipeline_en_5.4.2_3.0_1725185476291.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_qa_squad_mbert_model_pipeline_en_5.4.2_3.0_1725185476291.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_qa_squad_mbert_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_qa_squad_mbert_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_qa_squad_mbert_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|665.1 MB|
+
+## References
+
+https://huggingface.co/ZYW/squad-mbert-model
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_qa_unqover_bert_base_uncased_squad_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_unqover_bert_base_uncased_squad_en.md
new file mode 100644
index 00000000000000..728b30fc1f2cc4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_unqover_bert_base_uncased_squad_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English BertForQuestionAnswering model (from tli8hf)
+author: John Snow Labs
+name: bert_qa_unqover_bert_base_uncased_squad
+date: 2024-09-01
+tags: [en, open_source, question_answering, bert, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `unqover-bert-base-uncased-squad` is a English model orginally trained by `tli8hf`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_qa_unqover_bert_base_uncased_squad_en_5.5.0_3.0_1725215834398.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_qa_unqover_bert_base_uncased_squad_en_5.5.0_3.0_1725215834398.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = BertForQuestionAnswering.pretrained("bert_qa_unqover_bert_base_uncased_squad","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = BertForQuestionAnswering
+.pretrained("bert_qa_unqover_bert_base_uncased_squad","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squad.bert.base_uncased.by_tli8hf").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_qa_unqover_bert_base_uncased_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/tli8hf/unqover-bert-base-uncased-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_qa_unqover_bert_base_uncased_squad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_unqover_bert_base_uncased_squad_pipeline_en.md
new file mode 100644
index 00000000000000..9ff466844e8400
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_unqover_bert_base_uncased_squad_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bert_qa_unqover_bert_base_uncased_squad_pipeline pipeline BertForQuestionAnswering from tli8hf
+author: John Snow Labs
+name: bert_qa_unqover_bert_base_uncased_squad_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_qa_unqover_bert_base_uncased_squad_pipeline` is a English model originally trained by tli8hf.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_qa_unqover_bert_base_uncased_squad_pipeline_en_5.5.0_3.0_1725215855981.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_qa_unqover_bert_base_uncased_squad_pipeline_en_5.5.0_3.0_1725215855981.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_qa_unqover_bert_base_uncased_squad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_qa_unqover_bert_base_uncased_squad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_qa_unqover_bert_base_uncased_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/tli8hf/unqover-bert-base-uncased-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_qa_vanhoan_finetuned_squad_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_vanhoan_finetuned_squad_en.md
new file mode 100644
index 00000000000000..b32d3676ad9a1f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_vanhoan_finetuned_squad_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English BertForQuestionAnswering Cased model (from VanHoan)
+author: John Snow Labs
+name: bert_qa_vanhoan_finetuned_squad
+date: 2024-09-01
+tags: [en, open_source, bert, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `bert-finetuned-squad` is a English model originally trained by `VanHoan`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_qa_vanhoan_finetuned_squad_en_5.5.0_3.0_1725215092021.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_qa_vanhoan_finetuned_squad_en_5.5.0_3.0_1725215092021.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = BertForQuestionAnswering.pretrained("bert_qa_vanhoan_finetuned_squad","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = BertForQuestionAnswering.pretrained("bert_qa_vanhoan_finetuned_squad","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_qa_vanhoan_finetuned_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|403.7 MB|
+
+## References
+
+References
+
+- https://huggingface.co/VanHoan/bert-finetuned-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_qa_vanhoan_finetuned_squad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_vanhoan_finetuned_squad_pipeline_en.md
new file mode 100644
index 00000000000000..2926e4546a730e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_qa_vanhoan_finetuned_squad_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bert_qa_vanhoan_finetuned_squad_pipeline pipeline BertForQuestionAnswering from VanHoan
+author: John Snow Labs
+name: bert_qa_vanhoan_finetuned_squad_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_qa_vanhoan_finetuned_squad_pipeline` is a English model originally trained by VanHoan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_qa_vanhoan_finetuned_squad_pipeline_en_5.5.0_3.0_1725215116400.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_qa_vanhoan_finetuned_squad_pipeline_en_5.5.0_3.0_1725215116400.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_qa_vanhoan_finetuned_squad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_qa_vanhoan_finetuned_squad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_qa_vanhoan_finetuned_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|403.7 MB|
+
+## References
+
+https://huggingface.co/VanHoan/bert-finetuned-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_sequence_classifier_env_topic_pipeline_zh.md b/docs/_posts/ahmedlone127/2024-09-01-bert_sequence_classifier_env_topic_pipeline_zh.md
new file mode 100644
index 00000000000000..eefa1c5eae241a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_sequence_classifier_env_topic_pipeline_zh.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Chinese bert_sequence_classifier_env_topic_pipeline pipeline BertForSequenceClassification from celtics1863
+author: John Snow Labs
+name: bert_sequence_classifier_env_topic_pipeline
+date: 2024-09-01
+tags: [zh, open_source, pipeline, onnx]
+task: Text Classification
+language: zh
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_sequence_classifier_env_topic_pipeline` is a Chinese model originally trained by celtics1863.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_sequence_classifier_env_topic_pipeline_zh_5.4.2_3.0_1725205352321.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_sequence_classifier_env_topic_pipeline_zh_5.4.2_3.0_1725205352321.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_sequence_classifier_env_topic_pipeline", lang = "zh")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_sequence_classifier_env_topic_pipeline", lang = "zh")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_sequence_classifier_env_topic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|zh|
+|Size:|383.6 MB|
+
+## References
+
+https://huggingface.co/celtics1863/env-bert-topic
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_sequence_classifier_env_topic_zh.md b/docs/_posts/ahmedlone127/2024-09-01-bert_sequence_classifier_env_topic_zh.md
new file mode 100644
index 00000000000000..d95b00f164895c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_sequence_classifier_env_topic_zh.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: Chinese BertForSequenceClassification Cased model (from celtics1863)
+author: John Snow Labs
+name: bert_sequence_classifier_env_topic
+date: 2024-09-01
+tags: [zh, open_source, bert, sequence_classification, ner, onnx]
+task: Named Entity Recognition
+language: zh
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `env-bert-topic` is a Chinese model originally trained by `celtics1863`.
+
+## Predicted Entities
+
+`沙尘暴`, `沙漠治理`, `温室气体`, `污水处理`, `地球一小时`, `PM 2.5`, `碳金融`, `环保经济`, `环保行业`, `环评工程师`, `太阳能`, `核污染`, `环境伦理学`, `空气污染`, `重金属污染`, `化学污染`, `自来水`, `水处理`, `环境评估`, `巴黎协定`, `碳排放`, `温室效应`, `雾霾`, `低碳`, `垃圾焚烧`, `污水排放`, `室内空气污染`, `物种多样性`, `垃圾`, `环保组织`, `垃圾分类`, `垃圾处理`, `环境污染`, `净水`, `植树`, `生物多样性`, `环境工程`, `穹顶之下(纪录片)`, `太空垃圾`, `水污染`, `核能`, `气候变化`, `环保督查`, `工业污染`, `水处理工程`, `环境科学`, `环境保护`, `净水器`, `秸秆焚烧`, `自然环境`, `建筑节能`, `碳交易`, `净水设备`, `邻居噪音`, `节能减排`, `风能及风力发电`, `二氧化碳`, `雾霾治理`, `绿色建筑`, `噪音污染`, `噪音`, `污染治理`, `生活`, `全球变暖`, `野生动物保护`, `环境评价`, `生态环境`, `土壤污染`, `垃圾处理器`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_sequence_classifier_env_topic_zh_5.4.2_3.0_1725205331054.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_sequence_classifier_env_topic_zh_5.4.2_3.0_1725205331054.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_sequence_classifier_wiki_paragraphs|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|409.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/dennlinger/bert-wiki-paragraphs
+- https://arxiv.org/abs/2012.03619
+- https://arxiv.org/abs/1803.09337
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_sequence_classifier_wiki_paragraphs_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_sequence_classifier_wiki_paragraphs_pipeline_en.md
new file mode 100644
index 00000000000000..55ee82e087f002
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_sequence_classifier_wiki_paragraphs_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_sequence_classifier_wiki_paragraphs_pipeline pipeline BertForSequenceClassification from dennlinger
+author: John Snow Labs
+name: bert_sequence_classifier_wiki_paragraphs_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_sequence_classifier_wiki_paragraphs_pipeline` is a English model originally trained by dennlinger.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_sequence_classifier_wiki_paragraphs_pipeline_en_5.4.2_3.0_1725205167023.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_sequence_classifier_wiki_paragraphs_pipeline_en_5.4.2_3.0_1725205167023.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_sequence_classifier_wiki_paragraphs_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_sequence_classifier_wiki_paragraphs_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_sequence_classifier_wiki_paragraphs_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|409.3 MB|
+
+## References
+
+https://huggingface.co/dennlinger/bert-wiki-paragraphs
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_solidity_re_entrancy_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_solidity_re_entrancy_en.md
new file mode 100644
index 00000000000000..6a6991a115cc09
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_solidity_re_entrancy_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English bert_solidity_re_entrancy RoBertaForSequenceClassification from Quangnguyen711
+author: John Snow Labs
+name: bert_solidity_re_entrancy
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_solidity_re_entrancy` is a English model originally trained by Quangnguyen711.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_solidity_re_entrancy_en_5.5.0_3.0_1725212515388.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_solidity_re_entrancy_en_5.5.0_3.0_1725212515388.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_solidity_re_entrancy|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/Quangnguyen711/bert-solidity-re-entrancy
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_solidity_re_entrancy_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bert_solidity_re_entrancy_pipeline_en.md
new file mode 100644
index 00000000000000..5b25ad945f6d01
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_solidity_re_entrancy_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_solidity_re_entrancy_pipeline pipeline RoBertaForSequenceClassification from Quangnguyen711
+author: John Snow Labs
+name: bert_solidity_re_entrancy_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_solidity_re_entrancy_pipeline` is a English model originally trained by Quangnguyen711.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_solidity_re_entrancy_pipeline_en_5.5.0_3.0_1725212540785.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_solidity_re_entrancy_pipeline_en_5.5.0_3.0_1725212540785.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_solidity_re_entrancy_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_solidity_re_entrancy_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_solidity_re_entrancy_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.4 MB|
+
+## References
+
+https://huggingface.co/Quangnguyen711/bert-solidity-re-entrancy
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_token_classifier_berturk_cased_keyword_discriminator_pipeline_tr.md b/docs/_posts/ahmedlone127/2024-09-01-bert_token_classifier_berturk_cased_keyword_discriminator_pipeline_tr.md
new file mode 100644
index 00000000000000..cedb4f3c699b48
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_token_classifier_berturk_cased_keyword_discriminator_pipeline_tr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Turkish bert_token_classifier_berturk_cased_keyword_discriminator_pipeline pipeline BertForTokenClassification from yanekyuk
+author: John Snow Labs
+name: bert_token_classifier_berturk_cased_keyword_discriminator_pipeline
+date: 2024-09-01
+tags: [tr, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: tr
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_token_classifier_berturk_cased_keyword_discriminator_pipeline` is a Turkish model originally trained by yanekyuk.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_token_classifier_berturk_cased_keyword_discriminator_pipeline_tr_5.4.2_3.0_1725163781806.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_token_classifier_berturk_cased_keyword_discriminator_pipeline_tr_5.4.2_3.0_1725163781806.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_token_classifier_berturk_cased_keyword_discriminator_pipeline", lang = "tr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_token_classifier_berturk_cased_keyword_discriminator_pipeline", lang = "tr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_token_classifier_berturk_cased_keyword_discriminator_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|tr|
+|Size:|412.3 MB|
+
+## References
+
+https://huggingface.co/yanekyuk/berturk-cased-keyword-discriminator
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bert_token_classifier_loodos_sunlp_ner_turkish_tr.md b/docs/_posts/ahmedlone127/2024-09-01-bert_token_classifier_loodos_sunlp_ner_turkish_tr.md
new file mode 100644
index 00000000000000..008a72cdb9e1cb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bert_token_classifier_loodos_sunlp_ner_turkish_tr.md
@@ -0,0 +1,100 @@
+---
+layout: model
+title: Turkish BertForTokenClassification Cased model (from busecarik)
+author: John Snow Labs
+name: bert_token_classifier_loodos_sunlp_ner_turkish
+date: 2024-09-01
+tags: [tr, open_source, bert, token_classification, ner, onnx]
+task: Named Entity Recognition
+language: tr
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `bert-loodos-sunlp-ner-turkish` is a Turkish model originally trained by `busecarik`.
+
+## Predicted Entities
+
+`ORGANIZATION`, `TVSHOW`, `MONEY`, `LOCATION`, `PRODUCT`, `TIME`, `PERSON`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_token_classifier_loodos_sunlp_ner_turkish_tr_5.4.2_3.0_1725163972953.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_token_classifier_loodos_sunlp_ner_turkish_tr_5.4.2_3.0_1725163972953.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_all_nli_triplet_trasul|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|377.8 MB|
+
+## References
+
+https://huggingface.co/trasul/bge-base-all-nli-triplet
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_all_nli_triplet_trasul_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_all_nli_triplet_trasul_pipeline_en.md
new file mode 100644
index 00000000000000..ad92b582a6756b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_all_nli_triplet_trasul_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_all_nli_triplet_trasul_pipeline pipeline BGEEmbeddings from trasul
+author: John Snow Labs
+name: bge_base_all_nli_triplet_trasul_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_all_nli_triplet_trasul_pipeline` is a English model originally trained by trasul.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_all_nli_triplet_trasul_pipeline_en_5.4.2_3.0_1725198368082.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_all_nli_triplet_trasul_pipeline_en_5.4.2_3.0_1725198368082.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_all_nli_triplet_trasul_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_all_nli_triplet_trasul_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_all_nli_triplet_trasul_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|377.8 MB|
+
+## References
+
+https://huggingface.co/trasul/bge-base-all-nli-triplet
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_automobile_matryoshka_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_automobile_matryoshka_en.md
new file mode 100644
index 00000000000000..5470b49b0ece7b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_automobile_matryoshka_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_automobile_matryoshka BGEEmbeddings from ValentinaKim
+author: John Snow Labs
+name: bge_base_automobile_matryoshka
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_automobile_matryoshka` is a English model originally trained by ValentinaKim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_automobile_matryoshka_en_5.5.0_3.0_1725228339810.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_automobile_matryoshka_en_5.5.0_3.0_1725228339810.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_automobile_matryoshka|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|375.0 MB|
+
+## References
+
+https://huggingface.co/ValentinaKim/bge-base-automobile-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_automobile_matryoshka_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_automobile_matryoshka_pipeline_en.md
new file mode 100644
index 00000000000000..93ef52d234f06d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_automobile_matryoshka_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_automobile_matryoshka_pipeline pipeline BGEEmbeddings from ValentinaKim
+author: John Snow Labs
+name: bge_base_automobile_matryoshka_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_automobile_matryoshka_pipeline` is a English model originally trained by ValentinaKim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_automobile_matryoshka_pipeline_en_5.5.0_3.0_1725228377534.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_automobile_matryoshka_pipeline_en_5.5.0_3.0_1725228377534.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_automobile_matryoshka_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_automobile_matryoshka_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_automobile_matryoshka_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|375.0 MB|
+
+## References
+
+https://huggingface.co/ValentinaKim/bge-base-automobile-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_aws_case_studies_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_aws_case_studies_en.md
new file mode 100644
index 00000000000000..53c8fd693e6df9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_aws_case_studies_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_aws_case_studies BGEEmbeddings from anishareddyalla
+author: John Snow Labs
+name: bge_base_aws_case_studies
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_aws_case_studies` is a English model originally trained by anishareddyalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_aws_case_studies_en_5.4.2_3.0_1725199199908.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_aws_case_studies_en_5.4.2_3.0_1725199199908.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_aws_case_studies|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|390.3 MB|
+
+## References
+
+https://huggingface.co/anishareddyalla/bge-base-aws-case-studies
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_aws_case_studies_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_aws_case_studies_pipeline_en.md
new file mode 100644
index 00000000000000..821be9a5642dab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_aws_case_studies_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_aws_case_studies_pipeline pipeline BGEEmbeddings from anishareddyalla
+author: John Snow Labs
+name: bge_base_aws_case_studies_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_aws_case_studies_pipeline` is a English model originally trained by anishareddyalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_aws_case_studies_pipeline_en_5.4.2_3.0_1725199226911.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_aws_case_studies_pipeline_en_5.4.2_3.0_1725199226911.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_aws_case_studies_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_aws_case_studies_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_aws_case_studies_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|390.3 MB|
+
+## References
+
+https://huggingface.co/anishareddyalla/bge-base-aws-case-studies
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_5_8_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_5_8_en.md
new file mode 100644
index 00000000000000..8c98d313ae068f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_5_8_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_embedding_5_8 BGEEmbeddings from quangtqv
+author: John Snow Labs
+name: bge_base_embedding_5_8
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_embedding_5_8` is a English model originally trained by quangtqv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_embedding_5_8_en_5.4.2_3.0_1725199123449.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_embedding_5_8_en_5.4.2_3.0_1725199123449.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_embedding_5_8|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|386.9 MB|
+
+## References
+
+https://huggingface.co/quangtqv/bge_base_embedding_5_8
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_5_8_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_5_8_pipeline_en.md
new file mode 100644
index 00000000000000..dcc210c7827f96
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_5_8_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_embedding_5_8_pipeline pipeline BGEEmbeddings from quangtqv
+author: John Snow Labs
+name: bge_base_embedding_5_8_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_embedding_5_8_pipeline` is a English model originally trained by quangtqv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_embedding_5_8_pipeline_en_5.4.2_3.0_1725199152227.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_embedding_5_8_pipeline_en_5.4.2_3.0_1725199152227.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_embedding_5_8_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_embedding_5_8_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_embedding_5_8_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|386.9 MB|
+
+## References
+
+https://huggingface.co/quangtqv/bge_base_embedding_5_8
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_6_8_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_6_8_en.md
new file mode 100644
index 00000000000000..9e641f14434900
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_6_8_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_embedding_6_8 BGEEmbeddings from quangtqv
+author: John Snow Labs
+name: bge_base_embedding_6_8
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_embedding_6_8` is a English model originally trained by quangtqv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_embedding_6_8_en_5.4.2_3.0_1725198662883.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_embedding_6_8_en_5.4.2_3.0_1725198662883.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_embedding_6_8|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|386.9 MB|
+
+## References
+
+https://huggingface.co/quangtqv/bge_base_embedding_6_8
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_6_8_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_6_8_pipeline_en.md
new file mode 100644
index 00000000000000..c4f5d9d64da7f9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_embedding_6_8_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_embedding_6_8_pipeline pipeline BGEEmbeddings from quangtqv
+author: John Snow Labs
+name: bge_base_embedding_6_8_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_embedding_6_8_pipeline` is a English model originally trained by quangtqv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_embedding_6_8_pipeline_en_5.4.2_3.0_1725198693310.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_embedding_6_8_pipeline_en_5.4.2_3.0_1725198693310.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_embedding_6_8_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_embedding_6_8_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_embedding_6_8_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|386.9 MB|
+
+## References
+
+https://huggingface.co/quangtqv/bge_base_embedding_6_8
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed768_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed768_en.md
new file mode 100644
index 00000000000000..83b7c2f9584ab3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed768_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_english_bioembed768 BGEEmbeddings from pavanmantha
+author: John Snow Labs
+name: bge_base_english_bioembed768
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_bioembed768` is a English model originally trained by pavanmantha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_bioembed768_en_5.5.0_3.0_1725228333819.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_bioembed768_en_5.5.0_3.0_1725228333819.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_bioembed768|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|389.3 MB|
+
+## References
+
+https://huggingface.co/pavanmantha/bge-base-en-bioembed768
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed768_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed768_pipeline_en.md
new file mode 100644
index 00000000000000..2626f04e98786e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed768_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_english_bioembed768_pipeline pipeline BGEEmbeddings from pavanmantha
+author: John Snow Labs
+name: bge_base_english_bioembed768_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_bioembed768_pipeline` is a English model originally trained by pavanmantha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_bioembed768_pipeline_en_5.5.0_3.0_1725228376655.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_bioembed768_pipeline_en_5.5.0_3.0_1725228376655.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_english_bioembed768_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_english_bioembed768_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_bioembed768_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|389.3 MB|
+
+## References
+
+https://huggingface.co/pavanmantha/bge-base-en-bioembed768
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed_en.md
new file mode 100644
index 00000000000000..8a72b8f81ba94a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_english_bioembed BGEEmbeddings from pavanmantha
+author: John Snow Labs
+name: bge_base_english_bioembed
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_bioembed` is a English model originally trained by pavanmantha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_bioembed_en_5.4.2_3.0_1725198852426.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_bioembed_en_5.4.2_3.0_1725198852426.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_bioembed|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|389.2 MB|
+
+## References
+
+https://huggingface.co/pavanmantha/bge-base-en-bioembed
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed_pipeline_en.md
new file mode 100644
index 00000000000000..cec1512790d5fb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_bioembed_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_english_bioembed_pipeline pipeline BGEEmbeddings from pavanmantha
+author: John Snow Labs
+name: bge_base_english_bioembed_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_bioembed_pipeline` is a English model originally trained by pavanmantha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_bioembed_pipeline_en_5.4.2_3.0_1725198880215.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_bioembed_pipeline_en_5.4.2_3.0_1725198880215.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_english_bioembed_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_english_bioembed_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_bioembed_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|389.2 MB|
+
+## References
+
+https://huggingface.co/pavanmantha/bge-base-en-bioembed
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_honsec10k_embed_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_honsec10k_embed_en.md
new file mode 100644
index 00000000000000..74f6175a7001b1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_honsec10k_embed_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_english_honsec10k_embed BGEEmbeddings from pavanmantha
+author: John Snow Labs
+name: bge_base_english_honsec10k_embed
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_honsec10k_embed` is a English model originally trained by pavanmantha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_honsec10k_embed_en_5.5.0_3.0_1725229206346.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_honsec10k_embed_en_5.5.0_3.0_1725229206346.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_honsec10k_embed|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.0 MB|
+
+## References
+
+https://huggingface.co/pavanmantha/bge-base-en-honsec10k-embed
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_honsec10k_embed_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_honsec10k_embed_pipeline_en.md
new file mode 100644
index 00000000000000..897133e25fd214
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_honsec10k_embed_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_english_honsec10k_embed_pipeline pipeline BGEEmbeddings from pavanmantha
+author: John Snow Labs
+name: bge_base_english_honsec10k_embed_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_honsec10k_embed_pipeline` is a English model originally trained by pavanmantha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_honsec10k_embed_pipeline_en_5.5.0_3.0_1725229236080.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_honsec10k_embed_pipeline_en_5.5.0_3.0_1725229236080.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_english_honsec10k_embed_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_english_honsec10k_embed_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_honsec10k_embed_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.0 MB|
+
+## References
+
+https://huggingface.co/pavanmantha/bge-base-en-honsec10k-embed
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_en.md
new file mode 100644
index 00000000000000..5a47655ee7be51
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_english_v1_5_finetuned_ragds BGEEmbeddings from aritrasen
+author: John Snow Labs
+name: bge_base_english_v1_5_finetuned_ragds
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_finetuned_ragds` is a English model originally trained by aritrasen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_en_5.4.2_3.0_1725198474962.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_en_5.4.2_3.0_1725198474962.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_finetuned_ragds|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|404.3 MB|
+
+## References
+
+https://huggingface.co/aritrasen/bge-base-en-v1.5-finetuned_ragds
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_pipeline_en.md
new file mode 100644
index 00000000000000..d84cd0ff236c9a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_english_v1_5_finetuned_ragds_pipeline pipeline BGEEmbeddings from aritrasen
+author: John Snow Labs
+name: bge_base_english_v1_5_finetuned_ragds_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_finetuned_ragds_pipeline` is a English model originally trained by aritrasen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_pipeline_en_5.4.2_3.0_1725198503162.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_pipeline_en_5.4.2_3.0_1725198503162.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_english_v1_5_finetuned_ragds_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_english_v1_5_finetuned_ragds_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_finetuned_ragds_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|404.3 MB|
+
+## References
+
+https://huggingface.co/aritrasen/bge-base-en-v1.5-finetuned_ragds
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_v1_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_v1_en.md
new file mode 100644
index 00000000000000..cbe0a48e78525c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_v1_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_english_v1_5_finetuned_ragds_v1 BGEEmbeddings from aritrasen
+author: John Snow Labs
+name: bge_base_english_v1_5_finetuned_ragds_v1
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_finetuned_ragds_v1` is a English model originally trained by aritrasen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_v1_en_5.4.2_3.0_1725198687846.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_v1_en_5.4.2_3.0_1725198687846.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_finetuned_ragds_v1|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|404.3 MB|
+
+## References
+
+https://huggingface.co/aritrasen/bge-base-en-v1.5-finetuned_ragds_v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_v1_pipeline_en.md
new file mode 100644
index 00000000000000..2473b46a8a3740
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_finetuned_ragds_v1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_english_v1_5_finetuned_ragds_v1_pipeline pipeline BGEEmbeddings from aritrasen
+author: John Snow Labs
+name: bge_base_english_v1_5_finetuned_ragds_v1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_finetuned_ragds_v1_pipeline` is a English model originally trained by aritrasen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_v1_pipeline_en_5.4.2_3.0_1725198710921.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_v1_pipeline_en_5.4.2_3.0_1725198710921.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_english_v1_5_finetuned_ragds_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_english_v1_5_finetuned_ragds_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_finetuned_ragds_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|404.3 MB|
+
+## References
+
+https://huggingface.co/aritrasen/bge-base-en-v1.5-finetuned_ragds_v1
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_ft_ragds_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_ft_ragds_pipeline_en.md
new file mode 100644
index 00000000000000..c13bed32a63adc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_english_v1_5_ft_ragds_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_english_v1_5_ft_ragds_pipeline pipeline BGEEmbeddings from aritrasen
+author: John Snow Labs
+name: bge_base_english_v1_5_ft_ragds_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_ft_ragds_pipeline` is a English model originally trained by aritrasen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_ft_ragds_pipeline_en_5.4.2_3.0_1725199656608.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_ft_ragds_pipeline_en_5.4.2_3.0_1725199656608.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_english_v1_5_ft_ragds_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_english_v1_5_ft_ragds_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_ft_ragds_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|404.3 MB|
+
+## References
+
+https://huggingface.co/aritrasen/bge-base-en-v1.5-ft_ragds
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_akashmaggon_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_akashmaggon_en.md
new file mode 100644
index 00000000000000..81d2a38e0fdd6d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_akashmaggon_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_akashmaggon BGEEmbeddings from akashmaggon
+author: John Snow Labs
+name: bge_base_financial_matryoshka_akashmaggon
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_akashmaggon` is a English model originally trained by akashmaggon.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_akashmaggon_en_5.5.0_3.0_1725228334702.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_akashmaggon_en_5.5.0_3.0_1725228334702.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_akashmaggon|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.0 MB|
+
+## References
+
+https://huggingface.co/akashmaggon/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_akashmaggon_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_akashmaggon_pipeline_en.md
new file mode 100644
index 00000000000000..a1c1dd1b5b71cb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_akashmaggon_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_akashmaggon_pipeline pipeline BGEEmbeddings from akashmaggon
+author: John Snow Labs
+name: bge_base_financial_matryoshka_akashmaggon_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_akashmaggon_pipeline` is a English model originally trained by akashmaggon.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_akashmaggon_pipeline_en_5.5.0_3.0_1725228377670.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_akashmaggon_pipeline_en_5.5.0_3.0_1725228377670.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_akashmaggon_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_akashmaggon_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_akashmaggon_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.0 MB|
+
+## References
+
+https://huggingface.co/akashmaggon/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_asprenger_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_asprenger_en.md
new file mode 100644
index 00000000000000..2d9aa9fbc030a3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_asprenger_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_asprenger BGEEmbeddings from asprenger
+author: John Snow Labs
+name: bge_base_financial_matryoshka_asprenger
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_asprenger` is a English model originally trained by asprenger.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_asprenger_en_5.4.2_3.0_1725199436203.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_asprenger_en_5.4.2_3.0_1725199436203.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_asprenger|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.0 MB|
+
+## References
+
+https://huggingface.co/asprenger/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_asprenger_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_asprenger_pipeline_en.md
new file mode 100644
index 00000000000000..0c5dcd9a08a96d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_asprenger_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_asprenger_pipeline pipeline BGEEmbeddings from asprenger
+author: John Snow Labs
+name: bge_base_financial_matryoshka_asprenger_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_asprenger_pipeline` is a English model originally trained by asprenger.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_asprenger_pipeline_en_5.4.2_3.0_1725199464793.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_asprenger_pipeline_en_5.4.2_3.0_1725199464793.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_asprenger_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_asprenger_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_asprenger_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.0 MB|
+
+## References
+
+https://huggingface.co/asprenger/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_haophancs_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_haophancs_en.md
new file mode 100644
index 00000000000000..44d210ecb81a13
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_haophancs_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_haophancs BGEEmbeddings from haophancs
+author: John Snow Labs
+name: bge_base_financial_matryoshka_haophancs
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_haophancs` is a English model originally trained by haophancs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_haophancs_en_5.5.0_3.0_1725228480133.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_haophancs_en_5.5.0_3.0_1725228480133.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_haophancs|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/haophancs/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_haophancs_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_haophancs_pipeline_en.md
new file mode 100644
index 00000000000000..0c7d3d4986b9e1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_haophancs_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_haophancs_pipeline pipeline BGEEmbeddings from haophancs
+author: John Snow Labs
+name: bge_base_financial_matryoshka_haophancs_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_haophancs_pipeline` is a English model originally trained by haophancs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_haophancs_pipeline_en_5.5.0_3.0_1725228508794.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_haophancs_pipeline_en_5.5.0_3.0_1725228508794.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_haophancs_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_haophancs_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_haophancs_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/haophancs/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_liu_xiang_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_liu_xiang_en.md
new file mode 100644
index 00000000000000..347a5aff83d06b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_liu_xiang_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_liu_xiang BGEEmbeddings from Liu-Xiang
+author: John Snow Labs
+name: bge_base_financial_matryoshka_liu_xiang
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_liu_xiang` is a English model originally trained by Liu-Xiang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_liu_xiang_en_5.4.2_3.0_1725199292258.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_liu_xiang_en_5.4.2_3.0_1725199292258.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_liu_xiang|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.0 MB|
+
+## References
+
+https://huggingface.co/Liu-Xiang/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_liu_xiang_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_liu_xiang_pipeline_en.md
new file mode 100644
index 00000000000000..69fdd7f7cb5c97
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_liu_xiang_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_liu_xiang_pipeline pipeline BGEEmbeddings from Liu-Xiang
+author: John Snow Labs
+name: bge_base_financial_matryoshka_liu_xiang_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_liu_xiang_pipeline` is a English model originally trained by Liu-Xiang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_liu_xiang_pipeline_en_5.4.2_3.0_1725199322144.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_liu_xiang_pipeline_en_5.4.2_3.0_1725199322144.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_liu_xiang_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_liu_xiang_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_liu_xiang_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.0 MB|
+
+## References
+
+https://huggingface.co/Liu-Xiang/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_moritzglnr_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_moritzglnr_en.md
new file mode 100644
index 00000000000000..c12374349223af
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_moritzglnr_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_moritzglnr BGEEmbeddings from moritzglnr
+author: John Snow Labs
+name: bge_base_financial_matryoshka_moritzglnr
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_moritzglnr` is a English model originally trained by moritzglnr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_moritzglnr_en_5.5.0_3.0_1725229075921.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_moritzglnr_en_5.5.0_3.0_1725229075921.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_moritzglnr|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/moritzglnr/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_moritzglnr_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_moritzglnr_pipeline_en.md
new file mode 100644
index 00000000000000..8b92680f5ea39a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_moritzglnr_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_moritzglnr_pipeline pipeline BGEEmbeddings from moritzglnr
+author: John Snow Labs
+name: bge_base_financial_matryoshka_moritzglnr_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_moritzglnr_pipeline` is a English model originally trained by moritzglnr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_moritzglnr_pipeline_en_5.5.0_3.0_1725229104421.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_moritzglnr_pipeline_en_5.5.0_3.0_1725229104421.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_moritzglnr_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_moritzglnr_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_moritzglnr_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/moritzglnr/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_0_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_0_en.md
new file mode 100644
index 00000000000000..204199a8c786a2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_0_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_test_0 BGEEmbeddings from NickyNicky
+author: John Snow Labs
+name: bge_base_financial_matryoshka_test_0
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_test_0` is a English model originally trained by NickyNicky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_0_en_5.5.0_3.0_1725228884265.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_0_en_5.5.0_3.0_1725228884265.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_test_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/NickyNicky/bge-base-financial-matryoshka_test_0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_0_pipeline_en.md
new file mode 100644
index 00000000000000..351b0a026f4b8b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_test_0_pipeline pipeline BGEEmbeddings from NickyNicky
+author: John Snow Labs
+name: bge_base_financial_matryoshka_test_0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_test_0_pipeline` is a English model originally trained by NickyNicky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_0_pipeline_en_5.5.0_3.0_1725228912947.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_0_pipeline_en_5.5.0_3.0_1725228912947.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_test_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_test_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_test_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/NickyNicky/bge-base-financial-matryoshka_test_0
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_1_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_1_en.md
new file mode 100644
index 00000000000000..81f421e3cc59a3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_1_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_test_1 BGEEmbeddings from NickyNicky
+author: John Snow Labs
+name: bge_base_financial_matryoshka_test_1
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_test_1` is a English model originally trained by NickyNicky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_1_en_5.5.0_3.0_1725229258005.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_1_en_5.5.0_3.0_1725229258005.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_test_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/NickyNicky/bge-base-financial-matryoshka_test_1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_1_pipeline_en.md
new file mode 100644
index 00000000000000..cf69096b791494
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_test_1_pipeline pipeline BGEEmbeddings from NickyNicky
+author: John Snow Labs
+name: bge_base_financial_matryoshka_test_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_test_1_pipeline` is a English model originally trained by NickyNicky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_1_pipeline_en_5.5.0_3.0_1725229286024.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_1_pipeline_en_5.5.0_3.0_1725229286024.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_test_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_test_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_test_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/NickyNicky/bge-base-financial-matryoshka_test_1
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_3_pipeline_en.md
new file mode 100644
index 00000000000000..abac0f8df9785f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_3_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_test_3_pipeline pipeline BGEEmbeddings from NickyNicky
+author: John Snow Labs
+name: bge_base_financial_matryoshka_test_3_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_test_3_pipeline` is a English model originally trained by NickyNicky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_3_pipeline_en_5.5.0_3.0_1725228377563.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_3_pipeline_en_5.5.0_3.0_1725228377563.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_test_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_test_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_test_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/NickyNicky/bge-base-financial-matryoshka_test_3
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_burmese_my.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_burmese_my.md
new file mode 100644
index 00000000000000..11500b64bd5205
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_test_burmese_my.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: Burmese bge_base_financial_matryoshka_test_burmese BGEEmbeddings from IlhamEbdesk
+author: John Snow Labs
+name: bge_base_financial_matryoshka_test_burmese
+date: 2024-09-01
+tags: [my, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: my
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_test_burmese` is a Burmese model originally trained by IlhamEbdesk.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_burmese_my_5.4.2_3.0_1725198471863.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_burmese_my_5.4.2_3.0_1725198471863.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_v1|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/gauravsirola/bge-base-financial-matryoshka-v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_v1_pipeline_en.md
new file mode 100644
index 00000000000000..cb540005296d41
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_matryoshka_v1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_v1_pipeline pipeline BGEEmbeddings from gauravsirola
+author: John Snow Labs
+name: bge_base_financial_matryoshka_v1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_v1_pipeline` is a English model originally trained by gauravsirola.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_v1_pipeline_en_5.4.2_3.0_1725198658470.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_v1_pipeline_en_5.4.2_3.0_1725198658470.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/gauravsirola/bge-base-financial-matryoshka-v1
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_nvidia_matryoshka_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_nvidia_matryoshka_en.md
new file mode 100644
index 00000000000000..b88ee133efdbc0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_nvidia_matryoshka_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_nvidia_matryoshka BGEEmbeddings from rbhatia46
+author: John Snow Labs
+name: bge_base_financial_nvidia_matryoshka
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_nvidia_matryoshka` is a English model originally trained by rbhatia46.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_nvidia_matryoshka_en_5.5.0_3.0_1725228934418.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_nvidia_matryoshka_en_5.5.0_3.0_1725228934418.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_nvidia_matryoshka|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/rbhatia46/bge-base-financial-nvidia-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_nvidia_matryoshka_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_nvidia_matryoshka_pipeline_en.md
new file mode 100644
index 00000000000000..b7211b8d0995c6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_financial_nvidia_matryoshka_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_nvidia_matryoshka_pipeline pipeline BGEEmbeddings from rbhatia46
+author: John Snow Labs
+name: bge_base_financial_nvidia_matryoshka_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_nvidia_matryoshka_pipeline` is a English model originally trained by rbhatia46.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_nvidia_matryoshka_pipeline_en_5.5.0_3.0_1725228966522.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_nvidia_matryoshka_pipeline_en_5.5.0_3.0_1725228966522.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_nvidia_matryoshka_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_nvidia_matryoshka_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_nvidia_matryoshka_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/rbhatia46/bge-base-financial-nvidia-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_horizon_europe_matryoshka_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_horizon_europe_matryoshka_en.md
new file mode 100644
index 00000000000000..54dfa0c8025d9d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_horizon_europe_matryoshka_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_horizon_europe_matryoshka BGEEmbeddings from daniellgoncalves
+author: John Snow Labs
+name: bge_base_horizon_europe_matryoshka
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_horizon_europe_matryoshka` is a English model originally trained by daniellgoncalves.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_horizon_europe_matryoshka_en_5.4.2_3.0_1725199272744.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_horizon_europe_matryoshka_en_5.4.2_3.0_1725199272744.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_horizon_europe_matryoshka|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|377.9 MB|
+
+## References
+
+https://huggingface.co/daniellgoncalves/bge-base-horizon-europe-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_horizon_europe_matryoshka_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_horizon_europe_matryoshka_pipeline_en.md
new file mode 100644
index 00000000000000..c7a447bcec84cb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_horizon_europe_matryoshka_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_horizon_europe_matryoshka_pipeline pipeline BGEEmbeddings from daniellgoncalves
+author: John Snow Labs
+name: bge_base_horizon_europe_matryoshka_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_horizon_europe_matryoshka_pipeline` is a English model originally trained by daniellgoncalves.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_horizon_europe_matryoshka_pipeline_en_5.4.2_3.0_1725199305304.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_horizon_europe_matryoshka_pipeline_en_5.4.2_3.0_1725199305304.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_horizon_europe_matryoshka_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_horizon_europe_matryoshka_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_horizon_europe_matryoshka_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|377.9 MB|
+
+## References
+
+https://huggingface.co/daniellgoncalves/bge-base-horizon-europe-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_mbpp_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_mbpp_en.md
new file mode 100644
index 00000000000000..a2795683e00658
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_mbpp_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_mbpp BGEEmbeddings from Nutanix
+author: John Snow Labs
+name: bge_base_mbpp
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_mbpp` is a English model originally trained by Nutanix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_mbpp_en_5.4.2_3.0_1725198781684.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_mbpp_en_5.4.2_3.0_1725198781684.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_mbpp|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|376.4 MB|
+
+## References
+
+https://huggingface.co/Nutanix/bge-base-mbpp
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_mbpp_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_mbpp_pipeline_en.md
new file mode 100644
index 00000000000000..32dbd60a8e90a5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_mbpp_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_mbpp_pipeline pipeline BGEEmbeddings from Nutanix
+author: John Snow Labs
+name: bge_base_mbpp_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_mbpp_pipeline` is a English model originally trained by Nutanix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_mbpp_pipeline_en_5.4.2_3.0_1725198815766.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_mbpp_pipeline_en_5.4.2_3.0_1725198815766.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_mbpp_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_mbpp_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_mbpp_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|376.4 MB|
+
+## References
+
+https://huggingface.co/Nutanix/bge-base-mbpp
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_patentmatch_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_patentmatch_en.md
new file mode 100644
index 00000000000000..d6ad1ac576be70
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_patentmatch_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_patentmatch BGEEmbeddings from bhlim
+author: John Snow Labs
+name: bge_base_patentmatch
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_patentmatch` is a English model originally trained by bhlim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_patentmatch_en_5.5.0_3.0_1725228754175.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_patentmatch_en_5.5.0_3.0_1725228754175.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_patentmatch|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|391.3 MB|
+
+## References
+
+https://huggingface.co/bhlim/bge-base-patentmatch
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_patentmatch_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_patentmatch_pipeline_en.md
new file mode 100644
index 00000000000000..2556065b230409
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_patentmatch_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_patentmatch_pipeline pipeline BGEEmbeddings from bhlim
+author: John Snow Labs
+name: bge_base_patentmatch_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_patentmatch_pipeline` is a English model originally trained by bhlim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_patentmatch_pipeline_en_5.5.0_3.0_1725228781150.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_patentmatch_pipeline_en_5.5.0_3.0_1725228781150.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_patentmatch_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_patentmatch_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_patentmatch_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|391.3 MB|
+
+## References
+
+https://huggingface.co/bhlim/bge-base-patentmatch
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_scidocs_dataset_10k_2k_e1_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_scidocs_dataset_10k_2k_e1_en.md
new file mode 100644
index 00000000000000..a7f1678e66f9a6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_scidocs_dataset_10k_2k_e1_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_scidocs_dataset_10k_2k_e1 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_scidocs_dataset_10k_2k_e1
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_scidocs_dataset_10k_2k_e1` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_scidocs_dataset_10k_2k_e1_en_5.5.0_3.0_1725229369405.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_scidocs_dataset_10k_2k_e1_en_5.5.0_3.0_1725229369405.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_scidocs_dataset_10k_2k_e1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-scidocs-dataset-10k-2k-e1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_scidocs_dataset_10k_2k_e1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_scidocs_dataset_10k_2k_e1_pipeline_en.md
new file mode 100644
index 00000000000000..b4ab5eb0972be5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_scidocs_dataset_10k_2k_e1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_scidocs_dataset_10k_2k_e1_pipeline pipeline BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_scidocs_dataset_10k_2k_e1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_scidocs_dataset_10k_2k_e1_pipeline` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_scidocs_dataset_10k_2k_e1_pipeline_en_5.5.0_3.0_1725229394839.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_scidocs_dataset_10k_2k_e1_pipeline_en_5.5.0_3.0_1725229394839.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_scidocs_dataset_10k_2k_e1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_scidocs_dataset_10k_2k_e1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_scidocs_dataset_10k_2k_e1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-scidocs-dataset-10k-2k-e1
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_1_v18_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_1_v18_en.md
new file mode 100644
index 00000000000000..4a1a99be538c8a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_1_v18_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v18 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v18
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v18` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v18_en_5.4.2_3.0_1725199338126.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v18_en_5.4.2_3.0_1725199338126.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v18|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|384.3 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v18
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_1_v18_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_1_v18_pipeline_en.md
new file mode 100644
index 00000000000000..d596d42fdee84c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_1_v18_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v18_pipeline pipeline BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v18_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v18_pipeline` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v18_pipeline_en_5.4.2_3.0_1725199367956.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v18_pipeline_en_5.4.2_3.0_1725199367956.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_securiti_dataset_1_v18_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_securiti_dataset_1_v18_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v18_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|384.3 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v18
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_3_v23_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_3_v23_en.md
new file mode 100644
index 00000000000000..65152360bebb0d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_3_v23_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_3_v23 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_3_v23
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_3_v23` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_3_v23_en_5.4.2_3.0_1725199224936.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_3_v23_en_5.4.2_3.0_1725199224936.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_3_v23|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|384.8 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-3-v23
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_3_v23_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_3_v23_pipeline_en.md
new file mode 100644
index 00000000000000..71354816fb4031
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_securiti_dataset_3_v23_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_3_v23_pipeline pipeline BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_3_v23_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_3_v23_pipeline` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_3_v23_pipeline_en_5.4.2_3.0_1725199257652.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_3_v23_pipeline_en_5.4.2_3.0_1725199257652.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_securiti_dataset_3_v23_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_securiti_dataset_3_v23_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_3_v23_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|384.8 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-3-v23
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_swahili_matryoshka_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_swahili_matryoshka_en.md
new file mode 100644
index 00000000000000..03422697b1e957
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_swahili_matryoshka_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_swahili_matryoshka BGEEmbeddings from sartifyllc
+author: John Snow Labs
+name: bge_base_swahili_matryoshka
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_swahili_matryoshka` is a English model originally trained by sartifyllc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_swahili_matryoshka_en_5.5.0_3.0_1725229088533.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_swahili_matryoshka_en_5.5.0_3.0_1725229088533.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_swahili_matryoshka|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|397.1 MB|
+
+## References
+
+https://huggingface.co/sartifyllc/bge-base-swahili-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_base_swahili_matryoshka_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_base_swahili_matryoshka_pipeline_en.md
new file mode 100644
index 00000000000000..50424f3f6d96f1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_base_swahili_matryoshka_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_swahili_matryoshka_pipeline pipeline BGEEmbeddings from sartifyllc
+author: John Snow Labs
+name: bge_base_swahili_matryoshka_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_swahili_matryoshka_pipeline` is a English model originally trained by sartifyllc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_swahili_matryoshka_pipeline_en_5.5.0_3.0_1725229113325.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_swahili_matryoshka_pipeline_en_5.5.0_3.0_1725229113325.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_swahili_matryoshka_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_swahili_matryoshka_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_swahili_matryoshka_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.1 MB|
+
+## References
+
+https://huggingface.co/sartifyllc/bge-base-swahili-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_bislama_encoder_20_8_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_bislama_encoder_20_8_en.md
new file mode 100644
index 00000000000000..ea312d66b3ae99
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_bislama_encoder_20_8_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_bislama_encoder_20_8 BGEEmbeddings from quangtqv
+author: John Snow Labs
+name: bge_bislama_encoder_20_8
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_bislama_encoder_20_8` is a English model originally trained by quangtqv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_bislama_encoder_20_8_en_5.5.0_3.0_1725228333831.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_bislama_encoder_20_8_en_5.5.0_3.0_1725228333831.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_bislama_encoder_20_8|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|389.5 MB|
+
+## References
+
+https://huggingface.co/quangtqv/bge_bi_encoder_20_8
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_large_chinese_v1_5_ft_v4_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_large_chinese_v1_5_ft_v4_en.md
new file mode 100644
index 00000000000000..8dd71cecaedcf4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_large_chinese_v1_5_ft_v4_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_large_chinese_v1_5_ft_v4 BGEEmbeddings from stevenluo
+author: John Snow Labs
+name: bge_large_chinese_v1_5_ft_v4
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_chinese_v1_5_ft_v4` is a English model originally trained by stevenluo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_chinese_v1_5_ft_v4_en_5.4.2_3.0_1725198728223.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_chinese_v1_5_ft_v4_en_5.4.2_3.0_1725198728223.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_chinese_v1_5_ft_v4|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/stevenluo/bge-large-zh-v1.5-ft-v4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_large_chinese_v1_5_ft_v4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_large_chinese_v1_5_ft_v4_pipeline_en.md
new file mode 100644
index 00000000000000..b1d91a9a9a4d27
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_large_chinese_v1_5_ft_v4_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_large_chinese_v1_5_ft_v4_pipeline pipeline BGEEmbeddings from stevenluo
+author: John Snow Labs
+name: bge_large_chinese_v1_5_ft_v4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_chinese_v1_5_ft_v4_pipeline` is a English model originally trained by stevenluo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_chinese_v1_5_ft_v4_pipeline_en_5.4.2_3.0_1725198804167.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_chinese_v1_5_ft_v4_pipeline_en_5.4.2_3.0_1725198804167.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_large_chinese_v1_5_ft_v4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_large_chinese_v1_5_ft_v4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_chinese_v1_5_ft_v4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/stevenluo/bge-large-zh-v1.5-ft-v4
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_mnli_anli_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_mnli_anli_en.md
new file mode 100644
index 00000000000000..908ccf79669b44
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_mnli_anli_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English bge_large_english_mnli_anli BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: bge_large_english_mnli_anli
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_english_mnli_anli` is a English model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_english_mnli_anli_en_5.4.2_3.0_1725208278809.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_english_mnli_anli_en_5.4.2_3.0_1725208278809.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_english_mnli_anli|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/mjwong/bge-large-en-mnli-anli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_mnli_anli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_mnli_anli_pipeline_en.md
new file mode 100644
index 00000000000000..1c810e6d558018
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_mnli_anli_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bge_large_english_mnli_anli_pipeline pipeline BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: bge_large_english_mnli_anli_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_english_mnli_anli_pipeline` is a English model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_english_mnli_anli_pipeline_en_5.4.2_3.0_1725208351567.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_english_mnli_anli_pipeline_en_5.4.2_3.0_1725208351567.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_large_english_mnli_anli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_large_english_mnli_anli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_english_mnli_anli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/mjwong/bge-large-en-mnli-anli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_cosentloss_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_cosentloss_en.md
new file mode 100644
index 00000000000000..1b1c750420562b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_cosentloss_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_large_english_v1_5_cosentloss BGEEmbeddings from Areeb-02
+author: John Snow Labs
+name: bge_large_english_v1_5_cosentloss
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_english_v1_5_cosentloss` is a English model originally trained by Areeb-02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_cosentloss_en_5.4.2_3.0_1725198444092.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_cosentloss_en_5.4.2_3.0_1725198444092.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_english_v1_5_cosentloss|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/Areeb-02/bge-large-en-v1.5-CosentLoss
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_cosentloss_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_cosentloss_pipeline_en.md
new file mode 100644
index 00000000000000..e7ad23920b7ede
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_cosentloss_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_large_english_v1_5_cosentloss_pipeline pipeline BGEEmbeddings from Areeb-02
+author: John Snow Labs
+name: bge_large_english_v1_5_cosentloss_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_english_v1_5_cosentloss_pipeline` is a English model originally trained by Areeb-02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_cosentloss_pipeline_en_5.4.2_3.0_1725198524178.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_cosentloss_pipeline_en_5.4.2_3.0_1725198524178.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_large_english_v1_5_cosentloss_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_large_english_v1_5_cosentloss_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_english_v1_5_cosentloss_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/Areeb-02/bge-large-en-v1.5-CosentLoss
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_hpc_gpt_fine_tuned_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_hpc_gpt_fine_tuned_en.md
new file mode 100644
index 00000000000000..4abaedd3cce834
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_hpc_gpt_fine_tuned_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_large_english_v1_5_hpc_gpt_fine_tuned BGEEmbeddings from izayashiro
+author: John Snow Labs
+name: bge_large_english_v1_5_hpc_gpt_fine_tuned
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_english_v1_5_hpc_gpt_fine_tuned` is a English model originally trained by izayashiro.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_hpc_gpt_fine_tuned_en_5.5.0_3.0_1725229470850.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_hpc_gpt_fine_tuned_en_5.5.0_3.0_1725229470850.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_english_v1_5_hpc_gpt_fine_tuned|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/izayashiro/bge-large-en-v1.5-hpc-gpt-fine-tuned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline_en.md
new file mode 100644
index 00000000000000..4342bffa55af71
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline pipeline BGEEmbeddings from izayashiro
+author: John Snow Labs
+name: bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline` is a English model originally trained by izayashiro.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline_en_5.5.0_3.0_1725229548175.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline_en_5.5.0_3.0_1725229548175.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_english_v1_5_hpc_gpt_fine_tuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/izayashiro/bge-large-en-v1.5-hpc-gpt-fine-tuned
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_large_finetuned_400_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_large_finetuned_400_en.md
new file mode 100644
index 00000000000000..7b01c3afb66d2b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_large_finetuned_400_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_large_finetuned_400 BGEEmbeddings from Nishit28
+author: John Snow Labs
+name: bge_large_finetuned_400
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_finetuned_400` is a English model originally trained by Nishit28.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_finetuned_400_en_5.4.2_3.0_1725199556252.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_finetuned_400_en_5.4.2_3.0_1725199556252.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_finetuned_400|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/Nishit28/bge-large-finetuned-400
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_large_finetuned_400_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_large_finetuned_400_pipeline_en.md
new file mode 100644
index 00000000000000..f87d9cc730b38f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_large_finetuned_400_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_large_finetuned_400_pipeline pipeline BGEEmbeddings from Nishit28
+author: John Snow Labs
+name: bge_large_finetuned_400_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_finetuned_400_pipeline` is a English model originally trained by Nishit28.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_finetuned_400_pipeline_en_5.4.2_3.0_1725199637639.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_finetuned_400_pipeline_en_5.4.2_3.0_1725199637639.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_large_finetuned_400_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_large_finetuned_400_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_finetuned_400_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/Nishit28/bge-large-finetuned-400
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_bioasq_1epochs_batch32_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_bioasq_1epochs_batch32_en.md
new file mode 100644
index 00000000000000..6d1f0b904f6b6e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_bioasq_1epochs_batch32_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_small_bioasq_1epochs_batch32 BGEEmbeddings from juanpablomesa
+author: John Snow Labs
+name: bge_small_bioasq_1epochs_batch32
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_bioasq_1epochs_batch32` is a English model originally trained by juanpablomesa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_bioasq_1epochs_batch32_en_5.5.0_3.0_1725228819311.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_bioasq_1epochs_batch32_en_5.5.0_3.0_1725228819311.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_bioasq_1epochs_batch32|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|115.7 MB|
+
+## References
+
+https://huggingface.co/juanpablomesa/bge-small-bioasq-1epochs-batch32
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_bioasq_1epochs_batch32_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_bioasq_1epochs_batch32_pipeline_en.md
new file mode 100644
index 00000000000000..1cf829f4573da2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_bioasq_1epochs_batch32_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_small_bioasq_1epochs_batch32_pipeline pipeline BGEEmbeddings from juanpablomesa
+author: John Snow Labs
+name: bge_small_bioasq_1epochs_batch32_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_bioasq_1epochs_batch32_pipeline` is a English model originally trained by juanpablomesa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_bioasq_1epochs_batch32_pipeline_en_5.5.0_3.0_1725228828915.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_bioasq_1epochs_batch32_pipeline_en_5.5.0_3.0_1725228828915.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_small_bioasq_1epochs_batch32_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_small_bioasq_1epochs_batch32_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_bioasq_1epochs_batch32_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|115.7 MB|
+
+## References
+
+https://huggingface.co/juanpablomesa/bge-small-bioasq-1epochs-batch32
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_dcpr_tuned_sanyamjain0315_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_dcpr_tuned_sanyamjain0315_en.md
new file mode 100644
index 00000000000000..264b9e95ae9566
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_dcpr_tuned_sanyamjain0315_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_small_english_dcpr_tuned_sanyamjain0315 BGEEmbeddings from sanyamjain0315
+author: John Snow Labs
+name: bge_small_english_dcpr_tuned_sanyamjain0315
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_english_dcpr_tuned_sanyamjain0315` is a English model originally trained by sanyamjain0315.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_english_dcpr_tuned_sanyamjain0315_en_5.4.2_3.0_1725199109670.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_english_dcpr_tuned_sanyamjain0315_en_5.4.2_3.0_1725199109670.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_english_dcpr_tuned_sanyamjain0315|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|115.2 MB|
+
+## References
+
+https://huggingface.co/sanyamjain0315/bge-small-en-dcpr-tuned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_dcpr_tuned_sanyamjain0315_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_dcpr_tuned_sanyamjain0315_pipeline_en.md
new file mode 100644
index 00000000000000..7c1914197f6250
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_dcpr_tuned_sanyamjain0315_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_small_english_dcpr_tuned_sanyamjain0315_pipeline pipeline BGEEmbeddings from sanyamjain0315
+author: John Snow Labs
+name: bge_small_english_dcpr_tuned_sanyamjain0315_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_english_dcpr_tuned_sanyamjain0315_pipeline` is a English model originally trained by sanyamjain0315.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_english_dcpr_tuned_sanyamjain0315_pipeline_en_5.4.2_3.0_1725199118367.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_english_dcpr_tuned_sanyamjain0315_pipeline_en_5.4.2_3.0_1725199118367.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_small_english_dcpr_tuned_sanyamjain0315_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_small_english_dcpr_tuned_sanyamjain0315_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_english_dcpr_tuned_sanyamjain0315_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|115.2 MB|
+
+## References
+
+https://huggingface.co/sanyamjain0315/bge-small-en-dcpr-tuned
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_multiplrrankingloss_tax_dataset_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_multiplrrankingloss_tax_dataset_en.md
new file mode 100644
index 00000000000000..5d44095a468696
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_multiplrrankingloss_tax_dataset_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_small_english_multiplrrankingloss_tax_dataset BGEEmbeddings from Areeb-02
+author: John Snow Labs
+name: bge_small_english_multiplrrankingloss_tax_dataset
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_english_multiplrrankingloss_tax_dataset` is a English model originally trained by Areeb-02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_english_multiplrrankingloss_tax_dataset_en_5.5.0_3.0_1725229370204.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_english_multiplrrankingloss_tax_dataset_en_5.5.0_3.0_1725229370204.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_english_multiplrrankingloss_tax_dataset|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|111.7 MB|
+
+## References
+
+https://huggingface.co/Areeb-02/bge-small-en-MultiplrRankingLoss-Tax-dataset
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_multiplrrankingloss_tax_dataset_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_multiplrrankingloss_tax_dataset_pipeline_en.md
new file mode 100644
index 00000000000000..0a53c38d367d8d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_multiplrrankingloss_tax_dataset_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_small_english_multiplrrankingloss_tax_dataset_pipeline pipeline BGEEmbeddings from Areeb-02
+author: John Snow Labs
+name: bge_small_english_multiplrrankingloss_tax_dataset_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_english_multiplrrankingloss_tax_dataset_pipeline` is a English model originally trained by Areeb-02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_english_multiplrrankingloss_tax_dataset_pipeline_en_5.5.0_3.0_1725229385646.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_english_multiplrrankingloss_tax_dataset_pipeline_en_5.5.0_3.0_1725229385646.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_small_english_multiplrrankingloss_tax_dataset_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_small_english_multiplrrankingloss_tax_dataset_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_english_multiplrrankingloss_tax_dataset_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|111.7 MB|
+
+## References
+
+https://huggingface.co/Areeb-02/bge-small-en-MultiplrRankingLoss-Tax-dataset
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_ol_science_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_ol_science_en.md
new file mode 100644
index 00000000000000..d01cccb1ce637f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_ol_science_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_small_english_ol_science BGEEmbeddings from Ganidu
+author: John Snow Labs
+name: bge_small_english_ol_science
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_english_ol_science` is a English model originally trained by Ganidu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_english_ol_science_en_5.5.0_3.0_1725229309041.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_english_ol_science_en_5.5.0_3.0_1725229309041.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_english_ol_science|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|115.7 MB|
+
+## References
+
+https://huggingface.co/Ganidu/bge-small-en-ol-science
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_ol_science_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_ol_science_pipeline_en.md
new file mode 100644
index 00000000000000..c9ccaed16cd085
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_ol_science_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_small_english_ol_science_pipeline pipeline BGEEmbeddings from Ganidu
+author: John Snow Labs
+name: bge_small_english_ol_science_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_english_ol_science_pipeline` is a English model originally trained by Ganidu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_english_ol_science_pipeline_en_5.5.0_3.0_1725229318440.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_english_ol_science_pipeline_en_5.5.0_3.0_1725229318440.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_small_english_ol_science_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_small_english_ol_science_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_english_ol_science_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|115.7 MB|
+
+## References
+
+https://huggingface.co/Ganidu/bge-small-en-ol-science
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_v1_5_ft_orc_0806_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_v1_5_ft_orc_0806_en.md
new file mode 100644
index 00000000000000..0104f81ea39108
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_v1_5_ft_orc_0806_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_small_english_v1_5_ft_orc_0806 BGEEmbeddings from magnifi
+author: John Snow Labs
+name: bge_small_english_v1_5_ft_orc_0806
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_english_v1_5_ft_orc_0806` is a English model originally trained by magnifi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_english_v1_5_ft_orc_0806_en_5.4.2_3.0_1725199633915.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_english_v1_5_ft_orc_0806_en_5.4.2_3.0_1725199633915.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_english_v1_5_ft_orc_0806|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|110.2 MB|
+
+## References
+
+https://huggingface.co/magnifi/bge-small-en-v1.5-ft-orc-0806
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_v1_5_ft_orc_0806_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_v1_5_ft_orc_0806_pipeline_en.md
new file mode 100644
index 00000000000000..2f9e5be1838ed7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_english_v1_5_ft_orc_0806_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_small_english_v1_5_ft_orc_0806_pipeline pipeline BGEEmbeddings from magnifi
+author: John Snow Labs
+name: bge_small_english_v1_5_ft_orc_0806_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_english_v1_5_ft_orc_0806_pipeline` is a English model originally trained by magnifi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_english_v1_5_ft_orc_0806_pipeline_en_5.4.2_3.0_1725199648738.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_english_v1_5_ft_orc_0806_pipeline_en_5.4.2_3.0_1725199648738.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_small_english_v1_5_ft_orc_0806_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_small_english_v1_5_ft_orc_0806_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_english_v1_5_ft_orc_0806_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|110.2 MB|
+
+## References
+
+https://huggingface.co/magnifi/bge-small-en-v1.5-ft-orc-0806
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_financial_matryoshka_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_financial_matryoshka_en.md
new file mode 100644
index 00000000000000..b58a10f4928e50
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_financial_matryoshka_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_small_financial_matryoshka BGEEmbeddings from haophancs
+author: John Snow Labs
+name: bge_small_financial_matryoshka
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_financial_matryoshka` is a English model originally trained by haophancs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_financial_matryoshka_en_5.5.0_3.0_1725229359253.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_financial_matryoshka_en_5.5.0_3.0_1725229359253.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_financial_matryoshka|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|114.9 MB|
+
+## References
+
+https://huggingface.co/haophancs/bge-small-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bge_small_financial_matryoshka_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bge_small_financial_matryoshka_pipeline_en.md
new file mode 100644
index 00000000000000..954e202b03c8c1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bge_small_financial_matryoshka_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_small_financial_matryoshka_pipeline pipeline BGEEmbeddings from haophancs
+author: John Snow Labs
+name: bge_small_financial_matryoshka_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_financial_matryoshka_pipeline` is a English model originally trained by haophancs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_financial_matryoshka_pipeline_en_5.5.0_3.0_1725229369188.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_financial_matryoshka_pipeline_en_5.5.0_3.0_1725229369188.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_small_financial_matryoshka_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_small_financial_matryoshka_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_financial_matryoshka_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|115.0 MB|
+
+## References
+
+https://huggingface.co/haophancs/bge-small-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bilingualchildemo_en.md b/docs/_posts/ahmedlone127/2024-09-01-bilingualchildemo_en.md
new file mode 100644
index 00000000000000..5170e5d312a52e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bilingualchildemo_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English bilingualchildemo XlmRoBertaForSequenceClassification from nanaaaa
+author: John Snow Labs
+name: bilingualchildemo
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bilingualchildemo` is a English model originally trained by nanaaaa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bilingualchildemo_en_5.4.2_3.0_1725169769601.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bilingualchildemo_en_5.4.2_3.0_1725169769601.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bilingualchildemo|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|826.4 MB|
+
+## References
+
+https://huggingface.co/nanaaaa/BilingualChildEmo
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bionlp13cg_clinicalbert_ner_en.md b/docs/_posts/ahmedlone127/2024-09-01-bionlp13cg_clinicalbert_ner_en.md
new file mode 100644
index 00000000000000..607e461b995324
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bionlp13cg_clinicalbert_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English bionlp13cg_clinicalbert_ner DistilBertForTokenClassification from judithrosell
+author: John Snow Labs
+name: bionlp13cg_clinicalbert_ner
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bionlp13cg_clinicalbert_ner` is a English model originally trained by judithrosell.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bionlp13cg_clinicalbert_ner_en_5.4.2_3.0_1725160600304.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bionlp13cg_clinicalbert_ner_en_5.4.2_3.0_1725160600304.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bionlp13cg_clinicalbert_ner|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|505.4 MB|
+
+## References
+
+https://huggingface.co/judithrosell/BioNLP13CG_ClinicalBERT_NER
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bionlp13cg_clinicalbert_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bionlp13cg_clinicalbert_ner_pipeline_en.md
new file mode 100644
index 00000000000000..4b4c50bcbd96d5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bionlp13cg_clinicalbert_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bionlp13cg_clinicalbert_ner_pipeline pipeline DistilBertForTokenClassification from judithrosell
+author: John Snow Labs
+name: bionlp13cg_clinicalbert_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bionlp13cg_clinicalbert_ner_pipeline` is a English model originally trained by judithrosell.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bionlp13cg_clinicalbert_ner_pipeline_en_5.4.2_3.0_1725160630672.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bionlp13cg_clinicalbert_ner_pipeline_en_5.4.2_3.0_1725160630672.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bionlp13cg_clinicalbert_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bionlp13cg_clinicalbert_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bionlp13cg_clinicalbert_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|505.5 MB|
+
+## References
+
+https://huggingface.co/judithrosell/BioNLP13CG_ClinicalBERT_NER
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bislama_all_bs192_hardneg_finetuned_webnlg2017_en.md b/docs/_posts/ahmedlone127/2024-09-01-bislama_all_bs192_hardneg_finetuned_webnlg2017_en.md
new file mode 100644
index 00000000000000..fa6ddcb1aecc94
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bislama_all_bs192_hardneg_finetuned_webnlg2017_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English bislama_all_bs192_hardneg_finetuned_webnlg2017 MPNetEmbeddings from teven
+author: John Snow Labs
+name: bislama_all_bs192_hardneg_finetuned_webnlg2017
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bislama_all_bs192_hardneg_finetuned_webnlg2017` is a English model originally trained by teven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bislama_all_bs192_hardneg_finetuned_webnlg2017_en_5.5.0_3.0_1725225048775.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bislama_all_bs192_hardneg_finetuned_webnlg2017_en_5.5.0_3.0_1725225048775.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bislama_all_bs192_hardneg_finetuned_webnlg2017|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.3 MB|
+
+## References
+
+https://huggingface.co/teven/bi_all_bs192_hardneg_finetuned_WebNLG2017
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline_en.md
new file mode 100644
index 00000000000000..5259fe0caf30d6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline pipeline MPNetEmbeddings from teven
+author: John Snow Labs
+name: bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline` is a English model originally trained by teven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline_en_5.5.0_3.0_1725225070598.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline_en_5.5.0_3.0_1725225070598.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bislama_all_bs192_hardneg_finetuned_webnlg2017_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.3 MB|
+
+## References
+
+https://huggingface.co/teven/bi_all_bs192_hardneg_finetuned_WebNLG2017
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-brand_classification_20240820_model_distilbert_0_9847_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-brand_classification_20240820_model_distilbert_0_9847_pipeline_en.md
new file mode 100644
index 00000000000000..a77dd63ba14af0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-brand_classification_20240820_model_distilbert_0_9847_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English brand_classification_20240820_model_distilbert_0_9847_pipeline pipeline DistilBertForSequenceClassification from jointriple
+author: John Snow Labs
+name: brand_classification_20240820_model_distilbert_0_9847_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`brand_classification_20240820_model_distilbert_0_9847_pipeline` is a English model originally trained by jointriple.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/brand_classification_20240820_model_distilbert_0_9847_pipeline_en_5.5.0_3.0_1725213585227.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/brand_classification_20240820_model_distilbert_0_9847_pipeline_en_5.5.0_3.0_1725213585227.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("brand_classification_20240820_model_distilbert_0_9847_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("brand_classification_20240820_model_distilbert_0_9847_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|brand_classification_20240820_model_distilbert_0_9847_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|253.0 MB|
+
+## References
+
+https://huggingface.co/jointriple/brand_classification_20240820_model_distilbert_0_9847
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_conll_model_kheyh_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_conll_model_kheyh_pipeline_en.md
new file mode 100644
index 00000000000000..a486b59e81e5d9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_conll_model_kheyh_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_conll_model_kheyh_pipeline pipeline DistilBertForTokenClassification from KHEYH
+author: John Snow Labs
+name: burmese_awesome_conll_model_kheyh_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_conll_model_kheyh_pipeline` is a English model originally trained by KHEYH.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_conll_model_kheyh_pipeline_en_5.4.2_3.0_1725161011295.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_conll_model_kheyh_pipeline_en_5.4.2_3.0_1725161011295.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_conll_model_kheyh_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_conll_model_kheyh_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_conll_model_kheyh_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/KHEYH/my_awesome_conll_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_pec_model3_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_pec_model3_en.md
new file mode 100644
index 00000000000000..7f5c1d28c212bb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_pec_model3_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_pec_model3 DistilBertForTokenClassification from PaulBin
+author: John Snow Labs
+name: burmese_awesome_pec_model3
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_pec_model3` is a English model originally trained by PaulBin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_pec_model3_en_5.4.2_3.0_1725171504358.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_pec_model3_en_5.4.2_3.0_1725171504358.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_qa_model|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|253.5 MB|
+
+## References
+
+https://huggingface.co/manonkrk/my_awesome_qa_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_gaviolation_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_gaviolation_en.md
new file mode 100644
index 00000000000000..afb6818cfd3085
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_gaviolation_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_wnut_gaviolation DistilBertForTokenClassification from gonzalezrostani
+author: John Snow Labs
+name: burmese_awesome_wnut_gaviolation
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_gaviolation` is a English model originally trained by gonzalezrostani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_gaviolation_en_5.4.2_3.0_1725170955210.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_gaviolation_en_5.4.2_3.0_1725170955210.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_gaviolation|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.2 MB|
+
+## References
+
+https://huggingface.co/gonzalezrostani/my_awesome_wnut_GAviolation
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_gaviolation_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_gaviolation_pipeline_en.md
new file mode 100644
index 00000000000000..a61d3cdc1f0fc6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_gaviolation_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_gaviolation_pipeline pipeline DistilBertForTokenClassification from gonzalezrostani
+author: John Snow Labs
+name: burmese_awesome_wnut_gaviolation_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_gaviolation_pipeline` is a English model originally trained by gonzalezrostani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_gaviolation_pipeline_en_5.4.2_3.0_1725170968218.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_gaviolation_pipeline_en_5.4.2_3.0_1725170968218.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_gaviolation_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_gaviolation_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_gaviolation_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/gonzalezrostani/my_awesome_wnut_GAviolation
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_jhn_gonzalezrostani_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_jhn_gonzalezrostani_en.md
new file mode 100644
index 00000000000000..8aea35666d17d6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_jhn_gonzalezrostani_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_wnut_jhn_gonzalezrostani DistilBertForTokenClassification from gonzalezrostani
+author: John Snow Labs
+name: burmese_awesome_wnut_jhn_gonzalezrostani
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_jhn_gonzalezrostani` is a English model originally trained by gonzalezrostani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_jhn_gonzalezrostani_en_5.4.2_3.0_1725171496194.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_jhn_gonzalezrostani_en_5.4.2_3.0_1725171496194.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_jhn_gonzalezrostani|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/gonzalezrostani/my_awesome_wnut_JHn
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_jpr_abegweit_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_jpr_abegweit_en.md
new file mode 100644
index 00000000000000..305750fa8754fd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_jpr_abegweit_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_wnut_jpr_abegweit DistilBertForTokenClassification from abegweit
+author: John Snow Labs
+name: burmese_awesome_wnut_jpr_abegweit
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_jpr_abegweit` is a English model originally trained by abegweit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_jpr_abegweit_en_5.4.2_3.0_1725170617745.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_jpr_abegweit_en_5.4.2_3.0_1725170617745.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_jpr_abegweit|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.2 MB|
+
+## References
+
+https://huggingface.co/abegweit/my_awesome_wnut_JPR
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_jpr_abegweit_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_jpr_abegweit_pipeline_en.md
new file mode 100644
index 00000000000000..4fd59ee58f8cf8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_jpr_abegweit_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_jpr_abegweit_pipeline pipeline DistilBertForTokenClassification from abegweit
+author: John Snow Labs
+name: burmese_awesome_wnut_jpr_abegweit_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_jpr_abegweit_pipeline` is a English model originally trained by abegweit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_jpr_abegweit_pipeline_en_5.4.2_3.0_1725170634998.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_jpr_abegweit_pipeline_en_5.4.2_3.0_1725170634998.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_jpr_abegweit_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_jpr_abegweit_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_jpr_abegweit_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/abegweit/my_awesome_wnut_JPR
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_ck_0099_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_ck_0099_en.md
new file mode 100644
index 00000000000000..05c63e3dbc9bad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_ck_0099_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_ck_0099 DistilBertForTokenClassification from ck-0099
+author: John Snow Labs
+name: burmese_awesome_wnut_model_ck_0099
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_ck_0099` is a English model originally trained by ck-0099.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_ck_0099_en_5.4.2_3.0_1725161031648.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_ck_0099_en_5.4.2_3.0_1725161031648.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_ck_0099|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/ck-0099/my_awesome_wnut_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_kolegas_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_kolegas_pipeline_en.md
new file mode 100644
index 00000000000000..5a0bbd61ea2e5c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_kolegas_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_kolegas_pipeline pipeline DistilBertForTokenClassification from kolegas
+author: John Snow Labs
+name: burmese_awesome_wnut_model_kolegas_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_kolegas_pipeline` is a English model originally trained by kolegas.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_kolegas_pipeline_en_5.4.2_3.0_1725172402420.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_kolegas_pipeline_en_5.4.2_3.0_1725172402420.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_model_kolegas_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_model_kolegas_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_kolegas_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/kolegas/my_awesome_wnut_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_sujit27_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_sujit27_en.md
new file mode 100644
index 00000000000000..75f267be062c3c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_sujit27_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_sujit27 DistilBertForTokenClassification from sujit27
+author: John Snow Labs
+name: burmese_awesome_wnut_model_sujit27
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_sujit27` is a English model originally trained by sujit27.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_sujit27_en_5.4.2_3.0_1725171148629.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_sujit27_en_5.4.2_3.0_1725171148629.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_sujit27|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/sujit27/my_awesome_wnut_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_wool_peach_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_wool_peach_pipeline_en.md
new file mode 100644
index 00000000000000..f013052dd6058f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_wool_peach_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_wool_peach_pipeline pipeline DistilBertForTokenClassification from Wool-Peach
+author: John Snow Labs
+name: burmese_awesome_wnut_model_wool_peach_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_wool_peach_pipeline` is a English model originally trained by Wool-Peach.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_wool_peach_pipeline_en_5.4.2_3.0_1725171722361.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_wool_peach_pipeline_en_5.4.2_3.0_1725171722361.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_model_wool_peach_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_model_wool_peach_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_wool_peach_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/Wool-Peach/my_awesome_wnut_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_yolkem_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_yolkem_pipeline_en.md
new file mode 100644
index 00000000000000..1af9b5c1a2f4d6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_model_yolkem_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_yolkem_pipeline pipeline DistilBertForTokenClassification from Yolkem
+author: John Snow Labs
+name: burmese_awesome_wnut_model_yolkem_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_yolkem_pipeline` is a English model originally trained by Yolkem.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_yolkem_pipeline_en_5.4.2_3.0_1725170859454.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_yolkem_pipeline_en_5.4.2_3.0_1725170859454.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_model_yolkem_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_model_yolkem_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_yolkem_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/Yolkem/my_awesome_wnut_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_saneither_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_saneither_en.md
new file mode 100644
index 00000000000000..14cad517e4efce
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_saneither_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_wnut_saneither DistilBertForTokenClassification from gonzalezrostani
+author: John Snow Labs
+name: burmese_awesome_wnut_saneither
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_saneither` is a English model originally trained by gonzalezrostani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_saneither_en_5.4.2_3.0_1725161079273.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_saneither_en_5.4.2_3.0_1725161079273.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_saneither|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.2 MB|
+
+## References
+
+https://huggingface.co/gonzalezrostani/my_awesome_wnut_SAneither
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_them_all_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_them_all_pipeline_en.md
new file mode 100644
index 00000000000000..b66ad2aa4bb9e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_awesome_wnut_them_all_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_them_all_pipeline pipeline DistilBertForTokenClassification from gonzalezrostani
+author: John Snow Labs
+name: burmese_awesome_wnut_them_all_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_them_all_pipeline` is a English model originally trained by gonzalezrostani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_them_all_pipeline_en_5.4.2_3.0_1725171956793.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_them_all_pipeline_en_5.4.2_3.0_1725171956793.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_them_all_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_them_all_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_them_all_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/gonzalezrostani/my_awesome_wnut_Them_all
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_model_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_model_en.md
new file mode 100644
index 00000000000000..cd70ac51e9872c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_model_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English burmese_model RoBertaForSequenceClassification from dadashzadeh
+author: John Snow Labs
+name: burmese_model
+date: 2024-09-01
+tags: [roberta, en, open_source, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_model` is a English model originally trained by dadashzadeh.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_model_en_5.4.2_3.0_1725170735821.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_model_en_5.4.2_3.0_1725170735821.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_model|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+References
+
+https://huggingface.co/dadashzadeh/my_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_ner_model_amrita06_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_ner_model_amrita06_pipeline_en.md
new file mode 100644
index 00000000000000..9dde3e41740c25
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_ner_model_amrita06_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_ner_model_amrita06_pipeline pipeline DistilBertForTokenClassification from amrita06
+author: John Snow Labs
+name: burmese_ner_model_amrita06_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_ner_model_amrita06_pipeline` is a English model originally trained by amrita06.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_ner_model_amrita06_pipeline_en_5.4.2_3.0_1725170867595.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_ner_model_amrita06_pipeline_en_5.4.2_3.0_1725170867595.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_ner_model_amrita06_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_ner_model_amrita06_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_ner_model_amrita06_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/amrita06/my_ner_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_wnut_model_yehoshuadiller_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_wnut_model_yehoshuadiller_en.md
new file mode 100644
index 00000000000000..f18e691e3de4b6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_wnut_model_yehoshuadiller_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_wnut_model_yehoshuadiller DistilBertForTokenClassification from yehoshuadiller
+author: John Snow Labs
+name: burmese_wnut_model_yehoshuadiller
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_wnut_model_yehoshuadiller` is a English model originally trained by yehoshuadiller.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_wnut_model_yehoshuadiller_en_5.4.2_3.0_1725172664635.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_wnut_model_yehoshuadiller_en_5.4.2_3.0_1725172664635.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_wnut_model_yehoshuadiller|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/yehoshuadiller/my_wnut_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_wnut_model_yehoshuadiller_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_wnut_model_yehoshuadiller_pipeline_en.md
new file mode 100644
index 00000000000000..0db5a2597c44f7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_wnut_model_yehoshuadiller_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_wnut_model_yehoshuadiller_pipeline pipeline DistilBertForTokenClassification from yehoshuadiller
+author: John Snow Labs
+name: burmese_wnut_model_yehoshuadiller_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_wnut_model_yehoshuadiller_pipeline` is a English model originally trained by yehoshuadiller.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_wnut_model_yehoshuadiller_pipeline_en_5.4.2_3.0_1725172677393.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_wnut_model_yehoshuadiller_pipeline_en_5.4.2_3.0_1725172677393.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_wnut_model_yehoshuadiller_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_wnut_model_yehoshuadiller_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_wnut_model_yehoshuadiller_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/yehoshuadiller/my_wnut_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-burmese_ws_extraction_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-burmese_ws_extraction_model_pipeline_en.md
new file mode 100644
index 00000000000000..25c6ed7c537983
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-burmese_ws_extraction_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_ws_extraction_model_pipeline pipeline DistilBertForTokenClassification from manimaranpa07
+author: John Snow Labs
+name: burmese_ws_extraction_model_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_ws_extraction_model_pipeline` is a English model originally trained by manimaranpa07.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_ws_extraction_model_pipeline_en_5.4.2_3.0_1725171062642.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_ws_extraction_model_pipeline_en_5.4.2_3.0_1725171062642.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_ws_extraction_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_ws_extraction_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_ws_extraction_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/manimaranpa07/my_Ws_extraction_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-camembert_base_token_classifier_wikiner_en.md b/docs/_posts/ahmedlone127/2024-09-01-camembert_base_token_classifier_wikiner_en.md
new file mode 100644
index 00000000000000..703bf20a509713
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-camembert_base_token_classifier_wikiner_en.md
@@ -0,0 +1,145 @@
+---
+layout: model
+title: CamemBERT Token Classification Base - French WikiNER (camembert_base_token_classifier_wikiner)
+author: John Snow Labs
+name: camembert_base_token_classifier_wikiner
+date: 2024-09-01
+tags: [open_source, camembert, token_classification, wikiner, ner, fr, french, en, openvino]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: openvino
+annotator: CamemBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+CamemBertForTokenClassification can load CamemBERT Models with a token classification head on top (a linear layer on top of the hidden-states output) e.g. for Named-Entity-Recognition (NER) tasks.
+
+camembert_base_token_classifier_wikiner is a fine-tuned CamemBERT model that is ready to be used for Token Classification task such as Named Entity Recognition and it achieves state-of-the-art performance.
+
+We used TFCamembertForTokenClassification to train this model and used CamemBertForTokenClassification annotator in Spark NLP 🚀 for prediction at scale! This model has been trained to recognize four types of entities:
+O, LOC, PER, MISC, and ORG.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/camembert_base_token_classifier_wikiner_en_5.4.2_3.0_1725216665652.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/camembert_base_token_classifier_wikiner_en_5.4.2_3.0_1725216665652.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|camembert_base_token_classifier_wikiner|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[token, document]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|411.6 MB|
+|Case sensitive:|true|
+|Max sentence length:|512|
+
+## References
+
+References
+
+[https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr](https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr)
+
+## Benchmarking
+
+```bash
+
+root: "{"
+eval_loss ": 0.0396629199385643, "
+eval_precision ": 0.9283267457180501, "
+eval_recall ": 0.9337809780447939, "
+eval_f1 ": 0.9310458739841875, "
+eval_accuracy ": 0.9896610647939648, "
+eval_runtime ": 204.7064, "
+eval_samples_per_second ": 65.508, "
+eval_steps_per_second ": 4.099, "
+epoch ": 3.0}"
+```
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-camembert_bio_generalized_medkit_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-camembert_bio_generalized_medkit_pipeline_en.md
new file mode 100644
index 00000000000000..31f11814b99c7b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-camembert_bio_generalized_medkit_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English camembert_bio_generalized_medkit_pipeline pipeline CamemBertForTokenClassification from medkit
+author: John Snow Labs
+name: camembert_bio_generalized_medkit_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`camembert_bio_generalized_medkit_pipeline` is a English model originally trained by medkit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/camembert_bio_generalized_medkit_pipeline_en_5.4.2_3.0_1725175831467.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/camembert_bio_generalized_medkit_pipeline_en_5.4.2_3.0_1725175831467.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("camembert_bio_generalized_medkit_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("camembert_bio_generalized_medkit_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|camembert_bio_generalized_medkit_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|412.9 MB|
+
+## References
+
+https://huggingface.co/medkit/CamemBert-Bio-Generalized
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-camembert_bio_generalized_thibeb_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-camembert_bio_generalized_thibeb_pipeline_en.md
new file mode 100644
index 00000000000000..30db19468dfea4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-camembert_bio_generalized_thibeb_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English camembert_bio_generalized_thibeb_pipeline pipeline CamemBertForTokenClassification from Thibeb
+author: John Snow Labs
+name: camembert_bio_generalized_thibeb_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`camembert_bio_generalized_thibeb_pipeline` is a English model originally trained by Thibeb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/camembert_bio_generalized_thibeb_pipeline_en_5.4.2_3.0_1725175193945.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/camembert_bio_generalized_thibeb_pipeline_en_5.4.2_3.0_1725175193945.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("camembert_bio_generalized_thibeb_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("camembert_bio_generalized_thibeb_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|camembert_bio_generalized_thibeb_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|413.0 MB|
+
+## References
+
+https://huggingface.co/Thibeb/CamemBert_bio_generalized
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-camembert_crossencoder_classification_large_mmarco_en.md b/docs/_posts/ahmedlone127/2024-09-01-camembert_crossencoder_classification_large_mmarco_en.md
new file mode 100644
index 00000000000000..5669e2995f353a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-camembert_crossencoder_classification_large_mmarco_en.md
@@ -0,0 +1,95 @@
+---
+layout: model
+title: French CamemBertForSequenceClassification (from antoinelouis)
+author: John Snow Labs
+name: camembert_crossencoder_classification_large_mmarco
+date: 2024-09-01
+tags: [sequence_classification, camembert, openvino, en, open_source]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: openvino
+annotator: CamemBertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+“
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/camembert_crossencoder_classification_large_mmarco_en_5.5.0_3.0_1725208124975.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/camembert_crossencoder_classification_large_mmarco_en_5.5.0_3.0_1725208124975.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|caramelo_smile_2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|pt|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/Adilmar/caramelo-smile-2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-cat_sayula_popoluca_french_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-cat_sayula_popoluca_french_3_pipeline_en.md
new file mode 100644
index 00000000000000..26ff2a5077d1a0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-cat_sayula_popoluca_french_3_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English cat_sayula_popoluca_french_3_pipeline pipeline CamemBertForTokenClassification from homersimpson
+author: John Snow Labs
+name: cat_sayula_popoluca_french_3_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cat_sayula_popoluca_french_3_pipeline` is a English model originally trained by homersimpson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cat_sayula_popoluca_french_3_pipeline_en_5.4.2_3.0_1725175530078.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cat_sayula_popoluca_french_3_pipeline_en_5.4.2_3.0_1725175530078.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("cat_sayula_popoluca_french_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("cat_sayula_popoluca_french_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cat_sayula_popoluca_french_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|393.1 MB|
+
+## References
+
+https://huggingface.co/homersimpson/cat-pos-fr-3
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-categorization_model_abhishek107_en.md b/docs/_posts/ahmedlone127/2024-09-01-categorization_model_abhishek107_en.md
new file mode 100644
index 00000000000000..f296ac7510eeab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-categorization_model_abhishek107_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English categorization_model_abhishek107 DistilBertForSequenceClassification from Abhishek107
+author: John Snow Labs
+name: categorization_model_abhishek107
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`categorization_model_abhishek107` is a English model originally trained by Abhishek107.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/categorization_model_abhishek107_en_5.5.0_3.0_1725214080140.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/categorization_model_abhishek107_en_5.5.0_3.0_1725214080140.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|categorization_model_abhishek107|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Abhishek107/categorization_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-categorization_model_abhishek107_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-categorization_model_abhishek107_pipeline_en.md
new file mode 100644
index 00000000000000..bcf7cf941da40c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-categorization_model_abhishek107_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English categorization_model_abhishek107_pipeline pipeline DistilBertForSequenceClassification from Abhishek107
+author: John Snow Labs
+name: categorization_model_abhishek107_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`categorization_model_abhishek107_pipeline` is a English model originally trained by Abhishek107.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/categorization_model_abhishek107_pipeline_en_5.5.0_3.0_1725214099151.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/categorization_model_abhishek107_pipeline_en_5.5.0_3.0_1725214099151.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("categorization_model_abhishek107_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("categorization_model_abhishek107_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|categorization_model_abhishek107_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Abhishek107/categorization_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-category_cleaning_imagefolder_en.md b/docs/_posts/ahmedlone127/2024-09-01-category_cleaning_imagefolder_en.md
new file mode 100644
index 00000000000000..f8f334560ba544
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-category_cleaning_imagefolder_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English category_cleaning_imagefolder CLIPForZeroShotClassification from kpalczewski-displate
+author: John Snow Labs
+name: category_cleaning_imagefolder
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`category_cleaning_imagefolder` is a English model originally trained by kpalczewski-displate.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/category_cleaning_imagefolder_en_5.5.0_3.0_1725225826053.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/category_cleaning_imagefolder_en_5.5.0_3.0_1725225826053.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("category_cleaning_imagefolder","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("category_cleaning_imagefolder","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|category_cleaning_imagefolder|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/kpalczewski-displate/category_cleaning_imagefolder
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-category_cleaning_imagefolder_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-category_cleaning_imagefolder_pipeline_en.md
new file mode 100644
index 00000000000000..4b931ded9ee618
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-category_cleaning_imagefolder_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English category_cleaning_imagefolder_pipeline pipeline CLIPForZeroShotClassification from kpalczewski-displate
+author: John Snow Labs
+name: category_cleaning_imagefolder_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`category_cleaning_imagefolder_pipeline` is a English model originally trained by kpalczewski-displate.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/category_cleaning_imagefolder_pipeline_en_5.5.0_3.0_1725225857245.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/category_cleaning_imagefolder_pipeline_en_5.5.0_3.0_1725225857245.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("category_cleaning_imagefolder_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("category_cleaning_imagefolder_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|category_cleaning_imagefolder_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/kpalczewski-displate/category_cleaning_imagefolder
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-charles_dickens_classifier_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-charles_dickens_classifier_pipeline_en.md
new file mode 100644
index 00000000000000..c6540cd22d4761
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-charles_dickens_classifier_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English charles_dickens_classifier_pipeline pipeline DistilBertForSequenceClassification from GuillermoTBB
+author: John Snow Labs
+name: charles_dickens_classifier_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`charles_dickens_classifier_pipeline` is a English model originally trained by GuillermoTBB.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/charles_dickens_classifier_pipeline_en_5.5.0_3.0_1725214217551.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/charles_dickens_classifier_pipeline_en_5.5.0_3.0_1725214217551.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("charles_dickens_classifier_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("charles_dickens_classifier_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|charles_dickens_classifier_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/GuillermoTBB/charles-dickens-classifier
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-chat_category_classifier_en.md b/docs/_posts/ahmedlone127/2024-09-01-chat_category_classifier_en.md
new file mode 100644
index 00000000000000..7023128cebe828
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-chat_category_classifier_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English chat_category_classifier DistilBertForSequenceClassification from Mominalix
+author: John Snow Labs
+name: chat_category_classifier
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`chat_category_classifier` is a English model originally trained by Mominalix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/chat_category_classifier_en_5.5.0_3.0_1725213563250.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/chat_category_classifier_en_5.5.0_3.0_1725213563250.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|chat_category_classifier|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Mominalix/chat_category_classifier
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-chat_category_classifier_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-chat_category_classifier_pipeline_en.md
new file mode 100644
index 00000000000000..205d34a4242408
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-chat_category_classifier_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English chat_category_classifier_pipeline pipeline DistilBertForSequenceClassification from Mominalix
+author: John Snow Labs
+name: chat_category_classifier_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`chat_category_classifier_pipeline` is a English model originally trained by Mominalix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/chat_category_classifier_pipeline_en_5.5.0_3.0_1725213576914.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/chat_category_classifier_pipeline_en_5.5.0_3.0_1725213576914.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("chat_category_classifier_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("chat_category_classifier_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|chat_category_classifier_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Mominalix/chat_category_classifier
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-citation_intent_classification_roberta_en.md b/docs/_posts/ahmedlone127/2024-09-01-citation_intent_classification_roberta_en.md
new file mode 100644
index 00000000000000..c4ee0774380c42
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-citation_intent_classification_roberta_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English citation_intent_classification_roberta RoBertaForSequenceClassification from ltuzova
+author: John Snow Labs
+name: citation_intent_classification_roberta
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`citation_intent_classification_roberta` is a English model originally trained by ltuzova.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/citation_intent_classification_roberta_en_5.5.0_3.0_1725211862673.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/citation_intent_classification_roberta_en_5.5.0_3.0_1725211862673.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|citation_intent_classification_roberta|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|435.8 MB|
+
+## References
+
+https://huggingface.co/ltuzova/citation_intent_classification_roberta
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-citation_intent_classification_roberta_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-citation_intent_classification_roberta_pipeline_en.md
new file mode 100644
index 00000000000000..d70e6fea39ba9e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-citation_intent_classification_roberta_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English citation_intent_classification_roberta_pipeline pipeline RoBertaForSequenceClassification from ltuzova
+author: John Snow Labs
+name: citation_intent_classification_roberta_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`citation_intent_classification_roberta_pipeline` is a English model originally trained by ltuzova.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/citation_intent_classification_roberta_pipeline_en_5.5.0_3.0_1725211892319.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/citation_intent_classification_roberta_pipeline_en_5.5.0_3.0_1725211892319.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("citation_intent_classification_roberta_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("citation_intent_classification_roberta_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|citation_intent_classification_roberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|435.8 MB|
+
+## References
+
+https://huggingface.co/ltuzova/citation_intent_classification_roberta
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-classifier__generated_data_only__observationsdetection_albert_en.md b/docs/_posts/ahmedlone127/2024-09-01-classifier__generated_data_only__observationsdetection_albert_en.md
new file mode 100644
index 00000000000000..85e1f734d91647
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-classifier__generated_data_only__observationsdetection_albert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English classifier__generated_data_only__observationsdetection_albert AlbertForSequenceClassification from yevhenkost
+author: John Snow Labs
+name: classifier__generated_data_only__observationsdetection_albert
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`classifier__generated_data_only__observationsdetection_albert` is a English model originally trained by yevhenkost.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__observationsdetection_albert_en_5.4.2_3.0_1725188312286.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__observationsdetection_albert_en_5.4.2_3.0_1725188312286.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|classifier__generated_data_only__observationsdetection_albert|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/yevhenkost/classifier__generated_data_only__observationsdetection_albert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-classifier__generated_data_only__observationsdetection_albert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-classifier__generated_data_only__observationsdetection_albert_pipeline_en.md
new file mode 100644
index 00000000000000..385f53f7b67303
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-classifier__generated_data_only__observationsdetection_albert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English classifier__generated_data_only__observationsdetection_albert_pipeline pipeline AlbertForSequenceClassification from yevhenkost
+author: John Snow Labs
+name: classifier__generated_data_only__observationsdetection_albert_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`classifier__generated_data_only__observationsdetection_albert_pipeline` is a English model originally trained by yevhenkost.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__observationsdetection_albert_pipeline_en_5.4.2_3.0_1725188314704.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__observationsdetection_albert_pipeline_en_5.4.2_3.0_1725188314704.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("classifier__generated_data_only__observationsdetection_albert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("classifier__generated_data_only__observationsdetection_albert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|classifier__generated_data_only__observationsdetection_albert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/yevhenkost/classifier__generated_data_only__observationsdetection_albert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-climate_fact_checker_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-climate_fact_checker_pipeline_en.md
new file mode 100644
index 00000000000000..1145ccc3010e4f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-climate_fact_checker_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English climate_fact_checker_pipeline pipeline DistilBertForSequenceClassification from fzanartu
+author: John Snow Labs
+name: climate_fact_checker_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`climate_fact_checker_pipeline` is a English model originally trained by fzanartu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/climate_fact_checker_pipeline_en_5.5.0_3.0_1725213874176.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/climate_fact_checker_pipeline_en_5.5.0_3.0_1725213874176.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("climate_fact_checker_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("climate_fact_checker_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|climate_fact_checker_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/fzanartu/climate-fact-checker
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clinical_sentence_transformers_mpnet_base_v2_en.md b/docs/_posts/ahmedlone127/2024-09-01-clinical_sentence_transformers_mpnet_base_v2_en.md
new file mode 100644
index 00000000000000..03080bb6ed1ba1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clinical_sentence_transformers_mpnet_base_v2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English clinical_sentence_transformers_mpnet_base_v2 MPNetEmbeddings from Shobhank-iiitdwd
+author: John Snow Labs
+name: clinical_sentence_transformers_mpnet_base_v2
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clinical_sentence_transformers_mpnet_base_v2` is a English model originally trained by Shobhank-iiitdwd.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clinical_sentence_transformers_mpnet_base_v2_en_5.5.0_3.0_1725224996324.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clinical_sentence_transformers_mpnet_base_v2_en_5.5.0_3.0_1725224996324.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clinical_sentence_transformers_mpnet_base_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.1 MB|
+
+## References
+
+https://huggingface.co/Shobhank-iiitdwd/Clinical_sentence_transformers_mpnet_base_v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clinical_sentence_transformers_mpnet_base_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clinical_sentence_transformers_mpnet_base_v2_pipeline_en.md
new file mode 100644
index 00000000000000..25c8472360dd25
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clinical_sentence_transformers_mpnet_base_v2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clinical_sentence_transformers_mpnet_base_v2_pipeline pipeline MPNetEmbeddings from Shobhank-iiitdwd
+author: John Snow Labs
+name: clinical_sentence_transformers_mpnet_base_v2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clinical_sentence_transformers_mpnet_base_v2_pipeline` is a English model originally trained by Shobhank-iiitdwd.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clinical_sentence_transformers_mpnet_base_v2_pipeline_en_5.5.0_3.0_1725225018571.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clinical_sentence_transformers_mpnet_base_v2_pipeline_en_5.5.0_3.0_1725225018571.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clinical_sentence_transformers_mpnet_base_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clinical_sentence_transformers_mpnet_base_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clinical_sentence_transformers_mpnet_base_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.1 MB|
+
+## References
+
+https://huggingface.co/Shobhank-iiitdwd/Clinical_sentence_transformers_mpnet_base_v2
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clinicalbertprqab_280_992_czech_en.md b/docs/_posts/ahmedlone127/2024-09-01-clinicalbertprqab_280_992_czech_en.md
new file mode 100644
index 00000000000000..5e1a5b8cfaaaaf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clinicalbertprqab_280_992_czech_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English clinicalbertprqab_280_992_czech BertForQuestionAnswering from lanzv
+author: John Snow Labs
+name: clinicalbertprqab_280_992_czech
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, bert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clinicalbertprqab_280_992_czech` is a English model originally trained by lanzv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clinicalbertprqab_280_992_czech_en_5.5.0_3.0_1725215701196.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clinicalbertprqab_280_992_czech_en_5.5.0_3.0_1725215701196.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clinicalbertprqab_280_992_czech|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|665.1 MB|
+
+## References
+
+https://huggingface.co/lanzv/ClinicalBERTPRQAB_280_992_CS
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clinicalbertprqab_280_992_czech_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clinicalbertprqab_280_992_czech_pipeline_en.md
new file mode 100644
index 00000000000000..6f1652353ccd8b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clinicalbertprqab_280_992_czech_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clinicalbertprqab_280_992_czech_pipeline pipeline BertForQuestionAnswering from lanzv
+author: John Snow Labs
+name: clinicalbertprqab_280_992_czech_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clinicalbertprqab_280_992_czech_pipeline` is a English model originally trained by lanzv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clinicalbertprqab_280_992_czech_pipeline_en_5.5.0_3.0_1725215736365.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clinicalbertprqab_280_992_czech_pipeline_en_5.5.0_3.0_1725215736365.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clinicalbertprqab_280_992_czech_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clinicalbertprqab_280_992_czech_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clinicalbertprqab_280_992_czech_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|665.1 MB|
+
+## References
+
+https://huggingface.co/lanzv/ClinicalBERTPRQAB_280_992_CS
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_1920_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_1920_en.md
new file mode 100644
index 00000000000000..8d73b1098e6f16
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_1920_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_base_patch16_supervised_mulitilingual_1920 CLIPForZeroShotClassification from gowitheflowlab
+author: John Snow Labs
+name: clip_base_patch16_supervised_mulitilingual_1920
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_base_patch16_supervised_mulitilingual_1920` is a English model originally trained by gowitheflowlab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_1920_en_5.5.0_3.0_1725226691863.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_1920_en_5.5.0_3.0_1725226691863.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_base_patch16_supervised_mulitilingual_1920","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_base_patch16_supervised_mulitilingual_1920","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_base_patch16_supervised_mulitilingual_1920|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|509.7 MB|
+
+## References
+
+https://huggingface.co/gowitheflowlab/clip-base-patch16-supervised-mulitilingual-1920
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_1920_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_1920_pipeline_en.md
new file mode 100644
index 00000000000000..b5d9c3037ec178
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_1920_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_base_patch16_supervised_mulitilingual_1920_pipeline pipeline CLIPForZeroShotClassification from gowitheflowlab
+author: John Snow Labs
+name: clip_base_patch16_supervised_mulitilingual_1920_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_base_patch16_supervised_mulitilingual_1920_pipeline` is a English model originally trained by gowitheflowlab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_1920_pipeline_en_5.5.0_3.0_1725226741670.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_1920_pipeline_en_5.5.0_3.0_1725226741670.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_base_patch16_supervised_mulitilingual_1920_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_base_patch16_supervised_mulitilingual_1920_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_base_patch16_supervised_mulitilingual_1920_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|509.7 MB|
+
+## References
+
+https://huggingface.co/gowitheflowlab/clip-base-patch16-supervised-mulitilingual-1920
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_nli_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_nli_en.md
new file mode 100644
index 00000000000000..98fd04ccd4b2d1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_nli_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_base_patch16_supervised_mulitilingual_nli CLIPForZeroShotClassification from gowitheflowlab
+author: John Snow Labs
+name: clip_base_patch16_supervised_mulitilingual_nli
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_base_patch16_supervised_mulitilingual_nli` is a English model originally trained by gowitheflowlab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_nli_en_5.5.0_3.0_1725227396766.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_nli_en_5.5.0_3.0_1725227396766.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_base_patch16_supervised_mulitilingual_nli","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_base_patch16_supervised_mulitilingual_nli","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_base_patch16_supervised_mulitilingual_nli|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|509.7 MB|
+
+## References
+
+https://huggingface.co/gowitheflowlab/clip-base-patch16-supervised-mulitilingual-nli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_nli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_nli_pipeline_en.md
new file mode 100644
index 00000000000000..03a76ad8e127cb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_base_patch16_supervised_mulitilingual_nli_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_base_patch16_supervised_mulitilingual_nli_pipeline pipeline CLIPForZeroShotClassification from gowitheflowlab
+author: John Snow Labs
+name: clip_base_patch16_supervised_mulitilingual_nli_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_base_patch16_supervised_mulitilingual_nli_pipeline` is a English model originally trained by gowitheflowlab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_nli_pipeline_en_5.5.0_3.0_1725227446575.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_nli_pipeline_en_5.5.0_3.0_1725227446575.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_base_patch16_supervised_mulitilingual_nli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_base_patch16_supervised_mulitilingual_nli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_base_patch16_supervised_mulitilingual_nli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|509.7 MB|
+
+## References
+
+https://huggingface.co/gowitheflowlab/clip-base-patch16-supervised-mulitilingual-nli
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_general_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_general_en.md
new file mode 100644
index 00000000000000..4d2946cfecea2e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_general_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_general CLIPForZeroShotClassification from vinluvie
+author: John Snow Labs
+name: clip_general
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_general` is a English model originally trained by vinluvie.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_general_en_5.4.2_3.0_1725159487359.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_general_en_5.4.2_3.0_1725159487359.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_general","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_general","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_general|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/vinluvie/clip-general
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_hugging_face_finetuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_hugging_face_finetuned_pipeline_en.md
new file mode 100644
index 00000000000000..fda5d006d68c4c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_hugging_face_finetuned_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_hugging_face_finetuned_pipeline pipeline CLIPForZeroShotClassification from BilelDJ
+author: John Snow Labs
+name: clip_hugging_face_finetuned_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_hugging_face_finetuned_pipeline` is a English model originally trained by BilelDJ.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_hugging_face_finetuned_pipeline_en_5.4.2_3.0_1725159404360.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_hugging_face_finetuned_pipeline_en_5.4.2_3.0_1725159404360.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_hugging_face_finetuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_hugging_face_finetuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_hugging_face_finetuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/BilelDJ/clip-hugging-face-finetuned
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_rsicd_v2_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_rsicd_v2_en.md
new file mode 100644
index 00000000000000..813b3865a7be5a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_rsicd_v2_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_rsicd_v2 CLIPForZeroShotClassification from flax-community
+author: John Snow Labs
+name: clip_rsicd_v2
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_rsicd_v2` is a English model originally trained by flax-community.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_rsicd_v2_en_5.5.0_3.0_1725226467914.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_rsicd_v2_en_5.5.0_3.0_1725226467914.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_rsicd_v2","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_rsicd_v2","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_rsicd_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/flax-community/clip-rsicd-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_rsicd_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_rsicd_v2_pipeline_en.md
new file mode 100644
index 00000000000000..cc7b3c20d38847
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_rsicd_v2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_rsicd_v2_pipeline pipeline CLIPForZeroShotClassification from flax-community
+author: John Snow Labs
+name: clip_rsicd_v2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_rsicd_v2_pipeline` is a English model originally trained by flax-community.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_rsicd_v2_pipeline_en_5.5.0_3.0_1725226503841.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_rsicd_v2_pipeline_en_5.5.0_3.0_1725226503841.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_rsicd_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_rsicd_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_rsicd_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/flax-community/clip-rsicd-v2
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_sup_multi_symmetric_400_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_sup_multi_symmetric_400_en.md
new file mode 100644
index 00000000000000..b45d9eaec47596
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_sup_multi_symmetric_400_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_sup_multi_symmetric_400 CLIPForZeroShotClassification from gowitheflowlab
+author: John Snow Labs
+name: clip_sup_multi_symmetric_400
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_sup_multi_symmetric_400` is a English model originally trained by gowitheflowlab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_sup_multi_symmetric_400_en_5.5.0_3.0_1725226695762.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_sup_multi_symmetric_400_en_5.5.0_3.0_1725226695762.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_sup_multi_symmetric_400","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_sup_multi_symmetric_400","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_sup_multi_symmetric_400|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|509.7 MB|
+
+## References
+
+https://huggingface.co/gowitheflowlab/clip-sup-multi-symmetric-400
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_sup_multi_symmetric_400_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_sup_multi_symmetric_400_pipeline_en.md
new file mode 100644
index 00000000000000..0fbb2c2724d449
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_sup_multi_symmetric_400_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_sup_multi_symmetric_400_pipeline pipeline CLIPForZeroShotClassification from gowitheflowlab
+author: John Snow Labs
+name: clip_sup_multi_symmetric_400_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_sup_multi_symmetric_400_pipeline` is a English model originally trained by gowitheflowlab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_sup_multi_symmetric_400_pipeline_en_5.5.0_3.0_1725226749523.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_sup_multi_symmetric_400_pipeline_en_5.5.0_3.0_1725226749523.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_sup_multi_symmetric_400_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_sup_multi_symmetric_400_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_sup_multi_symmetric_400_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|509.8 MB|
+
+## References
+
+https://huggingface.co/gowitheflowlab/clip-sup-multi-symmetric-400
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_b_32_laion2b_s34b_b79k_rroset_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_b_32_laion2b_s34b_b79k_rroset_en.md
new file mode 100644
index 00000000000000..aa24d78300476d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_b_32_laion2b_s34b_b79k_rroset_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_b_32_laion2b_s34b_b79k_rroset CLIPForZeroShotClassification from rroset
+author: John Snow Labs
+name: clip_vit_b_32_laion2b_s34b_b79k_rroset
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_b_32_laion2b_s34b_b79k_rroset` is a English model originally trained by rroset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_b_32_laion2b_s34b_b79k_rroset_en_5.5.0_3.0_1725227375636.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_b_32_laion2b_s34b_b79k_rroset_en_5.5.0_3.0_1725227375636.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_b_32_laion2b_s34b_b79k_rroset","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_b_32_laion2b_s34b_b79k_rroset","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_b_32_laion2b_s34b_b79k_rroset|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|567.6 MB|
+
+## References
+
+https://huggingface.co/rroset/CLIP-ViT-B-32-laion2B-s34B-b79K
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_adasdimchom_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_adasdimchom_en.md
new file mode 100644
index 00000000000000..0a60502ab1e863
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_adasdimchom_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_base_patch32_adasdimchom CLIPForZeroShotClassification from adasdimchom
+author: John Snow Labs
+name: clip_vit_base_patch32_adasdimchom
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_adasdimchom` is a English model originally trained by adasdimchom.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_adasdimchom_en_5.5.0_3.0_1725227448471.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_adasdimchom_en_5.5.0_3.0_1725227448471.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_adasdimchom","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_adasdimchom","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_adasdimchom|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/adasdimchom/clip-vit-base-patch32
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_adasdimchom_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_adasdimchom_pipeline_en.md
new file mode 100644
index 00000000000000..a460f20c64a15a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_adasdimchom_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_base_patch32_adasdimchom_pipeline pipeline CLIPForZeroShotClassification from adasdimchom
+author: John Snow Labs
+name: clip_vit_base_patch32_adasdimchom_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_adasdimchom_pipeline` is a English model originally trained by adasdimchom.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_adasdimchom_pipeline_en_5.5.0_3.0_1725227549912.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_adasdimchom_pipeline_en_5.5.0_3.0_1725227549912.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_base_patch32_adasdimchom_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_base_patch32_adasdimchom_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_adasdimchom_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/adasdimchom/clip-vit-base-patch32
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_omarques_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_omarques_en.md
new file mode 100644
index 00000000000000..73b3406b4215b6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_omarques_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_base_patch32_demo_omarques CLIPForZeroShotClassification from omarques
+author: John Snow Labs
+name: clip_vit_base_patch32_demo_omarques
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_demo_omarques` is a English model originally trained by omarques.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_demo_omarques_en_5.5.0_3.0_1725227613223.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_demo_omarques_en_5.5.0_3.0_1725227613223.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_demo_omarques","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_demo_omarques","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_demo_omarques|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/omarques/clip-vit-base-patch32-demo
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_omarques_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_omarques_pipeline_en.md
new file mode 100644
index 00000000000000..8b839d2e3d392d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_omarques_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_base_patch32_demo_omarques_pipeline pipeline CLIPForZeroShotClassification from omarques
+author: John Snow Labs
+name: clip_vit_base_patch32_demo_omarques_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_demo_omarques_pipeline` is a English model originally trained by omarques.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_demo_omarques_pipeline_en_5.5.0_3.0_1725227709047.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_demo_omarques_pipeline_en_5.5.0_3.0_1725227709047.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_base_patch32_demo_omarques_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_base_patch32_demo_omarques_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_demo_omarques_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/omarques/clip-vit-base-patch32-demo
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_pizapalooza_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_pizapalooza_en.md
new file mode 100644
index 00000000000000..71afacbbb277f0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_pizapalooza_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_base_patch32_demo_pizapalooza CLIPForZeroShotClassification from pizapalooza
+author: John Snow Labs
+name: clip_vit_base_patch32_demo_pizapalooza
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_demo_pizapalooza` is a English model originally trained by pizapalooza.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_demo_pizapalooza_en_5.5.0_3.0_1725226371632.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_demo_pizapalooza_en_5.5.0_3.0_1725226371632.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_demo_pizapalooza","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_demo_pizapalooza","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_demo_pizapalooza|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/pizapalooza/clip-vit-base-patch32-demo
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_pizapalooza_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_pizapalooza_pipeline_en.md
new file mode 100644
index 00000000000000..c4ac21bf6a0d21
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_demo_pizapalooza_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_base_patch32_demo_pizapalooza_pipeline pipeline CLIPForZeroShotClassification from pizapalooza
+author: John Snow Labs
+name: clip_vit_base_patch32_demo_pizapalooza_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_demo_pizapalooza_pipeline` is a English model originally trained by pizapalooza.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_demo_pizapalooza_pipeline_en_5.5.0_3.0_1725226469030.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_demo_pizapalooza_pipeline_en_5.5.0_3.0_1725226469030.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_base_patch32_demo_pizapalooza_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_base_patch32_demo_pizapalooza_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_demo_pizapalooza_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/pizapalooza/clip-vit-base-patch32-demo
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_purr_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_purr_en.md
new file mode 100644
index 00000000000000..8a7a24faee7207
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_purr_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_base_patch32_purr CLIPForZeroShotClassification from Sheryl815
+author: John Snow Labs
+name: clip_vit_base_patch32_purr
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_purr` is a English model originally trained by Sheryl815.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_purr_en_5.5.0_3.0_1725227641864.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_purr_en_5.5.0_3.0_1725227641864.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_purr","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_purr","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_purr|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/Sheryl815/clip-vit-base-patch32-purr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_purr_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_purr_pipeline_en.md
new file mode 100644
index 00000000000000..b5d5dec0ce5505
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_purr_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_base_patch32_purr_pipeline pipeline CLIPForZeroShotClassification from Sheryl815
+author: John Snow Labs
+name: clip_vit_base_patch32_purr_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_purr_pipeline` is a English model originally trained by Sheryl815.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_purr_pipeline_en_5.5.0_3.0_1725227737845.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_purr_pipeline_en_5.5.0_3.0_1725227737845.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_base_patch32_purr_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_base_patch32_purr_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_purr_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/Sheryl815/clip-vit-base-patch32-purr
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_saullu_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_saullu_en.md
new file mode 100644
index 00000000000000..347756c6f555f8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_saullu_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_base_patch32_saullu CLIPForZeroShotClassification from SaulLu
+author: John Snow Labs
+name: clip_vit_base_patch32_saullu
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_saullu` is a English model originally trained by SaulLu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_saullu_en_5.5.0_3.0_1725227597341.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_saullu_en_5.5.0_3.0_1725227597341.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_saullu","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_saullu","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_saullu|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/SaulLu/clip-vit-base-patch32
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_saullu_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_saullu_pipeline_en.md
new file mode 100644
index 00000000000000..d32e29a6939076
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_base_patch32_saullu_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_base_patch32_saullu_pipeline pipeline CLIPForZeroShotClassification from SaulLu
+author: John Snow Labs
+name: clip_vit_base_patch32_saullu_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_saullu_pipeline` is a English model originally trained by SaulLu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_saullu_pipeline_en_5.5.0_3.0_1725227693127.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_saullu_pipeline_en_5.5.0_3.0_1725227693127.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_base_patch32_saullu_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_base_patch32_saullu_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_saullu_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/SaulLu/clip-vit-base-patch32
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_large_patch14_336_romilshah16_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_large_patch14_336_romilshah16_en.md
new file mode 100644
index 00000000000000..c0b772a3bcb091
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_large_patch14_336_romilshah16_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_large_patch14_336_romilshah16 CLIPForZeroShotClassification from romilshah16
+author: John Snow Labs
+name: clip_vit_large_patch14_336_romilshah16
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_large_patch14_336_romilshah16` is a English model originally trained by romilshah16.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_336_romilshah16_en_5.5.0_3.0_1725227661586.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_336_romilshah16_en_5.5.0_3.0_1725227661586.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_large_patch14_336_romilshah16","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_large_patch14_336_romilshah16","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_large_patch14_336_romilshah16|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/romilshah16/clip-vit-large-patch14-336
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_large_patch14_336_romilshah16_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_large_patch14_336_romilshah16_pipeline_en.md
new file mode 100644
index 00000000000000..e508373a7c791b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_large_patch14_336_romilshah16_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_large_patch14_336_romilshah16_pipeline pipeline CLIPForZeroShotClassification from romilshah16
+author: John Snow Labs
+name: clip_vit_large_patch14_336_romilshah16_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_large_patch14_336_romilshah16_pipeline` is a English model originally trained by romilshah16.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_336_romilshah16_pipeline_en_5.5.0_3.0_1725227939260.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_336_romilshah16_pipeline_en_5.5.0_3.0_1725227939260.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_large_patch14_336_romilshah16_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_large_patch14_336_romilshah16_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_large_patch14_336_romilshah16_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/romilshah16/clip-vit-large-patch14-336
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_tiny_random_patch14_336_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_tiny_random_patch14_336_en.md
new file mode 100644
index 00000000000000..be620e138f9352
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_tiny_random_patch14_336_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_tiny_random_patch14_336 CLIPForZeroShotClassification from yujiepan
+author: John Snow Labs
+name: clip_vit_tiny_random_patch14_336
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_tiny_random_patch14_336` is a English model originally trained by yujiepan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_tiny_random_patch14_336_en_5.5.0_3.0_1725227796332.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_tiny_random_patch14_336_en_5.5.0_3.0_1725227796332.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_tiny_random_patch14_336","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_tiny_random_patch14_336","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_tiny_random_patch14_336|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|2.1 MB|
+
+## References
+
+https://huggingface.co/yujiepan/clip-vit-tiny-random-patch14-336
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clip_vit_tiny_random_patch14_336_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_tiny_random_patch14_336_pipeline_en.md
new file mode 100644
index 00000000000000..97fb7a71722c8b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clip_vit_tiny_random_patch14_336_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_tiny_random_patch14_336_pipeline pipeline CLIPForZeroShotClassification from yujiepan
+author: John Snow Labs
+name: clip_vit_tiny_random_patch14_336_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_tiny_random_patch14_336_pipeline` is a English model originally trained by yujiepan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_tiny_random_patch14_336_pipeline_en_5.5.0_3.0_1725227797118.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_tiny_random_patch14_336_pipeline_en_5.5.0_3.0_1725227797118.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_tiny_random_patch14_336_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_tiny_random_patch14_336_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_tiny_random_patch14_336_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|2.1 MB|
+
+## References
+
+https://huggingface.co/yujiepan/clip-vit-tiny-random-patch14-336
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clipmd_en.md b/docs/_posts/ahmedlone127/2024-09-01-clipmd_en.md
new file mode 100644
index 00000000000000..5a8d7953e28874
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clipmd_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clipmd CLIPForZeroShotClassification from Idan0405
+author: John Snow Labs
+name: clipmd
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clipmd` is a English model originally trained by Idan0405.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clipmd_en_5.5.0_3.0_1725226500192.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clipmd_en_5.5.0_3.0_1725226500192.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clipmd","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clipmd","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clipmd|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/Idan0405/ClipMD
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-clipmd_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-clipmd_pipeline_en.md
new file mode 100644
index 00000000000000..28ffc2e265d63f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-clipmd_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clipmd_pipeline pipeline CLIPForZeroShotClassification from Idan0405
+author: John Snow Labs
+name: clipmd_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clipmd_pipeline` is a English model originally trained by Idan0405.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clipmd_pipeline_en_5.5.0_3.0_1725226536168.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clipmd_pipeline_en_5.5.0_3.0_1725226536168.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clipmd_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clipmd_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clipmd_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/Idan0405/ClipMD
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-code_prompt_similarity_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-code_prompt_similarity_model_pipeline_en.md
new file mode 100644
index 00000000000000..fd8d8e68bcff75
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-code_prompt_similarity_model_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English code_prompt_similarity_model_pipeline pipeline MPNetEmbeddings from davanstrien
+author: John Snow Labs
+name: code_prompt_similarity_model_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`code_prompt_similarity_model_pipeline` is a English model originally trained by davanstrien.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/code_prompt_similarity_model_pipeline_en_5.5.0_3.0_1725225059472.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/code_prompt_similarity_model_pipeline_en_5.5.0_3.0_1725225059472.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("code_prompt_similarity_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("code_prompt_similarity_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|code_prompt_similarity_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|380.8 MB|
+
+## References
+
+https://huggingface.co/davanstrien/code-prompt-similarity-model
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-code_segmentor_distilbert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-code_segmentor_distilbert_pipeline_en.md
new file mode 100644
index 00000000000000..78e9a4f313afd2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-code_segmentor_distilbert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English code_segmentor_distilbert_pipeline pipeline DistilBertForTokenClassification from LemiSt
+author: John Snow Labs
+name: code_segmentor_distilbert_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`code_segmentor_distilbert_pipeline` is a English model originally trained by LemiSt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/code_segmentor_distilbert_pipeline_en_5.4.2_3.0_1725160746871.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/code_segmentor_distilbert_pipeline_en_5.4.2_3.0_1725160746871.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("code_segmentor_distilbert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("code_segmentor_distilbert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|code_segmentor_distilbert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|505.5 MB|
+
+## References
+
+https://huggingface.co/LemiSt/code-segmentor-distilbert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-codebert_javascript_en.md b/docs/_posts/ahmedlone127/2024-09-01-codebert_javascript_en.md
new file mode 100644
index 00000000000000..28798f6626490f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-codebert_javascript_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English codebert_javascript RoBertaEmbeddings from neulab
+author: John Snow Labs
+name: codebert_javascript
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`codebert_javascript` is a English model originally trained by neulab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/codebert_javascript_en_5.4.2_3.0_1725186546069.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/codebert_javascript_en_5.4.2_3.0_1725186546069.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|312.1 MB|
+
+## References
+
+https://huggingface.co/maximus12793/CodeBERTa-small-v1-finetuned-cpp
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline_en.md
new file mode 100644
index 00000000000000..a0849d556a90e9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline pipeline RoBertaEmbeddings from maximus12793
+author: John Snow Labs
+name: codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline` is a English model originally trained by maximus12793.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline_en_5.4.2_3.0_1725191834726.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline_en_5.4.2_3.0_1725191834726.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|codeberta_small_v1_finetuned_portuguesebased_creoles_and_pidgins_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|312.1 MB|
+
+## References
+
+https://huggingface.co/maximus12793/CodeBERTa-small-v1-finetuned-cpp
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-cold_light_pass_en.md b/docs/_posts/ahmedlone127/2024-09-01-cold_light_pass_en.md
new file mode 100644
index 00000000000000..11cbbb1c195843
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-cold_light_pass_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English cold_light_pass CLIPForZeroShotClassification from Bingsu
+author: John Snow Labs
+name: cold_light_pass
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cold_light_pass` is a English model originally trained by Bingsu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cold_light_pass_en_5.5.0_3.0_1725226396302.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cold_light_pass_en_5.5.0_3.0_1725226396302.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("cold_light_pass","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("cold_light_pass","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cold_light_pass|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/Bingsu/cold_light_pass
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-cold_light_pass_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-cold_light_pass_pipeline_en.md
new file mode 100644
index 00000000000000..b1f53a3aad383c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-cold_light_pass_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English cold_light_pass_pipeline pipeline CLIPForZeroShotClassification from Bingsu
+author: John Snow Labs
+name: cold_light_pass_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cold_light_pass_pipeline` is a English model originally trained by Bingsu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cold_light_pass_pipeline_en_5.5.0_3.0_1725226638348.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cold_light_pass_pipeline_en_5.5.0_3.0_1725226638348.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("cold_light_pass_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("cold_light_pass_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cold_light_pass_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/Bingsu/cold_light_pass
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-comma_mdeberta_v3_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-comma_mdeberta_v3_base_en.md
new file mode 100644
index 00000000000000..f9114531db4f34
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-comma_mdeberta_v3_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English comma_mdeberta_v3_base DeBertaForTokenClassification from aseifert
+author: John Snow Labs
+name: comma_mdeberta_v3_base
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`comma_mdeberta_v3_base` is a English model originally trained by aseifert.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/comma_mdeberta_v3_base_en_5.4.2_3.0_1725197741170.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/comma_mdeberta_v3_base_en_5.4.2_3.0_1725197741170.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|comma_mdeberta_v3_base|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|811.5 MB|
+
+## References
+
+https://huggingface.co/aseifert/comma-mdeberta-v3-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-comma_mdeberta_v3_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-comma_mdeberta_v3_base_pipeline_en.md
new file mode 100644
index 00000000000000..07df0a6875ee29
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-comma_mdeberta_v3_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English comma_mdeberta_v3_base_pipeline pipeline DeBertaForTokenClassification from aseifert
+author: John Snow Labs
+name: comma_mdeberta_v3_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`comma_mdeberta_v3_base_pipeline` is a English model originally trained by aseifert.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/comma_mdeberta_v3_base_pipeline_en_5.4.2_3.0_1725197881048.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/comma_mdeberta_v3_base_pipeline_en_5.4.2_3.0_1725197881048.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("comma_mdeberta_v3_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("comma_mdeberta_v3_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|comma_mdeberta_v3_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|811.6 MB|
+
+## References
+
+https://huggingface.co/aseifert/comma-mdeberta-v3-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-command_ner_distilbert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-command_ner_distilbert_pipeline_en.md
new file mode 100644
index 00000000000000..a05d51803d3b7e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-command_ner_distilbert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English command_ner_distilbert_pipeline pipeline DistilBertForTokenClassification from HoaAn2003
+author: John Snow Labs
+name: command_ner_distilbert_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`command_ner_distilbert_pipeline` is a English model originally trained by HoaAn2003.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/command_ner_distilbert_pipeline_en_5.4.2_3.0_1725172508599.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/command_ner_distilbert_pipeline_en_5.4.2_3.0_1725172508599.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("command_ner_distilbert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("command_ner_distilbert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|command_ner_distilbert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/HoaAn2003/command_ner_distilbert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-contriever_mnli_en.md b/docs/_posts/ahmedlone127/2024-09-01-contriever_mnli_en.md
new file mode 100644
index 00000000000000..ba19347cd5b840
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-contriever_mnli_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English contriever_mnli BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: contriever_mnli
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`contriever_mnli` is a English model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/contriever_mnli_en_5.4.2_3.0_1725201954286.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/contriever_mnli_en_5.4.2_3.0_1725201954286.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|contriever_mnli|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|407.5 MB|
+
+## References
+
+https://huggingface.co/mjwong/contriever-mnli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-contriever_mnli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-contriever_mnli_pipeline_en.md
new file mode 100644
index 00000000000000..5a7e54411456f9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-contriever_mnli_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English contriever_mnli_pipeline pipeline BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: contriever_mnli_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`contriever_mnli_pipeline` is a English model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/contriever_mnli_pipeline_en_5.4.2_3.0_1725201976378.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/contriever_mnli_pipeline_en_5.4.2_3.0_1725201976378.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("contriever_mnli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("contriever_mnli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|contriever_mnli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.5 MB|
+
+## References
+
+https://huggingface.co/mjwong/contriever-mnli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-convbert_base_turkish_mc4_cased_allnli_turkish_pipeline_tr.md b/docs/_posts/ahmedlone127/2024-09-01-convbert_base_turkish_mc4_cased_allnli_turkish_pipeline_tr.md
new file mode 100644
index 00000000000000..ee89a08201f3f3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-convbert_base_turkish_mc4_cased_allnli_turkish_pipeline_tr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Turkish convbert_base_turkish_mc4_cased_allnli_turkish_pipeline pipeline BertForZeroShotClassification from emrecan
+author: John Snow Labs
+name: convbert_base_turkish_mc4_cased_allnli_turkish_pipeline
+date: 2024-09-01
+tags: [tr, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: tr
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`convbert_base_turkish_mc4_cased_allnli_turkish_pipeline` is a Turkish model originally trained by emrecan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/convbert_base_turkish_mc4_cased_allnli_turkish_pipeline_tr_5.4.2_3.0_1725207984343.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/convbert_base_turkish_mc4_cased_allnli_turkish_pipeline_tr_5.4.2_3.0_1725207984343.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("convbert_base_turkish_mc4_cased_allnli_turkish_pipeline", lang = "tr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("convbert_base_turkish_mc4_cased_allnli_turkish_pipeline", lang = "tr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|convbert_base_turkish_mc4_cased_allnli_turkish_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|tr|
+|Size:|400.1 MB|
+
+## References
+
+https://huggingface.co/emrecan/convbert-base-turkish-mc4-cased-allnli_tr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-convbert_base_turkish_mc4_cased_allnli_turkish_tr.md b/docs/_posts/ahmedlone127/2024-09-01-convbert_base_turkish_mc4_cased_allnli_turkish_tr.md
new file mode 100644
index 00000000000000..62a7d9d8a6ccc7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-convbert_base_turkish_mc4_cased_allnli_turkish_tr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Turkish convbert_base_turkish_mc4_cased_allnli_turkish BertForZeroShotClassification from emrecan
+author: John Snow Labs
+name: convbert_base_turkish_mc4_cased_allnli_turkish
+date: 2024-09-01
+tags: [tr, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: tr
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`convbert_base_turkish_mc4_cased_allnli_turkish` is a Turkish model originally trained by emrecan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/convbert_base_turkish_mc4_cased_allnli_turkish_tr_5.4.2_3.0_1725207962631.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/convbert_base_turkish_mc4_cased_allnli_turkish_tr_5.4.2_3.0_1725207962631.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|covid_trained_deberta|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/timoneda/covid-trained-deberta
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-covid_trained_deberta_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-covid_trained_deberta_pipeline_en.md
new file mode 100644
index 00000000000000..1c4cb78c4c87d5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-covid_trained_deberta_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English covid_trained_deberta_pipeline pipeline DeBertaEmbeddings from timoneda
+author: John Snow Labs
+name: covid_trained_deberta_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`covid_trained_deberta_pipeline` is a English model originally trained by timoneda.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/covid_trained_deberta_pipeline_en_5.5.0_3.0_1725230126639.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/covid_trained_deberta_pipeline_en_5.5.0_3.0_1725230126639.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("covid_trained_deberta_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("covid_trained_deberta_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|covid_trained_deberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/timoneda/covid-trained-deberta
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-cpegen_prod_en.md b/docs/_posts/ahmedlone127/2024-09-01-cpegen_prod_en.md
new file mode 100644
index 00000000000000..eb7c278766e981
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-cpegen_prod_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English cpegen_prod DistilBertForTokenClassification from Neurona
+author: John Snow Labs
+name: cpegen_prod
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cpegen_prod` is a English model originally trained by Neurona.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cpegen_prod_en_5.4.2_3.0_1725172120362.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cpegen_prod_en_5.4.2_3.0_1725172120362.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cpegen_prod|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/Neurona/cpegen_prod
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-crossencoder_mminilmv2_l12_mmarcofr_pipeline_fr.md b/docs/_posts/ahmedlone127/2024-09-01-crossencoder_mminilmv2_l12_mmarcofr_pipeline_fr.md
new file mode 100644
index 00000000000000..03da25903b4260
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-crossencoder_mminilmv2_l12_mmarcofr_pipeline_fr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: French crossencoder_mminilmv2_l12_mmarcofr_pipeline pipeline XlmRoBertaForSequenceClassification from antoinelouis
+author: John Snow Labs
+name: crossencoder_mminilmv2_l12_mmarcofr_pipeline
+date: 2024-09-01
+tags: [fr, open_source, pipeline, onnx]
+task: Text Classification
+language: fr
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`crossencoder_mminilmv2_l12_mmarcofr_pipeline` is a French model originally trained by antoinelouis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/crossencoder_mminilmv2_l12_mmarcofr_pipeline_fr_5.4.2_3.0_1725189115481.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/crossencoder_mminilmv2_l12_mmarcofr_pipeline_fr_5.4.2_3.0_1725189115481.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("crossencoder_mminilmv2_l12_mmarcofr_pipeline", lang = "fr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("crossencoder_mminilmv2_l12_mmarcofr_pipeline", lang = "fr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|crossencoder_mminilmv2_l12_mmarcofr_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fr|
+|Size:|356.8 MB|
+
+## References
+
+https://huggingface.co/antoinelouis/crossencoder-mMiniLMv2-L12-mmarcoFR
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-cso_ner_en.md b/docs/_posts/ahmedlone127/2024-09-01-cso_ner_en.md
new file mode 100644
index 00000000000000..41687adab1d1e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-cso_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English cso_ner DistilBertForTokenClassification from myselfronin
+author: John Snow Labs
+name: cso_ner
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cso_ner` is a English model originally trained by myselfronin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cso_ner_en_5.4.2_3.0_1725160771139.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cso_ner_en_5.4.2_3.0_1725160771139.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cso_ner|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/myselfronin/cso_ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-cso_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-cso_ner_pipeline_en.md
new file mode 100644
index 00000000000000..8d2ffd8c0731ca
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-cso_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English cso_ner_pipeline pipeline DistilBertForTokenClassification from myselfronin
+author: John Snow Labs
+name: cso_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cso_ner_pipeline` is a English model originally trained by myselfronin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cso_ner_pipeline_en_5.4.2_3.0_1725160784048.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cso_ner_pipeline_en_5.4.2_3.0_1725160784048.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("cso_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("cso_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cso_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/myselfronin/cso_ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_2_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_2_en.md
new file mode 100644
index 00000000000000..bafdc7fd9cc8ad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English ct_cos_mdeberta_idkmrc_1_2 DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_cos_mdeberta_idkmrc_1_2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_cos_mdeberta_idkmrc_1_2` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_1_2_en_5.5.0_3.0_1725221117346.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_1_2_en_5.5.0_3.0_1725221117346.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_cos_mdeberta_idkmrc_1_2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|869.3 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-cos-mdeberta-idkmrc-1-2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_2_pipeline_en.md
new file mode 100644
index 00000000000000..d5c14959f7b230
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_cos_mdeberta_idkmrc_1_2_pipeline pipeline DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_cos_mdeberta_idkmrc_1_2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_cos_mdeberta_idkmrc_1_2_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_1_2_pipeline_en_5.5.0_3.0_1725221221029.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_1_2_pipeline_en_5.5.0_3.0_1725221221029.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_cos_mdeberta_idkmrc_1_2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_cos_mdeberta_idkmrc_1_2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_cos_mdeberta_idkmrc_1_2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|869.3 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-cos-mdeberta-idkmrc-1-2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_en.md
new file mode 100644
index 00000000000000..e21ef0c6ded8c4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English ct_cos_mdeberta_idkmrc_1 DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_cos_mdeberta_idkmrc_1
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_cos_mdeberta_idkmrc_1` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_1_en_5.5.0_3.0_1725220315148.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_1_en_5.5.0_3.0_1725220315148.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_cos_mdeberta_idkmrc_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|867.7 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-cos-mdeberta-idkmrc-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_pipeline_en.md
new file mode 100644
index 00000000000000..ade286243e4e73
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_cos_mdeberta_idkmrc_1_pipeline pipeline DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_cos_mdeberta_idkmrc_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_cos_mdeberta_idkmrc_1_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_1_pipeline_en_5.5.0_3.0_1725220420611.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_1_pipeline_en_5.5.0_3.0_1725220420611.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_cos_mdeberta_idkmrc_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_cos_mdeberta_idkmrc_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_cos_mdeberta_idkmrc_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|867.7 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-cos-mdeberta-idkmrc-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_en.md
new file mode 100644
index 00000000000000..5fbfc33d374425
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English ct_cos_mdeberta_idkmrc DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_cos_mdeberta_idkmrc
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_cos_mdeberta_idkmrc` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_en_5.5.0_3.0_1725220534739.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_en_5.5.0_3.0_1725220534739.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_cos_mdeberta_idkmrc|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|867.7 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-cos-mdeberta-idkmrc
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_pipeline_en.md
new file mode 100644
index 00000000000000..7034369095b08e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_mdeberta_idkmrc_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_cos_mdeberta_idkmrc_pipeline pipeline DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_cos_mdeberta_idkmrc_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_cos_mdeberta_idkmrc_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_pipeline_en_5.5.0_3.0_1725220639769.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_cos_mdeberta_idkmrc_pipeline_en_5.5.0_3.0_1725220639769.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_cos_mdeberta_idkmrc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_cos_mdeberta_idkmrc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_cos_mdeberta_idkmrc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|867.7 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-cos-mdeberta-idkmrc
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_cos_xlmr_20230920_1_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_xlmr_20230920_1_en.md
new file mode 100644
index 00000000000000..9765c7587190a1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_xlmr_20230920_1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English ct_cos_xlmr_20230920_1 XlmRoBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_cos_xlmr_20230920_1
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_cos_xlmr_20230920_1` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_cos_xlmr_20230920_1_en_5.5.0_3.0_1725234464822.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_cos_xlmr_20230920_1_en_5.5.0_3.0_1725234464822.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_cos_xlmr_20230920_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|876.0 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-cos-xlmr-20230920-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_cos_xlmr_20230920_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_xlmr_20230920_1_pipeline_en.md
new file mode 100644
index 00000000000000..a97794e129b9de
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_xlmr_20230920_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_cos_xlmr_20230920_1_pipeline pipeline XlmRoBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_cos_xlmr_20230920_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_cos_xlmr_20230920_1_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_cos_xlmr_20230920_1_pipeline_en_5.5.0_3.0_1725234544577.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_cos_xlmr_20230920_1_pipeline_en_5.5.0_3.0_1725234544577.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_cos_xlmr_20230920_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_cos_xlmr_20230920_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_cos_xlmr_20230920_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|876.0 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-cos-xlmr-20230920-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_cos_xlmr_idkmrc_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_xlmr_idkmrc_1_pipeline_en.md
new file mode 100644
index 00000000000000..b069a8a23a1d9a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_cos_xlmr_idkmrc_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_cos_xlmr_idkmrc_1_pipeline pipeline XlmRoBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_cos_xlmr_idkmrc_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_cos_xlmr_idkmrc_1_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_cos_xlmr_idkmrc_1_pipeline_en_5.4.2_3.0_1725173867999.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_cos_xlmr_idkmrc_1_pipeline_en_5.4.2_3.0_1725173867999.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_cos_xlmr_idkmrc_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_cos_xlmr_idkmrc_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_cos_xlmr_idkmrc_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|834.0 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-cos-xlmr-idkmrc-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_m2_bestloss_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_m2_bestloss_en.md
new file mode 100644
index 00000000000000..b7736bb401680c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_m2_bestloss_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ct_m2_bestloss RoBertaEmbeddings from crisistransformers
+author: John Snow Labs
+name: ct_m2_bestloss
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_m2_bestloss` is a English model originally trained by crisistransformers.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_m2_bestloss_en_5.4.2_3.0_1725191386302.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_m2_bestloss_en_5.4.2_3.0_1725191386302.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_mse_mdeberta_webis|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|841.9 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-mse-mdeberta-webis
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ct_mse_mdeberta_webis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ct_mse_mdeberta_webis_pipeline_en.md
new file mode 100644
index 00000000000000..8f044ff49fc807
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ct_mse_mdeberta_webis_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_mse_mdeberta_webis_pipeline pipeline DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_mse_mdeberta_webis_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_mse_mdeberta_webis_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_mse_mdeberta_webis_pipeline_en_5.5.0_3.0_1725221912540.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_mse_mdeberta_webis_pipeline_en_5.5.0_3.0_1725221912540.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_mse_mdeberta_webis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_mse_mdeberta_webis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_mse_mdeberta_webis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|841.9 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-mse-mdeberta-webis
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-dagpap24_deberta_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-dagpap24_deberta_base_en.md
new file mode 100644
index 00000000000000..69ab3fc824cfc2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-dagpap24_deberta_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dagpap24_deberta_base DeBertaEmbeddings from swimmingcrab
+author: John Snow Labs
+name: dagpap24_deberta_base
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dagpap24_deberta_base` is a English model originally trained by swimmingcrab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dagpap24_deberta_base_en_5.5.0_3.0_1725229831875.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dagpap24_deberta_base_en_5.5.0_3.0_1725229831875.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dagpap24_deberta_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|660.5 MB|
+
+## References
+
+https://huggingface.co/swimmingcrab/DAGPap24-deberta-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-dagpap24_deberta_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-dagpap24_deberta_base_pipeline_en.md
new file mode 100644
index 00000000000000..9d7539a3550432
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-dagpap24_deberta_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dagpap24_deberta_base_pipeline pipeline DeBertaEmbeddings from swimmingcrab
+author: John Snow Labs
+name: dagpap24_deberta_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dagpap24_deberta_base_pipeline` is a English model originally trained by swimmingcrab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dagpap24_deberta_base_pipeline_en_5.5.0_3.0_1725229877500.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dagpap24_deberta_base_pipeline_en_5.5.0_3.0_1725229877500.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dagpap24_deberta_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dagpap24_deberta_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dagpap24_deberta_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|660.5 MB|
+
+## References
+
+https://huggingface.co/swimmingcrab/DAGPap24-deberta-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-danskbert_da.md b/docs/_posts/ahmedlone127/2024-09-01-danskbert_da.md
new file mode 100644
index 00000000000000..cad5359262e6bd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-danskbert_da.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Danish danskbert RoBertaEmbeddings from vesteinn
+author: John Snow Labs
+name: danskbert
+date: 2024-09-01
+tags: [da, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: da
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`danskbert` is a Danish model originally trained by vesteinn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/danskbert_da_5.4.2_3.0_1725191462157.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/danskbert_da_5.4.2_3.0_1725191462157.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|danskbert|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|da|
+|Size:|297.8 MB|
+
+## References
+
+https://huggingface.co/vesteinn/DanskBERT
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-db_fe_1_1_en.md b/docs/_posts/ahmedlone127/2024-09-01-db_fe_1_1_en.md
new file mode 100644
index 00000000000000..1aaa39e474b905
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-db_fe_1_1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English db_fe_1_1 DistilBertForSequenceClassification from exala
+author: John Snow Labs
+name: db_fe_1_1
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`db_fe_1_1` is a English model originally trained by exala.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/db_fe_1_1_en_5.5.0_3.0_1725213751291.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/db_fe_1_1_en_5.5.0_3.0_1725213751291.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|db_fe_1_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.6 MB|
+
+## References
+
+https://huggingface.co/exala/db_fe_1.1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-db_fe_1_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-db_fe_1_1_pipeline_en.md
new file mode 100644
index 00000000000000..3f8685b6b92313
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-db_fe_1_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English db_fe_1_1_pipeline pipeline DistilBertForSequenceClassification from exala
+author: John Snow Labs
+name: db_fe_1_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`db_fe_1_1_pipeline` is a English model originally trained by exala.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/db_fe_1_1_pipeline_en_5.5.0_3.0_1725213764955.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/db_fe_1_1_pipeline_en_5.5.0_3.0_1725213764955.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("db_fe_1_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("db_fe_1_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|db_fe_1_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.6 MB|
+
+## References
+
+https://huggingface.co/exala/db_fe_1.1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-db_finetuned_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-db_finetuned_ner_pipeline_en.md
new file mode 100644
index 00000000000000..9892754ba35ce3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-db_finetuned_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English db_finetuned_ner_pipeline pipeline DistilBertForTokenClassification from Yash907
+author: John Snow Labs
+name: db_finetuned_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`db_finetuned_ner_pipeline` is a English model originally trained by Yash907.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/db_finetuned_ner_pipeline_en_5.4.2_3.0_1725170971510.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/db_finetuned_ner_pipeline_en_5.4.2_3.0_1725170971510.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("db_finetuned_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("db_finetuned_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|db_finetuned_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.8 MB|
+
+## References
+
+https://huggingface.co/Yash907/db-finetuned-NER
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_amazon_reviews_v1_masapasa_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_amazon_reviews_v1_masapasa_en.md
new file mode 100644
index 00000000000000..7d00ea5bf98d42
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_amazon_reviews_v1_masapasa_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_amazon_reviews_v1_masapasa DeBertaForSequenceClassification from masapasa
+author: John Snow Labs
+name: deberta_amazon_reviews_v1_masapasa
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_amazon_reviews_v1_masapasa` is a English model originally trained by masapasa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_amazon_reviews_v1_masapasa_en_5.5.0_3.0_1725222495774.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_amazon_reviews_v1_masapasa_en_5.5.0_3.0_1725222495774.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_amazon_reviews_v1_masapasa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|437.4 MB|
+
+## References
+
+https://huggingface.co/masapasa/deberta_amazon_reviews_v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_amazon_reviews_v1_masapasa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_amazon_reviews_v1_masapasa_pipeline_en.md
new file mode 100644
index 00000000000000..90dc81f6ddd644
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_amazon_reviews_v1_masapasa_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_amazon_reviews_v1_masapasa_pipeline pipeline DeBertaForSequenceClassification from masapasa
+author: John Snow Labs
+name: deberta_amazon_reviews_v1_masapasa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_amazon_reviews_v1_masapasa_pipeline` is a English model originally trained by masapasa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_amazon_reviews_v1_masapasa_pipeline_en_5.5.0_3.0_1725222630198.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_amazon_reviews_v1_masapasa_pipeline_en_5.5.0_3.0_1725222630198.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_amazon_reviews_v1_masapasa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_amazon_reviews_v1_masapasa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_amazon_reviews_v1_masapasa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|437.4 MB|
+
+## References
+
+https://huggingface.co/masapasa/deberta_amazon_reviews_v1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_attr_score_final_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_attr_score_final_en.md
new file mode 100644
index 00000000000000..b501ef0c267dbd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_attr_score_final_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_attr_score_final DeBertaForSequenceClassification from Josef0801
+author: John Snow Labs
+name: deberta_attr_score_final
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_attr_score_final` is a English model originally trained by Josef0801.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_attr_score_final_en_5.5.0_3.0_1725222606020.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_attr_score_final_en_5.5.0_3.0_1725222606020.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_attr_score_final|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|665.8 MB|
+
+## References
+
+https://huggingface.co/Josef0801/deberta_attr_score_final
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_attr_score_final_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_attr_score_final_pipeline_en.md
new file mode 100644
index 00000000000000..4aafe618371438
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_attr_score_final_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_attr_score_final_pipeline pipeline DeBertaForSequenceClassification from Josef0801
+author: John Snow Labs
+name: deberta_attr_score_final_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_attr_score_final_pipeline` is a English model originally trained by Josef0801.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_attr_score_final_pipeline_en_5.5.0_3.0_1725222651916.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_attr_score_final_pipeline_en_5.5.0_3.0_1725222651916.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_attr_score_final_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_attr_score_final_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_attr_score_final_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|665.8 MB|
+
+## References
+
+https://huggingface.co/Josef0801/deberta_attr_score_final
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_base_fine_tune_mnli_half_v2_labels_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_base_fine_tune_mnli_half_v2_labels_en.md
new file mode 100644
index 00000000000000..9e724c3b84fda7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_base_fine_tune_mnli_half_v2_labels_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_base_fine_tune_mnli_half_v2_labels DeBertaForSequenceClassification from grace-pro
+author: John Snow Labs
+name: deberta_base_fine_tune_mnli_half_v2_labels
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_base_fine_tune_mnli_half_v2_labels` is a English model originally trained by grace-pro.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_base_fine_tune_mnli_half_v2_labels_en_5.5.0_3.0_1725224285019.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_base_fine_tune_mnli_half_v2_labels_en_5.5.0_3.0_1725224285019.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_base_fine_tune_mnli_half_v2_labels|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|643.4 MB|
+
+## References
+
+https://huggingface.co/grace-pro/deberta_base_fine_tune_mnli_half_v2_labels
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_base_fine_tune_mnli_half_v2_labels_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_base_fine_tune_mnli_half_v2_labels_pipeline_en.md
new file mode 100644
index 00000000000000..04cc5f1ea71dbc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_base_fine_tune_mnli_half_v2_labels_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_base_fine_tune_mnli_half_v2_labels_pipeline pipeline DeBertaForSequenceClassification from grace-pro
+author: John Snow Labs
+name: deberta_base_fine_tune_mnli_half_v2_labels_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_base_fine_tune_mnli_half_v2_labels_pipeline` is a English model originally trained by grace-pro.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_base_fine_tune_mnli_half_v2_labels_pipeline_en_5.5.0_3.0_1725224332168.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_base_fine_tune_mnli_half_v2_labels_pipeline_en_5.5.0_3.0_1725224332168.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_base_fine_tune_mnli_half_v2_labels_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_base_fine_tune_mnli_half_v2_labels_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_base_fine_tune_mnli_half_v2_labels_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|643.4 MB|
+
+## References
+
+https://huggingface.co/grace-pro/deberta_base_fine_tune_mnli_half_v2_labels
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_classifier_feedback_1024_pseudo_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_classifier_feedback_1024_pseudo_en.md
new file mode 100644
index 00000000000000..7c1b35fcd7ab66
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_classifier_feedback_1024_pseudo_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_classifier_feedback_1024_pseudo DeBertaForTokenClassification from TTian
+author: John Snow Labs
+name: deberta_classifier_feedback_1024_pseudo
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_classifier_feedback_1024_pseudo` is a English model originally trained by TTian.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_classifier_feedback_1024_pseudo_en_5.4.2_3.0_1725195909453.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_classifier_feedback_1024_pseudo_en_5.4.2_3.0_1725195909453.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_classifier_feedback_1024_pseudo|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/TTian/deberta-classifier-feedback-1024-pseudo
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_classifier_feedback_1024_pseudo_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_classifier_feedback_1024_pseudo_pipeline_en.md
new file mode 100644
index 00000000000000..85398fe19830b2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_classifier_feedback_1024_pseudo_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_classifier_feedback_1024_pseudo_pipeline pipeline DeBertaForTokenClassification from TTian
+author: John Snow Labs
+name: deberta_classifier_feedback_1024_pseudo_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_classifier_feedback_1024_pseudo_pipeline` is a English model originally trained by TTian.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_classifier_feedback_1024_pseudo_pipeline_en_5.4.2_3.0_1725195997339.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_classifier_feedback_1024_pseudo_pipeline_en_5.4.2_3.0_1725195997339.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_classifier_feedback_1024_pseudo_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_classifier_feedback_1024_pseudo_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_classifier_feedback_1024_pseudo_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/TTian/deberta-classifier-feedback-1024-pseudo
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_embeddings_cowese_base_es.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_embeddings_cowese_base_es.md
new file mode 100644
index 00000000000000..8cb66bbd594c88
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_embeddings_cowese_base_es.md
@@ -0,0 +1,100 @@
+---
+layout: model
+title: Spanish Deberta Embeddings model (from plncmm)
+author: John Snow Labs
+name: deberta_embeddings_cowese_base
+date: 2024-09-01
+tags: [deberta, open_source, deberta_embeddings, debertav2formaskedlm, es, onnx]
+task: Embeddings
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DebertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `mdeberta-cowese-base-es` is a Spanish model originally trained by `plncmm`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_cowese_base_es_5.5.0_3.0_1725230147079.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_cowese_base_es_5.5.0_3.0_1725230147079.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_embeddings_docket_language_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+References
+
+https://huggingface.co/scales-okn/docket-language-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_embeddings_docket_language_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_embeddings_docket_language_model_pipeline_en.md
new file mode 100644
index 00000000000000..67ac3b6d7104fc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_embeddings_docket_language_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_embeddings_docket_language_model_pipeline pipeline DeBertaEmbeddings from scales-okn
+author: John Snow Labs
+name: deberta_embeddings_docket_language_model_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_embeddings_docket_language_model_pipeline` is a English model originally trained by scales-okn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_docket_language_model_pipeline_en_5.5.0_3.0_1725230514265.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_docket_language_model_pipeline_en_5.5.0_3.0_1725230514265.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_embeddings_docket_language_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_embeddings_docket_language_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_embeddings_docket_language_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/scales-okn/docket-language-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_embeddings_wl_base_es.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_embeddings_wl_base_es.md
new file mode 100644
index 00000000000000..5025d10c6b62d0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_embeddings_wl_base_es.md
@@ -0,0 +1,100 @@
+---
+layout: model
+title: Spanish Deberta Embeddings model (from plncmm)
+author: John Snow Labs
+name: deberta_embeddings_wl_base
+date: 2024-09-01
+tags: [deberta, open_source, deberta_embeddings, debertav2formaskedlm, es, onnx]
+task: Embeddings
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DebertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `mdeberta-wl-base-es` is a Spanish model originally trained by `plncmm`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_wl_base_es_5.5.0_3.0_1725217105926.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_wl_base_es_5.5.0_3.0_1725217105926.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_finewebedu|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|265.9 MB|
+
+## References
+
+https://huggingface.co/agentlans/deberta-finewebedu
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_finewebedu_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_finewebedu_pipeline_en.md
new file mode 100644
index 00000000000000..90efdaa565fd01
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_finewebedu_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_finewebedu_pipeline pipeline DeBertaEmbeddings from agentlans
+author: John Snow Labs
+name: deberta_finewebedu_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_finewebedu_pipeline` is a English model originally trained by agentlans.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_finewebedu_pipeline_en_5.5.0_3.0_1725217284645.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_finewebedu_pipeline_en_5.5.0_3.0_1725217284645.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_finewebedu_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_finewebedu_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_finewebedu_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|266.0 MB|
+
+## References
+
+https://huggingface.co/agentlans/deberta-finewebedu
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_med_22feb_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_med_22feb_en.md
new file mode 100644
index 00000000000000..967411d637eab8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_med_22feb_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_med_22feb DeBertaForTokenClassification from codeaze
+author: John Snow Labs
+name: deberta_med_22feb
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_med_22feb` is a English model originally trained by codeaze.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_med_22feb_en_5.4.2_3.0_1725197082943.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_med_22feb_en_5.4.2_3.0_1725197082943.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_med_22feb|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/codeaze/deberta_med_22feb
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_med_22feb_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_med_22feb_pipeline_en.md
new file mode 100644
index 00000000000000..ed23cb709ed8c4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_med_22feb_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_med_22feb_pipeline pipeline DeBertaForTokenClassification from codeaze
+author: John Snow Labs
+name: deberta_med_22feb_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_med_22feb_pipeline` is a English model originally trained by codeaze.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_med_22feb_pipeline_en_5.4.2_3.0_1725197195399.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_med_22feb_pipeline_en_5.4.2_3.0_1725197195399.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_med_22feb_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_med_22feb_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_med_22feb_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/codeaze/deberta_med_22feb
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_mlm_test_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_mlm_test_en.md
new file mode 100644
index 00000000000000..fc5c53cb471fe2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_mlm_test_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_mlm_test DeBertaEmbeddings from domenicrosati
+author: John Snow Labs
+name: deberta_mlm_test
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_mlm_test` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_mlm_test_en_5.5.0_3.0_1725230850864.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_mlm_test_en_5.5.0_3.0_1725230850864.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_mlm_test|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|265.4 MB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-mlm-test
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_mlm_test_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_mlm_test_pipeline_en.md
new file mode 100644
index 00000000000000..6d8b9dcc1871c5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_mlm_test_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_mlm_test_pipeline pipeline DeBertaEmbeddings from domenicrosati
+author: John Snow Labs
+name: deberta_mlm_test_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_mlm_test_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_mlm_test_pipeline_en_5.5.0_3.0_1725230866061.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_mlm_test_pipeline_en_5.5.0_3.0_1725230866061.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_mlm_test_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_mlm_test_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_mlm_test_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|265.4 MB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-mlm-test
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_paqott_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_paqott_en.md
new file mode 100644
index 00000000000000..a096ce84f05e41
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_paqott_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_paqott DeBertaForQuestionAnswering from MateuszW
+author: John Snow Labs
+name: deberta_paqott
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_paqott` is a English model originally trained by MateuszW.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_paqott_en_5.5.0_3.0_1725218681664.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_paqott_en_5.5.0_3.0_1725218681664.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_paqott|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/MateuszW/deberta-paqott
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_paqott_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_paqott_pipeline_en.md
new file mode 100644
index 00000000000000..f136a75dc66719
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_paqott_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_paqott_pipeline pipeline DeBertaForQuestionAnswering from MateuszW
+author: John Snow Labs
+name: deberta_paqott_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_paqott_pipeline` is a English model originally trained by MateuszW.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_paqott_pipeline_en_5.5.0_3.0_1725218765642.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_paqott_pipeline_en_5.5.0_3.0_1725218765642.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_paqott_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_paqott_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_paqott_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/MateuszW/deberta-paqott
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_pii_finetuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_pii_finetuned_pipeline_en.md
new file mode 100644
index 00000000000000..8dd310a9d4490b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_pii_finetuned_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_pii_finetuned_pipeline pipeline DeBertaForTokenClassification from 1-13-am
+author: John Snow Labs
+name: deberta_pii_finetuned_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_pii_finetuned_pipeline` is a English model originally trained by 1-13-am.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_pii_finetuned_pipeline_en_5.4.2_3.0_1725196249423.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_pii_finetuned_pipeline_en_5.4.2_3.0_1725196249423.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_pii_finetuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_pii_finetuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_pii_finetuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|630.6 MB|
+
+## References
+
+https://huggingface.co/1-13-am/deberta-pii-finetuned
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_squadnewsqa_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_squadnewsqa_en.md
new file mode 100644
index 00000000000000..cf36a33f40815e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_squadnewsqa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_squadnewsqa DeBertaForQuestionAnswering from sophiebottani
+author: John Snow Labs
+name: deberta_squadnewsqa
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_squadnewsqa` is a English model originally trained by sophiebottani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_squadnewsqa_en_5.5.0_3.0_1725218227366.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_squadnewsqa_en_5.5.0_3.0_1725218227366.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_squadnewsqa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|670.6 MB|
+
+## References
+
+https://huggingface.co/sophiebottani/deberta_squadnewsqa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_squadnewsqa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_squadnewsqa_pipeline_en.md
new file mode 100644
index 00000000000000..7041ecfa06c85a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_squadnewsqa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_squadnewsqa_pipeline pipeline DeBertaForQuestionAnswering from sophiebottani
+author: John Snow Labs
+name: deberta_squadnewsqa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_squadnewsqa_pipeline` is a English model originally trained by sophiebottani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_squadnewsqa_pipeline_en_5.5.0_3.0_1725218264593.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_squadnewsqa_pipeline_en_5.5.0_3.0_1725218264593.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_squadnewsqa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_squadnewsqa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_squadnewsqa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|670.6 MB|
+
+## References
+
+https://huggingface.co/sophiebottani/deberta_squadnewsqa
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_base_japanese_finetuned_qae_ja.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_base_japanese_finetuned_qae_ja.md
new file mode 100644
index 00000000000000..7e914dd2331ebb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_base_japanese_finetuned_qae_ja.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: Japanese deberta_v2_base_japanese_finetuned_qae DeBertaForQuestionAnswering from Mizuiro-sakura
+author: John Snow Labs
+name: deberta_v2_base_japanese_finetuned_qae
+date: 2024-09-01
+tags: [ja, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: ja
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v2_base_japanese_finetuned_qae` is a Japanese model originally trained by Mizuiro-sakura.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v2_base_japanese_finetuned_qae_ja_5.5.0_3.0_1725220727214.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v2_base_japanese_finetuned_qae_ja_5.5.0_3.0_1725220727214.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v2_base_japanese_finetuned_qae|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|ja|
+|Size:|419.0 MB|
+
+## References
+
+https://huggingface.co/Mizuiro-sakura/deberta-v2-base-japanese-finetuned-QAe
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_base_japanese_finetuned_qae_pipeline_ja.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_base_japanese_finetuned_qae_pipeline_ja.md
new file mode 100644
index 00000000000000..07643df51e9fd1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_base_japanese_finetuned_qae_pipeline_ja.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Japanese deberta_v2_base_japanese_finetuned_qae_pipeline pipeline DeBertaForQuestionAnswering from Mizuiro-sakura
+author: John Snow Labs
+name: deberta_v2_base_japanese_finetuned_qae_pipeline
+date: 2024-09-01
+tags: [ja, open_source, pipeline, onnx]
+task: Question Answering
+language: ja
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v2_base_japanese_finetuned_qae_pipeline` is a Japanese model originally trained by Mizuiro-sakura.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v2_base_japanese_finetuned_qae_pipeline_ja_5.5.0_3.0_1725220749383.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v2_base_japanese_finetuned_qae_pipeline_ja_5.5.0_3.0_1725220749383.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v2_base_japanese_finetuned_qae_pipeline", lang = "ja")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v2_base_japanese_finetuned_qae_pipeline", lang = "ja")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v2_base_japanese_finetuned_qae_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ja|
+|Size:|419.0 MB|
+
+## References
+
+https://huggingface.co/Mizuiro-sakura/deberta-v2-base-japanese-finetuned-QAe
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_conll2003_inca_v1_retrained_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_conll2003_inca_v1_retrained_en.md
new file mode 100644
index 00000000000000..d3c06421da0140
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_conll2003_inca_v1_retrained_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v2_large_conll2003_inca_v1_retrained DeBertaForTokenClassification from Yanis
+author: John Snow Labs
+name: deberta_v2_large_conll2003_inca_v1_retrained
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v2_large_conll2003_inca_v1_retrained` is a English model originally trained by Yanis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v2_large_conll2003_inca_v1_retrained_en_5.4.2_3.0_1725196033814.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v2_large_conll2003_inca_v1_retrained_en_5.4.2_3.0_1725196033814.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v2_large_conll2003_inca_v1_retrained|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Yanis/deberta-v2-large-conll2003-inca_v1_retrained
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_conll2003_inca_v1_retrained_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_conll2003_inca_v1_retrained_pipeline_en.md
new file mode 100644
index 00000000000000..70cb4915f666ea
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_conll2003_inca_v1_retrained_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v2_large_conll2003_inca_v1_retrained_pipeline pipeline DeBertaForTokenClassification from Yanis
+author: John Snow Labs
+name: deberta_v2_large_conll2003_inca_v1_retrained_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v2_large_conll2003_inca_v1_retrained_pipeline` is a English model originally trained by Yanis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v2_large_conll2003_inca_v1_retrained_pipeline_en_5.4.2_3.0_1725196125369.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v2_large_conll2003_inca_v1_retrained_pipeline_en_5.4.2_3.0_1725196125369.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v2_large_conll2003_inca_v1_retrained_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v2_large_conll2003_inca_v1_retrained_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v2_large_conll2003_inca_v1_retrained_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Yanis/deberta-v2-large-conll2003-inca_v1_retrained
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_japanese_finetuned_wrime_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_japanese_finetuned_wrime_en.md
new file mode 100644
index 00000000000000..b5d125e1239b41
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_japanese_finetuned_wrime_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v2_large_japanese_finetuned_wrime DeBertaForSequenceClassification from MuneK
+author: John Snow Labs
+name: deberta_v2_large_japanese_finetuned_wrime
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v2_large_japanese_finetuned_wrime` is a English model originally trained by MuneK.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v2_large_japanese_finetuned_wrime_en_5.5.0_3.0_1725210079097.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v2_large_japanese_finetuned_wrime_en_5.5.0_3.0_1725210079097.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v2_large_japanese_finetuned_wrime|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/MuneK/deberta-v2-large-japanese-finetuned-wrime
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_japanese_finetuned_wrime_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_japanese_finetuned_wrime_pipeline_en.md
new file mode 100644
index 00000000000000..0c7ee91d4ba19b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v2_large_japanese_finetuned_wrime_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v2_large_japanese_finetuned_wrime_pipeline pipeline DeBertaForSequenceClassification from MuneK
+author: John Snow Labs
+name: deberta_v2_large_japanese_finetuned_wrime_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v2_large_japanese_finetuned_wrime_pipeline` is a English model originally trained by MuneK.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v2_large_japanese_finetuned_wrime_pipeline_en_5.5.0_3.0_1725210157309.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v2_large_japanese_finetuned_wrime_pipeline_en_5.5.0_3.0_1725210157309.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v2_large_japanese_finetuned_wrime_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v2_large_japanese_finetuned_wrime_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v2_large_japanese_finetuned_wrime_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/MuneK/deberta-v2-large-japanese-finetuned-wrime
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_10xp3nirstbbflan_10xc4_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_10xp3nirstbbflan_10xc4_en.md
new file mode 100644
index 00000000000000..df73ced69cdb49
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_10xp3nirstbbflan_10xc4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_10xp3nirstbbflan_10xc4 DeBertaForSequenceClassification from taskydata
+author: John Snow Labs
+name: deberta_v3_base_10xp3nirstbbflan_10xc4
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_10xp3nirstbbflan_10xc4` is a English model originally trained by taskydata.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_10xp3nirstbbflan_10xc4_en_5.5.0_3.0_1725222979909.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_10xp3nirstbbflan_10xc4_en_5.5.0_3.0_1725222979909.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_10xp3nirstbbflan_10xc4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|690.2 MB|
+
+## References
+
+https://huggingface.co/taskydata/deberta-v3-base_10xp3nirstbbflan_10xc4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline_en.md
new file mode 100644
index 00000000000000..1edcda7f1c9f2e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline pipeline DeBertaForSequenceClassification from taskydata
+author: John Snow Labs
+name: deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline` is a English model originally trained by taskydata.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline_en_5.5.0_3.0_1725223017558.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline_en_5.5.0_3.0_1725223017558.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_10xp3nirstbbflan_10xc4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|690.2 MB|
+
+## References
+
+https://huggingface.co/taskydata/deberta-v3-base_10xp3nirstbbflan_10xc4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_amazon_reviews_multi_fp16_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_amazon_reviews_multi_fp16_en.md
new file mode 100644
index 00000000000000..5ae9856facadab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_amazon_reviews_multi_fp16_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_amazon_reviews_multi_fp16 DeBertaForSequenceClassification from thainq107
+author: John Snow Labs
+name: deberta_v3_base_amazon_reviews_multi_fp16
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_amazon_reviews_multi_fp16` is a English model originally trained by thainq107.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_amazon_reviews_multi_fp16_en_5.5.0_3.0_1725222478130.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_amazon_reviews_multi_fp16_en_5.5.0_3.0_1725222478130.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_amazon_reviews_multi_fp16|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|621.2 MB|
+
+## References
+
+https://huggingface.co/thainq107/deberta-v3-base-amazon-reviews-multi-fp16
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_amazon_reviews_multi_fp16_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_amazon_reviews_multi_fp16_pipeline_en.md
new file mode 100644
index 00000000000000..5485fe20231531
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_amazon_reviews_multi_fp16_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_amazon_reviews_multi_fp16_pipeline pipeline DeBertaForSequenceClassification from thainq107
+author: John Snow Labs
+name: deberta_v3_base_amazon_reviews_multi_fp16_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_amazon_reviews_multi_fp16_pipeline` is a English model originally trained by thainq107.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_amazon_reviews_multi_fp16_pipeline_en_5.5.0_3.0_1725222539515.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_amazon_reviews_multi_fp16_pipeline_en_5.5.0_3.0_1725222539515.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_amazon_reviews_multi_fp16_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_amazon_reviews_multi_fp16_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_amazon_reviews_multi_fp16_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|621.2 MB|
+
+## References
+
+https://huggingface.co/thainq107/deberta-v3-base-amazon-reviews-multi-fp16
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_company_names_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_company_names_pipeline_en.md
new file mode 100644
index 00000000000000..9c6e156a9c5308
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_company_names_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_company_names_pipeline pipeline DeBertaForTokenClassification from nbroad
+author: John Snow Labs
+name: deberta_v3_base_company_names_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_company_names_pipeline` is a English model originally trained by nbroad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_company_names_pipeline_en_5.4.2_3.0_1725197591257.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_company_names_pipeline_en_5.4.2_3.0_1725197591257.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_company_names_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_company_names_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_company_names_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|661.8 MB|
+
+## References
+
+https://huggingface.co/nbroad/deberta-v3-base-company-names
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_cotat_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_cotat_en.md
new file mode 100644
index 00000000000000..042fbc685b0905
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_cotat_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_cotat DeBertaForSequenceClassification from DandinPower
+author: John Snow Labs
+name: deberta_v3_base_cotat
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_cotat` is a English model originally trained by DandinPower.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_cotat_en_5.4.2_3.0_1725184004482.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_cotat_en_5.4.2_3.0_1725184004482.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_cotat|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|600.7 MB|
+
+## References
+
+https://huggingface.co/DandinPower/deberta-v3-base-cotat
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_custom_v2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_custom_v2_en.md
new file mode 100644
index 00000000000000..7212d0949d4797
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_custom_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_custom_v2 DeBertaForSequenceClassification from sami1616
+author: John Snow Labs
+name: deberta_v3_base_custom_v2
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_custom_v2` is a English model originally trained by sami1616.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_custom_v2_en_5.5.0_3.0_1725209492248.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_custom_v2_en_5.5.0_3.0_1725209492248.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_custom_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|589.6 MB|
+
+## References
+
+https://huggingface.co/sami1616/deberta-v3-base-custom-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_custom_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_custom_v2_pipeline_en.md
new file mode 100644
index 00000000000000..f4cac0b2afeb76
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_custom_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_custom_v2_pipeline pipeline DeBertaForSequenceClassification from sami1616
+author: John Snow Labs
+name: deberta_v3_base_custom_v2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_custom_v2_pipeline` is a English model originally trained by sami1616.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_custom_v2_pipeline_en_5.5.0_3.0_1725209540388.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_custom_v2_pipeline_en_5.5.0_3.0_1725209540388.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_custom_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_custom_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_custom_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|589.7 MB|
+
+## References
+
+https://huggingface.co/sami1616/deberta-v3-base-custom-v2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_financial_question_classification_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_financial_question_classification_en.md
new file mode 100644
index 00000000000000..c6f18c751dc784
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_financial_question_classification_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_financial_question_classification DeBertaForSequenceClassification from nogae
+author: John Snow Labs
+name: deberta_v3_base_financial_question_classification
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_financial_question_classification` is a English model originally trained by nogae.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_financial_question_classification_en_5.5.0_3.0_1725222263368.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_financial_question_classification_en_5.5.0_3.0_1725222263368.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_financial_question_classification|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|688.9 MB|
+
+## References
+
+https://huggingface.co/nogae/deberta-v3-base-financial-question-classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_financial_question_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_financial_question_classification_pipeline_en.md
new file mode 100644
index 00000000000000..c90f9d28f18ba1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_financial_question_classification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_financial_question_classification_pipeline pipeline DeBertaForSequenceClassification from nogae
+author: John Snow Labs
+name: deberta_v3_base_financial_question_classification_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_financial_question_classification_pipeline` is a English model originally trained by nogae.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_financial_question_classification_pipeline_en_5.5.0_3.0_1725222300594.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_financial_question_classification_pipeline_en_5.5.0_3.0_1725222300594.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_financial_question_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_financial_question_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_financial_question_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|688.9 MB|
+
+## References
+
+https://huggingface.co/nogae/deberta-v3-base-financial-question-classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_fine_tuned_food_ner_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_fine_tuned_food_ner_en.md
new file mode 100644
index 00000000000000..dfc2fdb9a73d0e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_fine_tuned_food_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_fine_tuned_food_ner DeBertaForTokenClassification from davanstrien
+author: John Snow Labs
+name: deberta_v3_base_fine_tuned_food_ner
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_fine_tuned_food_ner` is a English model originally trained by davanstrien.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_fine_tuned_food_ner_en_5.5.0_3.0_1725233016829.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_fine_tuned_food_ner_en_5.5.0_3.0_1725233016829.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_fine_tuned_food_ner|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|576.5 MB|
+
+## References
+
+https://huggingface.co/davanstrien/deberta-v3-base_fine_tuned_food_ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_fine_tuned_food_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_fine_tuned_food_ner_pipeline_en.md
new file mode 100644
index 00000000000000..65d7e2665277fa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_fine_tuned_food_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_fine_tuned_food_ner_pipeline pipeline DeBertaForTokenClassification from davanstrien
+author: John Snow Labs
+name: deberta_v3_base_fine_tuned_food_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_fine_tuned_food_ner_pipeline` is a English model originally trained by davanstrien.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_fine_tuned_food_ner_pipeline_en_5.5.0_3.0_1725233073036.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_fine_tuned_food_ner_pipeline_en_5.5.0_3.0_1725233073036.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_fine_tuned_food_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_fine_tuned_food_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_fine_tuned_food_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|576.5 MB|
+
+## References
+
+https://huggingface.co/davanstrien/deberta-v3-base_fine_tuned_food_ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_finetuned_squadv2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_finetuned_squadv2_en.md
new file mode 100644
index 00000000000000..72d3f62b1eca08
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_finetuned_squadv2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_base_finetuned_squadv2 DeBertaForQuestionAnswering from mrm8488
+author: John Snow Labs
+name: deberta_v3_base_finetuned_squadv2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_finetuned_squadv2` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_finetuned_squadv2_en_5.5.0_3.0_1725218678315.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_finetuned_squadv2_en_5.5.0_3.0_1725218678315.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_finetuned_squadv2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|644.5 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-base-finetuned-squadv2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_finetuned_squadv2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_finetuned_squadv2_pipeline_en.md
new file mode 100644
index 00000000000000..1843cfa1d93ec1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_finetuned_squadv2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_base_finetuned_squadv2_pipeline pipeline DeBertaForQuestionAnswering from mrm8488
+author: John Snow Labs
+name: deberta_v3_base_finetuned_squadv2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_finetuned_squadv2_pipeline` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_finetuned_squadv2_pipeline_en_5.5.0_3.0_1725218730125.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_finetuned_squadv2_pipeline_en_5.5.0_3.0_1725218730125.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_finetuned_squadv2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_finetuned_squadv2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_finetuned_squadv2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|644.5 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-base-finetuned-squadv2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_finetuned_sst2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_finetuned_sst2_pipeline_en.md
new file mode 100644
index 00000000000000..f0da26b3c37143
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_finetuned_sst2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_finetuned_sst2_pipeline pipeline DeBertaForSequenceClassification from vroomhf
+author: John Snow Labs
+name: deberta_v3_base_finetuned_sst2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_finetuned_sst2_pipeline` is a English model originally trained by vroomhf.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_finetuned_sst2_pipeline_en_5.4.2_3.0_1725182025238.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_finetuned_sst2_pipeline_en_5.4.2_3.0_1725182025238.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_finetuned_sst2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_finetuned_sst2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_finetuned_sst2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|586.4 MB|
+
+## References
+
+https://huggingface.co/vroomhf/deberta-v3-base-finetuned-sst2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_injection_deepset_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_injection_deepset_en.md
new file mode 100644
index 00000000000000..bdfec373273664
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_injection_deepset_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_injection_deepset DeBertaForSequenceClassification from deepset
+author: John Snow Labs
+name: deberta_v3_base_injection_deepset
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_injection_deepset` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_injection_deepset_en_5.5.0_3.0_1725209160531.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_injection_deepset_en_5.5.0_3.0_1725209160531.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_injection_deepset|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|578.9 MB|
+
+## References
+
+https://huggingface.co/deepset/deberta-v3-base-injection
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_injection_deepset_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_injection_deepset_pipeline_en.md
new file mode 100644
index 00000000000000..f361544285d7b4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_injection_deepset_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_injection_deepset_pipeline pipeline DeBertaForSequenceClassification from deepset
+author: John Snow Labs
+name: deberta_v3_base_injection_deepset_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_injection_deepset_pipeline` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_injection_deepset_pipeline_en_5.5.0_3.0_1725209208947.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_injection_deepset_pipeline_en_5.5.0_3.0_1725209208947.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_injection_deepset_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_injection_deepset_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_injection_deepset_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|578.9 MB|
+
+## References
+
+https://huggingface.co/deepset/deberta-v3-base-injection
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_mrqa_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_mrqa_en.md
new file mode 100644
index 00000000000000..d6af8e16c5f2cd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_mrqa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_base_mrqa DeBertaForQuestionAnswering from VMware
+author: John Snow Labs
+name: deberta_v3_base_mrqa
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_mrqa` is a English model originally trained by VMware.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_mrqa_en_5.5.0_3.0_1725218760387.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_mrqa_en_5.5.0_3.0_1725218760387.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_mrqa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|688.1 MB|
+
+## References
+
+https://huggingface.co/VMware/deberta-v3-base-mrqa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_mrqa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_mrqa_pipeline_en.md
new file mode 100644
index 00000000000000..dec1ebd4c32bd6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_mrqa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_base_mrqa_pipeline pipeline DeBertaForQuestionAnswering from VMware
+author: John Snow Labs
+name: deberta_v3_base_mrqa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_mrqa_pipeline` is a English model originally trained by VMware.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_mrqa_pipeline_en_5.5.0_3.0_1725218797522.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_mrqa_pipeline_en_5.5.0_3.0_1725218797522.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_mrqa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_mrqa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_mrqa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|688.1 MB|
+
+## References
+
+https://huggingface.co/VMware/deberta-v3-base-mrqa
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_ner_a_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_ner_a_en.md
new file mode 100644
index 00000000000000..13f5426a033453
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_ner_a_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_ner_a DeBertaForTokenClassification from alexeyak
+author: John Snow Labs
+name: deberta_v3_base_ner_a
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_ner_a` is a English model originally trained by alexeyak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_ner_a_en_5.5.0_3.0_1725233215057.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_ner_a_en_5.5.0_3.0_1725233215057.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_ner_a|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|656.9 MB|
+
+## References
+
+https://huggingface.co/alexeyak/deberta-v3-base-ner-A
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_ner_a_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_ner_a_pipeline_en.md
new file mode 100644
index 00000000000000..fedd1e385dcd01
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_ner_a_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_ner_a_pipeline pipeline DeBertaForTokenClassification from alexeyak
+author: John Snow Labs
+name: deberta_v3_base_ner_a_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_ner_a_pipeline` is a English model originally trained by alexeyak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_ner_a_pipeline_en_5.5.0_3.0_1725233257807.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_ner_a_pipeline_en_5.5.0_3.0_1725233257807.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_ner_a_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_ner_a_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_ner_a_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|656.9 MB|
+
+## References
+
+https://huggingface.co/alexeyak/deberta-v3-base-ner-A
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_nli_mixer_binary_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_nli_mixer_binary_en.md
new file mode 100644
index 00000000000000..e959d3cfa0eae0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_nli_mixer_binary_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_nli_mixer_binary DeBertaForSequenceClassification from ragarwal
+author: John Snow Labs
+name: deberta_v3_base_nli_mixer_binary
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_nli_mixer_binary` is a English model originally trained by ragarwal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_nli_mixer_binary_en_5.4.2_3.0_1725181605991.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_nli_mixer_binary_en_5.4.2_3.0_1725181605991.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_nli_mixer_binary|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|687.5 MB|
+
+## References
+
+https://huggingface.co/ragarwal/deberta-v3-base-nli-mixer-binary
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_on5_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_on5_en.md
new file mode 100644
index 00000000000000..1dcec9992eb784
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_on5_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_on5 DeBertaForTokenClassification from lambdavi
+author: John Snow Labs
+name: deberta_v3_base_on5
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_on5` is a English model originally trained by lambdavi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_on5_en_5.5.0_3.0_1725233231309.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_on5_en_5.5.0_3.0_1725233231309.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_on5|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|601.7 MB|
+
+## References
+
+https://huggingface.co/lambdavi/deberta-v3-base_on5
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_on5_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_on5_pipeline_en.md
new file mode 100644
index 00000000000000..fa65268ffcaa10
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_on5_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_on5_pipeline pipeline DeBertaForTokenClassification from lambdavi
+author: John Snow Labs
+name: deberta_v3_base_on5_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_on5_pipeline` is a English model originally trained by lambdavi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_on5_pipeline_en_5.5.0_3.0_1725233299673.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_on5_pipeline_en_5.5.0_3.0_1725233299673.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_on5_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_on5_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_on5_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|601.7 MB|
+
+## References
+
+https://huggingface.co/lambdavi/deberta-v3-base_on5
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_open_ner_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_open_ner_en.md
new file mode 100644
index 00000000000000..565ba47374eeb7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_open_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_open_ner DeBertaForTokenClassification from yongsun-yoon
+author: John Snow Labs
+name: deberta_v3_base_open_ner
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_open_ner` is a English model originally trained by yongsun-yoon.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_open_ner_en_5.5.0_3.0_1725232694634.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_open_ner_en_5.5.0_3.0_1725232694634.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_open_ner|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|676.3 MB|
+
+## References
+
+https://huggingface.co/yongsun-yoon/deberta-v3-base-open-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_open_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_open_ner_pipeline_en.md
new file mode 100644
index 00000000000000..88e70d31251d9a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_open_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_open_ner_pipeline pipeline DeBertaForTokenClassification from yongsun-yoon
+author: John Snow Labs
+name: deberta_v3_base_open_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_open_ner_pipeline` is a English model originally trained by yongsun-yoon.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_open_ner_pipeline_en_5.5.0_3.0_1725232734904.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_open_ner_pipeline_en_5.5.0_3.0_1725232734904.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_open_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_open_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_open_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|676.3 MB|
+
+## References
+
+https://huggingface.co/yongsun-yoon/deberta-v3-base-open-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_optimus_v0_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_optimus_v0_en.md
new file mode 100644
index 00000000000000..6dc063d2b002ae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_optimus_v0_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_optimus_v0 DeBertaForSequenceClassification from vibraniumdome
+author: John Snow Labs
+name: deberta_v3_base_optimus_v0
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_optimus_v0` is a English model originally trained by vibraniumdome.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_optimus_v0_en_5.4.2_3.0_1725183359685.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_optimus_v0_en_5.4.2_3.0_1725183359685.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_optimus_v0|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|590.7 MB|
+
+## References
+
+https://huggingface.co/vibraniumdome/deberta-v3-base-optimus-v0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v1_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v1_en.md
new file mode 100644
index 00000000000000..66628e4637bd8f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_orgs_v1 DeBertaForTokenClassification from nbroad
+author: John Snow Labs
+name: deberta_v3_base_orgs_v1
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_orgs_v1` is a English model originally trained by nbroad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v1_en_5.4.2_3.0_1725195722897.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v1_en_5.4.2_3.0_1725195722897.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_orgs_v1|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|661.6 MB|
+
+## References
+
+https://huggingface.co/nbroad/deberta-v3-base-orgs-v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v1_pipeline_en.md
new file mode 100644
index 00000000000000..51ae908d775682
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_orgs_v1_pipeline pipeline DeBertaForTokenClassification from nbroad
+author: John Snow Labs
+name: deberta_v3_base_orgs_v1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_orgs_v1_pipeline` is a English model originally trained by nbroad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v1_pipeline_en_5.4.2_3.0_1725195761968.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v1_pipeline_en_5.4.2_3.0_1725195761968.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_orgs_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_orgs_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_orgs_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|661.6 MB|
+
+## References
+
+https://huggingface.co/nbroad/deberta-v3-base-orgs-v1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v2_en.md
new file mode 100644
index 00000000000000..df2056371201ec
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_orgs_v2 DeBertaForTokenClassification from nbroad
+author: John Snow Labs
+name: deberta_v3_base_orgs_v2
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_orgs_v2` is a English model originally trained by nbroad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v2_en_5.4.2_3.0_1725197055037.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v2_en_5.4.2_3.0_1725197055037.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_orgs_v2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|661.6 MB|
+
+## References
+
+https://huggingface.co/nbroad/deberta-v3-base-orgs-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v2_pipeline_en.md
new file mode 100644
index 00000000000000..670b3cf07a138f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_orgs_v2_pipeline pipeline DeBertaForTokenClassification from nbroad
+author: John Snow Labs
+name: deberta_v3_base_orgs_v2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_orgs_v2_pipeline` is a English model originally trained by nbroad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v2_pipeline_en_5.4.2_3.0_1725197094033.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v2_pipeline_en_5.4.2_3.0_1725197094033.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_orgs_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_orgs_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_orgs_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|661.6 MB|
+
+## References
+
+https://huggingface.co/nbroad/deberta-v3-base-orgs-v2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v3_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v3_en.md
new file mode 100644
index 00000000000000..bbe0293dc43d74
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v3_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_orgs_v3 DeBertaForTokenClassification from nbroad
+author: John Snow Labs
+name: deberta_v3_base_orgs_v3
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_orgs_v3` is a English model originally trained by nbroad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v3_en_5.5.0_3.0_1725233015188.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v3_en_5.5.0_3.0_1725233015188.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_orgs_v3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|661.1 MB|
+
+## References
+
+https://huggingface.co/nbroad/deberta-v3-base-orgs-v3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v3_pipeline_en.md
new file mode 100644
index 00000000000000..ab56b248b10f81
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_orgs_v3_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_orgs_v3_pipeline pipeline DeBertaForTokenClassification from nbroad
+author: John Snow Labs
+name: deberta_v3_base_orgs_v3_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_orgs_v3_pipeline` is a English model originally trained by nbroad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v3_pipeline_en_5.5.0_3.0_1725233058939.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_orgs_v3_pipeline_en_5.5.0_3.0_1725233058939.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_orgs_v3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_orgs_v3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_orgs_v3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|661.1 MB|
+
+## References
+
+https://huggingface.co/nbroad/deberta-v3-base-orgs-v3
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qa_english_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qa_english_en.md
new file mode 100644
index 00000000000000..975f6e3cb09326
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qa_english_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_base_qa_english DeBertaForQuestionAnswering from LLukas22
+author: John Snow Labs
+name: deberta_v3_base_qa_english
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_qa_english` is a English model originally trained by LLukas22.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_qa_english_en_5.5.0_3.0_1725219075677.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_qa_english_en_5.5.0_3.0_1725219075677.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_qa_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|677.4 MB|
+
+## References
+
+https://huggingface.co/LLukas22/deberta-v3-base-qa-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qa_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qa_english_pipeline_en.md
new file mode 100644
index 00000000000000..d0028370c3ba29
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qa_english_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_base_qa_english_pipeline pipeline DeBertaForQuestionAnswering from LLukas22
+author: John Snow Labs
+name: deberta_v3_base_qa_english_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_qa_english_pipeline` is a English model originally trained by LLukas22.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_qa_english_pipeline_en_5.5.0_3.0_1725219120110.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_qa_english_pipeline_en_5.5.0_3.0_1725219120110.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_qa_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_qa_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_qa_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|677.4 MB|
+
+## References
+
+https://huggingface.co/LLukas22/deberta-v3-base-qa-en
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qqp_cliang1453_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qqp_cliang1453_en.md
new file mode 100644
index 00000000000000..77501bf9f3800c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qqp_cliang1453_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_qqp_cliang1453 DeBertaForSequenceClassification from cliang1453
+author: John Snow Labs
+name: deberta_v3_base_qqp_cliang1453
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_qqp_cliang1453` is a English model originally trained by cliang1453.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_qqp_cliang1453_en_5.5.0_3.0_1725208720939.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_qqp_cliang1453_en_5.5.0_3.0_1725208720939.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_qqp_cliang1453|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|648.9 MB|
+
+## References
+
+https://huggingface.co/cliang1453/deberta-v3-base-qqp
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qqp_cliang1453_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qqp_cliang1453_pipeline_en.md
new file mode 100644
index 00000000000000..f49b78a5487da3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_qqp_cliang1453_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_qqp_cliang1453_pipeline pipeline DeBertaForSequenceClassification from cliang1453
+author: John Snow Labs
+name: deberta_v3_base_qqp_cliang1453_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_qqp_cliang1453_pipeline` is a English model originally trained by cliang1453.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_qqp_cliang1453_pipeline_en_5.5.0_3.0_1725208770990.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_qqp_cliang1453_pipeline_en_5.5.0_3.0_1725208770990.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_qqp_cliang1453_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_qqp_cliang1453_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_qqp_cliang1453_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|648.9 MB|
+
+## References
+
+https://huggingface.co/cliang1453/deberta-v3-base-qqp
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_reward_model_0102_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_reward_model_0102_en.md
new file mode 100644
index 00000000000000..8c2e53105fd929
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_reward_model_0102_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_reward_model_0102 DeBertaForSequenceClassification from decem
+author: John Snow Labs
+name: deberta_v3_base_reward_model_0102
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_reward_model_0102` is a English model originally trained by decem.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_reward_model_0102_en_5.5.0_3.0_1725222797001.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_reward_model_0102_en_5.5.0_3.0_1725222797001.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_reward_model_0102|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|644.5 MB|
+
+## References
+
+https://huggingface.co/decem/deberta-v3-base-reward-model-0102
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_reward_model_0102_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_reward_model_0102_pipeline_en.md
new file mode 100644
index 00000000000000..dddf65e53afd25
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_reward_model_0102_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_reward_model_0102_pipeline pipeline DeBertaForSequenceClassification from decem
+author: John Snow Labs
+name: deberta_v3_base_reward_model_0102_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_reward_model_0102_pipeline` is a English model originally trained by decem.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_reward_model_0102_pipeline_en_5.5.0_3.0_1725222852656.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_reward_model_0102_pipeline_en_5.5.0_3.0_1725222852656.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_reward_model_0102_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_reward_model_0102_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_reward_model_0102_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|644.5 MB|
+
+## References
+
+https://huggingface.co/decem/deberta-v3-base-reward-model-0102
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_rotten_tomatoes_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_rotten_tomatoes_en.md
new file mode 100644
index 00000000000000..b3c7484d5d9f97
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_rotten_tomatoes_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_rotten_tomatoes DeBertaForSequenceClassification from marcelomoreno26
+author: John Snow Labs
+name: deberta_v3_base_rotten_tomatoes
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_rotten_tomatoes` is a English model originally trained by marcelomoreno26.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_rotten_tomatoes_en_5.5.0_3.0_1725224053349.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_rotten_tomatoes_en_5.5.0_3.0_1725224053349.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_rotten_tomatoes|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|577.5 MB|
+
+## References
+
+https://huggingface.co/marcelomoreno26/deberta-v3-base-rotten-tomatoes
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_rotten_tomatoes_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_rotten_tomatoes_pipeline_en.md
new file mode 100644
index 00000000000000..e8c28f968a7abc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_rotten_tomatoes_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_rotten_tomatoes_pipeline pipeline DeBertaForSequenceClassification from marcelomoreno26
+author: John Snow Labs
+name: deberta_v3_base_rotten_tomatoes_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_rotten_tomatoes_pipeline` is a English model originally trained by marcelomoreno26.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_rotten_tomatoes_pipeline_en_5.5.0_3.0_1725224133395.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_rotten_tomatoes_pipeline_en_5.5.0_3.0_1725224133395.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_rotten_tomatoes_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_rotten_tomatoes_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_rotten_tomatoes_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|577.5 MB|
+
+## References
+
+https://huggingface.co/marcelomoreno26/deberta-v3-base-rotten-tomatoes
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_squad2_navteca_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_squad2_navteca_en.md
new file mode 100644
index 00000000000000..205df8b074ec1b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_squad2_navteca_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_base_squad2_navteca DeBertaForQuestionAnswering from navteca
+author: John Snow Labs
+name: deberta_v3_base_squad2_navteca
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_squad2_navteca` is a English model originally trained by navteca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_navteca_en_5.5.0_3.0_1725219485532.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_navteca_en_5.5.0_3.0_1725219485532.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_squad2_navteca|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|651.0 MB|
+
+## References
+
+https://huggingface.co/navteca/deberta-v3-base-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_squad2_navteca_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_squad2_navteca_pipeline_en.md
new file mode 100644
index 00000000000000..94c5faa351609f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_squad2_navteca_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_base_squad2_navteca_pipeline pipeline DeBertaForQuestionAnswering from navteca
+author: John Snow Labs
+name: deberta_v3_base_squad2_navteca_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_squad2_navteca_pipeline` is a English model originally trained by navteca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_navteca_pipeline_en_5.5.0_3.0_1725219531092.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_navteca_pipeline_en_5.5.0_3.0_1725219531092.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_squad2_navteca_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_squad2_navteca_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_squad2_navteca_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|651.1 MB|
+
+## References
+
+https://huggingface.co/navteca/deberta-v3-base-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_combined_rater_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_combined_rater_en.md
new file mode 100644
index 00000000000000..63414d50a02fa9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_combined_rater_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_survey_combined_rater DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_base_survey_combined_rater
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_survey_combined_rater` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_survey_combined_rater_en_5.5.0_3.0_1725223132329.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_survey_combined_rater_en_5.5.0_3.0_1725223132329.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_survey_combined_rater|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|611.3 MB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-base-survey-combined-rater
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_combined_rater_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_combined_rater_pipeline_en.md
new file mode 100644
index 00000000000000..1a4c103d9def08
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_combined_rater_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_survey_combined_rater_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_base_survey_combined_rater_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_survey_combined_rater_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_survey_combined_rater_pipeline_en_5.5.0_3.0_1725223181077.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_survey_combined_rater_pipeline_en_5.5.0_3.0_1725223181077.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_survey_combined_rater_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_survey_combined_rater_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_survey_combined_rater_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|611.4 MB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-base-survey-combined-rater
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_en.md
new file mode 100644
index 00000000000000..b8ac3237bd6b38
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_en_5.5.0_3.0_1725223454435.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_en_5.5.0_3.0_1725223454435.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|610.1 MB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-base-survey-new_fact_main_passage-rater
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline_en.md
new file mode 100644
index 00000000000000..b0a8e9024ca723
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline_en_5.5.0_3.0_1725223508919.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline_en_5.5.0_3.0_1725223508919.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_survey_nepal_bhasa_fact_main_passage_rater_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|610.1 MB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-base-survey-new_fact_main_passage-rater
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_dnli_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_dnli_en.md
new file mode 100644
index 00000000000000..93ba1b721e3f43
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_dnli_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_dnli DeBertaForSequenceClassification from zayn1111
+author: John Snow Labs
+name: deberta_v3_dnli
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_dnli` is a English model originally trained by zayn1111.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_dnli_en_5.4.2_3.0_1725182956839.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_dnli_en_5.4.2_3.0_1725182956839.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_dnli|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/zayn1111/deberta-v3-dnli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_16_1_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_16_1_en.md
new file mode 100644
index 00000000000000..210d7ee996fc4b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_16_1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large__sst2__train_16_1 DeBertaForSequenceClassification from SetFit
+author: John Snow Labs
+name: deberta_v3_large__sst2__train_16_1
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large__sst2__train_16_1` is a English model originally trained by SetFit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_16_1_en_5.5.0_3.0_1725209069283.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_16_1_en_5.5.0_3.0_1725209069283.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large__sst2__train_16_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/SetFit/deberta-v3-large__sst2__train-16-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_16_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_16_1_pipeline_en.md
new file mode 100644
index 00000000000000..5f80e2c110f9e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_16_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large__sst2__train_16_1_pipeline pipeline DeBertaForSequenceClassification from SetFit
+author: John Snow Labs
+name: deberta_v3_large__sst2__train_16_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large__sst2__train_16_1_pipeline` is a English model originally trained by SetFit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_16_1_pipeline_en_5.5.0_3.0_1725209198373.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_16_1_pipeline_en_5.5.0_3.0_1725209198373.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large__sst2__train_16_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large__sst2__train_16_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large__sst2__train_16_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/SetFit/deberta-v3-large__sst2__train-16-1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_16_5_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_16_5_pipeline_en.md
new file mode 100644
index 00000000000000..1908a51c2d9103
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_16_5_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large__sst2__train_16_5_pipeline pipeline DeBertaForSequenceClassification from SetFit
+author: John Snow Labs
+name: deberta_v3_large__sst2__train_16_5_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large__sst2__train_16_5_pipeline` is a English model originally trained by SetFit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_16_5_pipeline_en_5.4.2_3.0_1725183644287.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_16_5_pipeline_en_5.4.2_3.0_1725183644287.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large__sst2__train_16_5_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large__sst2__train_16_5_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large__sst2__train_16_5_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/SetFit/deberta-v3-large__sst2__train-16-5
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_32_1_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_32_1_en.md
new file mode 100644
index 00000000000000..4c99c6bb70f2d4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_32_1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large__sst2__train_32_1 DeBertaForSequenceClassification from SetFit
+author: John Snow Labs
+name: deberta_v3_large__sst2__train_32_1
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large__sst2__train_32_1` is a English model originally trained by SetFit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_32_1_en_5.4.2_3.0_1725182807310.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_32_1_en_5.4.2_3.0_1725182807310.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large__sst2__train_32_1|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/SetFit/deberta-v3-large__sst2__train-32-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_32_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_32_1_pipeline_en.md
new file mode 100644
index 00000000000000..17360526379c41
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_32_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large__sst2__train_32_1_pipeline pipeline DeBertaForSequenceClassification from SetFit
+author: John Snow Labs
+name: deberta_v3_large__sst2__train_32_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large__sst2__train_32_1_pipeline` is a English model originally trained by SetFit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_32_1_pipeline_en_5.4.2_3.0_1725182933813.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_32_1_pipeline_en_5.4.2_3.0_1725182933813.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large__sst2__train_32_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large__sst2__train_32_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large__sst2__train_32_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/SetFit/deberta-v3-large__sst2__train-32-1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_8_1_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_8_1_en.md
new file mode 100644
index 00000000000000..b88e6b3217518a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_8_1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large__sst2__train_8_1 DeBertaForSequenceClassification from SetFit
+author: John Snow Labs
+name: deberta_v3_large__sst2__train_8_1
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large__sst2__train_8_1` is a English model originally trained by SetFit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_8_1_en_5.5.0_3.0_1725210683978.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_8_1_en_5.5.0_3.0_1725210683978.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large__sst2__train_8_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/SetFit/deberta-v3-large__sst2__train-8-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_8_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_8_1_pipeline_en.md
new file mode 100644
index 00000000000000..2ae79efe81ab04
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large__sst2__train_8_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large__sst2__train_8_1_pipeline pipeline DeBertaForSequenceClassification from SetFit
+author: John Snow Labs
+name: deberta_v3_large__sst2__train_8_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large__sst2__train_8_1_pipeline` is a English model originally trained by SetFit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_8_1_pipeline_en_5.5.0_3.0_1725210819076.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_8_1_pipeline_en_5.5.0_3.0_1725210819076.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large__sst2__train_8_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large__sst2__train_8_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large__sst2__train_8_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/SetFit/deberta-v3-large__sst2__train-8-1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_boolq_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_boolq_en.md
new file mode 100644
index 00000000000000..ec90c96425dcf6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_boolq_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_boolq DeBertaForSequenceClassification from nfliu
+author: John Snow Labs
+name: deberta_v3_large_boolq
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_boolq` is a English model originally trained by nfliu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_boolq_en_5.5.0_3.0_1725209546853.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_boolq_en_5.5.0_3.0_1725209546853.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_boolq|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/nfliu/deberta-v3-large_boolq
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_boolq_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_boolq_pipeline_en.md
new file mode 100644
index 00000000000000..9954d8f7f0cc83
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_boolq_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_boolq_pipeline pipeline DeBertaForSequenceClassification from nfliu
+author: John Snow Labs
+name: deberta_v3_large_boolq_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_boolq_pipeline` is a English model originally trained by nfliu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_boolq_pipeline_en_5.5.0_3.0_1725209679026.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_boolq_pipeline_en_5.5.0_3.0_1725209679026.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_boolq_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_boolq_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_boolq_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/nfliu/deberta-v3-large_boolq
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_btc_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_btc_en.md
new file mode 100644
index 00000000000000..eed001a285d397
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_btc_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_btc DeBertaForTokenClassification from tner
+author: John Snow Labs
+name: deberta_v3_large_btc
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_btc` is a English model originally trained by tner.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_btc_en_5.5.0_3.0_1725233793655.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_btc_en_5.5.0_3.0_1725233793655.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_btc|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/tner/deberta-v3-large-btc
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_btc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_btc_pipeline_en.md
new file mode 100644
index 00000000000000..fd77a91d6f5c0e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_btc_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_btc_pipeline pipeline DeBertaForTokenClassification from tner
+author: John Snow Labs
+name: deberta_v3_large_btc_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_btc_pipeline` is a English model originally trained by tner.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_btc_pipeline_en_5.5.0_3.0_1725233915388.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_btc_pipeline_en_5.5.0_3.0_1725233915388.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_btc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_btc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_btc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/tner/deberta-v3-large-btc
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_com2_atomic_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_com2_atomic_en.md
new file mode 100644
index 00000000000000..f79006c6b1be9f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_com2_atomic_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_com2_atomic DeBertaEmbeddings from tqfang229
+author: John Snow Labs
+name: deberta_v3_large_com2_atomic
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_com2_atomic` is a English model originally trained by tqfang229.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_com2_atomic_en_5.5.0_3.0_1725230231932.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_com2_atomic_en_5.5.0_3.0_1725230231932.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_com2_atomic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/tqfang229/deberta-v3-large-com2-atomic
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_com2_atomic_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_com2_atomic_pipeline_en.md
new file mode 100644
index 00000000000000..056f37730b90eb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_com2_atomic_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_com2_atomic_pipeline pipeline DeBertaEmbeddings from tqfang229
+author: John Snow Labs
+name: deberta_v3_large_com2_atomic_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_com2_atomic_pipeline` is a English model originally trained by tqfang229.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_com2_atomic_pipeline_en_5.5.0_3.0_1725230317285.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_com2_atomic_pipeline_en_5.5.0_3.0_1725230317285.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_com2_atomic_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_com2_atomic_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_com2_atomic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/tqfang229/deberta-v3-large-com2-atomic
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_com2_car_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_com2_car_en.md
new file mode 100644
index 00000000000000..92fef368e3cd42
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_com2_car_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_com2_car DeBertaEmbeddings from tqfang229
+author: John Snow Labs
+name: deberta_v3_large_com2_car
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_com2_car` is a English model originally trained by tqfang229.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_com2_car_en_5.5.0_3.0_1725230828863.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_com2_car_en_5.5.0_3.0_1725230828863.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_com2_car|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/tqfang229/deberta-v3-large-com2-car
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_conll2003_breast_v1_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_conll2003_breast_v1_en.md
new file mode 100644
index 00000000000000..6d0f4a4eb87db8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_conll2003_breast_v1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_conll2003_breast_v1 DeBertaForTokenClassification from Yanis
+author: John Snow Labs
+name: deberta_v3_large_conll2003_breast_v1
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_conll2003_breast_v1` is a English model originally trained by Yanis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_conll2003_breast_v1_en_5.4.2_3.0_1725197773794.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_conll2003_breast_v1_en_5.4.2_3.0_1725197773794.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_conll2003_breast_v1|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Yanis/deberta-v3-large_conll2003_breast_v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_fewnerd_fine_ner_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_fewnerd_fine_ner_en.md
new file mode 100644
index 00000000000000..83629d2021f614
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_fewnerd_fine_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_fewnerd_fine_ner DeBertaForTokenClassification from eek
+author: John Snow Labs
+name: deberta_v3_large_fewnerd_fine_ner
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_fewnerd_fine_ner` is a English model originally trained by eek.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_fewnerd_fine_ner_en_5.5.0_3.0_1725233592572.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_fewnerd_fine_ner_en_5.5.0_3.0_1725233592572.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_fewnerd_fine_ner|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/eek/deberta-v3-large-fewnerd-fine-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_fewnerd_fine_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_fewnerd_fine_ner_pipeline_en.md
new file mode 100644
index 00000000000000..ff64efd52e12b8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_fewnerd_fine_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_fewnerd_fine_ner_pipeline pipeline DeBertaForTokenClassification from eek
+author: John Snow Labs
+name: deberta_v3_large_fewnerd_fine_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_fewnerd_fine_ner_pipeline` is a English model originally trained by eek.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_fewnerd_fine_ner_pipeline_en_5.5.0_3.0_1725233691968.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_fewnerd_fine_ner_pipeline_en_5.5.0_3.0_1725233691968.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_fewnerd_fine_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_fewnerd_fine_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_fewnerd_fine_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/eek/deberta-v3-large-fewnerd-fine-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_en.md
new file mode 100644
index 00000000000000..564b83c8ab2e74
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1 DeBertaEmbeddings from quastrinos
+author: John Snow Labs
+name: deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1` is a English model originally trained by quastrinos.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_en_5.5.0_3.0_1725217693203.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_en_5.5.0_3.0_1725217693203.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/quastrinos/deberta-v3-large-finetuned-mlm-accelerate-v2-xp-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline_en.md
new file mode 100644
index 00000000000000..c2627aa732df94
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline pipeline DeBertaEmbeddings from quastrinos
+author: John Snow Labs
+name: deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline` is a English model originally trained by quastrinos.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline_en_5.5.0_3.0_1725217777745.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline_en_5.5.0_3.0_1725217777745.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_mlm_accelerate_v2_xp_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/quastrinos/deberta-v3-large-finetuned-mlm-accelerate-v2-xp-1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_squadv2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_squadv2_en.md
new file mode 100644
index 00000000000000..ef4304dffd990e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_squadv2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_squadv2 DeBertaForQuestionAnswering from ahotrod
+author: John Snow Labs
+name: deberta_v3_large_finetuned_squadv2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_squadv2` is a English model originally trained by ahotrod.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_squadv2_en_5.5.0_3.0_1725221350130.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_squadv2_en_5.5.0_3.0_1725221350130.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_squadv2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/ahotrod/deberta-v3-large-finetuned-squadv2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_squadv2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_squadv2_pipeline_en.md
new file mode 100644
index 00000000000000..70180e8d0fd965
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_squadv2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_squadv2_pipeline pipeline DeBertaForQuestionAnswering from ahotrod
+author: John Snow Labs
+name: deberta_v3_large_finetuned_squadv2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_squadv2_pipeline` is a English model originally trained by ahotrod.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_squadv2_pipeline_en_5.5.0_3.0_1725221450315.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_squadv2_pipeline_en_5.5.0_3.0_1725221450315.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_finetuned_squadv2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_finetuned_squadv2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_squadv2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/ahotrod/deberta-v3-large-finetuned-squadv2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline_en.md
new file mode 100644
index 00000000000000..6210c3f5578df2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline_en_5.4.2_3.0_1725182422184.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline_en_5.4.2_3.0_1725182422184.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_syndag_multiclass_not_bloom_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-finetuned-syndag-multiclass-not-bloom
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_en.md
new file mode 100644
index 00000000000000..9686aa8e884ff5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_en_5.5.0_3.0_1725209030750.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_en_5.5.0_3.0_1725209030750.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-finetuned-syndag-multiclass-not-gpt2-arxiv
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline_en.md
new file mode 100644
index 00000000000000..aa0c14fd87ad7d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline_en_5.5.0_3.0_1725209116365.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline_en_5.5.0_3.0_1725209116365.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_syndag_multiclass_not_gpt2_arxiv_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-finetuned-syndag-multiclass-not-gpt2-arxiv
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_en.md
new file mode 100644
index 00000000000000..c68a87ef6d95f3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_en_5.5.0_3.0_1725211001566.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_en_5.5.0_3.0_1725211001566.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-finetuned-syndag-multiclass-remove-google-scielo
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline_en.md
new file mode 100644
index 00000000000000..d2207e3392f6dc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline_en_5.5.0_3.0_1725211087402.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline_en_5.5.0_3.0_1725211087402.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_syndag_multiclass_remove_google_scielo_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-finetuned-syndag-multiclass-remove-google-scielo
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_synthetic_generated_only_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_synthetic_generated_only_en.md
new file mode 100644
index 00000000000000..61ae63b5e2695e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_synthetic_generated_only_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_synthetic_generated_only DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_finetuned_synthetic_generated_only
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_synthetic_generated_only` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_synthetic_generated_only_en_5.5.0_3.0_1725223354189.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_synthetic_generated_only_en_5.5.0_3.0_1725223354189.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_synthetic_generated_only|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-finetuned-synthetic-generated-only
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_synthetic_generated_only_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_synthetic_generated_only_pipeline_en.md
new file mode 100644
index 00000000000000..6d70ee0cf47f8b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_finetuned_synthetic_generated_only_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_synthetic_generated_only_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_finetuned_synthetic_generated_only_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_synthetic_generated_only_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_synthetic_generated_only_pipeline_en_5.5.0_3.0_1725223444590.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_synthetic_generated_only_pipeline_en_5.5.0_3.0_1725223444590.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_finetuned_synthetic_generated_only_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_finetuned_synthetic_generated_only_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_synthetic_generated_only_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-finetuned-synthetic-generated-only
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_hf_weights_v2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_hf_weights_v2_en.md
new file mode 100644
index 00000000000000..d8f8fd4f980d0c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_hf_weights_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_hf_weights_v2 DeBertaEmbeddings from nagupv
+author: John Snow Labs
+name: deberta_v3_large_hf_weights_v2
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_hf_weights_v2` is a English model originally trained by nagupv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_hf_weights_v2_en_5.5.0_3.0_1725230658928.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_hf_weights_v2_en_5.5.0_3.0_1725230658928.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_hf_weights_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/nagupv/deberta-v3-large-hf-weights_v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_hf_weights_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_hf_weights_v2_pipeline_en.md
new file mode 100644
index 00000000000000..22cbd01ae8bc1c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_hf_weights_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_hf_weights_v2_pipeline pipeline DeBertaEmbeddings from nagupv
+author: John Snow Labs
+name: deberta_v3_large_hf_weights_v2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_hf_weights_v2_pipeline` is a English model originally trained by nagupv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_hf_weights_v2_pipeline_en_5.5.0_3.0_1725230743029.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_hf_weights_v2_pipeline_en_5.5.0_3.0_1725230743029.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_hf_weights_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_hf_weights_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_hf_weights_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/nagupv/deberta-v3-large-hf-weights_v2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mlm_reddit_gab_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mlm_reddit_gab_en.md
new file mode 100644
index 00000000000000..bd74efe9d3b9af
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mlm_reddit_gab_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_mlm_reddit_gab DeBertaEmbeddings from MilaNLProc
+author: John Snow Labs
+name: deberta_v3_large_mlm_reddit_gab
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_mlm_reddit_gab` is a English model originally trained by MilaNLProc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_mlm_reddit_gab_en_5.5.0_3.0_1725217282027.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_mlm_reddit_gab_en_5.5.0_3.0_1725217282027.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_mlm_reddit_gab|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/MilaNLProc/deberta-v3-large-mlm-reddit-gab
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mlm_reddit_gab_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mlm_reddit_gab_pipeline_en.md
new file mode 100644
index 00000000000000..757cc07e10e36d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mlm_reddit_gab_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_mlm_reddit_gab_pipeline pipeline DeBertaEmbeddings from MilaNLProc
+author: John Snow Labs
+name: deberta_v3_large_mlm_reddit_gab_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_mlm_reddit_gab_pipeline` is a English model originally trained by MilaNLProc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_mlm_reddit_gab_pipeline_en_5.5.0_3.0_1725217366535.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_mlm_reddit_gab_pipeline_en_5.5.0_3.0_1725217366535.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_mlm_reddit_gab_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_mlm_reddit_gab_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_mlm_reddit_gab_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/MilaNLProc/deberta-v3-large-mlm-reddit-gab
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mrqa_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mrqa_en.md
new file mode 100644
index 00000000000000..74180c25ede007
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mrqa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_large_mrqa DeBertaForQuestionAnswering from VMware
+author: John Snow Labs
+name: deberta_v3_large_mrqa
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_mrqa` is a English model originally trained by VMware.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_mrqa_en_5.5.0_3.0_1725218986560.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_mrqa_en_5.5.0_3.0_1725218986560.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_mrqa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/VMware/deberta-v3-large-mrqa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mrqa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mrqa_pipeline_en.md
new file mode 100644
index 00000000000000..a49a8aa5decaf8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_mrqa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_large_mrqa_pipeline pipeline DeBertaForQuestionAnswering from VMware
+author: John Snow Labs
+name: deberta_v3_large_mrqa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_mrqa_pipeline` is a English model originally trained by VMware.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_mrqa_pipeline_en_5.5.0_3.0_1725219071661.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_mrqa_pipeline_en_5.5.0_3.0_1725219071661.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_mrqa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_mrqa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_mrqa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/VMware/deberta-v3-large-mrqa
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_deepset_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_deepset_en.md
new file mode 100644
index 00000000000000..5a9c36652a9f96
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_deepset_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_large_squad2_deepset DeBertaForQuestionAnswering from deepset
+author: John Snow Labs
+name: deberta_v3_large_squad2_deepset
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_squad2_deepset` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_deepset_en_5.5.0_3.0_1725218502154.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_deepset_en_5.5.0_3.0_1725218502154.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_squad2_deepset|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/deepset/deberta-v3-large-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_deepset_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_deepset_pipeline_en.md
new file mode 100644
index 00000000000000..5c7a4a13131392
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_deepset_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_large_squad2_deepset_pipeline pipeline DeBertaForQuestionAnswering from deepset
+author: John Snow Labs
+name: deberta_v3_large_squad2_deepset_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_squad2_deepset_pipeline` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_deepset_pipeline_en_5.5.0_3.0_1725218603949.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_deepset_pipeline_en_5.5.0_3.0_1725218603949.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_squad2_deepset_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_squad2_deepset_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_squad2_deepset_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/deepset/deberta-v3-large-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_sjrhuschlee_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_sjrhuschlee_en.md
new file mode 100644
index 00000000000000..f799aa5ce08ebd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_sjrhuschlee_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_large_squad2_sjrhuschlee DeBertaForQuestionAnswering from sjrhuschlee
+author: John Snow Labs
+name: deberta_v3_large_squad2_sjrhuschlee
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_squad2_sjrhuschlee` is a English model originally trained by sjrhuschlee.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_sjrhuschlee_en_5.5.0_3.0_1725219801709.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_sjrhuschlee_en_5.5.0_3.0_1725219801709.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_squad2_sjrhuschlee|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.4 GB|
+
+## References
+
+https://huggingface.co/sjrhuschlee/deberta-v3-large-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_sjrhuschlee_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_sjrhuschlee_pipeline_en.md
new file mode 100644
index 00000000000000..8166c4852b5122
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_squad2_sjrhuschlee_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_large_squad2_sjrhuschlee_pipeline pipeline DeBertaForQuestionAnswering from sjrhuschlee
+author: John Snow Labs
+name: deberta_v3_large_squad2_sjrhuschlee_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_squad2_sjrhuschlee_pipeline` is a English model originally trained by sjrhuschlee.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_sjrhuschlee_pipeline_en_5.5.0_3.0_1725219953360.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_sjrhuschlee_pipeline_en_5.5.0_3.0_1725219953360.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_squad2_sjrhuschlee_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_squad2_sjrhuschlee_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_squad2_sjrhuschlee_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.4 GB|
+
+## References
+
+https://huggingface.co/sjrhuschlee/deberta-v3-large-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_en.md
new file mode 100644
index 00000000000000..5f61710e3281c7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4 DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_en_5.5.0_3.0_1725209752069.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_en_5.5.0_3.0_1725209752069.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-cross_passage_consistency-rater-all-gpt4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline_en.md
new file mode 100644
index 00000000000000..6092d8cd5591e7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline_en_5.5.0_3.0_1725209842888.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline_en_5.5.0_3.0_1725209842888.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_cross_passage_consistency_rater_all_gpt4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-cross_passage_consistency-rater-all-gpt4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline_en.md
new file mode 100644
index 00000000000000..4fe70806bed06a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline_en_5.4.2_3.0_1725183888113.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline_en_5.4.2_3.0_1725183888113.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_cross_passage_consistency_rater_gpt4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-cross_passage_consistency-rater-gpt4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_main_passage_old_facts_rater_all_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_main_passage_old_facts_rater_all_en.md
new file mode 100644
index 00000000000000..abca8271b1aa2a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_main_passage_old_facts_rater_all_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_survey_main_passage_old_facts_rater_all DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_main_passage_old_facts_rater_all
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_main_passage_old_facts_rater_all` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_main_passage_old_facts_rater_all_en_5.5.0_3.0_1725222282267.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_main_passage_old_facts_rater_all_en_5.5.0_3.0_1725222282267.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_main_passage_old_facts_rater_all|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-main_passage_old_facts-rater-all
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline_en.md
new file mode 100644
index 00000000000000..09bbbc846356c2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline_en_5.5.0_3.0_1725222381536.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline_en_5.5.0_3.0_1725222381536.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_main_passage_old_facts_rater_all_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-main_passage_old_facts-rater-all
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_consistency_rater_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_consistency_rater_en.md
new file mode 100644
index 00000000000000..f226f99f4e0540
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_consistency_rater_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_survey_related_passage_consistency_rater DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_related_passage_consistency_rater
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_related_passage_consistency_rater` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_consistency_rater_en_5.5.0_3.0_1725222599622.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_consistency_rater_en_5.5.0_3.0_1725222599622.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_related_passage_consistency_rater|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-related_passage_consistency-rater
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_consistency_rater_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_consistency_rater_pipeline_en.md
new file mode 100644
index 00000000000000..dda68695577c09
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_consistency_rater_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_survey_related_passage_consistency_rater_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_related_passage_consistency_rater_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_related_passage_consistency_rater_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_consistency_rater_pipeline_en_5.5.0_3.0_1725222742183.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_consistency_rater_pipeline_en_5.5.0_3.0_1725222742183.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_survey_related_passage_consistency_rater_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_survey_related_passage_consistency_rater_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_related_passage_consistency_rater_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-related_passage_consistency-rater
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_en.md
new file mode 100644
index 00000000000000..17a6f922bfedf4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4 DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_en_5.5.0_3.0_1725210480701.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_en_5.5.0_3.0_1725210480701.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-related_passage_old_facts-rater-half-gpt4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline_en.md
new file mode 100644
index 00000000000000..6d68c643487e7a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline_en_5.5.0_3.0_1725210577038.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline_en_5.5.0_3.0_1725210577038.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_related_passage_old_facts_rater_half_gpt4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-related_passage_old_facts-rater-half-gpt4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_topicality_rater_all_gpt4_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_topicality_rater_all_gpt4_en.md
new file mode 100644
index 00000000000000..e9ed430bbf4356
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_topicality_rater_all_gpt4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_survey_topicality_rater_all_gpt4 DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_topicality_rater_all_gpt4
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_topicality_rater_all_gpt4` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_topicality_rater_all_gpt4_en_5.5.0_3.0_1725223986488.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_topicality_rater_all_gpt4_en_5.5.0_3.0_1725223986488.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_topicality_rater_all_gpt4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-topicality-rater-all-gpt4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline_en.md
new file mode 100644
index 00000000000000..1a44ad22779cd0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline_en_5.5.0_3.0_1725224090705.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline_en_5.5.0_3.0_1725224090705.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_topicality_rater_all_gpt4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-topicality-rater-all-gpt4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_tapt_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_tapt_en.md
new file mode 100644
index 00000000000000..c4d8c44a29c9c4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_tapt_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_tapt DeBertaEmbeddings from ZZ99
+author: John Snow Labs
+name: deberta_v3_large_tapt
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_tapt` is a English model originally trained by ZZ99.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_tapt_en_5.5.0_3.0_1725216935259.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_tapt_en_5.5.0_3.0_1725216935259.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_tapt|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/ZZ99/deberta-v3-large-tapt
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_tapt_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_tapt_pipeline_en.md
new file mode 100644
index 00000000000000..9627584b578819
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_tapt_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_tapt_pipeline pipeline DeBertaEmbeddings from ZZ99
+author: John Snow Labs
+name: deberta_v3_large_tapt_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_tapt_pipeline` is a English model originally trained by ZZ99.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_tapt_pipeline_en_5.5.0_3.0_1725217017967.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_tapt_pipeline_en_5.5.0_3.0_1725217017967.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_tapt_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_tapt_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_tapt_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/ZZ99/deberta-v3-large-tapt
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_toxicity_scorer_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_toxicity_scorer_en.md
new file mode 100644
index 00000000000000..c3f5233973b699
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_toxicity_scorer_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_toxicity_scorer DeBertaForSequenceClassification from cooperleong00
+author: John Snow Labs
+name: deberta_v3_large_toxicity_scorer
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_toxicity_scorer` is a English model originally trained by cooperleong00.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_toxicity_scorer_en_5.5.0_3.0_1725209963713.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_toxicity_scorer_en_5.5.0_3.0_1725209963713.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_toxicity_scorer|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/cooperleong00/deberta-v3-large_toxicity-scorer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_toxicity_scorer_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_toxicity_scorer_pipeline_en.md
new file mode 100644
index 00000000000000..bebe7eba660e34
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_toxicity_scorer_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_toxicity_scorer_pipeline pipeline DeBertaForSequenceClassification from cooperleong00
+author: John Snow Labs
+name: deberta_v3_large_toxicity_scorer_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_toxicity_scorer_pipeline` is a English model originally trained by cooperleong00.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_toxicity_scorer_pipeline_en_5.5.0_3.0_1725210067185.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_toxicity_scorer_pipeline_en_5.5.0_3.0_1725210067185.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_toxicity_scorer_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_toxicity_scorer_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_toxicity_scorer_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/cooperleong00/deberta-v3-large_toxicity-scorer
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_zeroshot_v2_0_28heldout_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_zeroshot_v2_0_28heldout_en.md
new file mode 100644
index 00000000000000..df6f3ef63e95bd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_zeroshot_v2_0_28heldout_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_zeroshot_v2_0_28heldout DeBertaForSequenceClassification from MoritzLaurer
+author: John Snow Labs
+name: deberta_v3_large_zeroshot_v2_0_28heldout
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_zeroshot_v2_0_28heldout` is a English model originally trained by MoritzLaurer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_zeroshot_v2_0_28heldout_en_5.5.0_3.0_1725211132035.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_zeroshot_v2_0_28heldout_en_5.5.0_3.0_1725211132035.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_zeroshot_v2_0_28heldout|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/MoritzLaurer/deberta-v3-large-zeroshot-v2.0-28heldout
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_zeroshot_v2_0_28heldout_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_zeroshot_v2_0_28heldout_pipeline_en.md
new file mode 100644
index 00000000000000..aceae6c4dd74dd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_large_zeroshot_v2_0_28heldout_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_zeroshot_v2_0_28heldout_pipeline pipeline DeBertaForSequenceClassification from MoritzLaurer
+author: John Snow Labs
+name: deberta_v3_large_zeroshot_v2_0_28heldout_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_zeroshot_v2_0_28heldout_pipeline` is a English model originally trained by MoritzLaurer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_zeroshot_v2_0_28heldout_pipeline_en_5.5.0_3.0_1725211441989.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_zeroshot_v2_0_28heldout_pipeline_en_5.5.0_3.0_1725211441989.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_zeroshot_v2_0_28heldout_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_zeroshot_v2_0_28heldout_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_zeroshot_v2_0_28heldout_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/MoritzLaurer/deberta-v3-large-zeroshot-v2.0-28heldout
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_rel_class_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_rel_class_en.md
new file mode 100644
index 00000000000000..25fdc5419d193c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_rel_class_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_rel_class DeBertaForSequenceClassification from orbis-marianne
+author: John Snow Labs
+name: deberta_v3_rel_class
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_rel_class` is a English model originally trained by orbis-marianne.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_rel_class_en_5.5.0_3.0_1725209558852.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_rel_class_en_5.5.0_3.0_1725209558852.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_rel_class|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|584.1 MB|
+
+## References
+
+https://huggingface.co/orbis-marianne/deberta-v3-rel-class
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_rel_class_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_rel_class_pipeline_en.md
new file mode 100644
index 00000000000000..374b04a0263edf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_rel_class_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_rel_class_pipeline pipeline DeBertaForSequenceClassification from orbis-marianne
+author: John Snow Labs
+name: deberta_v3_rel_class_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_rel_class_pipeline` is a English model originally trained by orbis-marianne.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_rel_class_pipeline_en_5.5.0_3.0_1725209629574.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_rel_class_pipeline_en_5.5.0_3.0_1725209629574.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_rel_class_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_rel_class_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_rel_class_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|584.1 MB|
+
+## References
+
+https://huggingface.co/orbis-marianne/deberta-v3-rel-class
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_seq_tag_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_seq_tag_en.md
new file mode 100644
index 00000000000000..9219963b3f6046
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_seq_tag_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_seq_tag DeBertaForTokenClassification from orbis-marianne
+author: John Snow Labs
+name: deberta_v3_seq_tag
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_seq_tag` is a English model originally trained by orbis-marianne.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_seq_tag_en_5.4.2_3.0_1725197206662.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_seq_tag_en_5.4.2_3.0_1725197206662.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_seq_tag|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|565.4 MB|
+
+## References
+
+https://huggingface.co/orbis-marianne/deberta-v3-seq-tag
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_seq_tag_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_seq_tag_pipeline_en.md
new file mode 100644
index 00000000000000..eb1744f4cd6ac4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_seq_tag_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_seq_tag_pipeline pipeline DeBertaForTokenClassification from orbis-marianne
+author: John Snow Labs
+name: deberta_v3_seq_tag_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_seq_tag_pipeline` is a English model originally trained by orbis-marianne.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_seq_tag_pipeline_en_5.4.2_3.0_1725197303596.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_seq_tag_pipeline_en_5.4.2_3.0_1725197303596.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_seq_tag_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_seq_tag_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_seq_tag_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|565.5 MB|
+
+## References
+
+https://huggingface.co/orbis-marianne/deberta-v3-seq-tag
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_en.md
new file mode 100644
index 00000000000000..7443ae2f5df57b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_en.md
@@ -0,0 +1,77 @@
+---
+layout: model
+title: DeBERTa small model
+author: John Snow Labs
+name: deberta_v3_small
+date: 2024-09-01
+tags: [en, english, embeddings, deberta, v3, small, open_source, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+The DeBERTa model was proposed in [[https://arxiv.org/abs/2006.03654 DeBERTa: Decoding-enhanced BERT with Disentangled Attention]] by Pengcheng He, Xiaodong Liu, Jianfeng Gao, Weizhu Chen It is based on Google’s BERT model released in 2018 and Facebook’s RoBERTa model released in 2019. Compared to RoBERTa-Large, a DeBERTa model trained on half of the training data performs consistently better on a wide range of NLP tasks, achieving improvements on MNLI by +0.9% (90.2% vs. 91.1%), on SQuAD v2.0 by +2.3% (88.4% vs. 90.7%) and RACE by +3.6% (83.2% vs. 86.8%).
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_en_5.5.0_3.0_1725217400151.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_en_5.5.0_3.0_1725217400151.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+{:.model-param}
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|334.1 MB|
+
+## Benchmarking
+
+```bash
+
+Benchmarking
+```
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_essay_grading_classification_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_essay_grading_classification_en.md
new file mode 100644
index 00000000000000..9d8d4c42a30514
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_essay_grading_classification_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_small_essay_grading_classification DeBertaForSequenceClassification from antonryoung02
+author: John Snow Labs
+name: deberta_v3_small_essay_grading_classification
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_essay_grading_classification` is a English model originally trained by antonryoung02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_essay_grading_classification_en_5.5.0_3.0_1725222137195.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_essay_grading_classification_en_5.5.0_3.0_1725222137195.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_essay_grading_classification|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|226.0 MB|
+
+## References
+
+https://huggingface.co/antonryoung02/deberta-v3-small-essay-grading-classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_essay_grading_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_essay_grading_classification_pipeline_en.md
new file mode 100644
index 00000000000000..66f52d65b7a170
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_essay_grading_classification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_small_essay_grading_classification_pipeline pipeline DeBertaForSequenceClassification from antonryoung02
+author: John Snow Labs
+name: deberta_v3_small_essay_grading_classification_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_essay_grading_classification_pipeline` is a English model originally trained by antonryoung02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_essay_grading_classification_pipeline_en_5.5.0_3.0_1725222152576.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_essay_grading_classification_pipeline_en_5.5.0_3.0_1725222152576.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_essay_grading_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_essay_grading_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_essay_grading_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|226.0 MB|
+
+## References
+
+https://huggingface.co/antonryoung02/deberta-v3-small-essay-grading-classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fever_classification_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fever_classification_en.md
new file mode 100644
index 00000000000000..871eac9f2d8d65
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fever_classification_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_small_fever_classification DeBertaForSequenceClassification from geektech
+author: John Snow Labs
+name: deberta_v3_small_fever_classification
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_fever_classification` is a English model originally trained by geektech.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_fever_classification_en_5.5.0_3.0_1725210399391.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_fever_classification_en_5.5.0_3.0_1725210399391.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_fever_classification|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|443.0 MB|
+
+## References
+
+https://huggingface.co/geektech/deberta-v3-small-fever-classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fever_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fever_classification_pipeline_en.md
new file mode 100644
index 00000000000000..4a69d780175e6f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fever_classification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_small_fever_classification_pipeline pipeline DeBertaForSequenceClassification from geektech
+author: John Snow Labs
+name: deberta_v3_small_fever_classification_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_fever_classification_pipeline` is a English model originally trained by geektech.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_fever_classification_pipeline_en_5.5.0_3.0_1725210456020.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_fever_classification_pipeline_en_5.5.0_3.0_1725210456020.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_fever_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_fever_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_fever_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|443.0 MB|
+
+## References
+
+https://huggingface.co/geektech/deberta-v3-small-fever-classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fine_disaster_tweets_part2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fine_disaster_tweets_part2_en.md
new file mode 100644
index 00000000000000..99434292bc16d9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fine_disaster_tweets_part2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_small_fine_disaster_tweets_part2 DeBertaForSequenceClassification from victorbahlangene
+author: John Snow Labs
+name: deberta_v3_small_fine_disaster_tweets_part2
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_fine_disaster_tweets_part2` is a English model originally trained by victorbahlangene.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_fine_disaster_tweets_part2_en_5.5.0_3.0_1725223588099.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_fine_disaster_tweets_part2_en_5.5.0_3.0_1725223588099.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_fine_disaster_tweets_part2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|450.1 MB|
+
+## References
+
+https://huggingface.co/victorbahlangene/deberta-v3-small-fine-Disaster-Tweets-Part2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fine_disaster_tweets_part2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fine_disaster_tweets_part2_pipeline_en.md
new file mode 100644
index 00000000000000..3e08a043ea88a0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_fine_disaster_tweets_part2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_small_fine_disaster_tweets_part2_pipeline pipeline DeBertaForSequenceClassification from victorbahlangene
+author: John Snow Labs
+name: deberta_v3_small_fine_disaster_tweets_part2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_fine_disaster_tweets_part2_pipeline` is a English model originally trained by victorbahlangene.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_fine_disaster_tweets_part2_pipeline_en_5.5.0_3.0_1725223619690.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_fine_disaster_tweets_part2_pipeline_en_5.5.0_3.0_1725223619690.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_fine_disaster_tweets_part2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_fine_disaster_tweets_part2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_fine_disaster_tweets_part2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|450.2 MB|
+
+## References
+
+https://huggingface.co/victorbahlangene/deberta-v3-small-fine-Disaster-Tweets-Part2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_mnli_mrm8488_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_mnli_mrm8488_en.md
new file mode 100644
index 00000000000000..8db2f20886d48a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_mnli_mrm8488_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_small_finetuned_mnli_mrm8488 DeBertaForSequenceClassification from mrm8488
+author: John Snow Labs
+name: deberta_v3_small_finetuned_mnli_mrm8488
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_finetuned_mnli_mrm8488` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_mnli_mrm8488_en_5.5.0_3.0_1725210985785.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_mnli_mrm8488_en_5.5.0_3.0_1725210985785.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_finetuned_mnli_mrm8488|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|481.3 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-small-finetuned-mnli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_mnli_mrm8488_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_mnli_mrm8488_pipeline_en.md
new file mode 100644
index 00000000000000..7bd4ed12844ea1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_mnli_mrm8488_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_small_finetuned_mnli_mrm8488_pipeline pipeline DeBertaForSequenceClassification from mrm8488
+author: John Snow Labs
+name: deberta_v3_small_finetuned_mnli_mrm8488_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_finetuned_mnli_mrm8488_pipeline` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_mnli_mrm8488_pipeline_en_5.5.0_3.0_1725211031471.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_mnli_mrm8488_pipeline_en_5.5.0_3.0_1725211031471.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_finetuned_mnli_mrm8488_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_finetuned_mnli_mrm8488_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_finetuned_mnli_mrm8488_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|481.3 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-small-finetuned-mnli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_qnli_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_qnli_en.md
new file mode 100644
index 00000000000000..2e4e51310cac48
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_qnli_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_small_finetuned_qnli DeBertaForSequenceClassification from mrm8488
+author: John Snow Labs
+name: deberta_v3_small_finetuned_qnli
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_finetuned_qnli` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_qnli_en_5.5.0_3.0_1725209930911.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_qnli_en_5.5.0_3.0_1725209930911.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_finetuned_qnli|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|477.9 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-small-finetuned-qnli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_qnli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_qnli_pipeline_en.md
new file mode 100644
index 00000000000000..121af72b1dfeaa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_qnli_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_small_finetuned_qnli_pipeline pipeline DeBertaForSequenceClassification from mrm8488
+author: John Snow Labs
+name: deberta_v3_small_finetuned_qnli_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_finetuned_qnli_pipeline` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_qnli_pipeline_en_5.5.0_3.0_1725209977545.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_qnli_pipeline_en_5.5.0_3.0_1725209977545.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_finetuned_qnli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_finetuned_qnli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_finetuned_qnli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|477.9 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-small-finetuned-qnli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_squadv2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_squadv2_en.md
new file mode 100644
index 00000000000000..306140065183b1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_squadv2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_small_finetuned_squadv2 DeBertaForQuestionAnswering from mrm8488
+author: John Snow Labs
+name: deberta_v3_small_finetuned_squadv2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_finetuned_squadv2` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_squadv2_en_5.5.0_3.0_1725220968392.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_squadv2_en_5.5.0_3.0_1725220968392.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_finetuned_squadv2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|484.5 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-small-finetuned-squadv2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_squadv2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_squadv2_pipeline_en.md
new file mode 100644
index 00000000000000..dac3161d30c159
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_finetuned_squadv2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_small_finetuned_squadv2_pipeline pipeline DeBertaForQuestionAnswering from mrm8488
+author: John Snow Labs
+name: deberta_v3_small_finetuned_squadv2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_finetuned_squadv2_pipeline` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_squadv2_pipeline_en_5.5.0_3.0_1725221013890.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_squadv2_pipeline_en_5.5.0_3.0_1725221013890.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_finetuned_squadv2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_finetuned_squadv2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_finetuned_squadv2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|484.5 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-small-finetuned-squadv2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_goemotions_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_goemotions_pipeline_en.md
new file mode 100644
index 00000000000000..d4d721eab4b284
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_goemotions_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_small_goemotions_pipeline pipeline DeBertaForSequenceClassification from mrm8488
+author: John Snow Labs
+name: deberta_v3_small_goemotions_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_goemotions_pipeline` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_goemotions_pipeline_en_5.4.2_3.0_1725181978630.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_goemotions_pipeline_en_5.4.2_3.0_1725181978630.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_goemotions_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_goemotions_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_goemotions_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|461.8 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-small-goemotions
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_isarcasm_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_isarcasm_en.md
new file mode 100644
index 00000000000000..084244d3a071a7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_isarcasm_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_small_isarcasm DeBertaForSequenceClassification from w11wo
+author: John Snow Labs
+name: deberta_v3_small_isarcasm
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_isarcasm` is a English model originally trained by w11wo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_isarcasm_en_5.5.0_3.0_1725224152027.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_isarcasm_en_5.5.0_3.0_1725224152027.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_isarcasm|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|420.5 MB|
+
+## References
+
+https://huggingface.co/w11wo/deberta-v3-small-isarcasm
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_isarcasm_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_isarcasm_pipeline_en.md
new file mode 100644
index 00000000000000..3d7e3eecdfc68b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_isarcasm_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_small_isarcasm_pipeline pipeline DeBertaForSequenceClassification from w11wo
+author: John Snow Labs
+name: deberta_v3_small_isarcasm_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_isarcasm_pipeline` is a English model originally trained by w11wo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_isarcasm_pipeline_en_5.5.0_3.0_1725224211722.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_isarcasm_pipeline_en_5.5.0_3.0_1725224211722.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_isarcasm_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_isarcasm_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_isarcasm_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|420.6 MB|
+
+## References
+
+https://huggingface.co/w11wo/deberta-v3-small-isarcasm
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_pipeline_en.md
new file mode 100644
index 00000000000000..78d7286fbc24e8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_small_pipeline pipeline DeBertaEmbeddings from microsoft
+author: John Snow Labs
+name: deberta_v3_small_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_pipeline` is a English model originally trained by microsoft.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_pipeline_en_5.5.0_3.0_1725217502627.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_pipeline_en_5.5.0_3.0_1725217502627.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|334.1 MB|
+
+## References
+
+https://huggingface.co/microsoft/deberta-v3-small
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_sp500_edgar_10k_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_sp500_edgar_10k_en.md
new file mode 100644
index 00000000000000..d1405e8d7a73d7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_sp500_edgar_10k_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_small_sp500_edgar_10k DeBertaForSequenceClassification from pszemraj
+author: John Snow Labs
+name: deberta_v3_small_sp500_edgar_10k
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_sp500_edgar_10k` is a English model originally trained by pszemraj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_sp500_edgar_10k_en_5.5.0_3.0_1725210052507.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_sp500_edgar_10k_en_5.5.0_3.0_1725210052507.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_sp500_edgar_10k|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/pszemraj/deberta-v3-small-sp500-edgar-10k
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_sp500_edgar_10k_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_sp500_edgar_10k_pipeline_en.md
new file mode 100644
index 00000000000000..018003301dc104
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_small_sp500_edgar_10k_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_small_sp500_edgar_10k_pipeline pipeline DeBertaForSequenceClassification from pszemraj
+author: John Snow Labs
+name: deberta_v3_small_sp500_edgar_10k_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_sp500_edgar_10k_pipeline` is a English model originally trained by pszemraj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_sp500_edgar_10k_pipeline_en_5.5.0_3.0_1725210087541.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_sp500_edgar_10k_pipeline_en_5.5.0_3.0_1725210087541.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_sp500_edgar_10k_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_sp500_edgar_10k_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_sp500_edgar_10k_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/pszemraj/deberta-v3-small-sp500-edgar-10k
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_en.md
new file mode 100644
index 00000000000000..a94b79948ded94
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_en.md
@@ -0,0 +1,77 @@
+---
+layout: model
+title: DeBERTa xsmall model
+author: John Snow Labs
+name: deberta_v3_xsmall
+date: 2024-09-01
+tags: [en, english, embeddings, deberta, xsmall, v3, open_source, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+The DeBERTa model was proposed in [[https://arxiv.org/abs/2006.03654 DeBERTa: Decoding-enhanced BERT with Disentangled Attention]] by Pengcheng He, Xiaodong Liu, Jianfeng Gao, Weizhu Chen It is based on Google’s BERT model released in 2018 and Facebook’s RoBERTa model released in 2019. Compared to RoBERTa-Large, a DeBERTa model trained on half of the training data performs consistently better on a wide range of NLP tasks, achieving improvements on MNLI by +0.9% (90.2% vs. 91.1%), on SQuAD v2.0 by +2.3% (88.4% vs. 90.7%) and RACE by +3.6% (83.2% vs. 86.8%).
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_en_5.5.0_3.0_1725229938718.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_en_5.5.0_3.0_1725229938718.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+{:.model-param}
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_finetuned_ner_exp1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|228.5 MB|
+
+## References
+
+https://huggingface.co/Gozdi/deberta_v3_xsmall-finetuned-ner-exp1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_finetuned_ner_exp1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_finetuned_ner_exp1_pipeline_en.md
new file mode 100644
index 00000000000000..372e88dd291765
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_finetuned_ner_exp1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_xsmall_finetuned_ner_exp1_pipeline pipeline DeBertaForTokenClassification from Gozdi
+author: John Snow Labs
+name: deberta_v3_xsmall_finetuned_ner_exp1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_finetuned_ner_exp1_pipeline` is a English model originally trained by Gozdi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_finetuned_ner_exp1_pipeline_en_5.5.0_3.0_1725232742665.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_finetuned_ner_exp1_pipeline_en_5.5.0_3.0_1725232742665.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_xsmall_finetuned_ner_exp1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_xsmall_finetuned_ner_exp1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_finetuned_ner_exp1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|228.5 MB|
+
+## References
+
+https://huggingface.co/Gozdi/deberta_v3_xsmall-finetuned-ner-exp1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_finetuned_ner_exp2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_finetuned_ner_exp2_en.md
new file mode 100644
index 00000000000000..e11217213d0001
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_finetuned_ner_exp2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_xsmall_finetuned_ner_exp2 DeBertaForTokenClassification from Gozdi
+author: John Snow Labs
+name: deberta_v3_xsmall_finetuned_ner_exp2
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_finetuned_ner_exp2` is a English model originally trained by Gozdi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_finetuned_ner_exp2_en_5.5.0_3.0_1725233114869.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_finetuned_ner_exp2_en_5.5.0_3.0_1725233114869.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_finetuned_ner_exp2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|228.4 MB|
+
+## References
+
+https://huggingface.co/Gozdi/deberta_v3_xsmall-finetuned-ner-exp2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_finetuned_ner_exp2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_finetuned_ner_exp2_pipeline_en.md
new file mode 100644
index 00000000000000..d9a2ab62849e41
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_finetuned_ner_exp2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_xsmall_finetuned_ner_exp2_pipeline pipeline DeBertaForTokenClassification from Gozdi
+author: John Snow Labs
+name: deberta_v3_xsmall_finetuned_ner_exp2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_finetuned_ner_exp2_pipeline` is a English model originally trained by Gozdi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_finetuned_ner_exp2_pipeline_en_5.5.0_3.0_1725233129487.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_finetuned_ner_exp2_pipeline_en_5.5.0_3.0_1725233129487.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_xsmall_finetuned_ner_exp2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_xsmall_finetuned_ner_exp2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_finetuned_ner_exp2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|228.4 MB|
+
+## References
+
+https://huggingface.co/Gozdi/deberta_v3_xsmall-finetuned-ner-exp2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_indonesia_squadv2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_indonesia_squadv2_en.md
new file mode 100644
index 00000000000000..b67b3eedb1a1ab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_indonesia_squadv2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_xsmall_indonesia_squadv2 DeBertaForQuestionAnswering from asaduas
+author: John Snow Labs
+name: deberta_v3_xsmall_indonesia_squadv2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_indonesia_squadv2` is a English model originally trained by asaduas.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_indonesia_squadv2_en_5.5.0_3.0_1725221578894.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_indonesia_squadv2_en_5.5.0_3.0_1725221578894.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_indonesia_squadv2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|230.8 MB|
+
+## References
+
+https://huggingface.co/asaduas/deberta-v3-xsmall-indonesia-squadv2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_indonesia_squadv2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_indonesia_squadv2_pipeline_en.md
new file mode 100644
index 00000000000000..972943d96b986e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_indonesia_squadv2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_xsmall_indonesia_squadv2_pipeline pipeline DeBertaForQuestionAnswering from asaduas
+author: John Snow Labs
+name: deberta_v3_xsmall_indonesia_squadv2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_indonesia_squadv2_pipeline` is a English model originally trained by asaduas.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_indonesia_squadv2_pipeline_en_5.5.0_3.0_1725221605649.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_indonesia_squadv2_pipeline_en_5.5.0_3.0_1725221605649.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_xsmall_indonesia_squadv2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_xsmall_indonesia_squadv2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_indonesia_squadv2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|230.8 MB|
+
+## References
+
+https://huggingface.co/asaduas/deberta-v3-xsmall-indonesia-squadv2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_mrqa_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_mrqa_en.md
new file mode 100644
index 00000000000000..fa8a09e16ab9bb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_mrqa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_xsmall_mrqa DeBertaForQuestionAnswering from VMware
+author: John Snow Labs
+name: deberta_v3_xsmall_mrqa
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_mrqa` is a English model originally trained by VMware.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_mrqa_en_5.5.0_3.0_1725218258096.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_mrqa_en_5.5.0_3.0_1725218258096.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_mrqa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|688.1 MB|
+
+## References
+
+https://huggingface.co/VMware/deberta-v3-xsmall-mrqa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_mrqa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_mrqa_pipeline_en.md
new file mode 100644
index 00000000000000..5241f0f3352856
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_mrqa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_xsmall_mrqa_pipeline pipeline DeBertaForQuestionAnswering from VMware
+author: John Snow Labs
+name: deberta_v3_xsmall_mrqa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_mrqa_pipeline` is a English model originally trained by VMware.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_mrqa_pipeline_en_5.5.0_3.0_1725218294699.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_mrqa_pipeline_en_5.5.0_3.0_1725218294699.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_xsmall_mrqa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_xsmall_mrqa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_mrqa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|688.1 MB|
+
+## References
+
+https://huggingface.co/VMware/deberta-v3-xsmall-mrqa
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_pipeline_en.md
new file mode 100644
index 00000000000000..4052d13d3eda0d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_xsmall_pipeline pipeline DeBertaEmbeddings from microsoft
+author: John Snow Labs
+name: deberta_v3_xsmall_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_pipeline` is a English model originally trained by microsoft.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_pipeline_en_5.5.0_3.0_1725229990617.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_pipeline_en_5.5.0_3.0_1725229990617.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_xsmall_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_xsmall_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|167.8 MB|
+
+## References
+
+https://huggingface.co/microsoft/deberta-v3-xsmall
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_qa_squad2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_qa_squad2_en.md
new file mode 100644
index 00000000000000..f7bce3be6fef86
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_qa_squad2_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English DebertaForQuestionAnswering model (from nbroad)
+author: John Snow Labs
+name: deberta_v3_xsmall_qa_squad2
+date: 2024-09-01
+tags: [open_source, deberta, question_answering, en, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `deberta-v3-xsmall-squad2` is a English model originally trained by `nbroad`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_qa_squad2_en_5.5.0_3.0_1725218883539.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_qa_squad2_en_5.5.0_3.0_1725218883539.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+documentAssembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = DebertaForQuestionAnswering.pretrained("deberta_v3_xsmall_qa_squad2","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer")\
+.setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[documentAssembler, spanClassifier])
+
+data = spark.createDataFrame([["What is my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val documentAssembler = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifer = DebertaForQuestionAnswering.pretrained("deberta_v3_xsmall_qa_squad2","en")
+.setInputCols(Array("document", "token"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(documentAssembler, spanClassifier))
+
+val data = Seq("What is my name?", "My name is Clara and I live in Berkeley.").toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squadv2.deberta").predict("""What is my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_qa_squad2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|250.6 MB|
+
+## References
+
+References
+
+https://huggingface.co/nbroad/deberta-v3-xsmall-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_qa_squad2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_qa_squad2_pipeline_en.md
new file mode 100644
index 00000000000000..26d030f841794c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_qa_squad2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_xsmall_qa_squad2_pipeline pipeline DeBertaForQuestionAnswering from nbroad
+author: John Snow Labs
+name: deberta_v3_xsmall_qa_squad2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_qa_squad2_pipeline` is a English model originally trained by nbroad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_qa_squad2_pipeline_en_5.5.0_3.0_1725218898939.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_qa_squad2_pipeline_en_5.5.0_3.0_1725218898939.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_xsmall_qa_squad2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_xsmall_qa_squad2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_qa_squad2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|250.6 MB|
+
+## References
+
+https://huggingface.co/nbroad/deberta-v3-xsmall-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_squadv2_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_squadv2_en.md
new file mode 100644
index 00000000000000..8f741e08d1e0d1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_squadv2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_xsmall_squadv2 DeBertaForQuestionAnswering from cliang1453
+author: John Snow Labs
+name: deberta_v3_xsmall_squadv2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_squadv2` is a English model originally trained by cliang1453.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_squadv2_en_5.5.0_3.0_1725219458968.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_squadv2_en_5.5.0_3.0_1725219458968.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_squadv2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|243.9 MB|
+
+## References
+
+https://huggingface.co/cliang1453/deberta-v3-xsmall-squadv2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_squadv2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_squadv2_pipeline_en.md
new file mode 100644
index 00000000000000..ac5a70dc338b41
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deberta_v3_xsmall_squadv2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_xsmall_squadv2_pipeline pipeline DeBertaForQuestionAnswering from cliang1453
+author: John Snow Labs
+name: deberta_v3_xsmall_squadv2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_squadv2_pipeline` is a English model originally trained by cliang1453.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_squadv2_pipeline_en_5.5.0_3.0_1725219480441.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_squadv2_pipeline_en_5.5.0_3.0_1725219480441.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_xsmall_squadv2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_xsmall_squadv2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_squadv2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.9 MB|
+
+## References
+
+https://huggingface.co/cliang1453/deberta-v3-xsmall-squadv2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-debertabaseeemotionbalanced_en.md b/docs/_posts/ahmedlone127/2024-09-01-debertabaseeemotionbalanced_en.md
new file mode 100644
index 00000000000000..590a4c76d6960b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-debertabaseeemotionbalanced_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English debertabaseeemotionbalanced DeBertaForSequenceClassification from aliciiavs
+author: John Snow Labs
+name: debertabaseeemotionbalanced
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`debertabaseeemotionbalanced` is a English model originally trained by aliciiavs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/debertabaseeemotionbalanced_en_5.5.0_3.0_1725210701578.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/debertabaseeemotionbalanced_en_5.5.0_3.0_1725210701578.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|debertabaseeemotionbalanced|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|593.4 MB|
+
+## References
+
+https://huggingface.co/aliciiavs/debertabaseeemotionbalanced
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-debertabaseeemotionbalanced_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-debertabaseeemotionbalanced_pipeline_en.md
new file mode 100644
index 00000000000000..cba90c71ef4f4f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-debertabaseeemotionbalanced_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English debertabaseeemotionbalanced_pipeline pipeline DeBertaForSequenceClassification from aliciiavs
+author: John Snow Labs
+name: debertabaseeemotionbalanced_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`debertabaseeemotionbalanced_pipeline` is a English model originally trained by aliciiavs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/debertabaseeemotionbalanced_pipeline_en_5.5.0_3.0_1725210758426.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/debertabaseeemotionbalanced_pipeline_en_5.5.0_3.0_1725210758426.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("debertabaseeemotionbalanced_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("debertabaseeemotionbalanced_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|debertabaseeemotionbalanced_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|593.4 MB|
+
+## References
+
+https://huggingface.co/aliciiavs/debertabaseeemotionbalanced
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-debertav3small_nli4ct_en.md b/docs/_posts/ahmedlone127/2024-09-01-debertav3small_nli4ct_en.md
new file mode 100644
index 00000000000000..cd1180b048f53b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-debertav3small_nli4ct_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English debertav3small_nli4ct DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: debertav3small_nli4ct
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`debertav3small_nli4ct` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/debertav3small_nli4ct_en_5.5.0_3.0_1725208910488.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/debertav3small_nli4ct_en_5.5.0_3.0_1725208910488.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|debertav3small_nli4ct|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|204.2 MB|
+
+## References
+
+https://huggingface.co/domenicrosati/debertav3small-NLI4CT
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-debertav3small_nli4ct_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-debertav3small_nli4ct_pipeline_en.md
new file mode 100644
index 00000000000000..499774c5a2c663
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-debertav3small_nli4ct_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English debertav3small_nli4ct_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: debertav3small_nli4ct_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`debertav3small_nli4ct_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/debertav3small_nli4ct_pipeline_en_5.5.0_3.0_1725208947008.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/debertav3small_nli4ct_pipeline_en_5.5.0_3.0_1725208947008.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("debertav3small_nli4ct_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("debertav3small_nli4ct_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|debertav3small_nli4ct_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|204.2 MB|
+
+## References
+
+https://huggingface.co/domenicrosati/debertav3small-NLI4CT
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-declutr_emanuals_s10_arabic_en.md b/docs/_posts/ahmedlone127/2024-09-01-declutr_emanuals_s10_arabic_en.md
new file mode 100644
index 00000000000000..f0eea2b56f0865
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-declutr_emanuals_s10_arabic_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English declutr_emanuals_s10_arabic RoBertaForSequenceClassification from AnonymousSub
+author: John Snow Labs
+name: declutr_emanuals_s10_arabic
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`declutr_emanuals_s10_arabic` is a English model originally trained by AnonymousSub.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/declutr_emanuals_s10_arabic_en_5.4.2_3.0_1725194310947.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/declutr_emanuals_s10_arabic_en_5.4.2_3.0_1725194310947.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|declutr_emanuals_s10_arabic|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.2 MB|
+
+## References
+
+https://huggingface.co/AnonymousSub/declutr-emanuals-s10-AR
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-declutr_emanuals_s10_arabic_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-declutr_emanuals_s10_arabic_pipeline_en.md
new file mode 100644
index 00000000000000..54ac0e7205a6a8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-declutr_emanuals_s10_arabic_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English declutr_emanuals_s10_arabic_pipeline pipeline RoBertaForSequenceClassification from AnonymousSub
+author: John Snow Labs
+name: declutr_emanuals_s10_arabic_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`declutr_emanuals_s10_arabic_pipeline` is a English model originally trained by AnonymousSub.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/declutr_emanuals_s10_arabic_pipeline_en_5.4.2_3.0_1725194336506.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/declutr_emanuals_s10_arabic_pipeline_en_5.4.2_3.0_1725194336506.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("declutr_emanuals_s10_arabic_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("declutr_emanuals_s10_arabic_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|declutr_emanuals_s10_arabic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/AnonymousSub/declutr-emanuals-s10-AR
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-declutr_s10_serbian_en.md b/docs/_posts/ahmedlone127/2024-09-01-declutr_s10_serbian_en.md
new file mode 100644
index 00000000000000..c0594e46f417fb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-declutr_s10_serbian_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English declutr_s10_serbian RoBertaForSequenceClassification from AnonymousSub
+author: John Snow Labs
+name: declutr_s10_serbian
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`declutr_s10_serbian` is a English model originally trained by AnonymousSub.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/declutr_s10_serbian_en_5.4.2_3.0_1725194550679.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/declutr_s10_serbian_en_5.4.2_3.0_1725194550679.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|declutr_s10_serbian|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|309.1 MB|
+
+## References
+
+https://huggingface.co/AnonymousSub/declutr-s10-SR
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-declutr_s10_serbian_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-declutr_s10_serbian_pipeline_en.md
new file mode 100644
index 00000000000000..14ef98a699bbb2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-declutr_s10_serbian_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English declutr_s10_serbian_pipeline pipeline RoBertaForSequenceClassification from AnonymousSub
+author: John Snow Labs
+name: declutr_s10_serbian_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`declutr_s10_serbian_pipeline` is a English model originally trained by AnonymousSub.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/declutr_s10_serbian_pipeline_en_5.4.2_3.0_1725194568114.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/declutr_s10_serbian_pipeline_en_5.4.2_3.0_1725194568114.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("declutr_s10_serbian_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("declutr_s10_serbian_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|declutr_s10_serbian_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|309.1 MB|
+
+## References
+
+https://huggingface.co/AnonymousSub/declutr-s10-SR
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deepak_deberta_v3_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-deepak_deberta_v3_base_en.md
new file mode 100644
index 00000000000000..d0d3030e4d50dc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deepak_deberta_v3_base_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deepak_deberta_v3_base DeBertaForQuestionAnswering from satishsingh90
+author: John Snow Labs
+name: deepak_deberta_v3_base
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deepak_deberta_v3_base` is a English model originally trained by satishsingh90.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deepak_deberta_v3_base_en_5.5.0_3.0_1725221463190.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deepak_deberta_v3_base_en_5.5.0_3.0_1725221463190.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deepak_deberta_v3_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|565.7 MB|
+
+## References
+
+https://huggingface.co/satishsingh90/deepak_deberta_v3_base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-deepak_deberta_v3_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-deepak_deberta_v3_base_pipeline_en.md
new file mode 100644
index 00000000000000..82ef23e526a70e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-deepak_deberta_v3_base_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deepak_deberta_v3_base_pipeline pipeline DeBertaForQuestionAnswering from satishsingh90
+author: John Snow Labs
+name: deepak_deberta_v3_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deepak_deberta_v3_base_pipeline` is a English model originally trained by satishsingh90.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deepak_deberta_v3_base_pipeline_en_5.5.0_3.0_1725221550326.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deepak_deberta_v3_base_pipeline_en_5.5.0_3.0_1725221550326.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deepak_deberta_v3_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deepak_deberta_v3_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deepak_deberta_v3_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|565.7 MB|
+
+## References
+
+https://huggingface.co/satishsingh90/deepak_deberta_v3_base
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-detect_acoso_twitter_spanish_es.md b/docs/_posts/ahmedlone127/2024-09-01-detect_acoso_twitter_spanish_es.md
new file mode 100644
index 00000000000000..ef0148ac3164b4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-detect_acoso_twitter_spanish_es.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Castilian, Spanish detect_acoso_twitter_spanish RoBertaForSequenceClassification from somosnlp-hackathon-2022
+author: John Snow Labs
+name: detect_acoso_twitter_spanish
+date: 2024-09-01
+tags: [es, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`detect_acoso_twitter_spanish` is a Castilian, Spanish model originally trained by somosnlp-hackathon-2022.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/detect_acoso_twitter_spanish_es_5.5.0_3.0_1725212630355.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/detect_acoso_twitter_spanish_es_5.5.0_3.0_1725212630355.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|detect_acoso_twitter_spanish|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|es|
+|Size:|308.9 MB|
+
+## References
+
+https://huggingface.co/somosnlp-hackathon-2022/Detect-Acoso-Twitter-Es
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-detect_acoso_twitter_spanish_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-01-detect_acoso_twitter_spanish_pipeline_es.md
new file mode 100644
index 00000000000000..753019463857d3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-detect_acoso_twitter_spanish_pipeline_es.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Castilian, Spanish detect_acoso_twitter_spanish_pipeline pipeline RoBertaForSequenceClassification from somosnlp-hackathon-2022
+author: John Snow Labs
+name: detect_acoso_twitter_spanish_pipeline
+date: 2024-09-01
+tags: [es, open_source, pipeline, onnx]
+task: Text Classification
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`detect_acoso_twitter_spanish_pipeline` is a Castilian, Spanish model originally trained by somosnlp-hackathon-2022.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/detect_acoso_twitter_spanish_pipeline_es_5.5.0_3.0_1725212646795.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/detect_acoso_twitter_spanish_pipeline_es_5.5.0_3.0_1725212646795.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("detect_acoso_twitter_spanish_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("detect_acoso_twitter_spanish_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|detect_acoso_twitter_spanish_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|309.0 MB|
+
+## References
+
+https://huggingface.co/somosnlp-hackathon-2022/Detect-Acoso-Twitter-Es
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distil_bert_fintuned_product_cfpb_complaints_en.md b/docs/_posts/ahmedlone127/2024-09-01-distil_bert_fintuned_product_cfpb_complaints_en.md
new file mode 100644
index 00000000000000..1b1a7b346f558f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distil_bert_fintuned_product_cfpb_complaints_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distil_bert_fintuned_product_cfpb_complaints DistilBertForSequenceClassification from Mahesh9
+author: John Snow Labs
+name: distil_bert_fintuned_product_cfpb_complaints
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distil_bert_fintuned_product_cfpb_complaints` is a English model originally trained by Mahesh9.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distil_bert_fintuned_product_cfpb_complaints_en_5.5.0_3.0_1725213964433.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distil_bert_fintuned_product_cfpb_complaints_en_5.5.0_3.0_1725213964433.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distil_bert_fintuned_product_cfpb_complaints|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Mahesh9/distil-bert-fintuned-product-cfpb-complaints
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distil_bert_fintuned_product_cfpb_complaints_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distil_bert_fintuned_product_cfpb_complaints_pipeline_en.md
new file mode 100644
index 00000000000000..ba877c8b441b2f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distil_bert_fintuned_product_cfpb_complaints_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distil_bert_fintuned_product_cfpb_complaints_pipeline pipeline DistilBertForSequenceClassification from Mahesh9
+author: John Snow Labs
+name: distil_bert_fintuned_product_cfpb_complaints_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distil_bert_fintuned_product_cfpb_complaints_pipeline` is a English model originally trained by Mahesh9.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distil_bert_fintuned_product_cfpb_complaints_pipeline_en_5.5.0_3.0_1725213978083.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distil_bert_fintuned_product_cfpb_complaints_pipeline_en_5.5.0_3.0_1725213978083.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distil_bert_fintuned_product_cfpb_complaints_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distil_bert_fintuned_product_cfpb_complaints_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distil_bert_fintuned_product_cfpb_complaints_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Mahesh9/distil-bert-fintuned-product-cfpb-complaints
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distil_train_token_classification_2_en.md b/docs/_posts/ahmedlone127/2024-09-01-distil_train_token_classification_2_en.md
new file mode 100644
index 00000000000000..3bd424072b314a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distil_train_token_classification_2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distil_train_token_classification_2 DistilBertForTokenClassification from ymgong
+author: John Snow Labs
+name: distil_train_token_classification_2
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distil_train_token_classification_2` is a English model originally trained by ymgong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distil_train_token_classification_2_en_5.4.2_3.0_1725172515284.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distil_train_token_classification_2_en_5.4.2_3.0_1725172515284.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distil_train_token_classification_2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/ymgong/distil_train_token_classification_2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_adarsh2350_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_adarsh2350_en.md
new file mode 100644
index 00000000000000..310498b145f54e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_adarsh2350_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_adarsh2350 DistilBertForTokenClassification from adarsh2350
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_adarsh2350
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_adarsh2350` is a English model originally trained by adarsh2350.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_adarsh2350_en_5.4.2_3.0_1725171390816.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_adarsh2350_en_5.4.2_3.0_1725171390816.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_adarsh2350|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/adarsh2350/distilbert-base-uncased-finetuned-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline_en.md
new file mode 100644
index 00000000000000..202f9de3a78011
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline pipeline DistilBertForTokenClassification from adarsh2350
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline` is a English model originally trained by adarsh2350.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline_en_5.4.2_3.0_1725171404884.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline_en_5.4.2_3.0_1725171404884.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_adarsh2350_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/adarsh2350/distilbert-base-uncased-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_en.md
new file mode 100644
index 00000000000000..f4a8513c687d18
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis DistilBertForTokenClassification from mireiaplalis
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis` is a English model originally trained by mireiaplalis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_en_5.4.2_3.0_1725170850420.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_en_5.4.2_3.0_1725170850420.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/mireiaplalis/distilbert-base-uncased-finetuned-ner-cadec
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline_en.md
new file mode 100644
index 00000000000000..180b87ef1cee45
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline pipeline DistilBertForTokenClassification from mireiaplalis
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline` is a English model originally trained by mireiaplalis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline_en_5.4.2_3.0_1725170864532.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline_en_5.4.2_3.0_1725170864532.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_cadec_mireiaplalis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/mireiaplalis/distilbert-base-uncased-finetuned-ner-cadec
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_hfdsajkfd_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_hfdsajkfd_en.md
new file mode 100644
index 00000000000000..b995752e83bc84
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_hfdsajkfd_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_hfdsajkfd DistilBertForTokenClassification from hfdsajkfd
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_hfdsajkfd
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_hfdsajkfd` is a English model originally trained by hfdsajkfd.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_hfdsajkfd_en_5.4.2_3.0_1725170741185.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_hfdsajkfd_en_5.4.2_3.0_1725170741185.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_hfdsajkfd|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/hfdsajkfd/distilbert-base-uncased-finetuned-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline_en.md
new file mode 100644
index 00000000000000..958311c17f99c2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline pipeline DistilBertForTokenClassification from hfdsajkfd
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline` is a English model originally trained by hfdsajkfd.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline_en_5.4.2_3.0_1725170756884.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline_en_5.4.2_3.0_1725170756884.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_hfdsajkfd_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/hfdsajkfd/distilbert-base-uncased-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_kamaljp_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_kamaljp_en.md
new file mode 100644
index 00000000000000..a7465887de9215
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_kamaljp_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_kamaljp DistilBertForTokenClassification from Kamaljp
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_kamaljp
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_kamaljp` is a English model originally trained by Kamaljp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_kamaljp_en_5.4.2_3.0_1725171044614.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_kamaljp_en_5.4.2_3.0_1725171044614.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_kamaljp|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/Kamaljp/distilbert-base-uncased-finetuned-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_neverlearn_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_neverlearn_en.md
new file mode 100644
index 00000000000000..287894a8881953
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_neverlearn_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_neverlearn DistilBertForTokenClassification from NeverLearn
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_neverlearn
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_neverlearn` is a English model originally trained by NeverLearn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_neverlearn_en_5.4.2_3.0_1725161155514.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_neverlearn_en_5.4.2_3.0_1725161155514.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_neverlearn|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.5 MB|
+
+## References
+
+https://huggingface.co/NeverLearn/distilbert-base-uncased-finetuned-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline_en.md
new file mode 100644
index 00000000000000..a12c5f8a60f9c2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline pipeline DistilBertForTokenClassification from Seri0usLee
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline` is a English model originally trained by Seri0usLee.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline_en_5.4.2_3.0_1725172224498.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline_en_5.4.2_3.0_1725172224498.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_seri0uslee_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/Seri0usLee/distilbert-base-uncased-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_smmgh_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_smmgh_en.md
new file mode 100644
index 00000000000000..aacdb5b9df2f13
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_smmgh_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_smmgh DistilBertForTokenClassification from smmgh
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_smmgh
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_smmgh` is a English model originally trained by smmgh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_smmgh_en_5.4.2_3.0_1725172318876.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_smmgh_en_5.4.2_3.0_1725172318876.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_smmgh|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/smmgh/distilbert-base-uncased-finetuned-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_smmgh_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_smmgh_pipeline_en.md
new file mode 100644
index 00000000000000..bc492a6add896d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_smmgh_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_smmgh_pipeline pipeline DistilBertForTokenClassification from smmgh
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_smmgh_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_smmgh_pipeline` is a English model originally trained by smmgh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_smmgh_pipeline_en_5.4.2_3.0_1725172332381.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_smmgh_pipeline_en_5.4.2_3.0_1725172332381.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_ner_smmgh_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_ner_smmgh_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_smmgh_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/smmgh/distilbert-base-uncased-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_somskat_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_somskat_pipeline_en.md
new file mode 100644
index 00000000000000..e2c364435dd9b0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_ner_somskat_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_somskat_pipeline pipeline DistilBertForTokenClassification from somskat
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_somskat_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_somskat_pipeline` is a English model originally trained by somskat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_somskat_pipeline_en_5.4.2_3.0_1725171883351.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_somskat_pipeline_en_5.4.2_3.0_1725171883351.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_ner_somskat_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_ner_somskat_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_somskat_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.4 MB|
+
+## References
+
+https://huggingface.co/somskat/distilbert-base-uncased-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_srl_abritez_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_srl_abritez_pipeline_en.md
new file mode 100644
index 00000000000000..f9f7f621401f7a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_finetuned_srl_abritez_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_srl_abritez_pipeline pipeline DistilBertForTokenClassification from abritez
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_srl_abritez_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_srl_abritez_pipeline` is a English model originally trained by abritez.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_srl_abritez_pipeline_en_5.4.2_3.0_1725171722365.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_srl_abritez_pipeline_en_5.4.2_3.0_1725171722365.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_srl_abritez_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_srl_abritez_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_srl_abritez_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.4 MB|
+
+## References
+
+https://huggingface.co/abritez/distilbert-base-uncased-finetuned-srl
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_german_nrp_codes_entry_classification_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_german_nrp_codes_entry_classification_en.md
new file mode 100644
index 00000000000000..c1770cb4455171
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_german_nrp_codes_entry_classification_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_german_nrp_codes_entry_classification DistilBertForSequenceClassification from reflex-project
+author: John Snow Labs
+name: distilbert_base_uncased_german_nrp_codes_entry_classification
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_german_nrp_codes_entry_classification` is a English model originally trained by reflex-project.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_german_nrp_codes_entry_classification_en_5.5.0_3.0_1725214067885.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_german_nrp_codes_entry_classification_en_5.5.0_3.0_1725214067885.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_german_nrp_codes_entry_classification|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/reflex-project/distilbert-base-uncased-german-nrp-codes-entry-classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline_en.md
new file mode 100644
index 00000000000000..ad9d657cfe4a8a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline pipeline DistilBertForSequenceClassification from reflex-project
+author: John Snow Labs
+name: distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline` is a English model originally trained by reflex-project.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline_en_5.5.0_3.0_1725214081636.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline_en_5.5.0_3.0_1725214081636.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_german_nrp_codes_entry_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/reflex-project/distilbert-base-uncased-german-nrp-codes-entry-classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_imdb_gregorrus_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_imdb_gregorrus_en.md
new file mode 100644
index 00000000000000..b723e23fae290f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_imdb_gregorrus_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_imdb_gregorrus DistilBertForSequenceClassification from GregorRus
+author: John Snow Labs
+name: distilbert_base_uncased_imdb_gregorrus
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_imdb_gregorrus` is a English model originally trained by GregorRus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_imdb_gregorrus_en_5.5.0_3.0_1725213692347.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_imdb_gregorrus_en_5.5.0_3.0_1725213692347.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_imdb_gregorrus|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/GregorRus/distilbert-base-uncased-imdb
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_imdb_gregorrus_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_imdb_gregorrus_pipeline_en.md
new file mode 100644
index 00000000000000..ce65c54b145688
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_base_uncased_imdb_gregorrus_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_imdb_gregorrus_pipeline pipeline DistilBertForSequenceClassification from GregorRus
+author: John Snow Labs
+name: distilbert_base_uncased_imdb_gregorrus_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_imdb_gregorrus_pipeline` is a English model originally trained by GregorRus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_imdb_gregorrus_pipeline_en_5.5.0_3.0_1725213706025.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_imdb_gregorrus_pipeline_en_5.5.0_3.0_1725213706025.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_imdb_gregorrus_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_imdb_gregorrus_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_imdb_gregorrus_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/GregorRus/distilbert-base-uncased-imdb
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_cased_lft_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_cased_lft_pipeline_en.md
new file mode 100644
index 00000000000000..5a19fa85174451
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_cased_lft_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_cased_lft_pipeline pipeline DistilBertForTokenClassification from praysimanjuntak
+author: John Snow Labs
+name: distilbert_cased_lft_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_cased_lft_pipeline` is a English model originally trained by praysimanjuntak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_cased_lft_pipeline_en_5.4.2_3.0_1725161278744.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_cased_lft_pipeline_en_5.4.2_3.0_1725161278744.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_cased_lft_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_cased_lft_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_cased_lft_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.8 MB|
+
+## References
+
+https://huggingface.co/praysimanjuntak/distilbert-cased-lft
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_finetuned_ner_for_articles_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_finetuned_ner_for_articles_en.md
new file mode 100644
index 00000000000000..2a67ae6f30322f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_finetuned_ner_for_articles_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_finetuned_ner_for_articles DistilBertForTokenClassification from colette-exe
+author: John Snow Labs
+name: distilbert_finetuned_ner_for_articles
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_finetuned_ner_for_articles` is a English model originally trained by colette-exe.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_ner_for_articles_en_5.4.2_3.0_1725161366171.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_ner_for_articles_en_5.4.2_3.0_1725161366171.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_finetuned_ner_for_articles|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|243.8 MB|
+
+## References
+
+https://huggingface.co/colette-exe/distilbert-finetuned-ner-for-articles
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_finetuned_ner_tushifire_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_finetuned_ner_tushifire_en.md
new file mode 100644
index 00000000000000..33e08ca0d72ad0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_finetuned_ner_tushifire_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_finetuned_ner_tushifire DistilBertForTokenClassification from tushifire
+author: John Snow Labs
+name: distilbert_finetuned_ner_tushifire
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_finetuned_ner_tushifire` is a English model originally trained by tushifire.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_ner_tushifire_en_5.4.2_3.0_1725171972383.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_ner_tushifire_en_5.4.2_3.0_1725171972383.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_finetuned_ner_tushifire|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|243.9 MB|
+
+## References
+
+https://huggingface.co/tushifire/distilbert-finetuned-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_finetuned_ner_tushifire_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_finetuned_ner_tushifire_pipeline_en.md
new file mode 100644
index 00000000000000..b6bfac93dbe032
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_finetuned_ner_tushifire_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_finetuned_ner_tushifire_pipeline pipeline DistilBertForTokenClassification from tushifire
+author: John Snow Labs
+name: distilbert_finetuned_ner_tushifire_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_finetuned_ner_tushifire_pipeline` is a English model originally trained by tushifire.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_ner_tushifire_pipeline_en_5.4.2_3.0_1725171985351.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_ner_tushifire_pipeline_en_5.4.2_3.0_1725171985351.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_finetuned_ner_tushifire_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_finetuned_ner_tushifire_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_finetuned_ner_tushifire_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.9 MB|
+
+## References
+
+https://huggingface.co/tushifire/distilbert-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_infoextract_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_infoextract_v2_pipeline_en.md
new file mode 100644
index 00000000000000..3240ecad5b2f00
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_infoextract_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_infoextract_v2_pipeline pipeline DistilBertForTokenClassification from tony4194
+author: John Snow Labs
+name: distilbert_infoextract_v2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_infoextract_v2_pipeline` is a English model originally trained by tony4194.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_infoextract_v2_pipeline_en_5.4.2_3.0_1725172425461.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_infoextract_v2_pipeline_en_5.4.2_3.0_1725172425461.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_infoextract_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_infoextract_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_infoextract_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.8 MB|
+
+## References
+
+https://huggingface.co/tony4194/distilBERT-infoExtract-v2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_infoextract_v3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_infoextract_v3_pipeline_en.md
new file mode 100644
index 00000000000000..65684ffc96a088
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_infoextract_v3_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_infoextract_v3_pipeline pipeline DistilBertForTokenClassification from tony4194
+author: John Snow Labs
+name: distilbert_infoextract_v3_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_infoextract_v3_pipeline` is a English model originally trained by tony4194.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_infoextract_v3_pipeline_en_5.4.2_3.0_1725172250704.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_infoextract_v3_pipeline_en_5.4.2_3.0_1725172250704.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_infoextract_v3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_infoextract_v3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_infoextract_v3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.8 MB|
+
+## References
+
+https://huggingface.co/tony4194/distilBERT-infoExtract-v3
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_nepali_ner_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_nepali_ner_en.md
new file mode 100644
index 00000000000000..5ef4b9299e6e4f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_nepali_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_nepali_ner DistilBertForTokenClassification from Saugatkafley
+author: John Snow Labs
+name: distilbert_nepali_ner
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_nepali_ner` is a English model originally trained by Saugatkafley.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_nepali_ner_en_5.4.2_3.0_1725171983024.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_nepali_ner_en_5.4.2_3.0_1725171983024.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_nepali_ner|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/Saugatkafley/distilbert-Nepali-NER
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_ner_saugatkafley_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_ner_saugatkafley_en.md
new file mode 100644
index 00000000000000..e56d3a0aa77de7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_ner_saugatkafley_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_ner_saugatkafley DistilBertForTokenClassification from Saugatkafley
+author: John Snow Labs
+name: distilbert_ner_saugatkafley
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_ner_saugatkafley` is a English model originally trained by Saugatkafley.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_ner_saugatkafley_en_5.4.2_3.0_1725171414233.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_ner_saugatkafley_en_5.4.2_3.0_1725171414233.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_ner_saugatkafley|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/Saugatkafley/distilbert-NER
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_republican_democrat_tweets_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_republican_democrat_tweets_en.md
new file mode 100644
index 00000000000000..f3967ebbd19e3f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_republican_democrat_tweets_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_republican_democrat_tweets DistilBertForSequenceClassification from juliovp
+author: John Snow Labs
+name: distilbert_republican_democrat_tweets
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_republican_democrat_tweets` is a English model originally trained by juliovp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_republican_democrat_tweets_en_5.5.0_3.0_1725213725237.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_republican_democrat_tweets_en_5.5.0_3.0_1725213725237.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_republican_democrat_tweets|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/juliovp/distilbert_republican_democrat_tweets
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_republican_democrat_tweets_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_republican_democrat_tweets_pipeline_en.md
new file mode 100644
index 00000000000000..450c3cf5b73704
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_republican_democrat_tweets_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_republican_democrat_tweets_pipeline pipeline DistilBertForSequenceClassification from juliovp
+author: John Snow Labs
+name: distilbert_republican_democrat_tweets_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_republican_democrat_tweets_pipeline` is a English model originally trained by juliovp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_republican_democrat_tweets_pipeline_en_5.5.0_3.0_1725213744654.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_republican_democrat_tweets_pipeline_en_5.5.0_3.0_1725213744654.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_republican_democrat_tweets_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_republican_democrat_tweets_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_republican_democrat_tweets_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/juliovp/distilbert_republican_democrat_tweets
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_sentiment_analysis_dt12the_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_sentiment_analysis_dt12the_en.md
new file mode 100644
index 00000000000000..8b48082fdbe658
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_sentiment_analysis_dt12the_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_sentiment_analysis_dt12the DistilBertForSequenceClassification from DT12the
+author: John Snow Labs
+name: distilbert_sentiment_analysis_dt12the
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_sentiment_analysis_dt12the` is a English model originally trained by DT12the.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_sentiment_analysis_dt12the_en_5.5.0_3.0_1725214150213.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_sentiment_analysis_dt12the_en_5.5.0_3.0_1725214150213.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_sentiment_analysis_dt12the|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/DT12the/distilbert-sentiment-analysis
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_sentiment_analysis_dt12the_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_sentiment_analysis_dt12the_pipeline_en.md
new file mode 100644
index 00000000000000..027a04caedc886
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_sentiment_analysis_dt12the_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_sentiment_analysis_dt12the_pipeline pipeline DistilBertForSequenceClassification from DT12the
+author: John Snow Labs
+name: distilbert_sentiment_analysis_dt12the_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_sentiment_analysis_dt12the_pipeline` is a English model originally trained by DT12the.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_sentiment_analysis_dt12the_pipeline_en_5.5.0_3.0_1725214165014.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_sentiment_analysis_dt12the_pipeline_en_5.5.0_3.0_1725214165014.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_sentiment_analysis_dt12the_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_sentiment_analysis_dt12the_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_sentiment_analysis_dt12the_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/DT12the/distilbert-sentiment-analysis
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_turkish_turkish_product_reviews_pipeline_tr.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_turkish_turkish_product_reviews_pipeline_tr.md
new file mode 100644
index 00000000000000..74e056773ce9cc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_turkish_turkish_product_reviews_pipeline_tr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Turkish distilbert_turkish_turkish_product_reviews_pipeline pipeline DistilBertForSequenceClassification from anilguven
+author: John Snow Labs
+name: distilbert_turkish_turkish_product_reviews_pipeline
+date: 2024-09-01
+tags: [tr, open_source, pipeline, onnx]
+task: Text Classification
+language: tr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_turkish_turkish_product_reviews_pipeline` is a Turkish model originally trained by anilguven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_turkish_turkish_product_reviews_pipeline_tr_5.5.0_3.0_1725213537837.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_turkish_turkish_product_reviews_pipeline_tr_5.5.0_3.0_1725213537837.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_turkish_turkish_product_reviews_pipeline", lang = "tr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_turkish_turkish_product_reviews_pipeline", lang = "tr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_turkish_turkish_product_reviews_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|tr|
+|Size:|254.1 MB|
+
+## References
+
+https://huggingface.co/anilguven/distilbert_tr_turkish_product_reviews
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilbert_turkish_turkish_product_reviews_tr.md b/docs/_posts/ahmedlone127/2024-09-01-distilbert_turkish_turkish_product_reviews_tr.md
new file mode 100644
index 00000000000000..48c3c307ca37ab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilbert_turkish_turkish_product_reviews_tr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Turkish distilbert_turkish_turkish_product_reviews DistilBertForSequenceClassification from anilguven
+author: John Snow Labs
+name: distilbert_turkish_turkish_product_reviews
+date: 2024-09-01
+tags: [tr, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: tr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_turkish_turkish_product_reviews` is a Turkish model originally trained by anilguven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_turkish_turkish_product_reviews_tr_5.5.0_3.0_1725213521076.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_turkish_turkish_product_reviews_tr_5.5.0_3.0_1725213521076.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_turkish_turkish_product_reviews|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|tr|
+|Size:|254.1 MB|
+
+## References
+
+https://huggingface.co/anilguven/distilbert_tr_turkish_product_reviews
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilroberta_base_climate_s_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilroberta_base_climate_s_pipeline_en.md
new file mode 100644
index 00000000000000..5999bfd5bc9e45
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilroberta_base_climate_s_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilroberta_base_climate_s_pipeline pipeline RoBertaEmbeddings from climatebert
+author: John Snow Labs
+name: distilroberta_base_climate_s_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilroberta_base_climate_s_pipeline` is a English model originally trained by climatebert.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_base_climate_s_pipeline_en_5.4.2_3.0_1725191358254.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilroberta_base_climate_s_pipeline_en_5.4.2_3.0_1725191358254.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilroberta_base_climate_s_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilroberta_base_climate_s_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_base_climate_s_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|307.4 MB|
+
+## References
+
+https://huggingface.co/climatebert/distilroberta-base-climate-s
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilroberta_topic_classification_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilroberta_topic_classification_en.md
new file mode 100644
index 00000000000000..3e1c6278fd133a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilroberta_topic_classification_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English distilroberta_topic_classification RoBertaForSequenceClassification from abdulmatinomotoso
+author: John Snow Labs
+name: distilroberta_topic_classification
+date: 2024-09-01
+tags: [roberta, en, open_source, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilroberta_topic_classification` is a English model originally trained by abdulmatinomotoso.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_topic_classification_en_5.4.2_3.0_1725194318238.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilroberta_topic_classification_en_5.4.2_3.0_1725194318238.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_topic_classification|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|309.4 MB|
+
+## References
+
+References
+
+https://huggingface.co/abdulmatinomotoso/distilroberta-topic-classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-distilroberta_topic_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-distilroberta_topic_classification_pipeline_en.md
new file mode 100644
index 00000000000000..02f6fa1993924a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-distilroberta_topic_classification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilroberta_topic_classification_pipeline pipeline RoBertaForSequenceClassification from valurank
+author: John Snow Labs
+name: distilroberta_topic_classification_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilroberta_topic_classification_pipeline` is a English model originally trained by valurank.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_topic_classification_pipeline_en_5.4.2_3.0_1725194335418.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilroberta_topic_classification_pipeline_en_5.4.2_3.0_1725194335418.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilroberta_topic_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilroberta_topic_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_topic_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|309.4 MB|
+
+## References
+
+https://huggingface.co/valurank/distilroberta-topic-classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-drone_sbert_en.md b/docs/_posts/ahmedlone127/2024-09-01-drone_sbert_en.md
new file mode 100644
index 00000000000000..858cd7a8acbe8e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-drone_sbert_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English drone_sbert MPNetEmbeddings from swardiantara
+author: John Snow Labs
+name: drone_sbert
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`drone_sbert` is a English model originally trained by swardiantara.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/drone_sbert_en_5.5.0_3.0_1725225079263.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/drone_sbert_en_5.5.0_3.0_1725225079263.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|drone_sbert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/swardiantara/drone-sbert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-drone_sbert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-drone_sbert_pipeline_en.md
new file mode 100644
index 00000000000000..ec8b97b89710e9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-drone_sbert_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English drone_sbert_pipeline pipeline MPNetEmbeddings from swardiantara
+author: John Snow Labs
+name: drone_sbert_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`drone_sbert_pipeline` is a English model originally trained by swardiantara.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/drone_sbert_pipeline_en_5.5.0_3.0_1725225101218.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/drone_sbert_pipeline_en_5.5.0_3.0_1725225101218.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("drone_sbert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("drone_sbert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|drone_sbert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/swardiantara/drone-sbert
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_anli_en.md b/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_anli_en.md
new file mode 100644
index 00000000000000..fa3ea33849fcf9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_anli_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English e5_large_v2_mnli_anli BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: e5_large_v2_mnli_anli
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_large_v2_mnli_anli` is a English model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_large_v2_mnli_anli_en_5.5.0_3.0_1725214494401.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_large_v2_mnli_anli_en_5.5.0_3.0_1725214494401.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_large_v2_mnli_anli|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/mjwong/e5-large-v2-mnli-anli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_anli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_anli_pipeline_en.md
new file mode 100644
index 00000000000000..e3d3e9a09277f5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_anli_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English e5_large_v2_mnli_anli_pipeline pipeline BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: e5_large_v2_mnli_anli_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_large_v2_mnli_anli_pipeline` is a English model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_large_v2_mnli_anli_pipeline_en_5.5.0_3.0_1725214572461.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_large_v2_mnli_anli_pipeline_en_5.5.0_3.0_1725214572461.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_large_v2_mnli_anli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_large_v2_mnli_anli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_large_v2_mnli_anli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/mjwong/e5-large-v2-mnli-anli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_en.md b/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_en.md
new file mode 100644
index 00000000000000..59fe07c2b6ddae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English e5_large_v2_mnli BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: e5_large_v2_mnli
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_large_v2_mnli` is a English model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_large_v2_mnli_en_5.4.2_3.0_1725208422586.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_large_v2_mnli_en_5.4.2_3.0_1725208422586.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_large_v2_mnli|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/mjwong/e5-large-v2-mnli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_pipeline_en.md
new file mode 100644
index 00000000000000..ee434406bc700f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-e5_large_v2_mnli_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English e5_large_v2_mnli_pipeline pipeline BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: e5_large_v2_mnli_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_large_v2_mnli_pipeline` is a English model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_large_v2_mnli_pipeline_en_5.5.0_3.0_1725214571996.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_large_v2_mnli_pipeline_en_5.5.0_3.0_1725214571996.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_large_v2_mnli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_large_v2_mnli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_large_v2_mnli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/mjwong/e5-large-v2-mnli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_discriminator_squad2_custom_dataset_en.md b/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_discriminator_squad2_custom_dataset_en.md
new file mode 100644
index 00000000000000..09855963beff68
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_discriminator_squad2_custom_dataset_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English ElectraForQuestionAnswering model (from superspray)
+author: John Snow Labs
+name: electra_qa_large_discriminator_squad2_custom_dataset
+date: 2024-09-01
+tags: [en, open_source, electra, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `electra_large_discriminator_squad2_custom_dataset` is a English model originally trained by `superspray`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/electra_qa_large_discriminator_squad2_custom_dataset_en_5.5.0_3.0_1725215081776.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/electra_qa_large_discriminator_squad2_custom_dataset_en_5.5.0_3.0_1725215081776.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+documentAssembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = BertForQuestionAnswering.pretrained("electra_qa_large_discriminator_squad2_custom_dataset","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer")\
+.setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[documentAssembler, spanClassifier])
+
+data = spark.createDataFrame([["What is my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val documentAssembler = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifer = BertForQuestionAnswering.pretrained("electra_qa_large_discriminator_squad2_custom_dataset","en")
+.setInputCols(Array("document", "token"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(documentAssembler, spanClassifier))
+
+val data = Seq("What is my name?", "My name is Clara and I live in Berkeley.").toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squadv2.electra.large.by_superspray").predict("""What is my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|electra_qa_large_discriminator_squad2_custom_dataset|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+References
+
+- https://huggingface.co/superspray/electra_large_discriminator_squad2_custom_dataset
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_discriminator_squad2_custom_dataset_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_discriminator_squad2_custom_dataset_pipeline_en.md
new file mode 100644
index 00000000000000..f1ca473b7003cd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_discriminator_squad2_custom_dataset_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English electra_qa_large_discriminator_squad2_custom_dataset_pipeline pipeline BertForQuestionAnswering from superspray
+author: John Snow Labs
+name: electra_qa_large_discriminator_squad2_custom_dataset_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`electra_qa_large_discriminator_squad2_custom_dataset_pipeline` is a English model originally trained by superspray.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/electra_qa_large_discriminator_squad2_custom_dataset_pipeline_en_5.5.0_3.0_1725215151310.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/electra_qa_large_discriminator_squad2_custom_dataset_pipeline_en_5.5.0_3.0_1725215151310.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("electra_qa_large_discriminator_squad2_custom_dataset_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("electra_qa_large_discriminator_squad2_custom_dataset_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|electra_qa_large_discriminator_squad2_custom_dataset_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/superspray/electra_large_discriminator_squad2_custom_dataset
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_squad_en.md b/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_squad_en.md
new file mode 100644
index 00000000000000..ecc54fadbcc032
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_squad_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English ElectraForQuestionAnswering model (from howey)
+author: John Snow Labs
+name: electra_qa_large_squad
+date: 2024-09-01
+tags: [en, open_source, electra, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `electra-large-squad` is a English model originally trained by `howey`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/electra_qa_large_squad_en_5.5.0_3.0_1725214943555.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/electra_qa_large_squad_en_5.5.0_3.0_1725214943555.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+documentAssembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = BertForQuestionAnswering.pretrained("electra_qa_large_squad","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer")\
+.setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[documentAssembler, spanClassifier])
+
+data = spark.createDataFrame([["What is my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val documentAssembler = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifer = BertForQuestionAnswering.pretrained("electra_qa_large_squad","en")
+.setInputCols(Array("document", "token"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(documentAssembler, spanClassifier))
+
+val data = Seq("What is my name?", "My name is Clara and I live in Berkeley.").toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squad.electra.large").predict("""What is my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|electra_qa_large_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+References
+
+- https://huggingface.co/howey/electra-large-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_squad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_squad_pipeline_en.md
new file mode 100644
index 00000000000000..6464672becff0e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-electra_qa_large_squad_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English electra_qa_large_squad_pipeline pipeline BertForQuestionAnswering from howey
+author: John Snow Labs
+name: electra_qa_large_squad_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`electra_qa_large_squad_pipeline` is a English model originally trained by howey.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/electra_qa_large_squad_pipeline_en_5.5.0_3.0_1725215009703.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/electra_qa_large_squad_pipeline_en_5.5.0_3.0_1725215009703.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("electra_qa_large_squad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("electra_qa_large_squad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|electra_qa_large_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/howey/electra-large-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-emo_mobilebert_lordtt13_en.md b/docs/_posts/ahmedlone127/2024-09-01-emo_mobilebert_lordtt13_en.md
new file mode 100644
index 00000000000000..7464c5f9956574
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-emo_mobilebert_lordtt13_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English emo_mobilebert_lordtt13 BertForSequenceClassification from lordtt13
+author: John Snow Labs
+name: emo_mobilebert_lordtt13
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`emo_mobilebert_lordtt13` is a English model originally trained by lordtt13.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/emo_mobilebert_lordtt13_en_5.4.2_3.0_1725204822473.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/emo_mobilebert_lordtt13_en_5.4.2_3.0_1725204822473.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|emo_mobilebert_lordtt13|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|79.4 MB|
+
+## References
+
+https://huggingface.co/lordtt13/emo-mobilebert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-emo_mobilebert_lordtt13_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-emo_mobilebert_lordtt13_pipeline_en.md
new file mode 100644
index 00000000000000..6b601da9d91677
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-emo_mobilebert_lordtt13_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English emo_mobilebert_lordtt13_pipeline pipeline BertForSequenceClassification from lordtt13
+author: John Snow Labs
+name: emo_mobilebert_lordtt13_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`emo_mobilebert_lordtt13_pipeline` is a English model originally trained by lordtt13.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/emo_mobilebert_lordtt13_pipeline_en_5.4.2_3.0_1725204826493.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/emo_mobilebert_lordtt13_pipeline_en_5.4.2_3.0_1725204826493.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("emo_mobilebert_lordtt13_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("emo_mobilebert_lordtt13_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|emo_mobilebert_lordtt13_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|79.5 MB|
+
+## References
+
+https://huggingface.co/lordtt13/emo-mobilebert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-english_multinerd_masked_ner_more_training_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-english_multinerd_masked_ner_more_training_pipeline_en.md
new file mode 100644
index 00000000000000..cf7b2f7a37ea52
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-english_multinerd_masked_ner_more_training_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English english_multinerd_masked_ner_more_training_pipeline pipeline DistilBertForTokenClassification from pariakashani
+author: John Snow Labs
+name: english_multinerd_masked_ner_more_training_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`english_multinerd_masked_ner_more_training_pipeline` is a English model originally trained by pariakashani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/english_multinerd_masked_ner_more_training_pipeline_en_5.4.2_3.0_1725170902141.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/english_multinerd_masked_ner_more_training_pipeline_en_5.4.2_3.0_1725170902141.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("english_multinerd_masked_ner_more_training_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("english_multinerd_masked_ner_more_training_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|english_multinerd_masked_ner_more_training_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/pariakashani/en-multinerd-masked-ner-more-training
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-english_multinerd_ner_upsampled_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-english_multinerd_ner_upsampled_pipeline_en.md
new file mode 100644
index 00000000000000..d43c551d523092
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-english_multinerd_ner_upsampled_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English english_multinerd_ner_upsampled_pipeline pipeline DistilBertForTokenClassification from pariakashani
+author: John Snow Labs
+name: english_multinerd_ner_upsampled_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`english_multinerd_ner_upsampled_pipeline` is a English model originally trained by pariakashani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/english_multinerd_ner_upsampled_pipeline_en_5.4.2_3.0_1725172421805.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/english_multinerd_ner_upsampled_pipeline_en_5.4.2_3.0_1725172421805.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("english_multinerd_ner_upsampled_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("english_multinerd_ner_upsampled_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|english_multinerd_ner_upsampled_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/pariakashani/en-multinerd-ner-upsampled
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-esg_classification_distilbert_roberta_v4_en.md b/docs/_posts/ahmedlone127/2024-09-01-esg_classification_distilbert_roberta_v4_en.md
new file mode 100644
index 00000000000000..5cdcb844ff6499
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-esg_classification_distilbert_roberta_v4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English esg_classification_distilbert_roberta_v4 RoBertaForSequenceClassification from dsmsb
+author: John Snow Labs
+name: esg_classification_distilbert_roberta_v4
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`esg_classification_distilbert_roberta_v4` is a English model originally trained by dsmsb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/esg_classification_distilbert_roberta_v4_en_5.5.0_3.0_1725212011016.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/esg_classification_distilbert_roberta_v4_en_5.5.0_3.0_1725212011016.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|esg_classification_distilbert_roberta_v4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|449.2 MB|
+
+## References
+
+https://huggingface.co/dsmsb/esg-classification_distilbert-roberta_v4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-esg_classification_distilbert_roberta_v4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-esg_classification_distilbert_roberta_v4_pipeline_en.md
new file mode 100644
index 00000000000000..b56e74991b3f96
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-esg_classification_distilbert_roberta_v4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English esg_classification_distilbert_roberta_v4_pipeline pipeline RoBertaForSequenceClassification from dsmsb
+author: John Snow Labs
+name: esg_classification_distilbert_roberta_v4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`esg_classification_distilbert_roberta_v4_pipeline` is a English model originally trained by dsmsb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/esg_classification_distilbert_roberta_v4_pipeline_en_5.5.0_3.0_1725212038295.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/esg_classification_distilbert_roberta_v4_pipeline_en_5.5.0_3.0_1725212038295.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("esg_classification_distilbert_roberta_v4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("esg_classification_distilbert_roberta_v4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|esg_classification_distilbert_roberta_v4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|449.2 MB|
+
+## References
+
+https://huggingface.co/dsmsb/esg-classification_distilbert-roberta_v4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ethicaleye_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-01-ethicaleye_pipeline_xx.md
new file mode 100644
index 00000000000000..e7043d37fecce9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ethicaleye_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual ethicaleye_pipeline pipeline XlmRoBertaForSequenceClassification from autopilot-ai
+author: John Snow Labs
+name: ethicaleye_pipeline
+date: 2024-09-01
+tags: [xx, open_source, pipeline, onnx]
+task: Text Classification
+language: xx
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ethicaleye_pipeline` is a Multilingual model originally trained by autopilot-ai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ethicaleye_pipeline_xx_5.4.2_3.0_1725190819703.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ethicaleye_pipeline_xx_5.4.2_3.0_1725190819703.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ethicaleye_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ethicaleye_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ethicaleye_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|809.4 MB|
+
+## References
+
+https://huggingface.co/autopilot-ai/EthicalEye
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ewe_baseline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ewe_baseline_en.md
new file mode 100644
index 00000000000000..9bffcc42b3f65f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ewe_baseline_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ewe_baseline DistilBertForTokenClassification from radioapple
+author: John Snow Labs
+name: ewe_baseline
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ewe_baseline` is a English model originally trained by radioapple.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ewe_baseline_en_5.4.2_3.0_1725172591824.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ewe_baseline_en_5.4.2_3.0_1725172591824.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ewe_baseline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|250.3 MB|
+
+## References
+
+https://huggingface.co/radioapple/EE_baseline
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ewe_baseline_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ewe_baseline_pipeline_en.md
new file mode 100644
index 00000000000000..d7452a67508a86
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ewe_baseline_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ewe_baseline_pipeline pipeline DistilBertForTokenClassification from radioapple
+author: John Snow Labs
+name: ewe_baseline_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ewe_baseline_pipeline` is a English model originally trained by radioapple.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ewe_baseline_pipeline_en_5.4.2_3.0_1725172605389.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ewe_baseline_pipeline_en_5.4.2_3.0_1725172605389.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ewe_baseline_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ewe_baseline_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ewe_baseline_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|250.4 MB|
+
+## References
+
+https://huggingface.co/radioapple/EE_baseline
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-exigent_moreepoch_bge_base_financial_matryoshka_en.md b/docs/_posts/ahmedlone127/2024-09-01-exigent_moreepoch_bge_base_financial_matryoshka_en.md
new file mode 100644
index 00000000000000..32cc11b490c0d3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-exigent_moreepoch_bge_base_financial_matryoshka_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English exigent_moreepoch_bge_base_financial_matryoshka BGEEmbeddings from RishuD7
+author: John Snow Labs
+name: exigent_moreepoch_bge_base_financial_matryoshka
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`exigent_moreepoch_bge_base_financial_matryoshka` is a English model originally trained by RishuD7.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/exigent_moreepoch_bge_base_financial_matryoshka_en_5.4.2_3.0_1725198986750.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/exigent_moreepoch_bge_base_financial_matryoshka_en_5.4.2_3.0_1725198986750.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|exigent_moreepoch_bge_base_financial_matryoshka|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|389.0 MB|
+
+## References
+
+https://huggingface.co/RishuD7/exigent-moreepoch-bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-exigent_moreepoch_bge_base_financial_matryoshka_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-exigent_moreepoch_bge_base_financial_matryoshka_pipeline_en.md
new file mode 100644
index 00000000000000..58232899ca82e5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-exigent_moreepoch_bge_base_financial_matryoshka_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English exigent_moreepoch_bge_base_financial_matryoshka_pipeline pipeline BGEEmbeddings from RishuD7
+author: John Snow Labs
+name: exigent_moreepoch_bge_base_financial_matryoshka_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`exigent_moreepoch_bge_base_financial_matryoshka_pipeline` is a English model originally trained by RishuD7.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/exigent_moreepoch_bge_base_financial_matryoshka_pipeline_en_5.4.2_3.0_1725199014671.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/exigent_moreepoch_bge_base_financial_matryoshka_pipeline_en_5.4.2_3.0_1725199014671.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("exigent_moreepoch_bge_base_financial_matryoshka_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("exigent_moreepoch_bge_base_financial_matryoshka_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|exigent_moreepoch_bge_base_financial_matryoshka_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|389.0 MB|
+
+## References
+
+https://huggingface.co/RishuD7/exigent-moreepoch-bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-expe_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-expe_1_pipeline_en.md
new file mode 100644
index 00000000000000..2c16a1666495e1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-expe_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English expe_1_pipeline pipeline RoBertaForSequenceClassification from BaronSch
+author: John Snow Labs
+name: expe_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`expe_1_pipeline` is a English model originally trained by BaronSch.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/expe_1_pipeline_en_5.5.0_3.0_1725212382275.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/expe_1_pipeline_en_5.5.0_3.0_1725212382275.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("expe_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("expe_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|expe_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.5 MB|
+
+## References
+
+https://huggingface.co/BaronSch/Expe_1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fact_oriya_opinion_xlmr_greek_modern_en.md b/docs/_posts/ahmedlone127/2024-09-01-fact_oriya_opinion_xlmr_greek_modern_en.md
new file mode 100644
index 00000000000000..37a6a29bde51a9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fact_oriya_opinion_xlmr_greek_modern_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English fact_oriya_opinion_xlmr_greek_modern XlmRoBertaForSequenceClassification from lighteternal
+author: John Snow Labs
+name: fact_oriya_opinion_xlmr_greek_modern
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fact_oriya_opinion_xlmr_greek_modern` is a English model originally trained by lighteternal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fact_oriya_opinion_xlmr_greek_modern_en_5.4.2_3.0_1725189942120.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fact_oriya_opinion_xlmr_greek_modern_en_5.4.2_3.0_1725189942120.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fact_oriya_opinion_xlmr_greek_modern|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|859.4 MB|
+
+## References
+
+https://huggingface.co/lighteternal/fact-or-opinion-xlmr-el
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fact_oriya_opinion_xlmr_greek_modern_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-fact_oriya_opinion_xlmr_greek_modern_pipeline_en.md
new file mode 100644
index 00000000000000..aa39c5eb3fad78
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fact_oriya_opinion_xlmr_greek_modern_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English fact_oriya_opinion_xlmr_greek_modern_pipeline pipeline XlmRoBertaForSequenceClassification from lighteternal
+author: John Snow Labs
+name: fact_oriya_opinion_xlmr_greek_modern_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fact_oriya_opinion_xlmr_greek_modern_pipeline` is a English model originally trained by lighteternal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fact_oriya_opinion_xlmr_greek_modern_pipeline_en_5.4.2_3.0_1725190010297.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fact_oriya_opinion_xlmr_greek_modern_pipeline_en_5.4.2_3.0_1725190010297.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fact_oriya_opinion_xlmr_greek_modern_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fact_oriya_opinion_xlmr_greek_modern_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fact_oriya_opinion_xlmr_greek_modern_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|859.4 MB|
+
+## References
+
+https://huggingface.co/lighteternal/fact-or-opinion-xlmr-el
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-feelings_text_classifier_eng_en.md b/docs/_posts/ahmedlone127/2024-09-01-feelings_text_classifier_eng_en.md
new file mode 100644
index 00000000000000..c48031b5efbda1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-feelings_text_classifier_eng_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English feelings_text_classifier_eng DistilBertForSequenceClassification from LukeGPT88
+author: John Snow Labs
+name: feelings_text_classifier_eng
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`feelings_text_classifier_eng` is a English model originally trained by LukeGPT88.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/feelings_text_classifier_eng_en_5.5.0_3.0_1725214144571.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/feelings_text_classifier_eng_en_5.5.0_3.0_1725214144571.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|feelings_text_classifier_eng|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/LukeGPT88/feelings-text-classifier-eng
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-feelings_text_classifier_eng_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-feelings_text_classifier_eng_pipeline_en.md
new file mode 100644
index 00000000000000..048617d281e5a3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-feelings_text_classifier_eng_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English feelings_text_classifier_eng_pipeline pipeline DistilBertForSequenceClassification from LukeGPT88
+author: John Snow Labs
+name: feelings_text_classifier_eng_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`feelings_text_classifier_eng_pipeline` is a English model originally trained by LukeGPT88.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/feelings_text_classifier_eng_pipeline_en_5.5.0_3.0_1725214158185.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/feelings_text_classifier_eng_pipeline_en_5.5.0_3.0_1725214158185.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("feelings_text_classifier_eng_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("feelings_text_classifier_eng_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|feelings_text_classifier_eng_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/LukeGPT88/feelings-text-classifier-eng
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fine_tune_embedding_bge_base_hrpolicy_vfinal_en.md b/docs/_posts/ahmedlone127/2024-09-01-fine_tune_embedding_bge_base_hrpolicy_vfinal_en.md
new file mode 100644
index 00000000000000..24f78285de0015
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fine_tune_embedding_bge_base_hrpolicy_vfinal_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English fine_tune_embedding_bge_base_hrpolicy_vfinal BGEEmbeddings from kr-manish
+author: John Snow Labs
+name: fine_tune_embedding_bge_base_hrpolicy_vfinal
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tune_embedding_bge_base_hrpolicy_vfinal` is a English model originally trained by kr-manish.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tune_embedding_bge_base_hrpolicy_vfinal_en_5.5.0_3.0_1725229052816.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tune_embedding_bge_base_hrpolicy_vfinal_en_5.5.0_3.0_1725229052816.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tune_embedding_bge_base_hrpolicy_vfinal|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|256.0 MB|
+
+## References
+
+https://huggingface.co/kr-manish/fine-tune-embedding-bge-base-HrPolicy_vfinal
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline_en.md
new file mode 100644
index 00000000000000..c11f6cfc9e3d7d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline pipeline BGEEmbeddings from kr-manish
+author: John Snow Labs
+name: fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline` is a English model originally trained by kr-manish.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline_en_5.5.0_3.0_1725229132660.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline_en_5.5.0_3.0_1725229132660.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tune_embedding_bge_base_hrpolicy_vfinal_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|256.0 MB|
+
+## References
+
+https://huggingface.co/kr-manish/fine-tune-embedding-bge-base-HrPolicy_vfinal
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_bert_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_bert_base_en.md
new file mode 100644
index 00000000000000..5e506e7239f386
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_bert_base_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English fine_tuned_bert_base BertForQuestionAnswering from kiwakwok
+author: John Snow Labs
+name: fine_tuned_bert_base
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, bert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_bert_base` is a English model originally trained by kiwakwok.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_bert_base_en_5.5.0_3.0_1725215270822.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_bert_base_en_5.5.0_3.0_1725215270822.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_bert_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|382.4 MB|
+
+## References
+
+https://huggingface.co/kiwakwok/fine-tuned-bert-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_bert_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_bert_base_pipeline_en.md
new file mode 100644
index 00000000000000..443c8444e6184b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_bert_base_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fine_tuned_bert_base_pipeline pipeline BertForQuestionAnswering from kiwakwok
+author: John Snow Labs
+name: fine_tuned_bert_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_bert_base_pipeline` is a English model originally trained by kiwakwok.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_bert_base_pipeline_en_5.5.0_3.0_1725215291787.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_bert_base_pipeline_en_5.5.0_3.0_1725215291787.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tuned_bert_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tuned_bert_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_bert_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|382.4 MB|
+
+## References
+
+https://huggingface.co/kiwakwok/fine-tuned-bert-base
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_ptsinfotech_en.md b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_ptsinfotech_en.md
new file mode 100644
index 00000000000000..23928968420bda
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_ptsinfotech_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English fine_tuned_deberta_question_answering_ptsinfotech DeBertaForQuestionAnswering from ptsinfotech
+author: John Snow Labs
+name: fine_tuned_deberta_question_answering_ptsinfotech
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_deberta_question_answering_ptsinfotech` is a English model originally trained by ptsinfotech.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_ptsinfotech_en_5.5.0_3.0_1725219143028.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_ptsinfotech_en_5.5.0_3.0_1725219143028.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_deberta_question_answering_ptsinfotech|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|651.0 MB|
+
+## References
+
+https://huggingface.co/ptsinfotech/fine_tuned_deberta_question_answering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_ptsinfotech_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_ptsinfotech_pipeline_en.md
new file mode 100644
index 00000000000000..8e61681316bd45
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_ptsinfotech_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fine_tuned_deberta_question_answering_ptsinfotech_pipeline pipeline DeBertaForQuestionAnswering from ptsinfotech
+author: John Snow Labs
+name: fine_tuned_deberta_question_answering_ptsinfotech_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_deberta_question_answering_ptsinfotech_pipeline` is a English model originally trained by ptsinfotech.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_ptsinfotech_pipeline_en_5.5.0_3.0_1725219189074.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_ptsinfotech_pipeline_en_5.5.0_3.0_1725219189074.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tuned_deberta_question_answering_ptsinfotech_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tuned_deberta_question_answering_ptsinfotech_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_deberta_question_answering_ptsinfotech_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|651.1 MB|
+
+## References
+
+https://huggingface.co/ptsinfotech/fine_tuned_deberta_question_answering
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_seenuvasanfoss_en.md b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_seenuvasanfoss_en.md
new file mode 100644
index 00000000000000..05469fa923896c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_seenuvasanfoss_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English fine_tuned_deberta_question_answering_seenuvasanfoss DeBertaForQuestionAnswering from seenuvasanfoss
+author: John Snow Labs
+name: fine_tuned_deberta_question_answering_seenuvasanfoss
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_deberta_question_answering_seenuvasanfoss` is a English model originally trained by seenuvasanfoss.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_seenuvasanfoss_en_5.5.0_3.0_1725220953784.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_seenuvasanfoss_en_5.5.0_3.0_1725220953784.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_deberta_question_answering_seenuvasanfoss|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|651.0 MB|
+
+## References
+
+https://huggingface.co/seenuvasanfoss/fine_tuned_deberta_question_answering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline_en.md
new file mode 100644
index 00000000000000..77a30760daa4bd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline pipeline DeBertaForQuestionAnswering from seenuvasanfoss
+author: John Snow Labs
+name: fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline` is a English model originally trained by seenuvasanfoss.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline_en_5.5.0_3.0_1725221004798.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline_en_5.5.0_3.0_1725221004798.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_deberta_question_answering_seenuvasanfoss_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|651.1 MB|
+
+## References
+
+https://huggingface.co/seenuvasanfoss/fine_tuned_deberta_question_answering
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_viquad_hgf_en.md b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_viquad_hgf_en.md
new file mode 100644
index 00000000000000..3518c02c10e197
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_viquad_hgf_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English fine_tuned_viquad_hgf XlmRoBertaForQuestionAnswering from longhoang06
+author: John Snow Labs
+name: fine_tuned_viquad_hgf
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_viquad_hgf` is a English model originally trained by longhoang06.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_viquad_hgf_en_5.5.0_3.0_1725235131587.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_viquad_hgf_en_5.5.0_3.0_1725235131587.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_viquad_hgf|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|881.2 MB|
+
+## References
+
+https://huggingface.co/longhoang06/fine-tuned-viquad-hgf
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_viquad_hgf_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_viquad_hgf_pipeline_en.md
new file mode 100644
index 00000000000000..1f379941bed77d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-fine_tuned_viquad_hgf_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fine_tuned_viquad_hgf_pipeline pipeline XlmRoBertaForQuestionAnswering from longhoang06
+author: John Snow Labs
+name: fine_tuned_viquad_hgf_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_viquad_hgf_pipeline` is a English model originally trained by longhoang06.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_viquad_hgf_pipeline_en_5.5.0_3.0_1725235196072.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_viquad_hgf_pipeline_en_5.5.0_3.0_1725235196072.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tuned_viquad_hgf_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tuned_viquad_hgf_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_viquad_hgf_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|881.2 MB|
+
+## References
+
+https://huggingface.co/longhoang06/fine-tuned-viquad-hgf
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_base_en.md
new file mode 100644
index 00000000000000..588df2b885dbb8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_base_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English finetuned_bge_embeddings_v3_base BGEEmbeddings from austinpatrickm
+author: John Snow Labs
+name: finetuned_bge_embeddings_v3_base
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_bge_embeddings_v3_base` is a English model originally trained by austinpatrickm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_bge_embeddings_v3_base_en_5.4.2_3.0_1725199525871.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_bge_embeddings_v3_base_en_5.4.2_3.0_1725199525871.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_bge_embeddings_v3_base|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.6 MB|
+
+## References
+
+https://huggingface.co/austinpatrickm/finetuned_bge_embeddings_v3_base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_base_pipeline_en.md
new file mode 100644
index 00000000000000..54ab0825a08ad6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_base_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English finetuned_bge_embeddings_v3_base_pipeline pipeline BGEEmbeddings from austinpatrickm
+author: John Snow Labs
+name: finetuned_bge_embeddings_v3_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_bge_embeddings_v3_base_pipeline` is a English model originally trained by austinpatrickm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_bge_embeddings_v3_base_pipeline_en_5.4.2_3.0_1725199553563.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_bge_embeddings_v3_base_pipeline_en_5.4.2_3.0_1725199553563.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_bge_embeddings_v3_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_bge_embeddings_v3_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_bge_embeddings_v3_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.7 MB|
+
+## References
+
+https://huggingface.co/austinpatrickm/finetuned_bge_embeddings_v3_base
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_base_v1_5_en.md b/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_base_v1_5_en.md
new file mode 100644
index 00000000000000..7f2ac498fd551f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_base_v1_5_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English finetuned_bge_embeddings_v3_base_v1_5 BGEEmbeddings from austinpatrickm
+author: John Snow Labs
+name: finetuned_bge_embeddings_v3_base_v1_5
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_bge_embeddings_v3_base_v1_5` is a English model originally trained by austinpatrickm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_bge_embeddings_v3_base_v1_5_en_5.5.0_3.0_1725229478539.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_bge_embeddings_v3_base_v1_5_en_5.5.0_3.0_1725229478539.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_bge_embeddings_v3_base_v1_5|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/austinpatrickm/finetuned_bge_embeddings_v3_base_v1.5
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_llm_embedder_en.md b/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_llm_embedder_en.md
new file mode 100644
index 00000000000000..e70eaae3479be0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_llm_embedder_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English finetuned_bge_embeddings_v3_llm_embedder BGEEmbeddings from austinpatrickm
+author: John Snow Labs
+name: finetuned_bge_embeddings_v3_llm_embedder
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_bge_embeddings_v3_llm_embedder` is a English model originally trained by austinpatrickm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_bge_embeddings_v3_llm_embedder_en_5.4.2_3.0_1725198473427.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_bge_embeddings_v3_llm_embedder_en_5.4.2_3.0_1725198473427.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_bge_embeddings_v3_llm_embedder|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.2 MB|
+
+## References
+
+https://huggingface.co/austinpatrickm/finetuned_bge_embeddings_v3_LLM-embedder
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_llm_embedder_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_llm_embedder_pipeline_en.md
new file mode 100644
index 00000000000000..5172ca04cc19d2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-finetuned_bge_embeddings_v3_llm_embedder_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English finetuned_bge_embeddings_v3_llm_embedder_pipeline pipeline BGEEmbeddings from austinpatrickm
+author: John Snow Labs
+name: finetuned_bge_embeddings_v3_llm_embedder_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_bge_embeddings_v3_llm_embedder_pipeline` is a English model originally trained by austinpatrickm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_bge_embeddings_v3_llm_embedder_pipeline_en_5.4.2_3.0_1725198509633.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_bge_embeddings_v3_llm_embedder_pipeline_en_5.4.2_3.0_1725198509633.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_bge_embeddings_v3_llm_embedder_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_bge_embeddings_v3_llm_embedder_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_bge_embeddings_v3_llm_embedder_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.2 MB|
+
+## References
+
+https://huggingface.co/austinpatrickm/finetuned_bge_embeddings_v3_LLM-embedder
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-finetuned_sentiment_model_45000_training_examples_en.md b/docs/_posts/ahmedlone127/2024-09-01-finetuned_sentiment_model_45000_training_examples_en.md
new file mode 100644
index 00000000000000..0d943ac5e203c7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-finetuned_sentiment_model_45000_training_examples_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuned_sentiment_model_45000_training_examples DistilBertForSequenceClassification from chescore
+author: John Snow Labs
+name: finetuned_sentiment_model_45000_training_examples
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_sentiment_model_45000_training_examples` is a English model originally trained by chescore.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_sentiment_model_45000_training_examples_en_5.5.0_3.0_1725213520638.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_sentiment_model_45000_training_examples_en_5.5.0_3.0_1725213520638.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_sentiment_model_45000_training_examples|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/chescore/finetuned-sentiment-model-45000-training-examples
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-finetuned_sentiment_model_45000_training_examples_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-finetuned_sentiment_model_45000_training_examples_pipeline_en.md
new file mode 100644
index 00000000000000..f25f6b8e9a9dab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-finetuned_sentiment_model_45000_training_examples_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English finetuned_sentiment_model_45000_training_examples_pipeline pipeline DistilBertForSequenceClassification from chescore
+author: John Snow Labs
+name: finetuned_sentiment_model_45000_training_examples_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_sentiment_model_45000_training_examples_pipeline` is a English model originally trained by chescore.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_sentiment_model_45000_training_examples_pipeline_en_5.5.0_3.0_1725213537697.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_sentiment_model_45000_training_examples_pipeline_en_5.5.0_3.0_1725213537697.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_sentiment_model_45000_training_examples_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_sentiment_model_45000_training_examples_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_sentiment_model_45000_training_examples_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/chescore/finetuned-sentiment-model-45000-training-examples
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-frabert_distilbert_base_uncased_complete_en.md b/docs/_posts/ahmedlone127/2024-09-01-frabert_distilbert_base_uncased_complete_en.md
new file mode 100644
index 00000000000000..53c5e220532971
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-frabert_distilbert_base_uncased_complete_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English frabert_distilbert_base_uncased_complete DistilBertForSequenceClassification from Francesco0101
+author: John Snow Labs
+name: frabert_distilbert_base_uncased_complete
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`frabert_distilbert_base_uncased_complete` is a English model originally trained by Francesco0101.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/frabert_distilbert_base_uncased_complete_en_5.5.0_3.0_1725213622296.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/frabert_distilbert_base_uncased_complete_en_5.5.0_3.0_1725213622296.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|frabert_distilbert_base_uncased_complete|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Francesco0101/FRABERT-distilbert-base-uncased-COMPLETE
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-frabert_distilbert_base_uncased_complete_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-frabert_distilbert_base_uncased_complete_pipeline_en.md
new file mode 100644
index 00000000000000..14466b2cc4774a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-frabert_distilbert_base_uncased_complete_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English frabert_distilbert_base_uncased_complete_pipeline pipeline DistilBertForSequenceClassification from Francesco0101
+author: John Snow Labs
+name: frabert_distilbert_base_uncased_complete_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`frabert_distilbert_base_uncased_complete_pipeline` is a English model originally trained by Francesco0101.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/frabert_distilbert_base_uncased_complete_pipeline_en_5.5.0_3.0_1725213635796.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/frabert_distilbert_base_uncased_complete_pipeline_en_5.5.0_3.0_1725213635796.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("frabert_distilbert_base_uncased_complete_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("frabert_distilbert_base_uncased_complete_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|frabert_distilbert_base_uncased_complete_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Francesco0101/FRABERT-distilbert-base-uncased-COMPLETE
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ft_distilbert_base_uncased_with_wnut17_v_0_en.md b/docs/_posts/ahmedlone127/2024-09-01-ft_distilbert_base_uncased_with_wnut17_v_0_en.md
new file mode 100644
index 00000000000000..15e9b89066c7a2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ft_distilbert_base_uncased_with_wnut17_v_0_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ft_distilbert_base_uncased_with_wnut17_v_0 DistilBertForTokenClassification from aisuko
+author: John Snow Labs
+name: ft_distilbert_base_uncased_with_wnut17_v_0
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ft_distilbert_base_uncased_with_wnut17_v_0` is a English model originally trained by aisuko.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ft_distilbert_base_uncased_with_wnut17_v_0_en_5.4.2_3.0_1725172581835.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ft_distilbert_base_uncased_with_wnut17_v_0_en_5.4.2_3.0_1725172581835.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ft_distilbert_base_uncased_with_wnut17_v_0|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/aisuko/ft-distilbert-base-uncased-with-wnut17-v-0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ft_distilbert_base_uncased_with_wnut17_v_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ft_distilbert_base_uncased_with_wnut17_v_0_pipeline_en.md
new file mode 100644
index 00000000000000..cbccc48d5727da
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ft_distilbert_base_uncased_with_wnut17_v_0_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ft_distilbert_base_uncased_with_wnut17_v_0_pipeline pipeline DistilBertForTokenClassification from aisuko
+author: John Snow Labs
+name: ft_distilbert_base_uncased_with_wnut17_v_0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ft_distilbert_base_uncased_with_wnut17_v_0_pipeline` is a English model originally trained by aisuko.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ft_distilbert_base_uncased_with_wnut17_v_0_pipeline_en_5.4.2_3.0_1725172596126.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ft_distilbert_base_uncased_with_wnut17_v_0_pipeline_en_5.4.2_3.0_1725172596126.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ft_distilbert_base_uncased_with_wnut17_v_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ft_distilbert_base_uncased_with_wnut17_v_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ft_distilbert_base_uncased_with_wnut17_v_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/aisuko/ft-distilbert-base-uncased-with-wnut17-v-0
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ft_robert_en.md b/docs/_posts/ahmedlone127/2024-09-01-ft_robert_en.md
new file mode 100644
index 00000000000000..5c50c4b4dcc24c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ft_robert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ft_robert RoBertaForSequenceClassification from aibreaker
+author: John Snow Labs
+name: ft_robert
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ft_robert` is a English model originally trained by aibreaker.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ft_robert_en_5.4.2_3.0_1725194925256.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ft_robert_en_5.4.2_3.0_1725194925256.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ft_robert|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/aibreaker/ft_robert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ft_robert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ft_robert_pipeline_en.md
new file mode 100644
index 00000000000000..60ee5cbca5b330
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ft_robert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ft_robert_pipeline pipeline RoBertaForSequenceClassification from aibreaker
+author: John Snow Labs
+name: ft_robert_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ft_robert_pipeline` is a English model originally trained by aibreaker.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ft_robert_pipeline_en_5.4.2_3.0_1725195017814.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ft_robert_pipeline_en_5.4.2_3.0_1725195017814.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ft_robert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ft_robert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ft_robert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/aibreaker/ft_robert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-gbert_large_zeroshot_nli_de.md b/docs/_posts/ahmedlone127/2024-09-01-gbert_large_zeroshot_nli_de.md
new file mode 100644
index 00000000000000..bad76098246430
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-gbert_large_zeroshot_nli_de.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: German gbert_large_zeroshot_nli BertForZeroShotClassification from svalabs
+author: John Snow Labs
+name: gbert_large_zeroshot_nli
+date: 2024-09-01
+tags: [de, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: de
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gbert_large_zeroshot_nli` is a German model originally trained by svalabs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gbert_large_zeroshot_nli_de_5.4.2_3.0_1725208183733.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gbert_large_zeroshot_nli_de_5.4.2_3.0_1725208183733.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gbert_large_zeroshot_nli|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|de|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/svalabs/gbert-large-zeroshot-nli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-gbert_large_zeroshot_nli_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-01-gbert_large_zeroshot_nli_pipeline_de.md
new file mode 100644
index 00000000000000..20ab14352fa56b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-gbert_large_zeroshot_nli_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German gbert_large_zeroshot_nli_pipeline pipeline BertForZeroShotClassification from svalabs
+author: John Snow Labs
+name: gbert_large_zeroshot_nli_pipeline
+date: 2024-09-01
+tags: [de, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: de
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gbert_large_zeroshot_nli_pipeline` is a German model originally trained by svalabs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gbert_large_zeroshot_nli_pipeline_de_5.4.2_3.0_1725208249403.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gbert_large_zeroshot_nli_pipeline_de_5.4.2_3.0_1725208249403.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("gbert_large_zeroshot_nli_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("gbert_large_zeroshot_nli_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gbert_large_zeroshot_nli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/svalabs/gbert-large-zeroshot-nli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-gender_classification_amanaccessassist_en.md b/docs/_posts/ahmedlone127/2024-09-01-gender_classification_amanaccessassist_en.md
new file mode 100644
index 00000000000000..13beb6b5312d2c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-gender_classification_amanaccessassist_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English gender_classification_amanaccessassist RoBertaForSequenceClassification from Amanaccessassist
+author: John Snow Labs
+name: gender_classification_amanaccessassist
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gender_classification_amanaccessassist` is a English model originally trained by Amanaccessassist.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gender_classification_amanaccessassist_en_5.5.0_3.0_1725212350039.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gender_classification_amanaccessassist_en_5.5.0_3.0_1725212350039.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gender_classification_amanaccessassist|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|431.7 MB|
+
+## References
+
+https://huggingface.co/Amanaccessassist/Gender-Classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-gender_classification_amanaccessassist_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-gender_classification_amanaccessassist_pipeline_en.md
new file mode 100644
index 00000000000000..a23060cee66278
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-gender_classification_amanaccessassist_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English gender_classification_amanaccessassist_pipeline pipeline RoBertaForSequenceClassification from Amanaccessassist
+author: John Snow Labs
+name: gender_classification_amanaccessassist_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gender_classification_amanaccessassist_pipeline` is a English model originally trained by Amanaccessassist.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gender_classification_amanaccessassist_pipeline_en_5.5.0_3.0_1725212378068.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gender_classification_amanaccessassist_pipeline_en_5.5.0_3.0_1725212378068.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("gender_classification_amanaccessassist_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("gender_classification_amanaccessassist_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gender_classification_amanaccessassist_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|431.7 MB|
+
+## References
+
+https://huggingface.co/Amanaccessassist/Gender-Classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-genesis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-genesis_pipeline_en.md
new file mode 100644
index 00000000000000..a7a2b222394c04
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-genesis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English genesis_pipeline pipeline DistilBertForTokenClassification from Raj-sharma01
+author: John Snow Labs
+name: genesis_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`genesis_pipeline` is a English model originally trained by Raj-sharma01.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/genesis_pipeline_en_5.4.2_3.0_1725160948557.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/genesis_pipeline_en_5.4.2_3.0_1725160948557.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("genesis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("genesis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|genesis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.4 MB|
+
+## References
+
+https://huggingface.co/Raj-sharma01/Genesis
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-german_zeroshot_de.md b/docs/_posts/ahmedlone127/2024-09-01-german_zeroshot_de.md
new file mode 100644
index 00000000000000..d859bf939c0204
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-german_zeroshot_de.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: German german_zeroshot BertForZeroShotClassification from Sahajtomar
+author: John Snow Labs
+name: german_zeroshot
+date: 2024-09-01
+tags: [de, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: de
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`german_zeroshot` is a German model originally trained by Sahajtomar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/german_zeroshot_de_5.4.2_3.0_1725202292533.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/german_zeroshot_de_5.4.2_3.0_1725202292533.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|german_zeroshot|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|de|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/Sahajtomar/German_Zeroshot
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-german_zeroshot_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-01-german_zeroshot_pipeline_de.md
new file mode 100644
index 00000000000000..413858268a8585
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-german_zeroshot_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German german_zeroshot_pipeline pipeline BertForZeroShotClassification from Sahajtomar
+author: John Snow Labs
+name: german_zeroshot_pipeline
+date: 2024-09-01
+tags: [de, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: de
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`german_zeroshot_pipeline` is a German model originally trained by Sahajtomar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/german_zeroshot_pipeline_de_5.4.2_3.0_1725202360533.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/german_zeroshot_pipeline_de_5.4.2_3.0_1725202360533.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("german_zeroshot_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("german_zeroshot_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|german_zeroshot_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/Sahajtomar/German_Zeroshot
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-gqa_roberta_legal_squad_complete_augmented_2000_en.md b/docs/_posts/ahmedlone127/2024-09-01-gqa_roberta_legal_squad_complete_augmented_2000_en.md
new file mode 100644
index 00000000000000..436523321fb45c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-gqa_roberta_legal_squad_complete_augmented_2000_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English gqa_roberta_legal_squad_complete_augmented_2000 RoBertaForQuestionAnswering from farid1088
+author: John Snow Labs
+name: gqa_roberta_legal_squad_complete_augmented_2000
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gqa_roberta_legal_squad_complete_augmented_2000` is a English model originally trained by farid1088.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gqa_roberta_legal_squad_complete_augmented_2000_en_5.4.2_3.0_1725200162171.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gqa_roberta_legal_squad_complete_augmented_2000_en_5.4.2_3.0_1725200162171.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gqa_roberta_legal_squad_complete_augmented_2000|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|465.8 MB|
+
+## References
+
+https://huggingface.co/farid1088/GQA_RoBERTa_legal_SQuAD_complete_augmented_2000
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-gqa_roberta_legal_squad_complete_augmented_2000_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-gqa_roberta_legal_squad_complete_augmented_2000_pipeline_en.md
new file mode 100644
index 00000000000000..9b98ce2bfb742a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-gqa_roberta_legal_squad_complete_augmented_2000_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English gqa_roberta_legal_squad_complete_augmented_2000_pipeline pipeline RoBertaForQuestionAnswering from farid1088
+author: John Snow Labs
+name: gqa_roberta_legal_squad_complete_augmented_2000_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gqa_roberta_legal_squad_complete_augmented_2000_pipeline` is a English model originally trained by farid1088.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gqa_roberta_legal_squad_complete_augmented_2000_pipeline_en_5.4.2_3.0_1725200187382.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gqa_roberta_legal_squad_complete_augmented_2000_pipeline_en_5.4.2_3.0_1725200187382.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("gqa_roberta_legal_squad_complete_augmented_2000_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("gqa_roberta_legal_squad_complete_augmented_2000_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gqa_roberta_legal_squad_complete_augmented_2000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|465.8 MB|
+
+## References
+
+https://huggingface.co/farid1088/GQA_RoBERTa_legal_SQuAD_complete_augmented_2000
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-graphcodebert_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-graphcodebert_base_en.md
new file mode 100644
index 00000000000000..f3ec5a910c88e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-graphcodebert_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English graphcodebert_base RoBertaEmbeddings from microsoft
+author: John Snow Labs
+name: graphcodebert_base
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`graphcodebert_base` is a English model originally trained by microsoft.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/graphcodebert_base_en_5.4.2_3.0_1725186221971.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/graphcodebert_base_en_5.4.2_3.0_1725186221971.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|graphcodebert_base|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|465.9 MB|
+
+## References
+
+https://huggingface.co/microsoft/graphcodebert-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-graphcodebert_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-graphcodebert_base_pipeline_en.md
new file mode 100644
index 00000000000000..d602fbd606d702
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-graphcodebert_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English graphcodebert_base_pipeline pipeline RoBertaEmbeddings from microsoft
+author: John Snow Labs
+name: graphcodebert_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`graphcodebert_base_pipeline` is a English model originally trained by microsoft.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/graphcodebert_base_pipeline_en_5.4.2_3.0_1725186249615.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/graphcodebert_base_pipeline_en_5.4.2_3.0_1725186249615.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("graphcodebert_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("graphcodebert_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|graphcodebert_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|466.0 MB|
+
+## References
+
+https://huggingface.co/microsoft/graphcodebert-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-gte_large_mnli_anli_en.md b/docs/_posts/ahmedlone127/2024-09-01-gte_large_mnli_anli_en.md
new file mode 100644
index 00000000000000..76d0af15bce687
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-gte_large_mnli_anli_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English gte_large_mnli_anli BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: gte_large_mnli_anli
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gte_large_mnli_anli` is a English model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gte_large_mnli_anli_en_5.4.2_3.0_1725202190136.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gte_large_mnli_anli_en_5.4.2_3.0_1725202190136.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gte_large_mnli_anli|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/mjwong/gte-large-mnli-anli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-gte_large_mnli_anli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-gte_large_mnli_anli_pipeline_en.md
new file mode 100644
index 00000000000000..9feb680c30d348
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-gte_large_mnli_anli_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English gte_large_mnli_anli_pipeline pipeline BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: gte_large_mnli_anli_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gte_large_mnli_anli_pipeline` is a English model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gte_large_mnli_anli_pipeline_en_5.4.2_3.0_1725202260214.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gte_large_mnli_anli_pipeline_en_5.4.2_3.0_1725202260214.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("gte_large_mnli_anli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("gte_large_mnli_anli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gte_large_mnli_anli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/mjwong/gte-large-mnli-anli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-hasoc19_microsoft_mdeberta_v3_base_targinsult1_en.md b/docs/_posts/ahmedlone127/2024-09-01-hasoc19_microsoft_mdeberta_v3_base_targinsult1_en.md
new file mode 100644
index 00000000000000..749c353070f477
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-hasoc19_microsoft_mdeberta_v3_base_targinsult1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English hasoc19_microsoft_mdeberta_v3_base_targinsult1 DeBertaForSequenceClassification from SiddharthaM
+author: John Snow Labs
+name: hasoc19_microsoft_mdeberta_v3_base_targinsult1
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hasoc19_microsoft_mdeberta_v3_base_targinsult1` is a English model originally trained by SiddharthaM.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hasoc19_microsoft_mdeberta_v3_base_targinsult1_en_5.4.2_3.0_1725183326576.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hasoc19_microsoft_mdeberta_v3_base_targinsult1_en_5.4.2_3.0_1725183326576.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hasoc19_microsoft_mdeberta_v3_base_targinsult1|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|815.2 MB|
+
+## References
+
+https://huggingface.co/SiddharthaM/hasoc19-microsoft-mdeberta-v3-base-targinsult1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_en.md b/docs/_posts/ahmedlone127/2024-09-01-hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_en.md
new file mode 100644
index 00000000000000..b3ddd372cdc8fc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m RoBertaForSequenceClassification from tweettemposhift
+author: John Snow Labs
+name: hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m` is a English model originally trained by tweettemposhift.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_en_5.5.0_3.0_1725212719906.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_en_5.5.0_3.0_1725212719906.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/tweettemposhift/hate-hate_balance_random3_seed0-twitter-roberta-base-2019-90m
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline_en.md
new file mode 100644
index 00000000000000..bd03dea5c9285b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline pipeline RoBertaForSequenceClassification from tweettemposhift
+author: John Snow Labs
+name: hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline` is a English model originally trained by tweettemposhift.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline_en_5.5.0_3.0_1725212745101.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline_en_5.5.0_3.0_1725212745101.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hate_hate_balance_random3_seed0_twitter_roberta_base_2019_90m_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/tweettemposhift/hate-hate_balance_random3_seed0-twitter-roberta-base-2019-90m
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-hesroberta_hausa_en.md b/docs/_posts/ahmedlone127/2024-09-01-hesroberta_hausa_en.md
new file mode 100644
index 00000000000000..d2a5b2176f82cc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-hesroberta_hausa_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English hesroberta_hausa RoBertaForSequenceClassification from Chettaniiay
+author: John Snow Labs
+name: hesroberta_hausa
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hesroberta_hausa` is a English model originally trained by Chettaniiay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hesroberta_hausa_en_5.4.2_3.0_1725194003293.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hesroberta_hausa_en_5.4.2_3.0_1725194003293.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hesroberta_hausa|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.6 MB|
+
+## References
+
+https://huggingface.co/Chettaniiay/HESRoberTA-HA
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-hesroberta_hausa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-hesroberta_hausa_pipeline_en.md
new file mode 100644
index 00000000000000..02d708aed5a6ca
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-hesroberta_hausa_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English hesroberta_hausa_pipeline pipeline RoBertaForSequenceClassification from Chettaniiay
+author: John Snow Labs
+name: hesroberta_hausa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hesroberta_hausa_pipeline` is a English model originally trained by Chettaniiay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hesroberta_hausa_pipeline_en_5.4.2_3.0_1725194035406.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hesroberta_hausa_pipeline_en_5.4.2_3.0_1725194035406.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hesroberta_hausa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hesroberta_hausa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hesroberta_hausa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.6 MB|
+
+## References
+
+https://huggingface.co/Chettaniiay/HESRoberTA-HA
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-hindi_albert_hi.md b/docs/_posts/ahmedlone127/2024-09-01-hindi_albert_hi.md
new file mode 100644
index 00000000000000..e4182f7cd5fa81
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-hindi_albert_hi.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Hindi hindi_albert AlbertEmbeddings from l3cube-pune
+author: John Snow Labs
+name: hindi_albert
+date: 2024-09-01
+tags: [hi, open_source, onnx, embeddings, albert]
+task: Embeddings
+language: hi
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hindi_albert` is a Hindi model originally trained by l3cube-pune.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hindi_albert_hi_5.4.2_3.0_1725206201987.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hindi_albert_hi_5.4.2_3.0_1725206201987.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hindi_albert|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[albert]|
+|Language:|hi|
+|Size:|125.4 MB|
+
+## References
+
+https://huggingface.co/l3cube-pune/hindi-albert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-hindi_albert_pipeline_hi.md b/docs/_posts/ahmedlone127/2024-09-01-hindi_albert_pipeline_hi.md
new file mode 100644
index 00000000000000..f000255796f974
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-hindi_albert_pipeline_hi.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Hindi hindi_albert_pipeline pipeline AlbertEmbeddings from l3cube-pune
+author: John Snow Labs
+name: hindi_albert_pipeline
+date: 2024-09-01
+tags: [hi, open_source, pipeline, onnx]
+task: Embeddings
+language: hi
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hindi_albert_pipeline` is a Hindi model originally trained by l3cube-pune.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hindi_albert_pipeline_hi_5.4.2_3.0_1725206208136.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hindi_albert_pipeline_hi_5.4.2_3.0_1725206208136.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hindi_albert_pipeline", lang = "hi")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hindi_albert_pipeline", lang = "hi")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hindi_albert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|hi|
+|Size:|125.4 MB|
+
+## References
+
+https://huggingface.co/l3cube-pune/hindi-albert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-hinglish_distilbert_en.md b/docs/_posts/ahmedlone127/2024-09-01-hinglish_distilbert_en.md
new file mode 100644
index 00000000000000..dfe41de1fc0829
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-hinglish_distilbert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English hinglish_distilbert DistilBertEmbeddings from meghanabhange
+author: John Snow Labs
+name: hinglish_distilbert
+date: 2024-09-01
+tags: [distilbert, en, open_source, fill_mask, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hinglish_distilbert` is a English model originally trained by meghanabhange.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hinglish_distilbert_en_5.5.0_3.0_1725213753531.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hinglish_distilbert_en_5.5.0_3.0_1725213753531.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hinglish_distilbert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|245.9 MB|
+
+## References
+
+References
+
+References
+
+https://huggingface.co/meghanabhange/Hinglish-DistilBert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-hinglish_distilbert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-hinglish_distilbert_pipeline_en.md
new file mode 100644
index 00000000000000..aa0b26b56c675e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-hinglish_distilbert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English hinglish_distilbert_pipeline pipeline DistilBertForSequenceClassification from Narasimha
+author: John Snow Labs
+name: hinglish_distilbert_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hinglish_distilbert_pipeline` is a English model originally trained by Narasimha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hinglish_distilbert_pipeline_en_5.5.0_3.0_1725213767079.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hinglish_distilbert_pipeline_en_5.5.0_3.0_1725213767079.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hinglish_distilbert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hinglish_distilbert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hinglish_distilbert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|245.9 MB|
+
+## References
+
+https://huggingface.co/Narasimha/hinglish-distilbert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-hnai_model_en.md b/docs/_posts/ahmedlone127/2024-09-01-hnai_model_en.md
new file mode 100644
index 00000000000000..882710894858c7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-hnai_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English hnai_model XlmRoBertaForSequenceClassification from 203427as321
+author: John Snow Labs
+name: hnai_model
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hnai_model` is a English model originally trained by 203427as321.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hnai_model_en_5.4.2_3.0_1725169597311.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hnai_model_en_5.4.2_3.0_1725169597311.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hnai_model|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|850.2 MB|
+
+## References
+
+https://huggingface.co/203427as321/hnai_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-imdb_microsoft_deberta_v3_large_seed_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-imdb_microsoft_deberta_v3_large_seed_1_pipeline_en.md
new file mode 100644
index 00000000000000..422a1f8d6f82ab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-imdb_microsoft_deberta_v3_large_seed_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English imdb_microsoft_deberta_v3_large_seed_1_pipeline pipeline DeBertaForSequenceClassification from utahnlp
+author: John Snow Labs
+name: imdb_microsoft_deberta_v3_large_seed_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`imdb_microsoft_deberta_v3_large_seed_1_pipeline` is a English model originally trained by utahnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/imdb_microsoft_deberta_v3_large_seed_1_pipeline_en_5.5.0_3.0_1725209422777.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/imdb_microsoft_deberta_v3_large_seed_1_pipeline_en_5.5.0_3.0_1725209422777.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("imdb_microsoft_deberta_v3_large_seed_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("imdb_microsoft_deberta_v3_large_seed_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|imdb_microsoft_deberta_v3_large_seed_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/utahnlp/imdb_microsoft_deberta-v3-large_seed-1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-immunization_classification_model_en.md b/docs/_posts/ahmedlone127/2024-09-01-immunization_classification_model_en.md
new file mode 100644
index 00000000000000..8c3622248383ac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-immunization_classification_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English immunization_classification_model DistilBertForSequenceClassification from peterkros
+author: John Snow Labs
+name: immunization_classification_model
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`immunization_classification_model` is a English model originally trained by peterkros.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/immunization_classification_model_en_5.5.0_3.0_1725213666616.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/immunization_classification_model_en_5.5.0_3.0_1725213666616.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|immunization_classification_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/peterkros/immunization-classification-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-immunization_classification_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-immunization_classification_model_pipeline_en.md
new file mode 100644
index 00000000000000..90ec3749c0a6c4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-immunization_classification_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English immunization_classification_model_pipeline pipeline DistilBertForSequenceClassification from peterkros
+author: John Snow Labs
+name: immunization_classification_model_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`immunization_classification_model_pipeline` is a English model originally trained by peterkros.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/immunization_classification_model_pipeline_en_5.5.0_3.0_1725213683317.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/immunization_classification_model_pipeline_en_5.5.0_3.0_1725213683317.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("immunization_classification_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("immunization_classification_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|immunization_classification_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/peterkros/immunization-classification-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-indic_bert_finetuned_ours_ds_en.md b/docs/_posts/ahmedlone127/2024-09-01-indic_bert_finetuned_ours_ds_en.md
new file mode 100644
index 00000000000000..81bfcb7f105951
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-indic_bert_finetuned_ours_ds_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English indic_bert_finetuned_ours_ds AlbertForSequenceClassification from IIIT-L
+author: John Snow Labs
+name: indic_bert_finetuned_ours_ds
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indic_bert_finetuned_ours_ds` is a English model originally trained by IIIT-L.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indic_bert_finetuned_ours_ds_en_5.4.2_3.0_1725188306187.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indic_bert_finetuned_ours_ds_en_5.4.2_3.0_1725188306187.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indic_bert_finetuned_ours_ds|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|127.8 MB|
+
+## References
+
+https://huggingface.co/IIIT-L/indic-bert-finetuned-ours-DS
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-indicbert_arabic_urdu_en.md b/docs/_posts/ahmedlone127/2024-09-01-indicbert_arabic_urdu_en.md
new file mode 100644
index 00000000000000..4f64efafb818e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-indicbert_arabic_urdu_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English indicbert_arabic_urdu AlbertForTokenClassification from anwesham
+author: John Snow Labs
+name: indicbert_arabic_urdu
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, albert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indicbert_arabic_urdu` is a English model originally trained by anwesham.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indicbert_arabic_urdu_en_5.4.2_3.0_1725203013530.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indicbert_arabic_urdu_en_5.4.2_3.0_1725203013530.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indicbert_arabic_urdu|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|125.6 MB|
+
+## References
+
+https://huggingface.co/anwesham/indicbert_ar_ur
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-indicbert_arabic_urdu_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-indicbert_arabic_urdu_pipeline_en.md
new file mode 100644
index 00000000000000..b1fc1ab436d998
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-indicbert_arabic_urdu_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English indicbert_arabic_urdu_pipeline pipeline AlbertForTokenClassification from anwesham
+author: John Snow Labs
+name: indicbert_arabic_urdu_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indicbert_arabic_urdu_pipeline` is a English model originally trained by anwesham.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indicbert_arabic_urdu_pipeline_en_5.4.2_3.0_1725203019907.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indicbert_arabic_urdu_pipeline_en_5.4.2_3.0_1725203019907.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("indicbert_arabic_urdu_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("indicbert_arabic_urdu_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indicbert_arabic_urdu_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|125.6 MB|
+
+## References
+
+https://huggingface.co/anwesham/indicbert_ar_ur
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-indobert_for_eqa_finetuned_ms.md b/docs/_posts/ahmedlone127/2024-09-01-indobert_for_eqa_finetuned_ms.md
new file mode 100644
index 00000000000000..c34dad8d41a500
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-indobert_for_eqa_finetuned_ms.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: Malay (macrolanguage) indobert_for_eqa_finetuned BertForQuestionAnswering from primasr
+author: John Snow Labs
+name: indobert_for_eqa_finetuned
+date: 2024-09-01
+tags: [ms, open_source, onnx, question_answering, bert]
+task: Question Answering
+language: ms
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indobert_for_eqa_finetuned` is a Malay (macrolanguage) model originally trained by primasr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indobert_for_eqa_finetuned_ms_5.5.0_3.0_1725215228647.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indobert_for_eqa_finetuned_ms_5.5.0_3.0_1725215228647.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indobert_lite_squadx|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|id|
+|Size:|41.9 MB|
+
+## References
+
+https://huggingface.co/Wikidepia/indobert-lite-squadx
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-jerteh_81_pipeline_sr.md b/docs/_posts/ahmedlone127/2024-09-01-jerteh_81_pipeline_sr.md
new file mode 100644
index 00000000000000..aab464d4bedcad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-jerteh_81_pipeline_sr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Serbian jerteh_81_pipeline pipeline RoBertaEmbeddings from jerteh
+author: John Snow Labs
+name: jerteh_81_pipeline
+date: 2024-09-01
+tags: [sr, open_source, pipeline, onnx]
+task: Embeddings
+language: sr
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`jerteh_81_pipeline` is a Serbian model originally trained by jerteh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/jerteh_81_pipeline_sr_5.4.2_3.0_1725186106877.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/jerteh_81_pipeline_sr_5.4.2_3.0_1725186106877.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("jerteh_81_pipeline", lang = "sr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("jerteh_81_pipeline", lang = "sr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|jerteh_81_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|sr|
+|Size:|289.9 MB|
+
+## References
+
+https://huggingface.co/jerteh/Jerteh-81
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-jerteh_81_sr.md b/docs/_posts/ahmedlone127/2024-09-01-jerteh_81_sr.md
new file mode 100644
index 00000000000000..654940e0dab9d8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-jerteh_81_sr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Serbian jerteh_81 RoBertaEmbeddings from jerteh
+author: John Snow Labs
+name: jerteh_81
+date: 2024-09-01
+tags: [sr, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: sr
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`jerteh_81` is a Serbian model originally trained by jerteh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/jerteh_81_sr_5.4.2_3.0_1725186090240.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/jerteh_81_sr_5.4.2_3.0_1725186090240.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|jerteh_81|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|sr|
+|Size:|289.9 MB|
+
+## References
+
+https://huggingface.co/jerteh/Jerteh-81
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-kmdb_ner_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-kmdb_ner_model_pipeline_en.md
new file mode 100644
index 00000000000000..5d63adcb35cbae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-kmdb_ner_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English kmdb_ner_model_pipeline pipeline BertForTokenClassification from boapps
+author: John Snow Labs
+name: kmdb_ner_model_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`kmdb_ner_model_pipeline` is a English model originally trained by boapps.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/kmdb_ner_model_pipeline_en_5.4.2_3.0_1725163893805.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/kmdb_ner_model_pipeline_en_5.4.2_3.0_1725163893805.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("kmdb_ner_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("kmdb_ner_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|kmdb_ner_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|412.5 MB|
+
+## References
+
+https://huggingface.co/boapps/kmdb_ner_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-langdetect_en.md b/docs/_posts/ahmedlone127/2024-09-01-langdetect_en.md
new file mode 100644
index 00000000000000..fc0825504dbf88
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-langdetect_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English langdetect XlmRoBertaForSequenceClassification from ERCDiDip
+author: John Snow Labs
+name: langdetect
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`langdetect` is a English model originally trained by ERCDiDip.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/langdetect_en_5.4.2_3.0_1725169113465.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/langdetect_en_5.4.2_3.0_1725169113465.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|langdetect|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|927.0 MB|
+
+## References
+
+https://huggingface.co/ERCDiDip/langdetect
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-latest_model_en.md b/docs/_posts/ahmedlone127/2024-09-01-latest_model_en.md
new file mode 100644
index 00000000000000..5d77467a89f5db
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-latest_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English latest_model DistilBertForTokenClassification from Gkumi
+author: John Snow Labs
+name: latest_model
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`latest_model` is a English model originally trained by Gkumi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/latest_model_en_5.4.2_3.0_1725170616606.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/latest_model_en_5.4.2_3.0_1725170616606.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|latest_model|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|244.0 MB|
+
+## References
+
+https://huggingface.co/Gkumi/latest-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-lenu_german_en.md b/docs/_posts/ahmedlone127/2024-09-01-lenu_german_en.md
new file mode 100644
index 00000000000000..f1e6d98710bdc6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-lenu_german_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English lenu_german BertForSequenceClassification from Sociovestix
+author: John Snow Labs
+name: lenu_german
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lenu_german` is a English model originally trained by Sociovestix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lenu_german_en_5.4.2_3.0_1725205359648.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lenu_german_en_5.4.2_3.0_1725205359648.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lenu_german|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|412.2 MB|
+
+## References
+
+https://huggingface.co/Sociovestix/lenu_DE
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-lenu_german_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-lenu_german_pipeline_en.md
new file mode 100644
index 00000000000000..4f9b4ab603941f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-lenu_german_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English lenu_german_pipeline pipeline BertForSequenceClassification from Sociovestix
+author: John Snow Labs
+name: lenu_german_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lenu_german_pipeline` is a English model originally trained by Sociovestix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lenu_german_pipeline_en_5.4.2_3.0_1725205382798.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lenu_german_pipeline_en_5.4.2_3.0_1725205382798.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lenu_german_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lenu_german_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lenu_german_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|412.2 MB|
+
+## References
+
+https://huggingface.co/Sociovestix/lenu_DE
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-lenu_spanish_en.md b/docs/_posts/ahmedlone127/2024-09-01-lenu_spanish_en.md
new file mode 100644
index 00000000000000..3090bd562cf9db
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-lenu_spanish_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English lenu_spanish BertForSequenceClassification from Sociovestix
+author: John Snow Labs
+name: lenu_spanish
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lenu_spanish` is a English model originally trained by Sociovestix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lenu_spanish_en_5.4.2_3.0_1725205062828.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lenu_spanish_en_5.4.2_3.0_1725205062828.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lenu_spanish|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|627.8 MB|
+
+## References
+
+https://huggingface.co/Sociovestix/lenu_ES
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-lenu_spanish_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-lenu_spanish_pipeline_en.md
new file mode 100644
index 00000000000000..b63fcc5a713463
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-lenu_spanish_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English lenu_spanish_pipeline pipeline BertForSequenceClassification from Sociovestix
+author: John Snow Labs
+name: lenu_spanish_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lenu_spanish_pipeline` is a English model originally trained by Sociovestix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lenu_spanish_pipeline_en_5.4.2_3.0_1725205098089.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lenu_spanish_pipeline_en_5.4.2_3.0_1725205098089.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lenu_spanish_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lenu_spanish_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lenu_spanish_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|627.9 MB|
+
+## References
+
+https://huggingface.co/Sociovestix/lenu_ES
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-linkbert_large_en.md b/docs/_posts/ahmedlone127/2024-09-01-linkbert_large_en.md
new file mode 100644
index 00000000000000..6805d85e5da95c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-linkbert_large_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English linkbert_large BertEmbeddings from michiyasunaga
+author: John Snow Labs
+name: linkbert_large
+date: 2024-09-01
+tags: [bert, en, open_source, fill_mask, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`linkbert_large` is a English model originally trained by michiyasunaga.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/linkbert_large_en_5.4.2_3.0_1725204641527.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/linkbert_large_en_5.4.2_3.0_1725204641527.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|linkbert_large|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+References
+
+https://huggingface.co/michiyasunaga/LinkBERT-large
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-linkbert_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-linkbert_large_pipeline_en.md
new file mode 100644
index 00000000000000..110543907ec7b4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-linkbert_large_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English linkbert_large_pipeline pipeline BertForSequenceClassification from michiyasunaga
+author: John Snow Labs
+name: linkbert_large_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`linkbert_large_pipeline` is a English model originally trained by michiyasunaga.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/linkbert_large_pipeline_en_5.4.2_3.0_1725204709140.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/linkbert_large_pipeline_en_5.4.2_3.0_1725204709140.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("linkbert_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("linkbert_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|linkbert_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/michiyasunaga/LinkBERT-large
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-literary_bge_en.md b/docs/_posts/ahmedlone127/2024-09-01-literary_bge_en.md
new file mode 100644
index 00000000000000..4c0e32cabc0870
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-literary_bge_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English literary_bge BGEEmbeddings from crazyjeannot
+author: John Snow Labs
+name: literary_bge
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`literary_bge` is a English model originally trained by crazyjeannot.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/literary_bge_en_5.4.2_3.0_1725198781006.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/literary_bge_en_5.4.2_3.0_1725198781006.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|literary_bge|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/crazyjeannot/literary_bge
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-literary_bge_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-literary_bge_pipeline_en.md
new file mode 100644
index 00000000000000..5d5c36cefd083d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-literary_bge_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English literary_bge_pipeline pipeline BGEEmbeddings from crazyjeannot
+author: John Snow Labs
+name: literary_bge_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`literary_bge_pipeline` is a English model originally trained by crazyjeannot.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/literary_bge_pipeline_en_5.4.2_3.0_1725198857530.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/literary_bge_pipeline_en_5.4.2_3.0_1725198857530.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("literary_bge_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("literary_bge_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|literary_bge_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/crazyjeannot/literary_bge
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-lithuanian_namesonly_en.md b/docs/_posts/ahmedlone127/2024-09-01-lithuanian_namesonly_en.md
new file mode 100644
index 00000000000000..0032f2d04dcddf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-lithuanian_namesonly_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English lithuanian_namesonly MPNetEmbeddings from matthewleechen
+author: John Snow Labs
+name: lithuanian_namesonly
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lithuanian_namesonly` is a English model originally trained by matthewleechen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lithuanian_namesonly_en_5.5.0_3.0_1725224820747.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lithuanian_namesonly_en_5.5.0_3.0_1725224820747.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lithuanian_namesonly|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/matthewleechen/lt_namesonly
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-lithuanian_namesonly_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-lithuanian_namesonly_pipeline_en.md
new file mode 100644
index 00000000000000..6fe43818de765c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-lithuanian_namesonly_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English lithuanian_namesonly_pipeline pipeline MPNetEmbeddings from matthewleechen
+author: John Snow Labs
+name: lithuanian_namesonly_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lithuanian_namesonly_pipeline` is a English model originally trained by matthewleechen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lithuanian_namesonly_pipeline_en_5.5.0_3.0_1725224843449.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lithuanian_namesonly_pipeline_en_5.5.0_3.0_1725224843449.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lithuanian_namesonly_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lithuanian_namesonly_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lithuanian_namesonly_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/matthewleechen/lt_namesonly
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-llama_goodbooks_mpnet_en.md b/docs/_posts/ahmedlone127/2024-09-01-llama_goodbooks_mpnet_en.md
new file mode 100644
index 00000000000000..e2fb8b11f6fe96
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-llama_goodbooks_mpnet_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English llama_goodbooks_mpnet MPNetEmbeddings from beeformer
+author: John Snow Labs
+name: llama_goodbooks_mpnet
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`llama_goodbooks_mpnet` is a English model originally trained by beeformer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/llama_goodbooks_mpnet_en_5.5.0_3.0_1725224828458.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/llama_goodbooks_mpnet_en_5.5.0_3.0_1725224828458.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|llama_goodbooks_mpnet|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/beeformer/Llama-goodbooks-mpnet
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-llama_goodbooks_mpnet_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-llama_goodbooks_mpnet_pipeline_en.md
new file mode 100644
index 00000000000000..1841220bc47d5c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-llama_goodbooks_mpnet_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English llama_goodbooks_mpnet_pipeline pipeline MPNetEmbeddings from beeformer
+author: John Snow Labs
+name: llama_goodbooks_mpnet_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`llama_goodbooks_mpnet_pipeline` is a English model originally trained by beeformer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/llama_goodbooks_mpnet_pipeline_en_5.5.0_3.0_1725224853112.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/llama_goodbooks_mpnet_pipeline_en_5.5.0_3.0_1725224853112.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("llama_goodbooks_mpnet_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("llama_goodbooks_mpnet_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|llama_goodbooks_mpnet_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/beeformer/Llama-goodbooks-mpnet
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-llama_movielens_mpnet_en.md b/docs/_posts/ahmedlone127/2024-09-01-llama_movielens_mpnet_en.md
new file mode 100644
index 00000000000000..93c48c63835f0f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-llama_movielens_mpnet_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English llama_movielens_mpnet MPNetEmbeddings from beeformer
+author: John Snow Labs
+name: llama_movielens_mpnet
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`llama_movielens_mpnet` is a English model originally trained by beeformer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/llama_movielens_mpnet_en_5.5.0_3.0_1725224681897.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/llama_movielens_mpnet_en_5.5.0_3.0_1725224681897.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|llama_movielens_mpnet|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/beeformer/Llama-movielens-mpnet
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-llama_movielens_mpnet_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-llama_movielens_mpnet_pipeline_en.md
new file mode 100644
index 00000000000000..1c3c98d4997584
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-llama_movielens_mpnet_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English llama_movielens_mpnet_pipeline pipeline MPNetEmbeddings from beeformer
+author: John Snow Labs
+name: llama_movielens_mpnet_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`llama_movielens_mpnet_pipeline` is a English model originally trained by beeformer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/llama_movielens_mpnet_pipeline_en_5.5.0_3.0_1725224704050.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/llama_movielens_mpnet_pipeline_en_5.5.0_3.0_1725224704050.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("llama_movielens_mpnet_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("llama_movielens_mpnet_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|llama_movielens_mpnet_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/beeformer/Llama-movielens-mpnet
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-m1_mlm_en.md b/docs/_posts/ahmedlone127/2024-09-01-m1_mlm_en.md
new file mode 100644
index 00000000000000..bff1ed75205a2d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-m1_mlm_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English m1_mlm AlbertEmbeddings from S2312dal
+author: John Snow Labs
+name: m1_mlm
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, albert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`m1_mlm` is a English model originally trained by S2312dal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/m1_mlm_en_5.4.2_3.0_1725205796426.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/m1_mlm_en_5.4.2_3.0_1725205796426.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|m1_mlm|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[albert]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/S2312dal/M1_MLM
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-m1_mlm_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-m1_mlm_pipeline_en.md
new file mode 100644
index 00000000000000..817033e7fccb85
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-m1_mlm_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English m1_mlm_pipeline pipeline AlbertEmbeddings from S2312dal
+author: John Snow Labs
+name: m1_mlm_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`m1_mlm_pipeline` is a English model originally trained by S2312dal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/m1_mlm_pipeline_en_5.4.2_3.0_1725205798847.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/m1_mlm_pipeline_en_5.4.2_3.0_1725205798847.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("m1_mlm_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("m1_mlm_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|m1_mlm_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/S2312dal/M1_MLM
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-malayalambert_en.md b/docs/_posts/ahmedlone127/2024-09-01-malayalambert_en.md
new file mode 100644
index 00000000000000..e0c4e7e72b0897
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-malayalambert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English malayalambert RoBertaEmbeddings from eliasedwin7
+author: John Snow Labs
+name: malayalambert
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`malayalambert` is a English model originally trained by eliasedwin7.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/malayalambert_en_5.4.2_3.0_1725191218628.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/malayalambert_en_5.4.2_3.0_1725191218628.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marsilia_embeddings_english_large|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/sujet-ai/Marsilia-Embeddings-EN-Large
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-marsilia_embeddings_english_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-marsilia_embeddings_english_large_pipeline_en.md
new file mode 100644
index 00000000000000..53c66a7254f4c5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-marsilia_embeddings_english_large_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English marsilia_embeddings_english_large_pipeline pipeline BGEEmbeddings from sujet-ai
+author: John Snow Labs
+name: marsilia_embeddings_english_large_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marsilia_embeddings_english_large_pipeline` is a English model originally trained by sujet-ai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marsilia_embeddings_english_large_pipeline_en_5.5.0_3.0_1725229003570.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marsilia_embeddings_english_large_pipeline_en_5.5.0_3.0_1725229003570.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marsilia_embeddings_english_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marsilia_embeddings_english_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marsilia_embeddings_english_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/sujet-ai/Marsilia-Embeddings-EN-Large
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mathberta_en.md b/docs/_posts/ahmedlone127/2024-09-01-mathberta_en.md
new file mode 100644
index 00000000000000..89614110fef773
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mathberta_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mathberta RoBertaEmbeddings from witiko
+author: John Snow Labs
+name: mathberta
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mathberta` is a English model originally trained by witiko.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mathberta_en_5.4.2_3.0_1725186190581.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mathberta_en_5.4.2_3.0_1725186190581.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mathberta|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|548.3 MB|
+
+## References
+
+https://huggingface.co/witiko/mathberta
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mathberta_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mathberta_pipeline_en.md
new file mode 100644
index 00000000000000..dea6f27e1a0bdb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mathberta_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mathberta_pipeline pipeline RoBertaEmbeddings from witiko
+author: John Snow Labs
+name: mathberta_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mathberta_pipeline` is a English model originally trained by witiko.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mathberta_pipeline_en_5.4.2_3.0_1725186219507.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mathberta_pipeline_en_5.4.2_3.0_1725186219507.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mathberta_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mathberta_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mathberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|548.3 MB|
+
+## References
+
+https://huggingface.co/witiko/mathberta
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mcontriever_msmarco_xnli_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-01-mcontriever_msmarco_xnli_pipeline_xx.md
new file mode 100644
index 00000000000000..a3ae2ba6ab6b90
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mcontriever_msmarco_xnli_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual mcontriever_msmarco_xnli_pipeline pipeline BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: mcontriever_msmarco_xnli_pipeline
+date: 2024-09-01
+tags: [xx, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: xx
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mcontriever_msmarco_xnli_pipeline` is a Multilingual model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mcontriever_msmarco_xnli_pipeline_xx_5.4.2_3.0_1725202432638.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mcontriever_msmarco_xnli_pipeline_xx_5.4.2_3.0_1725202432638.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mcontriever_msmarco_xnli_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mcontriever_msmarco_xnli_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mcontriever_msmarco_xnli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|665.8 MB|
+
+## References
+
+https://huggingface.co/mjwong/mcontriever-msmarco-xnli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mcontriever_msmarco_xnli_xx.md b/docs/_posts/ahmedlone127/2024-09-01-mcontriever_msmarco_xnli_xx.md
new file mode 100644
index 00000000000000..912a4c6558bdc0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mcontriever_msmarco_xnli_xx.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Multilingual mcontriever_msmarco_xnli BertForZeroShotClassification from mjwong
+author: John Snow Labs
+name: mcontriever_msmarco_xnli
+date: 2024-09-01
+tags: [xx, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: xx
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mcontriever_msmarco_xnli` is a Multilingual model originally trained by mjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mcontriever_msmarco_xnli_xx_5.4.2_3.0_1725202395904.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mcontriever_msmarco_xnli_xx_5.4.2_3.0_1725202395904.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mcontriever_xnli|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|xx|
+|Size:|665.8 MB|
+
+## References
+
+https://huggingface.co/mjwong/mcontriever-xnli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_all_15_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_all_15_en.md
new file mode 100644
index 00000000000000..6930370009af90
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_all_15_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_all_15 DeBertaForTokenClassification from ricardo-filho
+author: John Snow Labs
+name: mdeberta_all_15
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_all_15` is a English model originally trained by ricardo-filho.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_all_15_en_5.4.2_3.0_1725197391174.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_all_15_en_5.4.2_3.0_1725197391174.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_all_15|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|886.2 MB|
+
+## References
+
+https://huggingface.co/ricardo-filho/mdeberta_all_15
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_all_15_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_all_15_pipeline_en.md
new file mode 100644
index 00000000000000..e95790c7e4b37f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_all_15_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_all_15_pipeline pipeline DeBertaForTokenClassification from ricardo-filho
+author: John Snow Labs
+name: mdeberta_all_15_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_all_15_pipeline` is a English model originally trained by ricardo-filho.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_all_15_pipeline_en_5.4.2_3.0_1725197502340.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_all_15_pipeline_en_5.4.2_3.0_1725197502340.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_all_15_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_all_15_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_all_15_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|886.2 MB|
+
+## References
+
+https://huggingface.co/ricardo-filho/mdeberta_all_15
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_cased_portuguese_ccorpus_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_cased_portuguese_ccorpus_en.md
new file mode 100644
index 00000000000000..dc98b68155c8aa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_cased_portuguese_ccorpus_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_base_cased_portuguese_ccorpus DeBertaEmbeddings from rosimeirecosta
+author: John Snow Labs
+name: mdeberta_base_cased_portuguese_ccorpus
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_base_cased_portuguese_ccorpus` is a English model originally trained by rosimeirecosta.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_base_cased_portuguese_ccorpus_en_5.5.0_3.0_1725217577930.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_base_cased_portuguese_ccorpus_en_5.5.0_3.0_1725217577930.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_base_cased_portuguese_ccorpus|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/rosimeirecosta/mdeberta-base-cased-pt-ccorpus
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_cased_portuguese_ccorpus_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_cased_portuguese_ccorpus_pipeline_en.md
new file mode 100644
index 00000000000000..465039abeff208
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_cased_portuguese_ccorpus_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_base_cased_portuguese_ccorpus_pipeline pipeline DeBertaEmbeddings from rosimeirecosta
+author: John Snow Labs
+name: mdeberta_base_cased_portuguese_ccorpus_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_base_cased_portuguese_ccorpus_pipeline` is a English model originally trained by rosimeirecosta.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_base_cased_portuguese_ccorpus_pipeline_en_5.5.0_3.0_1725217634714.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_base_cased_portuguese_ccorpus_pipeline_en_5.5.0_3.0_1725217634714.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_base_cased_portuguese_ccorpus_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_base_cased_portuguese_ccorpus_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_base_cased_portuguese_ccorpus_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/rosimeirecosta/mdeberta-base-cased-pt-ccorpus
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_formality_ranker_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_formality_ranker_pipeline_en.md
new file mode 100644
index 00000000000000..1ecef49b523905
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_formality_ranker_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_base_formality_ranker_pipeline pipeline DeBertaForSequenceClassification from s-nlp
+author: John Snow Labs
+name: mdeberta_base_formality_ranker_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_base_formality_ranker_pipeline` is a English model originally trained by s-nlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_base_formality_ranker_pipeline_en_5.4.2_3.0_1725184228534.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_base_formality_ranker_pipeline_en_5.4.2_3.0_1725184228534.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_base_formality_ranker_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_base_formality_ranker_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_base_formality_ranker_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|875.0 MB|
+
+## References
+
+https://huggingface.co/s-nlp/mdeberta-base-formality-ranker
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_v3_3_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_v3_3_en.md
new file mode 100644
index 00000000000000..dd71dc24b9de55
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_v3_3_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_base_v3_3 DeBertaForSequenceClassification from alyazharr
+author: John Snow Labs
+name: mdeberta_base_v3_3
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_base_v3_3` is a English model originally trained by alyazharr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_base_v3_3_en_5.5.0_3.0_1725224030538.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_base_v3_3_en_5.5.0_3.0_1725224030538.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_base_v3_3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|831.7 MB|
+
+## References
+
+https://huggingface.co/alyazharr/mdeberta_base_v3_3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_v3_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_v3_3_pipeline_en.md
new file mode 100644
index 00000000000000..bb7d80dd599cf1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_base_v3_3_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_base_v3_3_pipeline pipeline DeBertaForSequenceClassification from alyazharr
+author: John Snow Labs
+name: mdeberta_base_v3_3_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_base_v3_3_pipeline` is a English model originally trained by alyazharr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_base_v3_3_pipeline_en_5.5.0_3.0_1725224111678.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_base_v3_3_pipeline_en_5.5.0_3.0_1725224111678.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_base_v3_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_base_v3_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_base_v3_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|831.7 MB|
+
+## References
+
+https://huggingface.co/alyazharr/mdeberta_base_v3_3
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_en.md
new file mode 100644
index 00000000000000..26ca7c994d4e18
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mdeberta_idkmrc DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: mdeberta_idkmrc
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_idkmrc` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_idkmrc_en_5.5.0_3.0_1725220683744.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_idkmrc_en_5.5.0_3.0_1725220683744.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_idkmrc|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|844.0 MB|
+
+## References
+
+https://huggingface.co/intanm/mdeberta-idkmrc
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_pipeline_en.md
new file mode 100644
index 00000000000000..efc8c5a4040962
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_idkmrc_pipeline pipeline DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: mdeberta_idkmrc_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_idkmrc_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_idkmrc_pipeline_en_5.5.0_3.0_1725220796523.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_idkmrc_pipeline_en_5.5.0_3.0_1725220796523.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_idkmrc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_idkmrc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_idkmrc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|844.0 MB|
+
+## References
+
+https://huggingface.co/intanm/mdeberta-idkmrc
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_webis_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_webis_en.md
new file mode 100644
index 00000000000000..960c435fe67164
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_webis_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mdeberta_idkmrc_webis DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: mdeberta_idkmrc_webis
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_idkmrc_webis` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_idkmrc_webis_en_5.5.0_3.0_1725220975115.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_idkmrc_webis_en_5.5.0_3.0_1725220975115.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_idkmrc_webis|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|870.2 MB|
+
+## References
+
+https://huggingface.co/intanm/mdeberta-idkmrc-webis
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_webis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_webis_pipeline_en.md
new file mode 100644
index 00000000000000..af3564396a7bee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_idkmrc_webis_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_idkmrc_webis_pipeline pipeline DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: mdeberta_idkmrc_webis_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_idkmrc_webis_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_idkmrc_webis_pipeline_en_5.5.0_3.0_1725221083745.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_idkmrc_webis_pipeline_en_5.5.0_3.0_1725221083745.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_idkmrc_webis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_idkmrc_webis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_idkmrc_webis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|870.2 MB|
+
+## References
+
+https://huggingface.co/intanm/mdeberta-idkmrc-webis
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_assin2_similarity_pipeline_pt.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_assin2_similarity_pipeline_pt.md
new file mode 100644
index 00000000000000..93b917cd871c50
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_assin2_similarity_pipeline_pt.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Portuguese mdeberta_v3_base_assin2_similarity_pipeline pipeline DeBertaForSequenceClassification from ruanchaves
+author: John Snow Labs
+name: mdeberta_v3_base_assin2_similarity_pipeline
+date: 2024-09-01
+tags: [pt, open_source, pipeline, onnx]
+task: Text Classification
+language: pt
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_assin2_similarity_pipeline` is a Portuguese model originally trained by ruanchaves.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_assin2_similarity_pipeline_pt_5.5.0_3.0_1725210284001.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_assin2_similarity_pipeline_pt_5.5.0_3.0_1725210284001.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_assin2_similarity_pipeline", lang = "pt")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_assin2_similarity_pipeline", lang = "pt")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_assin2_similarity_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|pt|
+|Size:|836.2 MB|
+
+## References
+
+https://huggingface.co/ruanchaves/mdeberta-v3-base-assin2-similarity
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_assin2_similarity_pt.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_assin2_similarity_pt.md
new file mode 100644
index 00000000000000..3b1653bac87de7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_assin2_similarity_pt.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Portuguese mdeberta_v3_base_assin2_similarity DeBertaForSequenceClassification from ruanchaves
+author: John Snow Labs
+name: mdeberta_v3_base_assin2_similarity
+date: 2024-09-01
+tags: [pt, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: pt
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_assin2_similarity` is a Portuguese model originally trained by ruanchaves.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_assin2_similarity_pt_5.5.0_3.0_1725210226398.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_assin2_similarity_pt_5.5.0_3.0_1725210226398.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_assin2_similarity|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|pt|
+|Size:|836.2 MB|
+
+## References
+
+https://huggingface.co/ruanchaves/mdeberta-v3-base-assin2-similarity
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_claimbuster_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_claimbuster_en.md
new file mode 100644
index 00000000000000..4e7787d7c934b1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_claimbuster_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_v3_base_claimbuster DeBertaForSequenceClassification from Nithiwat
+author: John Snow Labs
+name: mdeberta_v3_base_claimbuster
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_claimbuster` is a English model originally trained by Nithiwat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_claimbuster_en_5.5.0_3.0_1725223698840.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_claimbuster_en_5.5.0_3.0_1725223698840.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_claimbuster|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|845.2 MB|
+
+## References
+
+https://huggingface.co/Nithiwat/mdeberta-v3-base_claimbuster
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_claimbuster_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_claimbuster_pipeline_en.md
new file mode 100644
index 00000000000000..4c6a19f3ff593d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_claimbuster_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_v3_base_claimbuster_pipeline pipeline DeBertaForSequenceClassification from Nithiwat
+author: John Snow Labs
+name: mdeberta_v3_base_claimbuster_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_claimbuster_pipeline` is a English model originally trained by Nithiwat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_claimbuster_pipeline_en_5.5.0_3.0_1725223759678.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_claimbuster_pipeline_en_5.5.0_3.0_1725223759678.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_claimbuster_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_claimbuster_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_claimbuster_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|845.2 MB|
+
+## References
+
+https://huggingface.co/Nithiwat/mdeberta-v3-base_claimbuster
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_distemist_es.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_distemist_es.md
new file mode 100644
index 00000000000000..752b9d15bb54a5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_distemist_es.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Castilian, Spanish mdeberta_v3_base_distemist DeBertaForTokenClassification from IIC
+author: John Snow Labs
+name: mdeberta_v3_base_distemist
+date: 2024-09-01
+tags: [es, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_distemist` is a Castilian, Spanish model originally trained by IIC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_distemist_es_5.4.2_3.0_1725196928709.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_distemist_es_5.4.2_3.0_1725196928709.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|811.4 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-v3-base_EW-TT-PE_U1_S0_DROP1_mdeberta_E2_DEV100.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline_en.md
new file mode 100644
index 00000000000000..39292e939f9268
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline_en_5.5.0_3.0_1725221367713.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline_en_5.5.0_3.0_1725221367713.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|811.4 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-v3-base_EW-TT-PE_U1_S0_DROP1_mdeberta_E2_DEV100.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_en.md
new file mode 100644
index 00000000000000..fe2fb512f7aba8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati DeBertaForSequenceClassification from Sleoruiz
+author: John Snow Labs
+name: mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati` is a English model originally trained by Sleoruiz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_en_5.5.0_3.0_1725222791461.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_en_5.5.0_3.0_1725222791461.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|824.1 MB|
+
+## References
+
+https://huggingface.co/Sleoruiz/mdeberta-v3-base-fine-tuned-text-classificarion-ds-ss
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline_en.md
new file mode 100644
index 00000000000000..b4b52abb9816b6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline pipeline DeBertaForSequenceClassification from Sleoruiz
+author: John Snow Labs
+name: mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline` is a English model originally trained by Sleoruiz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline_en_5.5.0_3.0_1725222923072.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline_en_5.5.0_3.0_1725222923072.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_fine_tuned_text_classificarion_ds_swati_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|824.1 MB|
+
+## References
+
+https://huggingface.co/Sleoruiz/mdeberta-v3-base-fine-tuned-text-classificarion-ds-ss
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_livingner1_es.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_livingner1_es.md
new file mode 100644
index 00000000000000..1010d11dff1c5c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_livingner1_es.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Castilian, Spanish mdeberta_v3_base_livingner1 DeBertaForTokenClassification from IIC
+author: John Snow Labs
+name: mdeberta_v3_base_livingner1
+date: 2024-09-01
+tags: [es, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_livingner1` is a Castilian, Spanish model originally trained by IIC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_livingner1_es_5.4.2_3.0_1725196457027.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_livingner1_es_5.4.2_3.0_1725196457027.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|810.6 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-v3-base_mdeberta_EW-TT-PE_U0_S1_DROP1_E8_DEV93.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline_en.md
new file mode 100644
index 00000000000000..3870d91dd6a418
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline_en_5.5.0_3.0_1725219443994.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline_en_5.5.0_3.0_1725219443994.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev93_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|810.6 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-v3-base_mdeberta_EW-TT-PE_U0_S1_DROP1_E8_DEV93.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_meddocan_es.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_meddocan_es.md
new file mode 100644
index 00000000000000..4abdaafb17e2fc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_meddocan_es.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Castilian, Spanish mdeberta_v3_base_meddocan DeBertaForTokenClassification from IIC
+author: John Snow Labs
+name: mdeberta_v3_base_meddocan
+date: 2024-09-01
+tags: [es, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_meddocan` is a Castilian, Spanish model originally trained by IIC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_meddocan_es_5.4.2_3.0_1725196663947.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_meddocan_es_5.4.2_3.0_1725196663947.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_meddocan|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|es|
+|Size:|795.8 MB|
+
+## References
+
+https://huggingface.co/IIC/mdeberta-v3-base-meddocan
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_meddocan_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_meddocan_pipeline_es.md
new file mode 100644
index 00000000000000..5f8da267dade10
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_meddocan_pipeline_es.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Castilian, Spanish mdeberta_v3_base_meddocan_pipeline pipeline DeBertaForTokenClassification from IIC
+author: John Snow Labs
+name: mdeberta_v3_base_meddocan_pipeline
+date: 2024-09-01
+tags: [es, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_meddocan_pipeline` is a Castilian, Spanish model originally trained by IIC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_meddocan_pipeline_es_5.4.2_3.0_1725196811476.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_meddocan_pipeline_es_5.4.2_3.0_1725196811476.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_meddocan_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_meddocan_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_meddocan_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|795.8 MB|
+
+## References
+
+https://huggingface.co/IIC/mdeberta-v3-base-meddocan
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_mnli_10_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_mnli_10_en.md
new file mode 100644
index 00000000000000..49abaad6437a30
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_mnli_10_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_v3_base_mnli_10 DeBertaForSequenceClassification from tmnam20
+author: John Snow Labs
+name: mdeberta_v3_base_mnli_10
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_mnli_10` is a English model originally trained by tmnam20.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_mnli_10_en_5.5.0_3.0_1725223852428.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_mnli_10_en_5.5.0_3.0_1725223852428.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_mnli_10|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|818.9 MB|
+
+## References
+
+https://huggingface.co/tmnam20/mdeberta-v3-base-mnli-10
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_mnli_10_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_mnli_10_pipeline_en.md
new file mode 100644
index 00000000000000..03b86bb19a777e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_mnli_10_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_v3_base_mnli_10_pipeline pipeline DeBertaForSequenceClassification from tmnam20
+author: John Snow Labs
+name: mdeberta_v3_base_mnli_10_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_mnli_10_pipeline` is a English model originally trained by tmnam20.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_mnli_10_pipeline_en_5.5.0_3.0_1725223993933.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_mnli_10_pipeline_en_5.5.0_3.0_1725223993933.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_mnli_10_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_mnli_10_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_mnli_10_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|818.9 MB|
+
+## References
+
+https://huggingface.co/tmnam20/mdeberta-v3-base-mnli-10
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_on_custom_kural_500_iiserkbikram_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_on_custom_kural_500_iiserkbikram_en.md
new file mode 100644
index 00000000000000..936cbe3295de2f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_on_custom_kural_500_iiserkbikram_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_v3_base_on_custom_kural_500_iiserkbikram DeBertaForSequenceClassification from iiserkbikram
+author: John Snow Labs
+name: mdeberta_v3_base_on_custom_kural_500_iiserkbikram
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_on_custom_kural_500_iiserkbikram` is a English model originally trained by iiserkbikram.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_on_custom_kural_500_iiserkbikram_en_5.5.0_3.0_1725222715978.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_on_custom_kural_500_iiserkbikram_en_5.5.0_3.0_1725222715978.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_on_custom_kural_500_iiserkbikram|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|778.0 MB|
+
+## References
+
+https://huggingface.co/iiserkbikram/mdeberta-v3-base-on-custom-kural-500
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline_en.md
new file mode 100644
index 00000000000000..3e741e66714c67
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline pipeline DeBertaForSequenceClassification from iiserkbikram
+author: John Snow Labs
+name: mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline` is a English model originally trained by iiserkbikram.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline_en_5.5.0_3.0_1725222876125.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline_en_5.5.0_3.0_1725222876125.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_on_custom_kural_500_iiserkbikram_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|778.0 MB|
+
+## References
+
+https://huggingface.co/iiserkbikram/mdeberta-v3-base-on-custom-kural-500
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_open_ner_english_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_open_ner_english_en.md
new file mode 100644
index 00000000000000..459e58593ded4d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_open_ner_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_v3_base_open_ner_english DeBertaForTokenClassification from datasciathlete
+author: John Snow Labs
+name: mdeberta_v3_base_open_ner_english
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_open_ner_english` is a English model originally trained by datasciathlete.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_open_ner_english_en_5.4.2_3.0_1725196255780.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_open_ner_english_en_5.4.2_3.0_1725196255780.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_open_ner_english|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|940.5 MB|
+
+## References
+
+https://huggingface.co/datasciathlete/mdeberta-v3-base-open-ner-english
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_open_ner_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_open_ner_english_pipeline_en.md
new file mode 100644
index 00000000000000..c15b338f703f70
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_open_ner_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_v3_base_open_ner_english_pipeline pipeline DeBertaForTokenClassification from datasciathlete
+author: John Snow Labs
+name: mdeberta_v3_base_open_ner_english_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_open_ner_english_pipeline` is a English model originally trained by datasciathlete.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_open_ner_english_pipeline_en_5.4.2_3.0_1725196321516.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_open_ner_english_pipeline_en_5.4.2_3.0_1725196321516.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_open_ner_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_open_ner_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_open_ner_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|940.5 MB|
+
+## References
+
+https://huggingface.co/datasciathlete/mdeberta-v3-base-open-ner-english
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_pharmaconer_es.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_pharmaconer_es.md
new file mode 100644
index 00000000000000..4c5d00bfc1a367
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_pharmaconer_es.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Castilian, Spanish mdeberta_v3_base_pharmaconer DeBertaForTokenClassification from IIC
+author: John Snow Labs
+name: mdeberta_v3_base_pharmaconer
+date: 2024-09-01
+tags: [es, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_pharmaconer` is a Castilian, Spanish model originally trained by IIC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_pharmaconer_es_5.4.2_3.0_1725197759052.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_pharmaconer_es_5.4.2_3.0_1725197759052.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_qa_squad_v1_norwegian_bokml|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|874.6 MB|
+
+## References
+
+https://huggingface.co/eanderson/mdeberta-v3-base-qa-squad_v1_nb
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline_en.md
new file mode 100644
index 00000000000000..51747440e6e8dd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline pipeline DeBertaForQuestionAnswering from eanderson
+author: John Snow Labs
+name: mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline` is a English model originally trained by eanderson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline_en_5.5.0_3.0_1725219466784.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline_en_5.5.0_3.0_1725219466784.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_qa_squad_v1_norwegian_bokml_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|874.6 MB|
+
+## References
+
+https://huggingface.co/eanderson/mdeberta-v3-base-qa-squad_v1_nb
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_rte_1_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_rte_1_en.md
new file mode 100644
index 00000000000000..1a860ff213d471
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_rte_1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_v3_base_rte_1 DeBertaForSequenceClassification from tmnam20
+author: John Snow Labs
+name: mdeberta_v3_base_rte_1
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_rte_1` is a English model originally trained by tmnam20.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_rte_1_en_5.5.0_3.0_1725223155413.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_rte_1_en_5.5.0_3.0_1725223155413.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_rte_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|790.6 MB|
+
+## References
+
+https://huggingface.co/tmnam20/mdeberta-v3-base-rte-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_rte_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_rte_1_pipeline_en.md
new file mode 100644
index 00000000000000..34014d8a5601ca
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_rte_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_v3_base_rte_1_pipeline pipeline DeBertaForSequenceClassification from tmnam20
+author: John Snow Labs
+name: mdeberta_v3_base_rte_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_rte_1_pipeline` is a English model originally trained by tmnam20.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_rte_1_pipeline_en_5.5.0_3.0_1725223307378.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_rte_1_pipeline_en_5.5.0_3.0_1725223307378.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_rte_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_rte_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_rte_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|790.7 MB|
+
+## References
+
+https://huggingface.co/tmnam20/mdeberta-v3-base-rte-1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_sst2_10_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_sst2_10_en.md
new file mode 100644
index 00000000000000..3281f1c8962992
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_sst2_10_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_v3_base_sst2_10 DeBertaForSequenceClassification from tmnam20
+author: John Snow Labs
+name: mdeberta_v3_base_sst2_10
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_sst2_10` is a English model originally trained by tmnam20.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_sst2_10_en_5.5.0_3.0_1725210651471.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_sst2_10_en_5.5.0_3.0_1725210651471.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_sst2_10|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|785.6 MB|
+
+## References
+
+https://huggingface.co/tmnam20/mdeberta-v3-base-sst2-10
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_sst2_10_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_sst2_10_pipeline_en.md
new file mode 100644
index 00000000000000..148b56f1122955
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_base_sst2_10_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_v3_base_sst2_10_pipeline pipeline DeBertaForSequenceClassification from tmnam20
+author: John Snow Labs
+name: mdeberta_v3_base_sst2_10_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_sst2_10_pipeline` is a English model originally trained by tmnam20.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_sst2_10_pipeline_en_5.5.0_3.0_1725210807914.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_sst2_10_pipeline_en_5.5.0_3.0_1725210807914.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_sst2_10_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_sst2_10_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_sst2_10_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|785.6 MB|
+
+## References
+
+https://huggingface.co/tmnam20/mdeberta-v3-base-sst2-10
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_kor_further_ner_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_kor_further_ner_en.md
new file mode 100644
index 00000000000000..ac040e2277890c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_kor_further_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_v3_kor_further_ner DeBertaForTokenClassification from dontgive99
+author: John Snow Labs
+name: mdeberta_v3_kor_further_ner
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_kor_further_ner` is a English model originally trained by dontgive99.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_kor_further_ner_en_5.4.2_3.0_1725196413219.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_kor_further_ner_en_5.4.2_3.0_1725196413219.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_kor_further_ner|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|841.5 MB|
+
+## References
+
+https://huggingface.co/dontgive99/mdeberta-v3-kor-further-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_kor_further_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_kor_further_ner_pipeline_en.md
new file mode 100644
index 00000000000000..e02fec5bb090ee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_kor_further_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_v3_kor_further_ner_pipeline pipeline DeBertaForTokenClassification from dontgive99
+author: John Snow Labs
+name: mdeberta_v3_kor_further_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_kor_further_ner_pipeline` is a English model originally trained by dontgive99.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_kor_further_ner_pipeline_en_5.4.2_3.0_1725196490114.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_kor_further_ner_pipeline_en_5.4.2_3.0_1725196490114.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_kor_further_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_kor_further_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_kor_further_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|841.5 MB|
+
+## References
+
+https://huggingface.co/dontgive99/mdeberta-v3-kor-further-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_ud_thai_pud_upos_pipeline_th.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_ud_thai_pud_upos_pipeline_th.md
new file mode 100644
index 00000000000000..199ae79954327b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_ud_thai_pud_upos_pipeline_th.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Thai mdeberta_v3_ud_thai_pud_upos_pipeline pipeline DeBertaForTokenClassification from Pavarissy
+author: John Snow Labs
+name: mdeberta_v3_ud_thai_pud_upos_pipeline
+date: 2024-09-01
+tags: [th, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: th
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_ud_thai_pud_upos_pipeline` is a Thai model originally trained by Pavarissy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_ud_thai_pud_upos_pipeline_th_5.5.0_3.0_1725233205299.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_ud_thai_pud_upos_pipeline_th_5.5.0_3.0_1725233205299.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_ud_thai_pud_upos_pipeline", lang = "th")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_ud_thai_pud_upos_pipeline", lang = "th")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_ud_thai_pud_upos_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|th|
+|Size:|807.4 MB|
+
+## References
+
+https://huggingface.co/Pavarissy/mdeberta-v3-ud-thai-pud-upos
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_ud_thai_pud_upos_th.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_ud_thai_pud_upos_th.md
new file mode 100644
index 00000000000000..15ff0789ca5f92
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_v3_ud_thai_pud_upos_th.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Thai mdeberta_v3_ud_thai_pud_upos DeBertaForTokenClassification from Pavarissy
+author: John Snow Labs
+name: mdeberta_v3_ud_thai_pud_upos
+date: 2024-09-01
+tags: [th, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: th
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_ud_thai_pud_upos` is a Thai model originally trained by Pavarissy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_ud_thai_pud_upos_th_5.5.0_3.0_1725233083563.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_ud_thai_pud_upos_th_5.5.0_3.0_1725233083563.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_ud_thai_pud_upos|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|th|
+|Size:|807.4 MB|
+
+## References
+
+https://huggingface.co/Pavarissy/mdeberta-v3-ud-thai-pud-upos
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline_en.md
new file mode 100644
index 00000000000000..70dd650fc3d297
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline pipeline DeBertaForSequenceClassification from m0baxter
+author: John Snow Labs
+name: mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline` is a English model originally trained by m0baxter.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline_en_5.4.2_3.0_1725183241998.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline_en_5.4.2_3.0_1725183241998.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_vitaminc_mnli_anli_wanli_lingnli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|875.5 MB|
+
+## References
+
+https://huggingface.co/m0baxter/mdeberta-vitaminc-mnli-anli-wanli-lingnli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_en.md
new file mode 100644
index 00000000000000..d4c1046f2cb74d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0 DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_en_5.5.0_3.0_1725220833022.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_en_5.5.0_3.0_1725220833022.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|817.8 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-xlwa-en-it_EW-TT-PE_U0_S1_Tingredient_P0.25_DROP1_mdeberta_E5_DEV95.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline_en.md
new file mode 100644
index 00000000000000..f4974dc4e79e18
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline_en_5.5.0_3.0_1725220949436.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline_en_5.5.0_3.0_1725220949436.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e5_dev95_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|817.8 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-xlwa-en-it_EW-TT-PE_U0_S1_Tingredient_P0.25_DROP1_mdeberta_E5_DEV95.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_en.md
new file mode 100644
index 00000000000000..7457e54f5bc739
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0 DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_en_5.5.0_3.0_1725220656355.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_en_5.5.0_3.0_1725220656355.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|817.9 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-xlwa-en-it_EW-TT-PE_U0_S1_Tingredient_P1_DROP1_mdeberta_E5_DEV96.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline_en.md
new file mode 100644
index 00000000000000..28bcbb2ff499f7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline_en_5.5.0_3.0_1725220772762.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline_en_5.5.0_3.0_1725220772762.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p1_drop1_mdeberta_e5_dev96_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|817.9 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-xlwa-en-it_EW-TT-PE_U0_S1_Tingredient_P1_DROP1_mdeberta_E5_DEV96.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_en.md
new file mode 100644
index 00000000000000..dfa9da3cc7c440
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0 DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_en_5.5.0_3.0_1725220324367.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_en_5.5.0_3.0_1725220324367.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|819.0 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-xlwa-en-it_mdeberta_EW-TT-PE_U0_S1_DROP1_E8_DEV92.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline_en.md
new file mode 100644
index 00000000000000..e2e603351605ec
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline_en_5.5.0_3.0_1725220438920.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline_en_5.5.0_3.0_1725220438920.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_xlwa_english_italian_mdeberta_ew_tatar_pe_u0_s1_drop1_e8_dev92_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|819.0 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-xlwa-en-it_mdeberta_EW-TT-PE_U0_S1_DROP1_E8_DEV92.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_english_pipeline_en.md
new file mode 100644
index 00000000000000..33d61eef983ca1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdebertav3_subjectivity_english_pipeline pipeline DeBertaForSequenceClassification from GroNLP
+author: John Snow Labs
+name: mdebertav3_subjectivity_english_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdebertav3_subjectivity_english_pipeline` is a English model originally trained by GroNLP.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdebertav3_subjectivity_english_pipeline_en_5.4.2_3.0_1725182720942.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdebertav3_subjectivity_english_pipeline_en_5.4.2_3.0_1725182720942.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdebertav3_subjectivity_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdebertav3_subjectivity_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdebertav3_subjectivity_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|809.7 MB|
+
+## References
+
+https://huggingface.co/GroNLP/mdebertav3-subjectivity-english
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_german_de.md b/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_german_de.md
new file mode 100644
index 00000000000000..78d875bc3cb696
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_german_de.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: German mdebertav3_subjectivity_german DeBertaForSequenceClassification from GroNLP
+author: John Snow Labs
+name: mdebertav3_subjectivity_german
+date: 2024-09-01
+tags: [de, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdebertav3_subjectivity_german` is a German model originally trained by GroNLP.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdebertav3_subjectivity_german_de_5.5.0_3.0_1725208775647.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdebertav3_subjectivity_german_de_5.5.0_3.0_1725208775647.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdebertav3_subjectivity_german|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|de|
+|Size:|860.3 MB|
+
+## References
+
+https://huggingface.co/GroNLP/mdebertav3-subjectivity-german
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_german_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_german_pipeline_de.md
new file mode 100644
index 00000000000000..9fa0efdd67c3ea
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_german_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German mdebertav3_subjectivity_german_pipeline pipeline DeBertaForSequenceClassification from GroNLP
+author: John Snow Labs
+name: mdebertav3_subjectivity_german_pipeline
+date: 2024-09-01
+tags: [de, open_source, pipeline, onnx]
+task: Text Classification
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdebertav3_subjectivity_german_pipeline` is a German model originally trained by GroNLP.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdebertav3_subjectivity_german_pipeline_de_5.5.0_3.0_1725208838891.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdebertav3_subjectivity_german_pipeline_de_5.5.0_3.0_1725208838891.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdebertav3_subjectivity_german_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdebertav3_subjectivity_german_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdebertav3_subjectivity_german_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|860.3 MB|
+
+## References
+
+https://huggingface.co/GroNLP/mdebertav3-subjectivity-german
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_multilingual_xx.md b/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_multilingual_xx.md
new file mode 100644
index 00000000000000..50666f60521591
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mdebertav3_subjectivity_multilingual_xx.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Multilingual mdebertav3_subjectivity_multilingual DeBertaForSequenceClassification from GroNLP
+author: John Snow Labs
+name: mdebertav3_subjectivity_multilingual
+date: 2024-09-01
+tags: [xx, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: xx
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdebertav3_subjectivity_multilingual` is a Multilingual model originally trained by GroNLP.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdebertav3_subjectivity_multilingual_xx_5.4.2_3.0_1725182797401.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdebertav3_subjectivity_multilingual_xx_5.4.2_3.0_1725182797401.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdebertav3_subjectivity_multilingual|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|xx|
+|Size:|864.5 MB|
+
+## References
+
+https://huggingface.co/GroNLP/mdebertav3-subjectivity-multilingual
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-medcpt_cross_encoder_en.md b/docs/_posts/ahmedlone127/2024-09-01-medcpt_cross_encoder_en.md
new file mode 100644
index 00000000000000..d8bb894ce6b53d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-medcpt_cross_encoder_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English medcpt_cross_encoder BertForSequenceClassification from ncbi
+author: John Snow Labs
+name: medcpt_cross_encoder
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`medcpt_cross_encoder` is a English model originally trained by ncbi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/medcpt_cross_encoder_en_5.4.2_3.0_1725204520079.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/medcpt_cross_encoder_en_5.4.2_3.0_1725204520079.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|medcpt_cross_encoder|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|410.4 MB|
+
+## References
+
+https://huggingface.co/ncbi/MedCPT-Cross-Encoder
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-medcpt_cross_encoder_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-medcpt_cross_encoder_pipeline_en.md
new file mode 100644
index 00000000000000..cc77ffc1103010
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-medcpt_cross_encoder_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English medcpt_cross_encoder_pipeline pipeline BertForSequenceClassification from ncbi
+author: John Snow Labs
+name: medcpt_cross_encoder_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`medcpt_cross_encoder_pipeline` is a English model originally trained by ncbi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/medcpt_cross_encoder_pipeline_en_5.4.2_3.0_1725204545490.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/medcpt_cross_encoder_pipeline_en_5.4.2_3.0_1725204545490.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("medcpt_cross_encoder_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("medcpt_cross_encoder_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|medcpt_cross_encoder_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|410.4 MB|
+
+## References
+
+https://huggingface.co/ncbi/MedCPT-Cross-Encoder
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-memo_model_4200_en.md b/docs/_posts/ahmedlone127/2024-09-01-memo_model_4200_en.md
new file mode 100644
index 00000000000000..abe2a50fc41dcc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-memo_model_4200_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English memo_model_4200 XlmRoBertaEmbeddings from yemen2016
+author: John Snow Labs
+name: memo_model_4200
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`memo_model_4200` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/memo_model_4200_en_5.4.2_3.0_1725177211540.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/memo_model_4200_en_5.4.2_3.0_1725177211540.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|memo_model_4200|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/memo_model_4200
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-memo_model_4200_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-memo_model_4200_pipeline_en.md
new file mode 100644
index 00000000000000..afb3356da37ef2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-memo_model_4200_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English memo_model_4200_pipeline pipeline XlmRoBertaEmbeddings from yemen2016
+author: John Snow Labs
+name: memo_model_4200_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`memo_model_4200_pipeline` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/memo_model_4200_pipeline_en_5.4.2_3.0_1725177265370.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/memo_model_4200_pipeline_en_5.4.2_3.0_1725177265370.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("memo_model_4200_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("memo_model_4200_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|memo_model_4200_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/memo_model_4200
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-merged_model_distil_bert_finetuned_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-merged_model_distil_bert_finetuned_ner_pipeline_en.md
new file mode 100644
index 00000000000000..b5e83caceb65d2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-merged_model_distil_bert_finetuned_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English merged_model_distil_bert_finetuned_ner_pipeline pipeline DistilBertForTokenClassification from sahillihas
+author: John Snow Labs
+name: merged_model_distil_bert_finetuned_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`merged_model_distil_bert_finetuned_ner_pipeline` is a English model originally trained by sahillihas.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/merged_model_distil_bert_finetuned_ner_pipeline_en_5.4.2_3.0_1725160595299.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/merged_model_distil_bert_finetuned_ner_pipeline_en_5.4.2_3.0_1725160595299.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("merged_model_distil_bert_finetuned_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("merged_model_distil_bert_finetuned_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|merged_model_distil_bert_finetuned_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.8 MB|
+
+## References
+
+https://huggingface.co/sahillihas/merged-model-distil-bert-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_en.md
new file mode 100644
index 00000000000000..0ff832d077166d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English microsoft_deberta_v3_large_cls_sst2_ghatgetanuj DeBertaForSequenceClassification from ghatgetanuj
+author: John Snow Labs
+name: microsoft_deberta_v3_large_cls_sst2_ghatgetanuj
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_large_cls_sst2_ghatgetanuj` is a English model originally trained by ghatgetanuj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_en_5.5.0_3.0_1725223397966.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_en_5.5.0_3.0_1725223397966.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_large_cls_sst2_ghatgetanuj|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/ghatgetanuj/microsoft-deberta-v3-large_cls_sst2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline_en.md
new file mode 100644
index 00000000000000..d3a26d9200185f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline pipeline DeBertaForSequenceClassification from ghatgetanuj
+author: John Snow Labs
+name: microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline` is a English model originally trained by ghatgetanuj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline_en_5.5.0_3.0_1725223489252.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline_en_5.5.0_3.0_1725223489252.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_large_cls_sst2_ghatgetanuj_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/ghatgetanuj/microsoft-deberta-v3-large_cls_sst2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_en.md
new file mode 100644
index 00000000000000..3849910bb94f19
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon DeBertaForTokenClassification from Yanis
+author: John Snow Labs
+name: microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon` is a English model originally trained by Yanis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_en_5.4.2_3.0_1725196694742.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_en_5.4.2_3.0_1725196694742.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Yanis/microsoft-deberta-v3-large_ner_conll2003-breast-without-castellon
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline_en.md
new file mode 100644
index 00000000000000..a4ccc1d621f483
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline pipeline DeBertaForTokenClassification from Yanis
+author: John Snow Labs
+name: microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline` is a English model originally trained by Yanis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline_en_5.4.2_3.0_1725196780917.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline_en_5.4.2_3.0_1725196780917.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_large_ner_conll2003_breast_without_castellon_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Yanis/microsoft-deberta-v3-large_ner_conll2003-breast-without-castellon
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_en.md
new file mode 100644
index 00000000000000..e9746b19747e2e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English microsoft_deberta_v3_large_ner_conll2003 DeBertaForTokenClassification from Gladiator
+author: John Snow Labs
+name: microsoft_deberta_v3_large_ner_conll2003
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_large_ner_conll2003` is a English model originally trained by Gladiator.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_en_5.4.2_3.0_1725196886398.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_en_5.4.2_3.0_1725196886398.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_large_ner_conll2003|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Gladiator/microsoft-deberta-v3-large_ner_conll2003
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_en.md
new file mode 100644
index 00000000000000..b6a25ea194c06e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1 DeBertaForTokenClassification from Yanis
+author: John Snow Labs
+name: microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1` is a English model originally trained by Yanis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_en_5.4.2_3.0_1725197511734.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_en_5.4.2_3.0_1725197511734.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Yanis/microsoft-deberta-v3-large_ner_conll2003-inca-la_fe-v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline_en.md
new file mode 100644
index 00000000000000..4ea5b9d5122c2b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline pipeline DeBertaForTokenClassification from Yanis
+author: John Snow Labs
+name: microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline` is a English model originally trained by Yanis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline_en_5.4.2_3.0_1725197609434.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline_en_5.4.2_3.0_1725197609434.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Yanis/microsoft-deberta-v3-large_ner_conll2003-inca-la_fe-v1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_en.md
new file mode 100644
index 00000000000000..aa928c964b840a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2 DeBertaForTokenClassification from Yanis
+author: John Snow Labs
+name: microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2` is a English model originally trained by Yanis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_en_5.4.2_3.0_1725196195589.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_en_5.4.2_3.0_1725196195589.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Yanis/microsoft-deberta-v3-large_ner_conll2003-inca-la_fe-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline_en.md
new file mode 100644
index 00000000000000..0e0223dedec2d7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline pipeline DeBertaForTokenClassification from Yanis
+author: John Snow Labs
+name: microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline` is a English model originally trained by Yanis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline_en_5.4.2_3.0_1725196286249.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline_en_5.4.2_3.0_1725196286249.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_large_ner_conll2003_inca_latin_fe_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Yanis/microsoft-deberta-v3-large_ner_conll2003-inca-la_fe-v2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_pipeline_en.md
new file mode 100644
index 00000000000000..4cf9a4ced6356a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_large_ner_conll2003_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English microsoft_deberta_v3_large_ner_conll2003_pipeline pipeline DeBertaForTokenClassification from Gladiator
+author: John Snow Labs
+name: microsoft_deberta_v3_large_ner_conll2003_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_large_ner_conll2003_pipeline` is a English model originally trained by Gladiator.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_pipeline_en_5.4.2_3.0_1725196977039.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_large_ner_conll2003_pipeline_en_5.4.2_3.0_1725196977039.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("microsoft_deberta_v3_large_ner_conll2003_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("microsoft_deberta_v3_large_ner_conll2003_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_large_ner_conll2003_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/Gladiator/microsoft-deberta-v3-large_ner_conll2003
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_small_1024_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_small_1024_en.md
new file mode 100644
index 00000000000000..45ed87755aae55
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_small_1024_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English microsoft_deberta_v3_small_1024 DeBertaForTokenClassification from abdullah
+author: John Snow Labs
+name: microsoft_deberta_v3_small_1024
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_small_1024` is a English model originally trained by abdullah.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_small_1024_en_5.5.0_3.0_1725233563310.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_small_1024_en_5.5.0_3.0_1725233563310.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_small_1024|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|462.0 MB|
+
+## References
+
+https://huggingface.co/abdullah/microsoft-deberta-v3-small-1024
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_small_1024_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_small_1024_pipeline_en.md
new file mode 100644
index 00000000000000..74b270e3fb0f6c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-microsoft_deberta_v3_small_1024_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English microsoft_deberta_v3_small_1024_pipeline pipeline DeBertaForTokenClassification from abdullah
+author: John Snow Labs
+name: microsoft_deberta_v3_small_1024_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`microsoft_deberta_v3_small_1024_pipeline` is a English model originally trained by abdullah.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_small_1024_pipeline_en_5.5.0_3.0_1725233609569.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/microsoft_deberta_v3_small_1024_pipeline_en_5.5.0_3.0_1725233609569.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("microsoft_deberta_v3_small_1024_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("microsoft_deberta_v3_small_1024_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|microsoft_deberta_v3_small_1024_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|462.0 MB|
+
+## References
+
+https://huggingface.co/abdullah/microsoft-deberta-v3-small-1024
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mimic_pubmed_deberta_small_en.md b/docs/_posts/ahmedlone127/2024-09-01-mimic_pubmed_deberta_small_en.md
new file mode 100644
index 00000000000000..fa873eca909d08
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mimic_pubmed_deberta_small_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mimic_pubmed_deberta_small DeBertaEmbeddings from austin
+author: John Snow Labs
+name: mimic_pubmed_deberta_small
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mimic_pubmed_deberta_small` is a English model originally trained by austin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mimic_pubmed_deberta_small_en_5.5.0_3.0_1725217689962.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mimic_pubmed_deberta_small_en_5.5.0_3.0_1725217689962.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mimic_pubmed_deberta_small|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|529.6 MB|
+
+## References
+
+https://huggingface.co/austin/mimic-pubmed-deberta-small
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mimic_pubmed_deberta_small_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mimic_pubmed_deberta_small_pipeline_en.md
new file mode 100644
index 00000000000000..997560111e21d2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mimic_pubmed_deberta_small_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mimic_pubmed_deberta_small_pipeline pipeline DeBertaEmbeddings from austin
+author: John Snow Labs
+name: mimic_pubmed_deberta_small_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mimic_pubmed_deberta_small_pipeline` is a English model originally trained by austin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mimic_pubmed_deberta_small_pipeline_en_5.5.0_3.0_1725217718323.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mimic_pubmed_deberta_small_pipeline_en_5.5.0_3.0_1725217718323.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mimic_pubmed_deberta_small_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mimic_pubmed_deberta_small_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mimic_pubmed_deberta_small_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|529.6 MB|
+
+## References
+
+https://huggingface.co/austin/mimic-pubmed-deberta-small
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-minilm_l12_h384_uncased_nvidia_aegis_ai_safety_en.md b/docs/_posts/ahmedlone127/2024-09-01-minilm_l12_h384_uncased_nvidia_aegis_ai_safety_en.md
new file mode 100644
index 00000000000000..d1e8aa9558eb69
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-minilm_l12_h384_uncased_nvidia_aegis_ai_safety_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English minilm_l12_h384_uncased_nvidia_aegis_ai_safety BertForSequenceClassification from AC
+author: John Snow Labs
+name: minilm_l12_h384_uncased_nvidia_aegis_ai_safety
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`minilm_l12_h384_uncased_nvidia_aegis_ai_safety` is a English model originally trained by AC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/minilm_l12_h384_uncased_nvidia_aegis_ai_safety_en_5.4.2_3.0_1725205065167.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/minilm_l12_h384_uncased_nvidia_aegis_ai_safety_en_5.4.2_3.0_1725205065167.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|minilm_l12_h384_uncased_nvidia_aegis_ai_safety|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|114.0 MB|
+
+## References
+
+https://huggingface.co/AC/MiniLM-L12-H384-uncased_Nvidia-Aegis-AI-Safety
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline_en.md
new file mode 100644
index 00000000000000..9aff71710708ee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline pipeline BertForSequenceClassification from AC
+author: John Snow Labs
+name: minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline` is a English model originally trained by AC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline_en_5.4.2_3.0_1725205074666.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline_en_5.4.2_3.0_1725205074666.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|minilm_l12_h384_uncased_nvidia_aegis_ai_safety_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|114.1 MB|
+
+## References
+
+https://huggingface.co/AC/MiniLM-L12-H384-uncased_Nvidia-Aegis-AI-Safety
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-minilmv2_l6_h384_distilled_from_roberta_large_en.md b/docs/_posts/ahmedlone127/2024-09-01-minilmv2_l6_h384_distilled_from_roberta_large_en.md
new file mode 100644
index 00000000000000..c3a7586a8c7434
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-minilmv2_l6_h384_distilled_from_roberta_large_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English minilmv2_l6_h384_distilled_from_roberta_large RoBertaEmbeddings from nreimers
+author: John Snow Labs
+name: minilmv2_l6_h384_distilled_from_roberta_large
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`minilmv2_l6_h384_distilled_from_roberta_large` is a English model originally trained by nreimers.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/minilmv2_l6_h384_distilled_from_roberta_large_en_5.4.2_3.0_1725186872804.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/minilmv2_l6_h384_distilled_from_roberta_large_en_5.4.2_3.0_1725186872804.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|minilmv2_l6_h384_distilled_from_roberta_large|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|73.1 MB|
+
+## References
+
+https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-minilmv2_l6_h384_distilled_from_roberta_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-minilmv2_l6_h384_distilled_from_roberta_large_pipeline_en.md
new file mode 100644
index 00000000000000..d7e8a18ac783cc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-minilmv2_l6_h384_distilled_from_roberta_large_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English minilmv2_l6_h384_distilled_from_roberta_large_pipeline pipeline RoBertaEmbeddings from nreimers
+author: John Snow Labs
+name: minilmv2_l6_h384_distilled_from_roberta_large_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`minilmv2_l6_h384_distilled_from_roberta_large_pipeline` is a English model originally trained by nreimers.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/minilmv2_l6_h384_distilled_from_roberta_large_pipeline_en_5.4.2_3.0_1725186894449.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/minilmv2_l6_h384_distilled_from_roberta_large_pipeline_en_5.4.2_3.0_1725186894449.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("minilmv2_l6_h384_distilled_from_roberta_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("minilmv2_l6_h384_distilled_from_roberta_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|minilmv2_l6_h384_distilled_from_roberta_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|73.1 MB|
+
+## References
+
+https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-minilmv2_l6_h768_distilled_from_roberta_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-minilmv2_l6_h768_distilled_from_roberta_large_pipeline_en.md
new file mode 100644
index 00000000000000..4eccf1e9869959
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-minilmv2_l6_h768_distilled_from_roberta_large_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English minilmv2_l6_h768_distilled_from_roberta_large_pipeline pipeline RoBertaEmbeddings from nreimers
+author: John Snow Labs
+name: minilmv2_l6_h768_distilled_from_roberta_large_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`minilmv2_l6_h768_distilled_from_roberta_large_pipeline` is a English model originally trained by nreimers.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/minilmv2_l6_h768_distilled_from_roberta_large_pipeline_en_5.4.2_3.0_1725165827299.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/minilmv2_l6_h768_distilled_from_roberta_large_pipeline_en_5.4.2_3.0_1725165827299.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("minilmv2_l6_h768_distilled_from_roberta_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("minilmv2_l6_h768_distilled_from_roberta_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|minilmv2_l6_h768_distilled_from_roberta_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|196.0 MB|
+
+## References
+
+https://huggingface.co/nreimers/MiniLMv2-L6-H768-distilled-from-RoBERTa-Large
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mminilm_l6_v2_english_msmarco_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mminilm_l6_v2_english_msmarco_pipeline_en.md
new file mode 100644
index 00000000000000..cba8d9828f3c5d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mminilm_l6_v2_english_msmarco_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mminilm_l6_v2_english_msmarco_pipeline pipeline XlmRoBertaForSequenceClassification from unicamp-dl
+author: John Snow Labs
+name: mminilm_l6_v2_english_msmarco_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mminilm_l6_v2_english_msmarco_pipeline` is a English model originally trained by unicamp-dl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mminilm_l6_v2_english_msmarco_pipeline_en_5.4.2_3.0_1725189927936.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mminilm_l6_v2_english_msmarco_pipeline_en_5.4.2_3.0_1725189927936.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mminilm_l6_v2_english_msmarco_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mminilm_l6_v2_english_msmarco_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mminilm_l6_v2_english_msmarco_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|338.6 MB|
+
+## References
+
+https://huggingface.co/unicamp-dl/mMiniLM-L6-v2-en-msmarco
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mminilm_l6_v2_portuguese_msmarco_v1_pipeline_pt.md b/docs/_posts/ahmedlone127/2024-09-01-mminilm_l6_v2_portuguese_msmarco_v1_pipeline_pt.md
new file mode 100644
index 00000000000000..45beb38c0217e8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mminilm_l6_v2_portuguese_msmarco_v1_pipeline_pt.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Portuguese mminilm_l6_v2_portuguese_msmarco_v1_pipeline pipeline XlmRoBertaForSequenceClassification from unicamp-dl
+author: John Snow Labs
+name: mminilm_l6_v2_portuguese_msmarco_v1_pipeline
+date: 2024-09-01
+tags: [pt, open_source, pipeline, onnx]
+task: Text Classification
+language: pt
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mminilm_l6_v2_portuguese_msmarco_v1_pipeline` is a Portuguese model originally trained by unicamp-dl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mminilm_l6_v2_portuguese_msmarco_v1_pipeline_pt_5.4.2_3.0_1725190582165.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mminilm_l6_v2_portuguese_msmarco_v1_pipeline_pt_5.4.2_3.0_1725190582165.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mminilm_l6_v2_portuguese_msmarco_v1_pipeline", lang = "pt")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mminilm_l6_v2_portuguese_msmarco_v1_pipeline", lang = "pt")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mminilm_l6_v2_portuguese_msmarco_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|pt|
+|Size:|342.9 MB|
+
+## References
+
+https://huggingface.co/unicamp-dl/mMiniLM-L6-v2-pt-msmarco-v1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mminilm_l6_v2_portuguese_msmarco_v1_pt.md b/docs/_posts/ahmedlone127/2024-09-01-mminilm_l6_v2_portuguese_msmarco_v1_pt.md
new file mode 100644
index 00000000000000..1b0c6c4bdfb4f4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mminilm_l6_v2_portuguese_msmarco_v1_pt.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Portuguese mminilm_l6_v2_portuguese_msmarco_v1 XlmRoBertaForSequenceClassification from unicamp-dl
+author: John Snow Labs
+name: mminilm_l6_v2_portuguese_msmarco_v1
+date: 2024-09-01
+tags: [pt, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: pt
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mminilm_l6_v2_portuguese_msmarco_v1` is a Portuguese model originally trained by unicamp-dl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mminilm_l6_v2_portuguese_msmarco_v1_pt_5.4.2_3.0_1725190561090.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mminilm_l6_v2_portuguese_msmarco_v1_pt_5.4.2_3.0_1725190561090.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mobilebert_uncased_mnli_typeform|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|92.5 MB|
+
+## References
+
+https://huggingface.co/typeform/mobilebert-uncased-mnli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mobilebert_uncased_mnli_typeform_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mobilebert_uncased_mnli_typeform_pipeline_en.md
new file mode 100644
index 00000000000000..9e4639acb5f6d0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mobilebert_uncased_mnli_typeform_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mobilebert_uncased_mnli_typeform_pipeline pipeline BertForZeroShotClassification from typeform
+author: John Snow Labs
+name: mobilebert_uncased_mnli_typeform_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mobilebert_uncased_mnli_typeform_pipeline` is a English model originally trained by typeform.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mobilebert_uncased_mnli_typeform_pipeline_en_5.4.2_3.0_1725201538514.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mobilebert_uncased_mnli_typeform_pipeline_en_5.4.2_3.0_1725201538514.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mobilebert_uncased_mnli_typeform_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mobilebert_uncased_mnli_typeform_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mobilebert_uncased_mnli_typeform_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|92.6 MB|
+
+## References
+
+https://huggingface.co/typeform/mobilebert-uncased-mnli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mobilebert_uncased_squad_v2_csarron_en.md b/docs/_posts/ahmedlone127/2024-09-01-mobilebert_uncased_squad_v2_csarron_en.md
new file mode 100644
index 00000000000000..eeb697920d31c3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mobilebert_uncased_squad_v2_csarron_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mobilebert_uncased_squad_v2_csarron BertForQuestionAnswering from csarron
+author: John Snow Labs
+name: mobilebert_uncased_squad_v2_csarron
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, bert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mobilebert_uncased_squad_v2_csarron` is a English model originally trained by csarron.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mobilebert_uncased_squad_v2_csarron_en_5.4.2_3.0_1725185116981.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mobilebert_uncased_squad_v2_csarron_en_5.4.2_3.0_1725185116981.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mobilebert_uncased_squad_v2_csarron|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|92.5 MB|
+
+## References
+
+https://huggingface.co/csarron/mobilebert-uncased-squad-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-model_classification_en.md b/docs/_posts/ahmedlone127/2024-09-01-model_classification_en.md
new file mode 100644
index 00000000000000..4e6d782908b53d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-model_classification_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English model_classification DistilBertForSequenceClassification from arjun80095
+author: John Snow Labs
+name: model_classification
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_classification` is a English model originally trained by arjun80095.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_classification_en_5.5.0_3.0_1725213725134.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_classification_en_5.5.0_3.0_1725213725134.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_classification|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/arjun80095/model_classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-model_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-model_classification_pipeline_en.md
new file mode 100644
index 00000000000000..981b3d0e6f4118
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-model_classification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English model_classification_pipeline pipeline DistilBertForSequenceClassification from arjun80095
+author: John Snow Labs
+name: model_classification_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_classification_pipeline` is a English model originally trained by arjun80095.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_classification_pipeline_en_5.5.0_3.0_1725213744536.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_classification_pipeline_en_5.5.0_3.0_1725213744536.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("model_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("model_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/arjun80095/model_classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-model_deberta3base_1024_token_classification_en.md b/docs/_posts/ahmedlone127/2024-09-01-model_deberta3base_1024_token_classification_en.md
new file mode 100644
index 00000000000000..e5304a3cdafd1b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-model_deberta3base_1024_token_classification_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English model_deberta3base_1024_token_classification DeBertaForTokenClassification from adhi29
+author: John Snow Labs
+name: model_deberta3base_1024_token_classification
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_deberta3base_1024_token_classification` is a English model originally trained by adhi29.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_deberta3base_1024_token_classification_en_5.4.2_3.0_1725195683176.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_deberta3base_1024_token_classification_en_5.4.2_3.0_1725195683176.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_deberta3base_1024_token_classification|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|620.0 MB|
+
+## References
+
+https://huggingface.co/adhi29/model_deberta3base_1024_token_classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-model_deberta3base_1024_token_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-model_deberta3base_1024_token_classification_pipeline_en.md
new file mode 100644
index 00000000000000..368596bda6334d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-model_deberta3base_1024_token_classification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English model_deberta3base_1024_token_classification_pipeline pipeline DeBertaForTokenClassification from adhi29
+author: John Snow Labs
+name: model_deberta3base_1024_token_classification_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_deberta3base_1024_token_classification_pipeline` is a English model originally trained by adhi29.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_deberta3base_1024_token_classification_pipeline_en_5.4.2_3.0_1725195738054.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_deberta3base_1024_token_classification_pipeline_en_5.4.2_3.0_1725195738054.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("model_deberta3base_1024_token_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("model_deberta3base_1024_token_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_deberta3base_1024_token_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|620.0 MB|
+
+## References
+
+https://huggingface.co/adhi29/model_deberta3base_1024_token_classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-model_indicbert_small_en.md b/docs/_posts/ahmedlone127/2024-09-01-model_indicbert_small_en.md
new file mode 100644
index 00000000000000..8491296a9f6833
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-model_indicbert_small_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English model_indicbert_small AlbertForTokenClassification from ashnadua01
+author: John Snow Labs
+name: model_indicbert_small
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, albert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_indicbert_small` is a English model originally trained by ashnadua01.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_indicbert_small_en_5.4.2_3.0_1725203628158.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_indicbert_small_en_5.4.2_3.0_1725203628158.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_indicbert_small|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|125.6 MB|
+
+## References
+
+https://huggingface.co/ashnadua01/model_indicbert_small
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-model_indicbert_small_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-model_indicbert_small_pipeline_en.md
new file mode 100644
index 00000000000000..e77b22f4208bbe
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-model_indicbert_small_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English model_indicbert_small_pipeline pipeline AlbertForTokenClassification from ashnadua01
+author: John Snow Labs
+name: model_indicbert_small_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_indicbert_small_pipeline` is a English model originally trained by ashnadua01.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_indicbert_small_pipeline_en_5.4.2_3.0_1725203634298.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_indicbert_small_pipeline_en_5.4.2_3.0_1725203634298.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("model_indicbert_small_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("model_indicbert_small_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_indicbert_small_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|125.6 MB|
+
+## References
+
+https://huggingface.co/ashnadua01/model_indicbert_small
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-monet_en.md b/docs/_posts/ahmedlone127/2024-09-01-monet_en.md
new file mode 100644
index 00000000000000..d7cc53b2d19e8c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-monet_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English monet CLIPForZeroShotClassification from suinleelab
+author: John Snow Labs
+name: monet
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`monet` is a English model originally trained by suinleelab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/monet_en_5.5.0_3.0_1725225946904.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/monet_en_5.5.0_3.0_1725225946904.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("monet","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("monet","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|monet|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/suinleelab/monet
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-monet_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-monet_pipeline_en.md
new file mode 100644
index 00000000000000..c1876c081f3457
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-monet_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English monet_pipeline pipeline CLIPForZeroShotClassification from suinleelab
+author: John Snow Labs
+name: monet_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`monet_pipeline` is a English model originally trained by suinleelab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/monet_pipeline_en_5.5.0_3.0_1725226208320.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/monet_pipeline_en_5.5.0_3.0_1725226208320.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("monet_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("monet_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|monet_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/suinleelab/monet
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mongolian_roberta_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mongolian_roberta_base_pipeline_en.md
new file mode 100644
index 00000000000000..11ff6240303fae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mongolian_roberta_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mongolian_roberta_base_pipeline pipeline RoBertaEmbeddings from bayartsogt
+author: John Snow Labs
+name: mongolian_roberta_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mongolian_roberta_base_pipeline` is a English model originally trained by bayartsogt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mongolian_roberta_base_pipeline_en_5.4.2_3.0_1725186070730.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mongolian_roberta_base_pipeline_en_5.4.2_3.0_1725186070730.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mongolian_roberta_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mongolian_roberta_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mongolian_roberta_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|465.7 MB|
+
+## References
+
+https://huggingface.co/bayartsogt/mongolian-roberta-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-movie_review_classifier_en.md b/docs/_posts/ahmedlone127/2024-09-01-movie_review_classifier_en.md
new file mode 100644
index 00000000000000..969cd7f3c6f2ca
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-movie_review_classifier_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English movie_review_classifier DistilBertForSequenceClassification from derek-harnett
+author: John Snow Labs
+name: movie_review_classifier
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`movie_review_classifier` is a English model originally trained by derek-harnett.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/movie_review_classifier_en_5.5.0_3.0_1725214045707.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/movie_review_classifier_en_5.5.0_3.0_1725214045707.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|movie_review_classifier|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/derek-harnett/movie-review-classifier
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-movie_review_classifier_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-movie_review_classifier_pipeline_en.md
new file mode 100644
index 00000000000000..51c980ede495b8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-movie_review_classifier_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English movie_review_classifier_pipeline pipeline DistilBertForSequenceClassification from derek-harnett
+author: John Snow Labs
+name: movie_review_classifier_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`movie_review_classifier_pipeline` is a English model originally trained by derek-harnett.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/movie_review_classifier_pipeline_en_5.5.0_3.0_1725214059593.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/movie_review_classifier_pipeline_en_5.5.0_3.0_1725214059593.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("movie_review_classifier_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("movie_review_classifier_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|movie_review_classifier_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/derek-harnett/movie-review-classifier
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-movie_sentiment_trainer_en.md b/docs/_posts/ahmedlone127/2024-09-01-movie_sentiment_trainer_en.md
new file mode 100644
index 00000000000000..d9a84ae0a186fa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-movie_sentiment_trainer_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English movie_sentiment_trainer RoBertaForSequenceClassification from Sonny4Sonnix
+author: John Snow Labs
+name: movie_sentiment_trainer
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`movie_sentiment_trainer` is a English model originally trained by Sonny4Sonnix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/movie_sentiment_trainer_en_5.5.0_3.0_1725211722615.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/movie_sentiment_trainer_en_5.5.0_3.0_1725211722615.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|movie_sentiment_trainer|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.2 MB|
+
+## References
+
+https://huggingface.co/Sonny4Sonnix/movie_sentiment_trainer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-movie_sentiment_trainer_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-movie_sentiment_trainer_pipeline_en.md
new file mode 100644
index 00000000000000..742ec8bd04d2a5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-movie_sentiment_trainer_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English movie_sentiment_trainer_pipeline pipeline RoBertaForSequenceClassification from Sonny4Sonnix
+author: John Snow Labs
+name: movie_sentiment_trainer_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`movie_sentiment_trainer_pipeline` is a English model originally trained by Sonny4Sonnix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/movie_sentiment_trainer_pipeline_en_5.5.0_3.0_1725211747602.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/movie_sentiment_trainer_pipeline_en_5.5.0_3.0_1725211747602.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("movie_sentiment_trainer_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("movie_sentiment_trainer_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|movie_sentiment_trainer_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/Sonny4Sonnix/movie_sentiment_trainer
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mpnet_base_all_nli_triplet_tomaarsen_en.md b/docs/_posts/ahmedlone127/2024-09-01-mpnet_base_all_nli_triplet_tomaarsen_en.md
new file mode 100644
index 00000000000000..c70973d846302a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mpnet_base_all_nli_triplet_tomaarsen_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mpnet_base_all_nli_triplet_tomaarsen MPNetEmbeddings from tomaarsen
+author: John Snow Labs
+name: mpnet_base_all_nli_triplet_tomaarsen
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_base_all_nli_triplet_tomaarsen` is a English model originally trained by tomaarsen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_base_all_nli_triplet_tomaarsen_en_5.5.0_3.0_1725225168167.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_base_all_nli_triplet_tomaarsen_en_5.5.0_3.0_1725225168167.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_all_nli_triplet_tomaarsen|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|390.1 MB|
+
+## References
+
+https://huggingface.co/tomaarsen/mpnet-base-all-nli-triplet
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mpnet_base_all_nli_triplet_tomaarsen_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mpnet_base_all_nli_triplet_tomaarsen_pipeline_en.md
new file mode 100644
index 00000000000000..bc11ddd59fd76d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mpnet_base_all_nli_triplet_tomaarsen_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mpnet_base_all_nli_triplet_tomaarsen_pipeline pipeline MPNetEmbeddings from tomaarsen
+author: John Snow Labs
+name: mpnet_base_all_nli_triplet_tomaarsen_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_base_all_nli_triplet_tomaarsen_pipeline` is a English model originally trained by tomaarsen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_base_all_nli_triplet_tomaarsen_pipeline_en_5.5.0_3.0_1725225196214.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_base_all_nli_triplet_tomaarsen_pipeline_en_5.5.0_3.0_1725225196214.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mpnet_base_all_nli_triplet_tomaarsen_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mpnet_base_all_nli_triplet_tomaarsen_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_all_nli_triplet_tomaarsen_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|390.1 MB|
+
+## References
+
+https://huggingface.co/tomaarsen/mpnet-base-all-nli-triplet
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mpnet_personality_en.md b/docs/_posts/ahmedlone127/2024-09-01-mpnet_personality_en.md
new file mode 100644
index 00000000000000..cb633b1758fe2c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mpnet_personality_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mpnet_personality MPNetEmbeddings from dwulff
+author: John Snow Labs
+name: mpnet_personality
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_personality` is a English model originally trained by dwulff.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_personality_en_5.5.0_3.0_1725224802814.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_personality_en_5.5.0_3.0_1725224802814.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_personality|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/dwulff/mpnet-personality
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mpnet_personality_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mpnet_personality_pipeline_en.md
new file mode 100644
index 00000000000000..6be4501f326786
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mpnet_personality_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mpnet_personality_pipeline pipeline MPNetEmbeddings from dwulff
+author: John Snow Labs
+name: mpnet_personality_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_personality_pipeline` is a English model originally trained by dwulff.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_personality_pipeline_en_5.5.0_3.0_1725224825311.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_personality_pipeline_en_5.5.0_3.0_1725224825311.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mpnet_personality_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mpnet_personality_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_personality_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/dwulff/mpnet-personality
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mrc_er_mdeberta_v3_base_syl_viwikifc_en.md b/docs/_posts/ahmedlone127/2024-09-01-mrc_er_mdeberta_v3_base_syl_viwikifc_en.md
new file mode 100644
index 00000000000000..423081a16ad1b3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mrc_er_mdeberta_v3_base_syl_viwikifc_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mrc_er_mdeberta_v3_base_syl_viwikifc DeBertaForQuestionAnswering from tringuyen-uit
+author: John Snow Labs
+name: mrc_er_mdeberta_v3_base_syl_viwikifc
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mrc_er_mdeberta_v3_base_syl_viwikifc` is a English model originally trained by tringuyen-uit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mrc_er_mdeberta_v3_base_syl_viwikifc_en_5.5.0_3.0_1725218318863.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mrc_er_mdeberta_v3_base_syl_viwikifc_en_5.5.0_3.0_1725218318863.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mrc_er_mdeberta_v3_base_syl_viwikifc|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|813.7 MB|
+
+## References
+
+https://huggingface.co/tringuyen-uit/MRC_ER_mdeberta-v3-base_syl_ViWikiFC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline_en.md
new file mode 100644
index 00000000000000..fb5a2e16703649
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline pipeline DeBertaForQuestionAnswering from tringuyen-uit
+author: John Snow Labs
+name: mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline` is a English model originally trained by tringuyen-uit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline_en_5.5.0_3.0_1725218439060.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline_en_5.5.0_3.0_1725218439060.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mrc_er_mdeberta_v3_base_syl_viwikifc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|813.7 MB|
+
+## References
+
+https://huggingface.co/tringuyen-uit/MRC_ER_mdeberta-v3-base_syl_ViWikiFC
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-named_entity_recognition_distilbert_a_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-named_entity_recognition_distilbert_a_pipeline_en.md
new file mode 100644
index 00000000000000..bc4e8d22d39e96
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-named_entity_recognition_distilbert_a_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English named_entity_recognition_distilbert_a_pipeline pipeline DistilBertForTokenClassification from imrazaa
+author: John Snow Labs
+name: named_entity_recognition_distilbert_a_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`named_entity_recognition_distilbert_a_pipeline` is a English model originally trained by imrazaa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/named_entity_recognition_distilbert_a_pipeline_en_5.4.2_3.0_1725170632486.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/named_entity_recognition_distilbert_a_pipeline_en_5.4.2_3.0_1725170632486.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("named_entity_recognition_distilbert_a_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("named_entity_recognition_distilbert_a_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|named_entity_recognition_distilbert_a_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.4 MB|
+
+## References
+
+https://huggingface.co/imrazaa/named-entity-recognition-distilbert-A
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-nasa_smd_ibm_ranker_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-nasa_smd_ibm_ranker_pipeline_en.md
new file mode 100644
index 00000000000000..45c1c36ff84592
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-nasa_smd_ibm_ranker_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English nasa_smd_ibm_ranker_pipeline pipeline RoBertaForSequenceClassification from nasa-impact
+author: John Snow Labs
+name: nasa_smd_ibm_ranker_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nasa_smd_ibm_ranker_pipeline` is a English model originally trained by nasa-impact.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nasa_smd_ibm_ranker_pipeline_en_5.4.2_3.0_1725167279770.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nasa_smd_ibm_ranker_pipeline_en_5.4.2_3.0_1725167279770.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("nasa_smd_ibm_ranker_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("nasa_smd_ibm_ranker_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nasa_smd_ibm_ranker_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/nasa-impact/nasa-smd-ibm-ranker
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-nemesis_reranker_en.md b/docs/_posts/ahmedlone127/2024-09-01-nemesis_reranker_en.md
new file mode 100644
index 00000000000000..96c6164ef0695a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-nemesis_reranker_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English nemesis_reranker XlmRoBertaForSequenceClassification from Harmj0y
+author: John Snow Labs
+name: nemesis_reranker
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nemesis_reranker` is a English model originally trained by Harmj0y.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nemesis_reranker_en_5.4.2_3.0_1725169597729.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nemesis_reranker_en_5.4.2_3.0_1725169597729.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nemesis_reranker|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|992.2 MB|
+
+## References
+
+https://huggingface.co/Harmj0y/nemesis-reranker
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-nemesis_reranker_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-nemesis_reranker_pipeline_en.md
new file mode 100644
index 00000000000000..6dd1e1aa39adad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-nemesis_reranker_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English nemesis_reranker_pipeline pipeline XlmRoBertaForSequenceClassification from Harmj0y
+author: John Snow Labs
+name: nemesis_reranker_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nemesis_reranker_pipeline` is a English model originally trained by Harmj0y.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nemesis_reranker_pipeline_en_5.4.2_3.0_1725169664545.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nemesis_reranker_pipeline_en_5.4.2_3.0_1725169664545.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("nemesis_reranker_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("nemesis_reranker_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nemesis_reranker_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|992.2 MB|
+
+## References
+
+https://huggingface.co/Harmj0y/nemesis-reranker
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ner_bert_base_cased_portuguese_lenerbr_pipeline_pt.md b/docs/_posts/ahmedlone127/2024-09-01-ner_bert_base_cased_portuguese_lenerbr_pipeline_pt.md
new file mode 100644
index 00000000000000..28671a4e027ccc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ner_bert_base_cased_portuguese_lenerbr_pipeline_pt.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Portuguese ner_bert_base_cased_portuguese_lenerbr_pipeline pipeline BertForTokenClassification from pierreguillou
+author: John Snow Labs
+name: ner_bert_base_cased_portuguese_lenerbr_pipeline
+date: 2024-09-01
+tags: [pt, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: pt
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ner_bert_base_cased_portuguese_lenerbr_pipeline` is a Portuguese model originally trained by pierreguillou.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ner_bert_base_cased_portuguese_lenerbr_pipeline_pt_5.4.2_3.0_1725163765506.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ner_bert_base_cased_portuguese_lenerbr_pipeline_pt_5.4.2_3.0_1725163765506.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ner_bert_base_cased_portuguese_lenerbr_pipeline", lang = "pt")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ner_bert_base_cased_portuguese_lenerbr_pipeline", lang = "pt")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ner_bert_base_cased_portuguese_lenerbr_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|pt|
+|Size:|406.0 MB|
+
+## References
+
+https://huggingface.co/pierreguillou/ner-bert-base-cased-pt-lenerbr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ner_indic_bert_en.md b/docs/_posts/ahmedlone127/2024-09-01-ner_indic_bert_en.md
new file mode 100644
index 00000000000000..a74d8376a2d29c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ner_indic_bert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ner_indic_bert AlbertForTokenClassification from AnanthZeke
+author: John Snow Labs
+name: ner_indic_bert
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, albert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ner_indic_bert` is a English model originally trained by AnanthZeke.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ner_indic_bert_en_5.4.2_3.0_1725203397584.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ner_indic_bert_en_5.4.2_3.0_1725203397584.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ner_indic_bert|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|125.6 MB|
+
+## References
+
+https://huggingface.co/AnanthZeke/NER-indic-bert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ner_indic_bert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ner_indic_bert_pipeline_en.md
new file mode 100644
index 00000000000000..95a617053b4c00
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ner_indic_bert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ner_indic_bert_pipeline pipeline AlbertForTokenClassification from AnanthZeke
+author: John Snow Labs
+name: ner_indic_bert_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ner_indic_bert_pipeline` is a English model originally trained by AnanthZeke.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ner_indic_bert_pipeline_en_5.4.2_3.0_1725203404116.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ner_indic_bert_pipeline_en_5.4.2_3.0_1725203404116.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ner_indic_bert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ner_indic_bert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ner_indic_bert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|125.6 MB|
+
+## References
+
+https://huggingface.co/AnanthZeke/NER-indic-bert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ner_model_balciberin_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ner_model_balciberin_pipeline_en.md
new file mode 100644
index 00000000000000..90d1e226fee1cb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ner_model_balciberin_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ner_model_balciberin_pipeline pipeline DistilBertForTokenClassification from balciberin
+author: John Snow Labs
+name: ner_model_balciberin_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ner_model_balciberin_pipeline` is a English model originally trained by balciberin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ner_model_balciberin_pipeline_en_5.4.2_3.0_1725171979715.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ner_model_balciberin_pipeline_en_5.4.2_3.0_1725171979715.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ner_model_balciberin_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ner_model_balciberin_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ner_model_balciberin_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/balciberin/ner_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ner_on_proteindata_en.md b/docs/_posts/ahmedlone127/2024-09-01-ner_on_proteindata_en.md
new file mode 100644
index 00000000000000..2de3f6e58a4ede
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ner_on_proteindata_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ner_on_proteindata DistilBertForTokenClassification from Galaxyman
+author: John Snow Labs
+name: ner_on_proteindata
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ner_on_proteindata` is a English model originally trained by Galaxyman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ner_on_proteindata_en_5.4.2_3.0_1725171151971.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ner_on_proteindata_en_5.4.2_3.0_1725171151971.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ner_on_proteindata|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/Galaxyman/ner_on_proteindata
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ner_tune_v2_42_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ner_tune_v2_42_pipeline_en.md
new file mode 100644
index 00000000000000..d4d4d6f9a4352a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ner_tune_v2_42_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ner_tune_v2_42_pipeline pipeline CamemBertForTokenClassification from Madnesss
+author: John Snow Labs
+name: ner_tune_v2_42_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ner_tune_v2_42_pipeline` is a English model originally trained by Madnesss.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ner_tune_v2_42_pipeline_en_5.4.2_3.0_1725175195052.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ner_tune_v2_42_pipeline_en_5.4.2_3.0_1725175195052.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ner_tune_v2_42_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ner_tune_v2_42_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ner_tune_v2_42_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|392.2 MB|
+
+## References
+
+https://huggingface.co/Madnesss/ner-tune-v2_42
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-norwegian_bokml_bert_base_mnli_no.md b/docs/_posts/ahmedlone127/2024-09-01-norwegian_bokml_bert_base_mnli_no.md
new file mode 100644
index 00000000000000..7633852caa0565
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-norwegian_bokml_bert_base_mnli_no.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Norwegian norwegian_bokml_bert_base_mnli BertForZeroShotClassification from NbAiLab
+author: John Snow Labs
+name: norwegian_bokml_bert_base_mnli
+date: 2024-09-01
+tags: ["no", open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: "no"
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`norwegian_bokml_bert_base_mnli` is a Norwegian model originally trained by NbAiLab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/norwegian_bokml_bert_base_mnli_no_5.4.2_3.0_1725202576003.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/norwegian_bokml_bert_base_mnli_no_5.4.2_3.0_1725202576003.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|npm_single|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|843.4 MB|
+
+## References
+
+https://huggingface.co/facebook/npm-single
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-nsfw_text_detection_large_en.md b/docs/_posts/ahmedlone127/2024-09-01-nsfw_text_detection_large_en.md
new file mode 100644
index 00000000000000..2e65b6c6159b87
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-nsfw_text_detection_large_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English nsfw_text_detection_large RoBertaForSequenceClassification from MichalMlodawski
+author: John Snow Labs
+name: nsfw_text_detection_large
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nsfw_text_detection_large` is a English model originally trained by MichalMlodawski.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nsfw_text_detection_large_en_5.4.2_3.0_1725194771837.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nsfw_text_detection_large_en_5.4.2_3.0_1725194771837.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nsfw_text_detection_large|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/MichalMlodawski/nsfw-text-detection-large
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-nsfw_text_detection_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-nsfw_text_detection_large_pipeline_en.md
new file mode 100644
index 00000000000000..341a504d47c712
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-nsfw_text_detection_large_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English nsfw_text_detection_large_pipeline pipeline RoBertaForSequenceClassification from MichalMlodawski
+author: John Snow Labs
+name: nsfw_text_detection_large_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nsfw_text_detection_large_pipeline` is a English model originally trained by MichalMlodawski.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nsfw_text_detection_large_pipeline_en_5.4.2_3.0_1725194847608.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nsfw_text_detection_large_pipeline_en_5.4.2_3.0_1725194847608.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("nsfw_text_detection_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("nsfw_text_detection_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nsfw_text_detection_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/MichalMlodawski/nsfw-text-detection-large
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ofm_clip_base_patch32_cifar10_en.md b/docs/_posts/ahmedlone127/2024-09-01-ofm_clip_base_patch32_cifar10_en.md
new file mode 100644
index 00000000000000..00cb6a33316b46
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ofm_clip_base_patch32_cifar10_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English ofm_clip_base_patch32_cifar10 CLIPForZeroShotClassification from yusx-swapp
+author: John Snow Labs
+name: ofm_clip_base_patch32_cifar10
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ofm_clip_base_patch32_cifar10` is a English model originally trained by yusx-swapp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ofm_clip_base_patch32_cifar10_en_5.5.0_3.0_1725225678625.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ofm_clip_base_patch32_cifar10_en_5.5.0_3.0_1725225678625.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("ofm_clip_base_patch32_cifar10","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("ofm_clip_base_patch32_cifar10","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ofm_clip_base_patch32_cifar10|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|523.5 MB|
+
+## References
+
+https://huggingface.co/yusx-swapp/ofm-clip-base-patch32-cifar10
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ofm_clip_base_patch32_cifar10_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-ofm_clip_base_patch32_cifar10_pipeline_en.md
new file mode 100644
index 00000000000000..2066c7fc62ab61
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ofm_clip_base_patch32_cifar10_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ofm_clip_base_patch32_cifar10_pipeline pipeline CLIPForZeroShotClassification from yusx-swapp
+author: John Snow Labs
+name: ofm_clip_base_patch32_cifar10_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ofm_clip_base_patch32_cifar10_pipeline` is a English model originally trained by yusx-swapp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ofm_clip_base_patch32_cifar10_pipeline_en_5.5.0_3.0_1725225725686.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ofm_clip_base_patch32_cifar10_pipeline_en_5.5.0_3.0_1725225725686.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ofm_clip_base_patch32_cifar10_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ofm_clip_base_patch32_cifar10_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ofm_clip_base_patch32_cifar10_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|523.5 MB|
+
+## References
+
+https://huggingface.co/yusx-swapp/ofm-clip-base-patch32-cifar10
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-openai_roberta_large_ai_detection_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-openai_roberta_large_ai_detection_pipeline_en.md
new file mode 100644
index 00000000000000..b25ef86551eb7c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-openai_roberta_large_ai_detection_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English openai_roberta_large_ai_detection_pipeline pipeline RoBertaForSequenceClassification from Varun53
+author: John Snow Labs
+name: openai_roberta_large_ai_detection_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`openai_roberta_large_ai_detection_pipeline` is a English model originally trained by Varun53.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/openai_roberta_large_ai_detection_pipeline_en_5.4.2_3.0_1725167684026.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/openai_roberta_large_ai_detection_pipeline_en_5.4.2_3.0_1725167684026.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("openai_roberta_large_ai_detection_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("openai_roberta_large_ai_detection_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|openai_roberta_large_ai_detection_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/Varun53/openai-roberta-large-AI-detection
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-opendispatcher_v5_gpt35turbo_and_gpt4_en.md b/docs/_posts/ahmedlone127/2024-09-01-opendispatcher_v5_gpt35turbo_and_gpt4_en.md
new file mode 100644
index 00000000000000..efcbb365ff292c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-opendispatcher_v5_gpt35turbo_and_gpt4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opendispatcher_v5_gpt35turbo_and_gpt4 DistilBertForSequenceClassification from gaodrew
+author: John Snow Labs
+name: opendispatcher_v5_gpt35turbo_and_gpt4
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opendispatcher_v5_gpt35turbo_and_gpt4` is a English model originally trained by gaodrew.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opendispatcher_v5_gpt35turbo_and_gpt4_en_5.5.0_3.0_1725213944335.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opendispatcher_v5_gpt35turbo_and_gpt4_en_5.5.0_3.0_1725213944335.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opendispatcher_v5_gpt35turbo_and_gpt4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/gaodrew/OpenDispatcher_v5_gpt35turbo_and_gpt4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-opendispatcher_v5_gpt35turbo_and_gpt4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-opendispatcher_v5_gpt35turbo_and_gpt4_pipeline_en.md
new file mode 100644
index 00000000000000..559067b484dd5d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-opendispatcher_v5_gpt35turbo_and_gpt4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opendispatcher_v5_gpt35turbo_and_gpt4_pipeline pipeline DistilBertForSequenceClassification from gaodrew
+author: John Snow Labs
+name: opendispatcher_v5_gpt35turbo_and_gpt4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opendispatcher_v5_gpt35turbo_and_gpt4_pipeline` is a English model originally trained by gaodrew.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opendispatcher_v5_gpt35turbo_and_gpt4_pipeline_en_5.5.0_3.0_1725213958056.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opendispatcher_v5_gpt35turbo_and_gpt4_pipeline_en_5.5.0_3.0_1725213958056.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opendispatcher_v5_gpt35turbo_and_gpt4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opendispatcher_v5_gpt35turbo_and_gpt4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opendispatcher_v5_gpt35turbo_and_gpt4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/gaodrew/OpenDispatcher_v5_gpt35turbo_and_gpt4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-outputs_bittar_en.md b/docs/_posts/ahmedlone127/2024-09-01-outputs_bittar_en.md
new file mode 100644
index 00000000000000..3306ae3a6fbb53
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-outputs_bittar_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English outputs_bittar XlmRoBertaForSequenceClassification from Bittar
+author: John Snow Labs
+name: outputs_bittar
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`outputs_bittar` is a English model originally trained by Bittar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/outputs_bittar_en_5.4.2_3.0_1725188826298.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/outputs_bittar_en_5.4.2_3.0_1725188826298.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|paraphrase_mpnet_base_v2_offensive|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/valurank/paraphrase-mpnet-base-v2-offensive
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-paraphrase_mpnet_base_v2_offensive_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-paraphrase_mpnet_base_v2_offensive_pipeline_en.md
new file mode 100644
index 00000000000000..31aa9417104fc7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-paraphrase_mpnet_base_v2_offensive_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English paraphrase_mpnet_base_v2_offensive_pipeline pipeline MPNetEmbeddings from valurank
+author: John Snow Labs
+name: paraphrase_mpnet_base_v2_offensive_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`paraphrase_mpnet_base_v2_offensive_pipeline` is a English model originally trained by valurank.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/paraphrase_mpnet_base_v2_offensive_pipeline_en_5.5.0_3.0_1725225245129.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/paraphrase_mpnet_base_v2_offensive_pipeline_en_5.5.0_3.0_1725225245129.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("paraphrase_mpnet_base_v2_offensive_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("paraphrase_mpnet_base_v2_offensive_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|paraphrase_mpnet_base_v2_offensive_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/valurank/paraphrase-mpnet-base-v2-offensive
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-per_classifier_en.md b/docs/_posts/ahmedlone127/2024-09-01-per_classifier_en.md
new file mode 100644
index 00000000000000..fc8abe4c3ed1c5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-per_classifier_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English per_classifier RoBertaForSequenceClassification from soulFoo
+author: John Snow Labs
+name: per_classifier
+date: 2024-09-01
+tags: [roberta, en, open_source, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`per_classifier` is a English model originally trained by soulFoo.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/per_classifier_en_5.5.0_3.0_1725212289383.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/per_classifier_en_5.5.0_3.0_1725212289383.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|per_classifier|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|430.1 MB|
+
+## References
+
+References
+
+https://huggingface.co/soulFoo/per-classifier
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-per_classifier_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-per_classifier_pipeline_en.md
new file mode 100644
index 00000000000000..115e4b45f257be
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-per_classifier_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English per_classifier_pipeline pipeline RoBertaForSequenceClassification from shai-msy
+author: John Snow Labs
+name: per_classifier_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`per_classifier_pipeline` is a English model originally trained by shai-msy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/per_classifier_pipeline_en_5.5.0_3.0_1725212330229.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/per_classifier_pipeline_en_5.5.0_3.0_1725212330229.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("per_classifier_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("per_classifier_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|per_classifier_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|430.1 MB|
+
+## References
+
+https://huggingface.co/shai-msy/per-classifier
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-pmc_vit_l_14_hf_en.md b/docs/_posts/ahmedlone127/2024-09-01-pmc_vit_l_14_hf_en.md
new file mode 100644
index 00000000000000..4586897f143657
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-pmc_vit_l_14_hf_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English pmc_vit_l_14_hf CLIPForZeroShotClassification from ryanyip7777
+author: John Snow Labs
+name: pmc_vit_l_14_hf
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`pmc_vit_l_14_hf` is a English model originally trained by ryanyip7777.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pmc_vit_l_14_hf_en_5.5.0_3.0_1725226893370.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/pmc_vit_l_14_hf_en_5.5.0_3.0_1725226893370.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("pmc_vit_l_14_hf","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("pmc_vit_l_14_hf","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|pmc_vit_l_14_hf|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/ryanyip7777/pmc_vit-l-14_hf
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-pmc_vit_l_14_hf_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-pmc_vit_l_14_hf_pipeline_en.md
new file mode 100644
index 00000000000000..79fa5ac5d690e2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-pmc_vit_l_14_hf_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English pmc_vit_l_14_hf_pipeline pipeline CLIPForZeroShotClassification from ryanyip7777
+author: John Snow Labs
+name: pmc_vit_l_14_hf_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`pmc_vit_l_14_hf_pipeline` is a English model originally trained by ryanyip7777.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pmc_vit_l_14_hf_pipeline_en_5.5.0_3.0_1725226980278.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/pmc_vit_l_14_hf_pipeline_en_5.5.0_3.0_1725226980278.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("pmc_vit_l_14_hf_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("pmc_vit_l_14_hf_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|pmc_vit_l_14_hf_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/ryanyip7777/pmc_vit-l-14_hf
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-promptinjectiondetector_en.md b/docs/_posts/ahmedlone127/2024-09-01-promptinjectiondetector_en.md
new file mode 100644
index 00000000000000..2cba38f8f87bd7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-promptinjectiondetector_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English promptinjectiondetector RoBertaForSequenceClassification from sense2k8
+author: John Snow Labs
+name: promptinjectiondetector
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`promptinjectiondetector` is a English model originally trained by sense2k8.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/promptinjectiondetector_en_5.4.2_3.0_1725194283325.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/promptinjectiondetector_en_5.4.2_3.0_1725194283325.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|promptinjectiondetector|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|419.9 MB|
+
+## References
+
+https://huggingface.co/sense2k8/promptInjectionDetector
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-promptinjectiondetector_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-promptinjectiondetector_pipeline_en.md
new file mode 100644
index 00000000000000..0e12efb992a929
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-promptinjectiondetector_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English promptinjectiondetector_pipeline pipeline RoBertaForSequenceClassification from sense2k8
+author: John Snow Labs
+name: promptinjectiondetector_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`promptinjectiondetector_pipeline` is a English model originally trained by sense2k8.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/promptinjectiondetector_pipeline_en_5.4.2_3.0_1725194324170.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/promptinjectiondetector_pipeline_en_5.4.2_3.0_1725194324170.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("promptinjectiondetector_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("promptinjectiondetector_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|promptinjectiondetector_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|420.0 MB|
+
+## References
+
+https://huggingface.co/sense2k8/promptInjectionDetector
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-propagandadetection_en.md b/docs/_posts/ahmedlone127/2024-09-01-propagandadetection_en.md
new file mode 100644
index 00000000000000..09e6940de9d162
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-propagandadetection_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English propagandadetection DistilBertForSequenceClassification from claudio2222
+author: John Snow Labs
+name: propagandadetection
+date: 2024-09-01
+tags: [bert, en, open_source, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`propagandadetection` is a English model originally trained by claudio2222.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/propagandadetection_en_5.5.0_3.0_1725214081899.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/propagandadetection_en_5.5.0_3.0_1725214081899.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|propagandadetection|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+References
+
+https://huggingface.co/claudio2222/PropagandaDetection
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-propagandadetection_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-propagandadetection_pipeline_en.md
new file mode 100644
index 00000000000000..a2f7cac566ef11
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-propagandadetection_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English propagandadetection_pipeline pipeline DistilBertForSequenceClassification from IDA-SERICS
+author: John Snow Labs
+name: propagandadetection_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`propagandadetection_pipeline` is a English model originally trained by IDA-SERICS.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/propagandadetection_pipeline_en_5.5.0_3.0_1725214097463.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/propagandadetection_pipeline_en_5.5.0_3.0_1725214097463.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("propagandadetection_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("propagandadetection_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|propagandadetection_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/IDA-SERICS/PropagandaDetection
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-qa_model_roberta_en.md b/docs/_posts/ahmedlone127/2024-09-01-qa_model_roberta_en.md
new file mode 100644
index 00000000000000..3c83917e9a7144
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-qa_model_roberta_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English qa_model_roberta RoBertaForQuestionAnswering from SMD00
+author: John Snow Labs
+name: qa_model_roberta
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qa_model_roberta` is a English model originally trained by SMD00.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qa_model_roberta_en_5.4.2_3.0_1725206551472.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qa_model_roberta_en_5.4.2_3.0_1725206551472.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qa_model_roberta|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/SMD00/QA_model-roberta
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-qa_model_roberta_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-qa_model_roberta_pipeline_en.md
new file mode 100644
index 00000000000000..028cdd97fa07d7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-qa_model_roberta_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English qa_model_roberta_pipeline pipeline RoBertaForQuestionAnswering from SMD00
+author: John Snow Labs
+name: qa_model_roberta_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qa_model_roberta_pipeline` is a English model originally trained by SMD00.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qa_model_roberta_pipeline_en_5.4.2_3.0_1725206581917.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qa_model_roberta_pipeline_en_5.4.2_3.0_1725206581917.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("qa_model_roberta_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("qa_model_roberta_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qa_model_roberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/SMD00/QA_model-roberta
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-qa_synth_19_sept_finetune_1_0_en.md b/docs/_posts/ahmedlone127/2024-09-01-qa_synth_19_sept_finetune_1_0_en.md
new file mode 100644
index 00000000000000..a39bad28cd3548
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-qa_synth_19_sept_finetune_1_0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English qa_synth_19_sept_finetune_1_0 XlmRoBertaForQuestionAnswering from am-infoweb
+author: John Snow Labs
+name: qa_synth_19_sept_finetune_1_0
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qa_synth_19_sept_finetune_1_0` is a English model originally trained by am-infoweb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qa_synth_19_sept_finetune_1_0_en_5.5.0_3.0_1725234759307.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qa_synth_19_sept_finetune_1_0_en_5.5.0_3.0_1725234759307.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qa_synth_19_sept_finetune_1_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|816.6 MB|
+
+## References
+
+https://huggingface.co/am-infoweb/QA_SYNTH_19_SEPT_FINETUNE_1.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-qa_synth_19_sept_finetune_1_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-qa_synth_19_sept_finetune_1_0_pipeline_en.md
new file mode 100644
index 00000000000000..b258ea5dac46fd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-qa_synth_19_sept_finetune_1_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English qa_synth_19_sept_finetune_1_0_pipeline pipeline XlmRoBertaForQuestionAnswering from am-infoweb
+author: John Snow Labs
+name: qa_synth_19_sept_finetune_1_0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qa_synth_19_sept_finetune_1_0_pipeline` is a English model originally trained by am-infoweb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qa_synth_19_sept_finetune_1_0_pipeline_en_5.5.0_3.0_1725234862060.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qa_synth_19_sept_finetune_1_0_pipeline_en_5.5.0_3.0_1725234862060.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("qa_synth_19_sept_finetune_1_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("qa_synth_19_sept_finetune_1_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qa_synth_19_sept_finetune_1_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|816.6 MB|
+
+## References
+
+https://huggingface.co/am-infoweb/QA_SYNTH_19_SEPT_FINETUNE_1.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-qnli_microsoft_deberta_v3_base_seed_3_en.md b/docs/_posts/ahmedlone127/2024-09-01-qnli_microsoft_deberta_v3_base_seed_3_en.md
new file mode 100644
index 00000000000000..7f7c90bb369513
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-qnli_microsoft_deberta_v3_base_seed_3_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English qnli_microsoft_deberta_v3_base_seed_3 DeBertaForSequenceClassification from utahnlp
+author: John Snow Labs
+name: qnli_microsoft_deberta_v3_base_seed_3
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qnli_microsoft_deberta_v3_base_seed_3` is a English model originally trained by utahnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qnli_microsoft_deberta_v3_base_seed_3_en_5.5.0_3.0_1725209949486.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qnli_microsoft_deberta_v3_base_seed_3_en_5.5.0_3.0_1725209949486.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qnli_microsoft_deberta_v3_base_seed_3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|637.9 MB|
+
+## References
+
+https://huggingface.co/utahnlp/qnli_microsoft_deberta-v3-base_seed-3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-qnli_microsoft_deberta_v3_base_seed_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-qnli_microsoft_deberta_v3_base_seed_3_pipeline_en.md
new file mode 100644
index 00000000000000..df26ea3930696b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-qnli_microsoft_deberta_v3_base_seed_3_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English qnli_microsoft_deberta_v3_base_seed_3_pipeline pipeline DeBertaForSequenceClassification from utahnlp
+author: John Snow Labs
+name: qnli_microsoft_deberta_v3_base_seed_3_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qnli_microsoft_deberta_v3_base_seed_3_pipeline` is a English model originally trained by utahnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qnli_microsoft_deberta_v3_base_seed_3_pipeline_en_5.5.0_3.0_1725210003839.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qnli_microsoft_deberta_v3_base_seed_3_pipeline_en_5.5.0_3.0_1725210003839.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("qnli_microsoft_deberta_v3_base_seed_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("qnli_microsoft_deberta_v3_base_seed_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qnli_microsoft_deberta_v3_base_seed_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|637.9 MB|
+
+## References
+
+https://huggingface.co/utahnlp/qnli_microsoft_deberta-v3-base_seed-3
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-question_answering_albert_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-question_answering_albert_base_pipeline_en.md
new file mode 100644
index 00000000000000..6c102377c6b9f3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-question_answering_albert_base_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English question_answering_albert_base_pipeline pipeline AlbertForQuestionAnswering from TunahanGokcimen
+author: John Snow Labs
+name: question_answering_albert_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`question_answering_albert_base_pipeline` is a English model originally trained by TunahanGokcimen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/question_answering_albert_base_pipeline_en_5.4.2_3.0_1725193434258.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/question_answering_albert_base_pipeline_en_5.4.2_3.0_1725193434258.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("question_answering_albert_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("question_answering_albert_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|question_answering_albert_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/TunahanGokcimen/Question-Answering-Albert-base
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-quiltnet_b_32_en.md b/docs/_posts/ahmedlone127/2024-09-01-quiltnet_b_32_en.md
new file mode 100644
index 00000000000000..1b5326be66d628
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-quiltnet_b_32_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English quiltnet_b_32 CLIPForZeroShotClassification from wisdomik
+author: John Snow Labs
+name: quiltnet_b_32
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`quiltnet_b_32` is a English model originally trained by wisdomik.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/quiltnet_b_32_en_5.5.0_3.0_1725227758487.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/quiltnet_b_32_en_5.5.0_3.0_1725227758487.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("quiltnet_b_32","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("quiltnet_b_32","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|quiltnet_b_32|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/wisdomik/QuiltNet-B-32
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-quiltnet_b_32_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-quiltnet_b_32_pipeline_en.md
new file mode 100644
index 00000000000000..0749f639dd0b94
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-quiltnet_b_32_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English quiltnet_b_32_pipeline pipeline CLIPForZeroShotClassification from wisdomik
+author: John Snow Labs
+name: quiltnet_b_32_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`quiltnet_b_32_pipeline` is a English model originally trained by wisdomik.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/quiltnet_b_32_pipeline_en_5.5.0_3.0_1725227788331.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/quiltnet_b_32_pipeline_en_5.5.0_3.0_1725227788331.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("quiltnet_b_32_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("quiltnet_b_32_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|quiltnet_b_32_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/wisdomik/QuiltNet-B-32
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-rap_phase2_model2_31jan_10i_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-rap_phase2_model2_31jan_10i_pipeline_en.md
new file mode 100644
index 00000000000000..940f6b7b233642
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-rap_phase2_model2_31jan_10i_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English rap_phase2_model2_31jan_10i_pipeline pipeline XlmRoBertaForQuestionAnswering from am-infoweb
+author: John Snow Labs
+name: rap_phase2_model2_31jan_10i_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rap_phase2_model2_31jan_10i_pipeline` is a English model originally trained by am-infoweb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rap_phase2_model2_31jan_10i_pipeline_en_5.4.2_3.0_1725158212397.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rap_phase2_model2_31jan_10i_pipeline_en_5.4.2_3.0_1725158212397.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("rap_phase2_model2_31jan_10i_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("rap_phase2_model2_31jan_10i_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rap_phase2_model2_31jan_10i_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|802.4 MB|
+
+## References
+
+https://huggingface.co/am-infoweb/rap_phase2_MODEL2_31jan_10i
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-readability_spanish_3class_paragraphs_es.md b/docs/_posts/ahmedlone127/2024-09-01-readability_spanish_3class_paragraphs_es.md
new file mode 100644
index 00000000000000..d426c35f7e7676
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-readability_spanish_3class_paragraphs_es.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Castilian, Spanish readability_spanish_3class_paragraphs RoBertaForSequenceClassification from somosnlp-hackathon-2022
+author: John Snow Labs
+name: readability_spanish_3class_paragraphs
+date: 2024-09-01
+tags: [es, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`readability_spanish_3class_paragraphs` is a Castilian, Spanish model originally trained by somosnlp-hackathon-2022.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/readability_spanish_3class_paragraphs_es_5.4.2_3.0_1725195364041.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/readability_spanish_3class_paragraphs_es_5.4.2_3.0_1725195364041.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|refpydst_1p_referredstates_split_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/Brendan/refpydst-1p-referredstates-split-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-refpydst_1p_referredstates_split_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-refpydst_1p_referredstates_split_v2_pipeline_en.md
new file mode 100644
index 00000000000000..e32d0c1181491f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-refpydst_1p_referredstates_split_v2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English refpydst_1p_referredstates_split_v2_pipeline pipeline MPNetEmbeddings from Brendan
+author: John Snow Labs
+name: refpydst_1p_referredstates_split_v2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`refpydst_1p_referredstates_split_v2_pipeline` is a English model originally trained by Brendan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/refpydst_1p_referredstates_split_v2_pipeline_en_5.5.0_3.0_1725225362562.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/refpydst_1p_referredstates_split_v2_pipeline_en_5.5.0_3.0_1725225362562.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("refpydst_1p_referredstates_split_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("refpydst_1p_referredstates_split_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|refpydst_1p_referredstates_split_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/Brendan/refpydst-1p-referredstates-split-v2
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-reranker_en.md b/docs/_posts/ahmedlone127/2024-09-01-reranker_en.md
new file mode 100644
index 00000000000000..8da79175087d54
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-reranker_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English reranker RoBertaForSequenceClassification from hadifar
+author: John Snow Labs
+name: reranker
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reranker` is a English model originally trained by hadifar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reranker_en_5.4.2_3.0_1725194493426.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reranker_en_5.4.2_3.0_1725194493426.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reranker|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|445.0 MB|
+
+## References
+
+https://huggingface.co/hadifar/reranker
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-reranker_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-reranker_pipeline_en.md
new file mode 100644
index 00000000000000..663d1283ea9ab6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-reranker_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English reranker_pipeline pipeline RoBertaForSequenceClassification from hadifar
+author: John Snow Labs
+name: reranker_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reranker_pipeline` is a English model originally trained by hadifar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reranker_pipeline_en_5.4.2_3.0_1725194528017.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reranker_pipeline_en_5.4.2_3.0_1725194528017.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("reranker_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("reranker_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reranker_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|445.0 MB|
+
+## References
+
+https://huggingface.co/hadifar/reranker
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-reward_deberta_v3_base_aspect_en.md b/docs/_posts/ahmedlone127/2024-09-01-reward_deberta_v3_base_aspect_en.md
new file mode 100644
index 00000000000000..7fb25b3b1e7a04
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-reward_deberta_v3_base_aspect_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English reward_deberta_v3_base_aspect DeBertaForSequenceClassification from theblackcat102
+author: John Snow Labs
+name: reward_deberta_v3_base_aspect
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reward_deberta_v3_base_aspect` is a English model originally trained by theblackcat102.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reward_deberta_v3_base_aspect_en_5.4.2_3.0_1725183838252.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reward_deberta_v3_base_aspect_en_5.4.2_3.0_1725183838252.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reward_deberta_v3_base_aspect|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|439.5 MB|
+
+## References
+
+https://huggingface.co/theblackcat102/reward-deberta-v3-base-aspect
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-reward_deberta_v3_base_aspect_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-reward_deberta_v3_base_aspect_pipeline_en.md
new file mode 100644
index 00000000000000..7b14faf00a401d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-reward_deberta_v3_base_aspect_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English reward_deberta_v3_base_aspect_pipeline pipeline DeBertaForSequenceClassification from theblackcat102
+author: John Snow Labs
+name: reward_deberta_v3_base_aspect_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reward_deberta_v3_base_aspect_pipeline` is a English model originally trained by theblackcat102.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reward_deberta_v3_base_aspect_pipeline_en_5.4.2_3.0_1725183968950.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reward_deberta_v3_base_aspect_pipeline_en_5.4.2_3.0_1725183968950.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("reward_deberta_v3_base_aspect_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("reward_deberta_v3_base_aspect_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reward_deberta_v3_base_aspect_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|439.5 MB|
+
+## References
+
+https://huggingface.co/theblackcat102/reward-deberta-v3-base-aspect
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-robbert_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-robbert_base_pipeline_en.md
new file mode 100644
index 00000000000000..d94443b6affe33
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-robbert_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English robbert_base_pipeline pipeline RoBertaEmbeddings from pdelobelle
+author: John Snow Labs
+name: robbert_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`robbert_base_pipeline` is a English model originally trained by pdelobelle.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/robbert_base_pipeline_en_5.4.2_3.0_1725191921750.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/robbert_base_pipeline_en_5.4.2_3.0_1725191921750.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("robbert_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("robbert_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|robbert_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|465.3 MB|
+
+## References
+
+https://huggingface.co/pdelobelle/robBERT-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_ag_news_dasoteloro_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_ag_news_dasoteloro_en.md
new file mode 100644
index 00000000000000..8ec43fef6be6e2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_ag_news_dasoteloro_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_base_ag_news_dasoteloro RoBertaForSequenceClassification from dasoteloro
+author: John Snow Labs
+name: roberta_base_ag_news_dasoteloro
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_ag_news_dasoteloro` is a English model originally trained by dasoteloro.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_ag_news_dasoteloro_en_5.4.2_3.0_1725167235095.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_ag_news_dasoteloro_en_5.4.2_3.0_1725167235095.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_bulgarian|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|bg|
+|Size:|471.1 MB|
+
+## References
+
+https://huggingface.co/iarfmoose/roberta-base-bulgarian
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_bulgarian_pipeline_bg.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_bulgarian_pipeline_bg.md
new file mode 100644
index 00000000000000..5f255db0422fd0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_bulgarian_pipeline_bg.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Bulgarian roberta_base_bulgarian_pipeline pipeline RoBertaEmbeddings from iarfmoose
+author: John Snow Labs
+name: roberta_base_bulgarian_pipeline
+date: 2024-09-01
+tags: [bg, open_source, pipeline, onnx]
+task: Embeddings
+language: bg
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_bulgarian_pipeline` is a Bulgarian model originally trained by iarfmoose.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_bulgarian_pipeline_bg_5.4.2_3.0_1725192044184.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_bulgarian_pipeline_bg_5.4.2_3.0_1725192044184.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_bulgarian_pipeline", lang = "bg")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_bulgarian_pipeline", lang = "bg")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_bulgarian_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|bg|
+|Size:|471.1 MB|
+
+## References
+
+https://huggingface.co/iarfmoose/roberta-base-bulgarian
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_nlp_letters_text_all_class_weighted_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_nlp_letters_text_all_class_weighted_en.md
new file mode 100644
index 00000000000000..fd926d4704a358
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_nlp_letters_text_all_class_weighted_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_base_finetuned_nlp_letters_text_all_class_weighted RoBertaForSequenceClassification from ben-yu
+author: John Snow Labs
+name: roberta_base_finetuned_nlp_letters_text_all_class_weighted
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_finetuned_nlp_letters_text_all_class_weighted` is a English model originally trained by ben-yu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_nlp_letters_text_all_class_weighted_en_5.5.0_3.0_1725212845028.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_nlp_letters_text_all_class_weighted_en_5.5.0_3.0_1725212845028.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_finetuned_nlp_letters_text_all_class_weighted|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|443.2 MB|
+
+## References
+
+https://huggingface.co/ben-yu/roberta-base-finetuned-nlp-letters-TEXT-all-class-weighted
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline_en.md
new file mode 100644
index 00000000000000..3f34b59de8038a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline pipeline RoBertaForSequenceClassification from ben-yu
+author: John Snow Labs
+name: roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline` is a English model originally trained by ben-yu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline_en_5.5.0_3.0_1725212873636.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline_en_5.5.0_3.0_1725212873636.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_finetuned_nlp_letters_text_all_class_weighted_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|443.2 MB|
+
+## References
+
+https://huggingface.co/ben-yu/roberta-base-finetuned-nlp-letters-TEXT-all-class-weighted
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_arrafmousa_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_arrafmousa_en.md
new file mode 100644
index 00000000000000..4dbebad65e4ae9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_arrafmousa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_base_finetuned_squad_arrafmousa RoBertaForQuestionAnswering from arrafmousa
+author: John Snow Labs
+name: roberta_base_finetuned_squad_arrafmousa
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_finetuned_squad_arrafmousa` is a English model originally trained by arrafmousa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_squad_arrafmousa_en_5.4.2_3.0_1725207509682.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_squad_arrafmousa_en_5.4.2_3.0_1725207509682.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_finetuned_squad_arrafmousa|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|427.7 MB|
+
+## References
+
+https://huggingface.co/arrafmousa/roberta-base-finetuned-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_arrafmousa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_arrafmousa_pipeline_en.md
new file mode 100644
index 00000000000000..bdb45a97a25960
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_arrafmousa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_base_finetuned_squad_arrafmousa_pipeline pipeline RoBertaForQuestionAnswering from arrafmousa
+author: John Snow Labs
+name: roberta_base_finetuned_squad_arrafmousa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_finetuned_squad_arrafmousa_pipeline` is a English model originally trained by arrafmousa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_squad_arrafmousa_pipeline_en_5.4.2_3.0_1725207542145.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_squad_arrafmousa_pipeline_en_5.4.2_3.0_1725207542145.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_finetuned_squad_arrafmousa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_finetuned_squad_arrafmousa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_finetuned_squad_arrafmousa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|427.7 MB|
+
+## References
+
+https://huggingface.co/arrafmousa/roberta-base-finetuned-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_payoto_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_payoto_en.md
new file mode 100644
index 00000000000000..4b37b59b83830a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_payoto_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_base_finetuned_squad_payoto RoBertaForQuestionAnswering from Payoto
+author: John Snow Labs
+name: roberta_base_finetuned_squad_payoto
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_finetuned_squad_payoto` is a English model originally trained by Payoto.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_squad_payoto_en_5.4.2_3.0_1725207567659.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_squad_payoto_en_5.4.2_3.0_1725207567659.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_finetuned_squad_payoto|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|298.4 MB|
+
+## References
+
+https://huggingface.co/Payoto/roberta-base-finetuned-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_payoto_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_payoto_pipeline_en.md
new file mode 100644
index 00000000000000..66f3ab9a23a490
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_finetuned_squad_payoto_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_base_finetuned_squad_payoto_pipeline pipeline RoBertaForQuestionAnswering from Payoto
+author: John Snow Labs
+name: roberta_base_finetuned_squad_payoto_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_finetuned_squad_payoto_pipeline` is a English model originally trained by Payoto.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_squad_payoto_pipeline_en_5.4.2_3.0_1725207655687.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_finetuned_squad_payoto_pipeline_en_5.4.2_3.0_1725207655687.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_finetuned_squad_payoto_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_finetuned_squad_payoto_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_finetuned_squad_payoto_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|298.4 MB|
+
+## References
+
+https://huggingface.co/Payoto/roberta-base-finetuned-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_indonesian_1_5g_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_indonesian_1_5g_en.md
new file mode 100644
index 00000000000000..4386779e2caeac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_indonesian_1_5g_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_base_indonesian_1_5g RoBertaEmbeddings from cahya
+author: John Snow Labs
+name: roberta_base_indonesian_1_5g
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_indonesian_1_5g` is a English model originally trained by cahya.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_indonesian_1_5g_en_5.4.2_3.0_1725186920152.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_indonesian_1_5g_en_5.4.2_3.0_1725186920152.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_indonesian_1_5g|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|471.0 MB|
+
+## References
+
+https://huggingface.co/cahya/roberta-base-indonesian-1.5G
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_indonesian_1_5g_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_indonesian_1_5g_pipeline_en.md
new file mode 100644
index 00000000000000..908c71923170d0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_indonesian_1_5g_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_base_indonesian_1_5g_pipeline pipeline RoBertaEmbeddings from cahya
+author: John Snow Labs
+name: roberta_base_indonesian_1_5g_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_indonesian_1_5g_pipeline` is a English model originally trained by cahya.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_indonesian_1_5g_pipeline_en_5.4.2_3.0_1725186946333.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_indonesian_1_5g_pipeline_en_5.4.2_3.0_1725186946333.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_indonesian_1_5g_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_indonesian_1_5g_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_indonesian_1_5g_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|471.0 MB|
+
+## References
+
+https://huggingface.co/cahya/roberta-base-indonesian-1.5G
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_isarcasm_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_isarcasm_en.md
new file mode 100644
index 00000000000000..cc6926b1f74e00
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_isarcasm_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_base_isarcasm RoBertaForSequenceClassification from w11wo
+author: John Snow Labs
+name: roberta_base_isarcasm
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_isarcasm` is a English model originally trained by w11wo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_isarcasm_en_5.5.0_3.0_1725212194542.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_isarcasm_en_5.5.0_3.0_1725212194542.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_isarcasm|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|432.9 MB|
+
+## References
+
+https://huggingface.co/w11wo/roberta-base-isarcasm
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_isarcasm_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_isarcasm_pipeline_en.md
new file mode 100644
index 00000000000000..e258af784f63bb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_isarcasm_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_base_isarcasm_pipeline pipeline RoBertaForSequenceClassification from w11wo
+author: John Snow Labs
+name: roberta_base_isarcasm_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_isarcasm_pipeline` is a English model originally trained by w11wo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_isarcasm_pipeline_en_5.5.0_3.0_1725212231249.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_isarcasm_pipeline_en_5.5.0_3.0_1725212231249.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_isarcasm_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_isarcasm_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_isarcasm_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|432.9 MB|
+
+## References
+
+https://huggingface.co/w11wo/roberta-base-isarcasm
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_model_attribution_challenge_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_model_attribution_challenge_pipeline_en.md
new file mode 100644
index 00000000000000..9558c45bb6e218
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_model_attribution_challenge_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_base_model_attribution_challenge_pipeline pipeline RoBertaEmbeddings from model-attribution-challenge
+author: John Snow Labs
+name: roberta_base_model_attribution_challenge_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_model_attribution_challenge_pipeline` is a English model originally trained by model-attribution-challenge.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_model_attribution_challenge_pipeline_en_5.4.2_3.0_1725191670862.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_model_attribution_challenge_pipeline_en_5.4.2_3.0_1725191670862.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_model_attribution_challenge_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_model_attribution_challenge_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_model_attribution_challenge_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|298.2 MB|
+
+## References
+
+https://huggingface.co/model-attribution-challenge/roberta-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_rotten_tomatoes_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_rotten_tomatoes_en.md
new file mode 100644
index 00000000000000..4239d408305484
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_rotten_tomatoes_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English roberta_base_rotten_tomatoes RoBertaForSequenceClassification from textattack
+author: John Snow Labs
+name: roberta_base_rotten_tomatoes
+date: 2024-09-01
+tags: [roberta, en, open_source, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_rotten_tomatoes` is a English model originally trained by textattack.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_rotten_tomatoes_en_5.4.2_3.0_1725191100513.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_rotten_tomatoes_en_5.4.2_3.0_1725191100513.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_rotten_tomatoes|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|442.3 MB|
+
+## References
+
+References
+
+https://huggingface.co/textattack/roberta-base-rotten-tomatoes
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_rotten_tomatoes_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_rotten_tomatoes_pipeline_en.md
new file mode 100644
index 00000000000000..f93fcba098434a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_rotten_tomatoes_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_base_rotten_tomatoes_pipeline pipeline RoBertaEmbeddings from textattack
+author: John Snow Labs
+name: roberta_base_rotten_tomatoes_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_rotten_tomatoes_pipeline` is a English model originally trained by textattack.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_rotten_tomatoes_pipeline_en_5.4.2_3.0_1725191126677.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_rotten_tomatoes_pipeline_en_5.4.2_3.0_1725191126677.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_rotten_tomatoes_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_rotten_tomatoes_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_rotten_tomatoes_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|442.3 MB|
+
+## References
+
+https://huggingface.co/textattack/roberta-base-rotten_tomatoes
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad2_finetuned_ema_qa_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad2_finetuned_ema_qa_en.md
new file mode 100644
index 00000000000000..e1c2a5bda6d7cd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad2_finetuned_ema_qa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_base_squad2_finetuned_ema_qa RoBertaForQuestionAnswering from ngchuchi
+author: John Snow Labs
+name: roberta_base_squad2_finetuned_ema_qa
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_squad2_finetuned_ema_qa` is a English model originally trained by ngchuchi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_squad2_finetuned_ema_qa_en_5.4.2_3.0_1725206590476.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_squad2_finetuned_ema_qa_en_5.4.2_3.0_1725206590476.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_squad2_finetuned_ema_qa|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/ngchuchi/roberta-base-squad2-finetuned-ema-qa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad2_finetuned_ema_qa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad2_finetuned_ema_qa_pipeline_en.md
new file mode 100644
index 00000000000000..e7d8589ddd4c2b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad2_finetuned_ema_qa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_base_squad2_finetuned_ema_qa_pipeline pipeline RoBertaForQuestionAnswering from ngchuchi
+author: John Snow Labs
+name: roberta_base_squad2_finetuned_ema_qa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_squad2_finetuned_ema_qa_pipeline` is a English model originally trained by ngchuchi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_squad2_finetuned_ema_qa_pipeline_en_5.4.2_3.0_1725206620366.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_squad2_finetuned_ema_qa_pipeline_en_5.4.2_3.0_1725206620366.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_squad2_finetuned_ema_qa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_squad2_finetuned_ema_qa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_squad2_finetuned_ema_qa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/ngchuchi/roberta-base-squad2-finetuned-ema-qa
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad2_finetuned_newqa1_ericpeter_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad2_finetuned_newqa1_ericpeter_en.md
new file mode 100644
index 00000000000000..4b5861fe1d70cd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad2_finetuned_newqa1_ericpeter_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_base_squad2_finetuned_newqa1_ericpeter RoBertaForQuestionAnswering from EricPeter
+author: John Snow Labs
+name: roberta_base_squad2_finetuned_newqa1_ericpeter
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_squad2_finetuned_newqa1_ericpeter` is a English model originally trained by EricPeter.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_squad2_finetuned_newqa1_ericpeter_en_5.4.2_3.0_1725206411447.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_squad2_finetuned_newqa1_ericpeter_en_5.4.2_3.0_1725206411447.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_squad_i8_f32_p85|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|180.5 MB|
+
+## References
+
+https://huggingface.co/pminha/roberta-base-squad-i8-f32-p85
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad_i8_f32_p85_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad_i8_f32_p85_pipeline_en.md
new file mode 100644
index 00000000000000..f3efa56bc8904c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_squad_i8_f32_p85_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_base_squad_i8_f32_p85_pipeline pipeline RoBertaForQuestionAnswering from pminha
+author: John Snow Labs
+name: roberta_base_squad_i8_f32_p85_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_squad_i8_f32_p85_pipeline` is a English model originally trained by pminha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_squad_i8_f32_p85_pipeline_en_5.4.2_3.0_1725207302678.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_squad_i8_f32_p85_pipeline_en_5.4.2_3.0_1725207302678.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_squad_i8_f32_p85_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_squad_i8_f32_p85_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_squad_i8_f32_p85_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|180.5 MB|
+
+## References
+
+https://huggingface.co/pminha/roberta-base-squad-i8-f32-p85
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_tweets_hate_speech_detection_saved_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_tweets_hate_speech_detection_saved_en.md
new file mode 100644
index 00000000000000..60ca97017e197f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_tweets_hate_speech_detection_saved_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_base_tweets_hate_speech_detection_saved RoBertaForSequenceClassification from thaile
+author: John Snow Labs
+name: roberta_base_tweets_hate_speech_detection_saved
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_tweets_hate_speech_detection_saved` is a English model originally trained by thaile.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_tweets_hate_speech_detection_saved_en_5.5.0_3.0_1725212770843.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_tweets_hate_speech_detection_saved_en_5.5.0_3.0_1725212770843.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_tweets_hate_speech_detection_saved|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|446.2 MB|
+
+## References
+
+https://huggingface.co/thaile/roberta-base-tweets_hate_speech_detection-saved
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_tweets_hate_speech_detection_saved_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_tweets_hate_speech_detection_saved_pipeline_en.md
new file mode 100644
index 00000000000000..59218508b90f28
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_tweets_hate_speech_detection_saved_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_base_tweets_hate_speech_detection_saved_pipeline pipeline RoBertaForSequenceClassification from thaile
+author: John Snow Labs
+name: roberta_base_tweets_hate_speech_detection_saved_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_tweets_hate_speech_detection_saved_pipeline` is a English model originally trained by thaile.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_tweets_hate_speech_detection_saved_pipeline_en_5.5.0_3.0_1725212799620.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_tweets_hate_speech_detection_saved_pipeline_en_5.5.0_3.0_1725212799620.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_tweets_hate_speech_detection_saved_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_tweets_hate_speech_detection_saved_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_tweets_hate_speech_detection_saved_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|446.2 MB|
+
+## References
+
+https://huggingface.co/thaile/roberta-base-tweets_hate_speech_detection-saved
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_base_wechsel_swahili_pipeline_sw.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_wechsel_swahili_pipeline_sw.md
new file mode 100644
index 00000000000000..1cb4f90f2b10da
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_base_wechsel_swahili_pipeline_sw.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Swahili (macrolanguage) roberta_base_wechsel_swahili_pipeline pipeline RoBertaEmbeddings from benjamin
+author: John Snow Labs
+name: roberta_base_wechsel_swahili_pipeline
+date: 2024-09-01
+tags: [sw, open_source, pipeline, onnx]
+task: Embeddings
+language: sw
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_wechsel_swahili_pipeline` is a Swahili (macrolanguage) model originally trained by benjamin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_wechsel_swahili_pipeline_sw_5.4.2_3.0_1725191244854.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_wechsel_swahili_pipeline_sw_5.4.2_3.0_1725191244854.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_wechsel_swahili_pipeline", lang = "sw")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_wechsel_swahili_pipeline", lang = "sw")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_wechsel_swahili_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|sw|
+|Size:|465.7 MB|
+
+## References
+
+https://huggingface.co/benjamin/roberta-base-wechsel-swahili
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_classifier_autonlp_large2_479012819_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_classifier_autonlp_large2_479012819_en.md
new file mode 100644
index 00000000000000..222d60422a7c3c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_classifier_autonlp_large2_479012819_en.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: English RoBertaForSequenceClassification Large Cased model (from sam890914)
+author: John Snow Labs
+name: roberta_classifier_autonlp_large2_479012819
+date: 2024-09-01
+tags: [en, open_source, roberta, sequence_classification, classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-roberta-large2-479012819` is a English model originally trained by `sam890914`.
+
+## Predicted Entities
+
+`0`, `1`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_autonlp_large2_479012819_en_5.4.2_3.0_1725194490547.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_autonlp_large2_479012819_en_5.4.2_3.0_1725194490547.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_autonlp_large2_479012819|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+References
+
+- https://huggingface.co/sam890914/autonlp-roberta-large2-479012819
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_classifier_autonlp_large2_479012819_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_classifier_autonlp_large2_479012819_pipeline_en.md
new file mode 100644
index 00000000000000..9fc63ada24333f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_classifier_autonlp_large2_479012819_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_classifier_autonlp_large2_479012819_pipeline pipeline RoBertaForSequenceClassification from sam890914
+author: John Snow Labs
+name: roberta_classifier_autonlp_large2_479012819_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_classifier_autonlp_large2_479012819_pipeline` is a English model originally trained by sam890914.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_autonlp_large2_479012819_pipeline_en_5.4.2_3.0_1725194569526.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_autonlp_large2_479012819_pipeline_en_5.4.2_3.0_1725194569526.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_classifier_autonlp_large2_479012819_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_classifier_autonlp_large2_479012819_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_autonlp_large2_479012819_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/sam890914/autonlp-roberta-large2-479012819
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_classifier_emotion_english_distil_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_classifier_emotion_english_distil_base_pipeline_en.md
new file mode 100644
index 00000000000000..787a1adee157b5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_classifier_emotion_english_distil_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_classifier_emotion_english_distil_base_pipeline pipeline RoBertaForSequenceClassification from j-hartmann
+author: John Snow Labs
+name: roberta_classifier_emotion_english_distil_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_classifier_emotion_english_distil_base_pipeline` is a English model originally trained by j-hartmann.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_emotion_english_distil_base_pipeline_en_5.4.2_3.0_1725167920607.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_emotion_english_distil_base_pipeline_en_5.4.2_3.0_1725167920607.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_classifier_emotion_english_distil_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_classifier_emotion_english_distil_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_emotion_english_distil_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|308.9 MB|
+
+## References
+
+https://huggingface.co/j-hartmann/emotion-english-distilroberta-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_country_neg_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_country_neg_en.md
new file mode 100644
index 00000000000000..0fdf6841bc35bf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_country_neg_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_finetuned_country_neg RoBertaForQuestionAnswering from svo2
+author: John Snow Labs
+name: roberta_finetuned_country_neg
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_country_neg` is a English model originally trained by svo2.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_country_neg_en_5.4.2_3.0_1725206549455.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_country_neg_en_5.4.2_3.0_1725206549455.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_country_neg|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|464.4 MB|
+
+## References
+
+https://huggingface.co/svo2/roberta-finetuned-country-neg
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_country_neg_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_country_neg_pipeline_en.md
new file mode 100644
index 00000000000000..64ee46e3340bfc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_country_neg_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_finetuned_country_neg_pipeline pipeline RoBertaForQuestionAnswering from svo2
+author: John Snow Labs
+name: roberta_finetuned_country_neg_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_country_neg_pipeline` is a English model originally trained by svo2.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_country_neg_pipeline_en_5.4.2_3.0_1725206579712.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_country_neg_pipeline_en_5.4.2_3.0_1725206579712.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_finetuned_country_neg_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_finetuned_country_neg_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_country_neg_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|464.4 MB|
+
+## References
+
+https://huggingface.co/svo2/roberta-finetuned-country-neg
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_state2_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_state2_en.md
new file mode 100644
index 00000000000000..6a63199ca022ac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_state2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_finetuned_state2 RoBertaForQuestionAnswering from svo2
+author: John Snow Labs
+name: roberta_finetuned_state2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_state2` is a English model originally trained by svo2.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_state2_en_5.4.2_3.0_1725200102841.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_state2_en_5.4.2_3.0_1725200102841.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_state2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.8 MB|
+
+## References
+
+https://huggingface.co/svo2/roberta-finetuned-state2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_state2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_state2_pipeline_en.md
new file mode 100644
index 00000000000000..47cd426d648e9b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_state2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_finetuned_state2_pipeline pipeline RoBertaForQuestionAnswering from svo2
+author: John Snow Labs
+name: roberta_finetuned_state2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_state2_pipeline` is a English model originally trained by svo2.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_state2_pipeline_en_5.4.2_3.0_1725200128413.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_state2_pipeline_en_5.4.2_3.0_1725200128413.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_finetuned_state2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_finetuned_state2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_state2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.8 MB|
+
+## References
+
+https://huggingface.co/svo2/roberta-finetuned-state2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_chennaiqa_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_chennaiqa_en.md
new file mode 100644
index 00000000000000..d8d2132a6df9cd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_chennaiqa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_finetuned_subjqa_chennaiqa RoBertaForQuestionAnswering from aditi2212
+author: John Snow Labs
+name: roberta_finetuned_subjqa_chennaiqa
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_subjqa_chennaiqa` is a English model originally trained by aditi2212.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_chennaiqa_en_5.4.2_3.0_1725200449885.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_chennaiqa_en_5.4.2_3.0_1725200449885.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_subjqa_chennaiqa|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/aditi2212/roberta-finetuned-subjqa-ChennaiQA
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_chennaiqa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_chennaiqa_pipeline_en.md
new file mode 100644
index 00000000000000..d37b457aff3982
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_chennaiqa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_finetuned_subjqa_chennaiqa_pipeline pipeline RoBertaForQuestionAnswering from aditi2212
+author: John Snow Labs
+name: roberta_finetuned_subjqa_chennaiqa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_subjqa_chennaiqa_pipeline` is a English model originally trained by aditi2212.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_chennaiqa_pipeline_en_5.4.2_3.0_1725200477165.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_chennaiqa_pipeline_en_5.4.2_3.0_1725200477165.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_finetuned_subjqa_chennaiqa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_finetuned_subjqa_chennaiqa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_subjqa_chennaiqa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/aditi2212/roberta-finetuned-subjqa-ChennaiQA
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_abhijitstat_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_abhijitstat_en.md
new file mode 100644
index 00000000000000..12e7047a175187
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_abhijitstat_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_finetuned_subjqa_movies_2_abhijitstat RoBertaForQuestionAnswering from abhijitstat
+author: John Snow Labs
+name: roberta_finetuned_subjqa_movies_2_abhijitstat
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_subjqa_movies_2_abhijitstat` is a English model originally trained by abhijitstat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_abhijitstat_en_5.4.2_3.0_1725206926625.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_abhijitstat_en_5.4.2_3.0_1725206926625.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_subjqa_movies_2_abhijitstat|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|464.1 MB|
+
+## References
+
+https://huggingface.co/abhijitstat/roberta-finetuned-subjqa-movies_2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline_en.md
new file mode 100644
index 00000000000000..a1459c11d2f7bd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline pipeline RoBertaForQuestionAnswering from abhijitstat
+author: John Snow Labs
+name: roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline` is a English model originally trained by abhijitstat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline_en_5.4.2_3.0_1725206952615.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline_en_5.4.2_3.0_1725206952615.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_subjqa_movies_2_abhijitstat_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|464.1 MB|
+
+## References
+
+https://huggingface.co/abhijitstat/roberta-finetuned-subjqa-movies_2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_bharathkumarms_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_bharathkumarms_en.md
new file mode 100644
index 00000000000000..44252dc8728da3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_bharathkumarms_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_finetuned_subjqa_movies_2_bharathkumarms RoBertaForQuestionAnswering from bharathkumarms
+author: John Snow Labs
+name: roberta_finetuned_subjqa_movies_2_bharathkumarms
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_subjqa_movies_2_bharathkumarms` is a English model originally trained by bharathkumarms.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_bharathkumarms_en_5.4.2_3.0_1725206737310.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_bharathkumarms_en_5.4.2_3.0_1725206737310.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_subjqa_movies_2_bharathkumarms|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|464.1 MB|
+
+## References
+
+https://huggingface.co/bharathkumarms/roberta-finetuned-subjqa-movies_2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline_en.md
new file mode 100644
index 00000000000000..7a4a0b90d05f39
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline pipeline RoBertaForQuestionAnswering from bharathkumarms
+author: John Snow Labs
+name: roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline` is a English model originally trained by bharathkumarms.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline_en_5.4.2_3.0_1725206770104.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline_en_5.4.2_3.0_1725206770104.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_subjqa_movies_2_bharathkumarms_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|464.1 MB|
+
+## References
+
+https://huggingface.co/bharathkumarms/roberta-finetuned-subjqa-movies_2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_chingoduc_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_chingoduc_en.md
new file mode 100644
index 00000000000000..1b97b03edc12a8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_chingoduc_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_finetuned_subjqa_movies_2_chingoduc RoBertaForQuestionAnswering from chingoduc
+author: John Snow Labs
+name: roberta_finetuned_subjqa_movies_2_chingoduc
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_subjqa_movies_2_chingoduc` is a English model originally trained by chingoduc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_chingoduc_en_5.4.2_3.0_1725206711506.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_chingoduc_en_5.4.2_3.0_1725206711506.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_subjqa_movies_2_chingoduc|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|464.1 MB|
+
+## References
+
+https://huggingface.co/chingoduc/roberta-finetuned-subjqa-movies_2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_chingoduc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_chingoduc_pipeline_en.md
new file mode 100644
index 00000000000000..5c21f685736683
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_chingoduc_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_finetuned_subjqa_movies_2_chingoduc_pipeline pipeline RoBertaForQuestionAnswering from chingoduc
+author: John Snow Labs
+name: roberta_finetuned_subjqa_movies_2_chingoduc_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_subjqa_movies_2_chingoduc_pipeline` is a English model originally trained by chingoduc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_chingoduc_pipeline_en_5.4.2_3.0_1725206737269.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_chingoduc_pipeline_en_5.4.2_3.0_1725206737269.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_finetuned_subjqa_movies_2_chingoduc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_finetuned_subjqa_movies_2_chingoduc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_subjqa_movies_2_chingoduc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|464.1 MB|
+
+## References
+
+https://huggingface.co/chingoduc/roberta-finetuned-subjqa-movies_2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline_en.md
new file mode 100644
index 00000000000000..ab77f19e573851
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline pipeline RoBertaForQuestionAnswering from mustafa1923
+author: John Snow Labs
+name: roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline` is a English model originally trained by mustafa1923.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline_en_5.4.2_3.0_1725206898887.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline_en_5.4.2_3.0_1725206898887.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_finetuned_subjqa_movies_2_mustafa1923_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|464.1 MB|
+
+## References
+
+https://huggingface.co/mustafa1923/roberta-finetuned-subjqa-movies_2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_1160k_pipeline_sv.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_1160k_pipeline_sv.md
new file mode 100644
index 00000000000000..546cbf69377070
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_1160k_pipeline_sv.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Swedish roberta_large_1160k_pipeline pipeline RoBertaEmbeddings from AI-Sweden-Models
+author: John Snow Labs
+name: roberta_large_1160k_pipeline
+date: 2024-09-01
+tags: [sv, open_source, pipeline, onnx]
+task: Embeddings
+language: sv
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_1160k_pipeline` is a Swedish model originally trained by AI-Sweden-Models.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_1160k_pipeline_sv_5.4.2_3.0_1725186923941.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_1160k_pipeline_sv_5.4.2_3.0_1725186923941.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_1160k_pipeline", lang = "sv")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_1160k_pipeline", lang = "sv")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_1160k_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|sv|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/AI-Sweden-Models/roberta-large-1160k
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_1160k_sv.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_1160k_sv.md
new file mode 100644
index 00000000000000..18f0770956fff5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_1160k_sv.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Swedish roberta_large_1160k RoBertaEmbeddings from AI-Sweden-Models
+author: John Snow Labs
+name: roberta_large_1160k
+date: 2024-09-01
+tags: [sv, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: sv
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_1160k` is a Swedish model originally trained by AI-Sweden-Models.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_1160k_sv_5.4.2_3.0_1725186856007.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_1160k_sv_5.4.2_3.0_1725186856007.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_data_seed_2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-large-data-seed-2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_data_seed_2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_data_seed_2_pipeline_en.md
new file mode 100644
index 00000000000000..1e3b745bdfd686
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_data_seed_2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_large_data_seed_2_pipeline pipeline RoBertaForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: roberta_large_data_seed_2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_data_seed_2_pipeline` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_data_seed_2_pipeline_en_5.4.2_3.0_1725207156144.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_data_seed_2_pipeline_en_5.4.2_3.0_1725207156144.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_data_seed_2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_data_seed_2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_data_seed_2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-large-data-seed-2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_1024_finetuned_squad_seed_0_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_1024_finetuned_squad_seed_0_en.md
new file mode 100644
index 00000000000000..058fd2e25b9a56
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_1024_finetuned_squad_seed_0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_large_few_shot_k_1024_finetuned_squad_seed_0 RoBertaForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: roberta_large_few_shot_k_1024_finetuned_squad_seed_0
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_few_shot_k_1024_finetuned_squad_seed_0` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_1024_finetuned_squad_seed_0_en_5.4.2_3.0_1725207171625.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_1024_finetuned_squad_seed_0_en_5.4.2_3.0_1725207171625.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_few_shot_k_1024_finetuned_squad_seed_0|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-large-few-shot-k-1024-finetuned-squad-seed-0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline_en.md
new file mode 100644
index 00000000000000..8164b877b1adb1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline pipeline RoBertaForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline_en_5.4.2_3.0_1725207258369.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline_en_5.4.2_3.0_1725207258369.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_few_shot_k_1024_finetuned_squad_seed_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-large-few-shot-k-1024-finetuned-squad-seed-0
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_16_finetuned_squad_seed_2_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_16_finetuned_squad_seed_2_en.md
new file mode 100644
index 00000000000000..4b6dea30e5705c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_16_finetuned_squad_seed_2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_large_few_shot_k_16_finetuned_squad_seed_2 RoBertaForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: roberta_large_few_shot_k_16_finetuned_squad_seed_2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_few_shot_k_16_finetuned_squad_seed_2` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_16_finetuned_squad_seed_2_en_5.4.2_3.0_1725200136242.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_16_finetuned_squad_seed_2_en_5.4.2_3.0_1725200136242.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_few_shot_k_16_finetuned_squad_seed_2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-large-few-shot-k-16-finetuned-squad-seed-2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline_en.md
new file mode 100644
index 00000000000000..245d4c24cac731
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline pipeline RoBertaForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline_en_5.4.2_3.0_1725200231510.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline_en_5.4.2_3.0_1725200231510.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_few_shot_k_16_finetuned_squad_seed_2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-large-few-shot-k-16-finetuned-squad-seed-2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_64_finetuned_squad_seed_0_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_64_finetuned_squad_seed_0_en.md
new file mode 100644
index 00000000000000..33ddf088c96a47
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_64_finetuned_squad_seed_0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_large_few_shot_k_64_finetuned_squad_seed_0 RoBertaForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: roberta_large_few_shot_k_64_finetuned_squad_seed_0
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_few_shot_k_64_finetuned_squad_seed_0` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_64_finetuned_squad_seed_0_en_5.4.2_3.0_1725207323178.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_64_finetuned_squad_seed_0_en_5.4.2_3.0_1725207323178.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_few_shot_k_64_finetuned_squad_seed_0|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-large-few-shot-k-64-finetuned-squad-seed-0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline_en.md
new file mode 100644
index 00000000000000..71eb29d61b67bd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline pipeline RoBertaForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline_en_5.4.2_3.0_1725207422058.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline_en_5.4.2_3.0_1725207422058.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_few_shot_k_64_finetuned_squad_seed_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-large-few-shot-k-64-finetuned-squad-seed-0
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_goemotions_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_goemotions_en.md
new file mode 100644
index 00000000000000..db9cfa80ae3435
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_goemotions_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_large_goemotions RoBertaForSequenceClassification from IsaacZhy
+author: John Snow Labs
+name: roberta_large_goemotions
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_goemotions` is a English model originally trained by IsaacZhy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_goemotions_en_5.4.2_3.0_1725195137921.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_goemotions_en_5.4.2_3.0_1725195137921.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_goemotions|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/IsaacZhy/roberta-large-goemotions
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_goemotions_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_goemotions_pipeline_en.md
new file mode 100644
index 00000000000000..27423adb145b5b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_goemotions_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_large_goemotions_pipeline pipeline RoBertaForSequenceClassification from IsaacZhy
+author: John Snow Labs
+name: roberta_large_goemotions_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_goemotions_pipeline` is a English model originally trained by IsaacZhy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_goemotions_pipeline_en_5.4.2_3.0_1725195215100.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_goemotions_pipeline_en_5.4.2_3.0_1725195215100.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_goemotions_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_goemotions_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_goemotions_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/IsaacZhy/roberta-large-goemotions
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_mnli_facebookai_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_mnli_facebookai_en.md
new file mode 100644
index 00000000000000..0ff739c21aba2a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_mnli_facebookai_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_large_mnli_facebookai RoBertaForSequenceClassification from FacebookAI
+author: John Snow Labs
+name: roberta_large_mnli_facebookai
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_mnli_facebookai` is a English model originally trained by FacebookAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_mnli_facebookai_en_5.4.2_3.0_1725194398038.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_mnli_facebookai_en_5.4.2_3.0_1725194398038.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_mnli_facebookai|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|845.5 MB|
+
+## References
+
+https://huggingface.co/FacebookAI/roberta-large-mnli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_mnli_facebookai_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_mnli_facebookai_pipeline_en.md
new file mode 100644
index 00000000000000..3380eace990215
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_mnli_facebookai_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_large_mnli_facebookai_pipeline pipeline RoBertaForSequenceClassification from FacebookAI
+author: John Snow Labs
+name: roberta_large_mnli_facebookai_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_mnli_facebookai_pipeline` is a English model originally trained by FacebookAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_mnli_facebookai_pipeline_en_5.4.2_3.0_1725194657950.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_mnli_facebookai_pipeline_en_5.4.2_3.0_1725194657950.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_mnli_facebookai_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_mnli_facebookai_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_mnli_facebookai_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|845.5 MB|
+
+## References
+
+https://huggingface.co/FacebookAI/roberta-large-mnli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_snli_pepa_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_snli_pepa_en.md
new file mode 100644
index 00000000000000..8477c34a0d0101
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_snli_pepa_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_large_snli_pepa RoBertaForSequenceClassification from pepa
+author: John Snow Labs
+name: roberta_large_snli_pepa
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_snli_pepa` is a English model originally trained by pepa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_snli_pepa_en_5.4.2_3.0_1725167983934.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_snli_pepa_en_5.4.2_3.0_1725167983934.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_squad1|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/Dingyun-Huang/roberta-large-squad1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad1_pipeline_en.md
new file mode 100644
index 00000000000000..254f0b0f474d66
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_large_squad1_pipeline pipeline RoBertaForQuestionAnswering from Dingyun-Huang
+author: John Snow Labs
+name: roberta_large_squad1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_squad1_pipeline` is a English model originally trained by Dingyun-Huang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_squad1_pipeline_en_5.4.2_3.0_1725207706944.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_squad1_pipeline_en_5.4.2_3.0_1725207706944.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_squad1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_squad1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_squad1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/Dingyun-Huang/roberta-large-squad1
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad2_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad2_en.md
new file mode 100644
index 00000000000000..d29f0b936717d5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_large_squad2 RoBertaForQuestionAnswering from deepset
+author: John Snow Labs
+name: roberta_large_squad2
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_squad2` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_squad2_en_5.4.2_3.0_1725200929689.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_squad2_en_5.4.2_3.0_1725200929689.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_squad2_fine_tuned|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/marwanimroz18/roberta-large-squad2-fine-tuned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad2_fine_tuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad2_fine_tuned_pipeline_en.md
new file mode 100644
index 00000000000000..6bc7a70fabd51d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad2_fine_tuned_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_large_squad2_fine_tuned_pipeline pipeline RoBertaForQuestionAnswering from marwanimroz18
+author: John Snow Labs
+name: roberta_large_squad2_fine_tuned_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_squad2_fine_tuned_pipeline` is a English model originally trained by marwanimroz18.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_squad2_fine_tuned_pipeline_en_5.4.2_3.0_1725206890116.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_squad2_fine_tuned_pipeline_en_5.4.2_3.0_1725206890116.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_squad2_fine_tuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_squad2_fine_tuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_squad2_fine_tuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/marwanimroz18/roberta-large-squad2-fine-tuned
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad2_pipeline_en.md
new file mode 100644
index 00000000000000..ecaf7fc2f14797
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_large_squad2_pipeline pipeline RoBertaForQuestionAnswering from deepset
+author: John Snow Labs
+name: roberta_large_squad2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_squad2_pipeline` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_squad2_pipeline_en_5.4.2_3.0_1725201001974.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_squad2_pipeline_en_5.4.2_3.0_1725201001974.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_squad2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_squad2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_squad2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/deepset/roberta-large-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad_gaotianyu1350_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad_gaotianyu1350_en.md
new file mode 100644
index 00000000000000..3aaad0e764f9db
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad_gaotianyu1350_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_large_squad_gaotianyu1350 RoBertaForQuestionAnswering from gaotianyu1350
+author: John Snow Labs
+name: roberta_large_squad_gaotianyu1350
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_squad_gaotianyu1350` is a English model originally trained by gaotianyu1350.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_squad_gaotianyu1350_en_5.4.2_3.0_1725201095323.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_squad_gaotianyu1350_en_5.4.2_3.0_1725201095323.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_squad_gaotianyu1350|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/gaotianyu1350/roberta-large-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad_gaotianyu1350_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad_gaotianyu1350_pipeline_en.md
new file mode 100644
index 00000000000000..00bd87cdca45a9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_large_squad_gaotianyu1350_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_large_squad_gaotianyu1350_pipeline pipeline RoBertaForQuestionAnswering from gaotianyu1350
+author: John Snow Labs
+name: roberta_large_squad_gaotianyu1350_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_squad_gaotianyu1350_pipeline` is a English model originally trained by gaotianyu1350.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_squad_gaotianyu1350_pipeline_en_5.4.2_3.0_1725201168633.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_squad_gaotianyu1350_pipeline_en_5.4.2_3.0_1725201168633.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_squad_gaotianyu1350_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_squad_gaotianyu1350_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_squad_gaotianyu1350_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/gaotianyu1350/roberta-large-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_ltrc_telugu_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_ltrc_telugu_en.md
new file mode 100644
index 00000000000000..266d783be38581
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_ltrc_telugu_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_ltrc_telugu RoBertaEmbeddings from ltrctelugu
+author: John Snow Labs
+name: roberta_ltrc_telugu
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_ltrc_telugu` is a English model originally trained by ltrctelugu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_ltrc_telugu_en_5.4.2_3.0_1725164798766.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_ltrc_telugu_en_5.4.2_3.0_1725164798766.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_ltrc_telugu|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|901.4 MB|
+
+## References
+
+https://huggingface.co/ltrctelugu/roberta_ltrc_telugu
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasincentivos1_es.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasincentivos1_es.md
new file mode 100644
index 00000000000000..4dd4f2fff5a1ad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasincentivos1_es.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: Spanish RobertaForQuestionAnswering Base Cased model (from Evelyn18)
+author: John Snow Labs
+name: roberta_qa_base_spanish_squades_becasincentivos1
+date: 2024-09-01
+tags: [es, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-spanish-squades-becasIncentivos1` is a Spanish model originally trained by `Evelyn18`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_becasincentivos1_es_5.4.2_3.0_1725201128522.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_becasincentivos1_es_5.4.2_3.0_1725201128522.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_spanish_squades_becasincentivos1","es")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_spanish_squades_becasincentivos1","es")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_base_spanish_squades_becasincentivos1|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|es|
+|Size:|459.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/Evelyn18/roberta-base-spanish-squades-becasIncentivos1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasincentivos1_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasincentivos1_pipeline_es.md
new file mode 100644
index 00000000000000..b61560be8f0d1f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasincentivos1_pipeline_es.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Castilian, Spanish roberta_qa_base_spanish_squades_becasincentivos1_pipeline pipeline RoBertaForQuestionAnswering from Evelyn18
+author: John Snow Labs
+name: roberta_qa_base_spanish_squades_becasincentivos1_pipeline
+date: 2024-09-01
+tags: [es, open_source, pipeline, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_base_spanish_squades_becasincentivos1_pipeline` is a Castilian, Spanish model originally trained by Evelyn18.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_becasincentivos1_pipeline_es_5.4.2_3.0_1725201154703.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_becasincentivos1_pipeline_es_5.4.2_3.0_1725201154703.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_base_spanish_squades_becasincentivos1_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_base_spanish_squades_becasincentivos1_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_base_spanish_squades_becasincentivos1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|459.2 MB|
+
+## References
+
+https://huggingface.co/Evelyn18/roberta-base-spanish-squades-becasIncentivos1
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasv3_es.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasv3_es.md
new file mode 100644
index 00000000000000..8d198c9f33ebc4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasv3_es.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: Spanish RobertaForQuestionAnswering Base Cased model (from Evelyn18)
+author: John Snow Labs
+name: roberta_qa_base_spanish_squades_becasv3
+date: 2024-09-01
+tags: [es, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-spanish-squades-becasv3` is a Spanish model originally trained by `Evelyn18`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_becasv3_es_5.4.2_3.0_1725200418960.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_becasv3_es_5.4.2_3.0_1725200418960.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_spanish_squades_becasv3","es")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_spanish_squades_becasv3","es")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_base_spanish_squades_becasv3|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|es|
+|Size:|459.1 MB|
+
+## References
+
+References
+
+- https://huggingface.co/Evelyn18/roberta-base-spanish-squades-becasv3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasv3_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasv3_pipeline_es.md
new file mode 100644
index 00000000000000..9c220add22ece9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_becasv3_pipeline_es.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Castilian, Spanish roberta_qa_base_spanish_squades_becasv3_pipeline pipeline RoBertaForQuestionAnswering from Evelyn18
+author: John Snow Labs
+name: roberta_qa_base_spanish_squades_becasv3_pipeline
+date: 2024-09-01
+tags: [es, open_source, pipeline, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_base_spanish_squades_becasv3_pipeline` is a Castilian, Spanish model originally trained by Evelyn18.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_becasv3_pipeline_es_5.4.2_3.0_1725200446177.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_becasv3_pipeline_es_5.4.2_3.0_1725200446177.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_base_spanish_squades_becasv3_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_base_spanish_squades_becasv3_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_base_spanish_squades_becasv3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|459.1 MB|
+
+## References
+
+https://huggingface.co/Evelyn18/roberta-base-spanish-squades-becasv3
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_modelo_v1b3_es.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_modelo_v1b3_es.md
new file mode 100644
index 00000000000000..d8e9450d709507
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_modelo_v1b3_es.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: Spanish RobertaForQuestionAnswering Base Cased model (from Evelyn18)
+author: John Snow Labs
+name: roberta_qa_base_spanish_squades_modelo_v1b3
+date: 2024-09-01
+tags: [es, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-spanish-squades-modelo-robertav1b3` is a Spanish model originally trained by `Evelyn18`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_modelo_v1b3_es_5.4.2_3.0_1725200549041.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_modelo_v1b3_es_5.4.2_3.0_1725200549041.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_spanish_squades_modelo_v1b3","es")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_spanish_squades_modelo_v1b3","es")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_base_spanish_squades_modelo_v1b3|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|es|
+|Size:|459.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/Evelyn18/roberta-base-spanish-squades-modelo-robertav1b3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_modelo_v1b3_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_modelo_v1b3_pipeline_es.md
new file mode 100644
index 00000000000000..4acc3a5761562d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_base_spanish_squades_modelo_v1b3_pipeline_es.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Castilian, Spanish roberta_qa_base_spanish_squades_modelo_v1b3_pipeline pipeline RoBertaForQuestionAnswering from Evelyn18
+author: John Snow Labs
+name: roberta_qa_base_spanish_squades_modelo_v1b3_pipeline
+date: 2024-09-01
+tags: [es, open_source, pipeline, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_base_spanish_squades_modelo_v1b3_pipeline` is a Castilian, Spanish model originally trained by Evelyn18.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_modelo_v1b3_pipeline_es_5.4.2_3.0_1725200574967.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_modelo_v1b3_pipeline_es_5.4.2_3.0_1725200574967.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_base_spanish_squades_modelo_v1b3_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_base_spanish_squades_modelo_v1b3_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_base_spanish_squades_modelo_v1b3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|459.2 MB|
+
+## References
+
+https://huggingface.co/Evelyn18/roberta-base-spanish-squades-modelo-robertav1b3
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_declutr_techqa_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_declutr_techqa_en.md
new file mode 100644
index 00000000000000..2b923146c4554a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_declutr_techqa_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from AnonymousSub)
+author: John Snow Labs
+name: roberta_qa_declutr_techqa
+date: 2024-09-01
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `declutr-techqa` is a English model originally trained by `AnonymousSub`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_declutr_techqa_en_5.4.2_3.0_1725200295917.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_declutr_techqa_en_5.4.2_3.0_1725200295917.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_declutr_techqa","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_declutr_techqa","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.roberta.techqa_declutr.by_AnonymousSub").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_declutr_techqa|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|306.8 MB|
+
+## References
+
+References
+
+- https://huggingface.co/AnonymousSub/declutr-techqa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_declutr_techqa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_declutr_techqa_pipeline_en.md
new file mode 100644
index 00000000000000..9e946eba01405f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_declutr_techqa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_declutr_techqa_pipeline pipeline RoBertaForQuestionAnswering from AnonymousSub
+author: John Snow Labs
+name: roberta_qa_declutr_techqa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_declutr_techqa_pipeline` is a English model originally trained by AnonymousSub.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_declutr_techqa_pipeline_en_5.4.2_3.0_1725200312844.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_declutr_techqa_pipeline_en_5.4.2_3.0_1725200312844.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_declutr_techqa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_declutr_techqa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_declutr_techqa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|306.9 MB|
+
+## References
+
+https://huggingface.co/AnonymousSub/declutr-techqa
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_deepset_base_squad2_orkg_how_1e_4_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_deepset_base_squad2_orkg_how_1e_4_en.md
new file mode 100644
index 00000000000000..dfb6175de8c1a9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_deepset_base_squad2_orkg_how_1e_4_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering Base Cased model (from Moussab)
+author: John Snow Labs
+name: roberta_qa_deepset_base_squad2_orkg_how_1e_4
+date: 2024-09-01
+tags: [en, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `deepset-roberta-base-squad2-orkg-how-1e-4` is a English model originally trained by `Moussab`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_deepset_base_squad2_orkg_how_1e_4_en_5.4.2_3.0_1725200993238.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_deepset_base_squad2_orkg_how_1e_4_en_5.4.2_3.0_1725200993238.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_deepset_base_squad2_orkg_how_1e_4","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_deepset_base_squad2_orkg_how_1e_4","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_deepset_base_squad2_orkg_how_1e_4|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|464.1 MB|
+
+## References
+
+References
+
+- https://huggingface.co/Moussab/deepset-roberta-base-squad2-orkg-how-1e-4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline_en.md
new file mode 100644
index 00000000000000..3ad6bcad1ad288
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline pipeline RoBertaForQuestionAnswering from Moussab
+author: John Snow Labs
+name: roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline` is a English model originally trained by Moussab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline_en_5.4.2_3.0_1725201019111.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline_en_5.4.2_3.0_1725201019111.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_deepset_base_squad2_orkg_how_1e_4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|464.1 MB|
+
+## References
+
+https://huggingface.co/Moussab/deepset-roberta-base-squad2-orkg-how-1e-4
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_finetuned_location_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_finetuned_location_en.md
new file mode 100644
index 00000000000000..c9210f5e259b4f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_finetuned_location_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering Cased model (from skandaonsolve)
+author: John Snow Labs
+name: roberta_qa_finetuned_location
+date: 2024-09-01
+tags: [en, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-finetuned-location` is a English model originally trained by `skandaonsolve`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_finetuned_location_en_5.4.2_3.0_1725200017085.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_finetuned_location_en_5.4.2_3.0_1725200017085.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_finetuned_location","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_finetuned_location","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_finetuned_location|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|464.0 MB|
+
+## References
+
+References
+
+- https://huggingface.co/skandaonsolve/roberta-finetuned-location
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_finetuned_location_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_finetuned_location_pipeline_en.md
new file mode 100644
index 00000000000000..b64f99ff275d2e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_finetuned_location_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_finetuned_location_pipeline pipeline RoBertaForQuestionAnswering from skandaonsolve
+author: John Snow Labs
+name: roberta_qa_finetuned_location_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_finetuned_location_pipeline` is a English model originally trained by skandaonsolve.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_finetuned_location_pipeline_en_5.4.2_3.0_1725200042993.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_finetuned_location_pipeline_en_5.4.2_3.0_1725200042993.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_finetuned_location_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_finetuned_location_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_finetuned_location_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|464.0 MB|
+
+## References
+
+https://huggingface.co/skandaonsolve/roberta-finetuned-location
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_for_question_answering_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_for_question_answering_en.md
new file mode 100644
index 00000000000000..514c2f20fb9f22
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_for_question_answering_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering Cased model (from Zamachi)
+author: John Snow Labs
+name: roberta_qa_for_question_answering
+date: 2024-09-01
+tags: [en, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-for-question-answering` is a English model originally trained by `Zamachi`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_for_question_answering_en_5.4.2_3.0_1725200305186.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_for_question_answering_en_5.4.2_3.0_1725200305186.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_for_question_answering","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_for_question_answering","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_for_question_answering|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|465.4 MB|
+
+## References
+
+References
+
+- https://huggingface.co/Zamachi/roberta-for-question-answering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_for_question_answering_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_for_question_answering_pipeline_en.md
new file mode 100644
index 00000000000000..a589fcc00ae7f0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_for_question_answering_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_for_question_answering_pipeline pipeline RoBertaForQuestionAnswering from Zamachi
+author: John Snow Labs
+name: roberta_qa_for_question_answering_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_for_question_answering_pipeline` is a English model originally trained by Zamachi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_for_question_answering_pipeline_en_5.4.2_3.0_1725200331689.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_for_question_answering_pipeline_en_5.4.2_3.0_1725200331689.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_for_question_answering_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_for_question_answering_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_for_question_answering_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|465.4 MB|
+
+## References
+
+https://huggingface.co/Zamachi/roberta-for-question-answering
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_huxxx657_roberta_base_finetuned_squad_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_huxxx657_roberta_base_finetuned_squad_en.md
new file mode 100644
index 00000000000000..93e337041be64f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_huxxx657_roberta_base_finetuned_squad_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from huxxx657)
+author: John Snow Labs
+name: roberta_qa_huxxx657_roberta_base_finetuned_squad
+date: 2024-09-01
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-finetuned-squad` is a English model originally trained by `huxxx657`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_huxxx657_roberta_base_finetuned_squad_en_5.4.2_3.0_1725200166398.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_huxxx657_roberta_base_finetuned_squad_en_5.4.2_3.0_1725200166398.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_huxxx657_roberta_base_finetuned_squad","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_huxxx657_roberta_base_finetuned_squad","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squad.roberta.base.by_huxxx657").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_huxxx657_roberta_base_finetuned_squad|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.5 MB|
+
+## References
+
+References
+
+- https://huggingface.co/huxxx657/roberta-base-finetuned-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline_en.md
new file mode 100644
index 00000000000000..54624375239d2c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline pipeline RoBertaForQuestionAnswering from huxxx657
+author: John Snow Labs
+name: roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline` is a English model originally trained by huxxx657.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline_en_5.4.2_3.0_1725200192401.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline_en_5.4.2_3.0_1725200192401.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_huxxx657_roberta_base_finetuned_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.5 MB|
+
+## References
+
+https://huggingface.co/huxxx657/roberta-base-finetuned-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_priv_qna_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_priv_qna_en.md
new file mode 100644
index 00000000000000..a8f06fa8c3566a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_priv_qna_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering Cased model (from arjunth2001)
+author: John Snow Labs
+name: roberta_qa_priv_qna
+date: 2024-09-01
+tags: [en, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `priv_qna` is a English model originally trained by `arjunth2001`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_priv_qna_en_5.4.2_3.0_1725200288120.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_priv_qna_en_5.4.2_3.0_1725200288120.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_priv_qna","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_priv_qna","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.roberta.by_arjunth2001").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_priv_qna|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.8 MB|
+
+## References
+
+References
+
+- https://huggingface.co/arjunth2001/priv_qna
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_priv_qna_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_priv_qna_pipeline_en.md
new file mode 100644
index 00000000000000..aecb8a5c779adc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_priv_qna_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_priv_qna_pipeline pipeline RoBertaForQuestionAnswering from arjunth2001
+author: John Snow Labs
+name: roberta_qa_priv_qna_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_priv_qna_pipeline` is a English model originally trained by arjunth2001.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_priv_qna_pipeline_en_5.4.2_3.0_1725200313086.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_priv_qna_pipeline_en_5.4.2_3.0_1725200313086.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_priv_qna_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_priv_qna_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_priv_qna_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.8 MB|
+
+## References
+
+https://huggingface.co/arjunth2001/priv_qna
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_base_1B_1_finetuned_squadv2_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_base_1B_1_finetuned_squadv2_en.md
new file mode 100644
index 00000000000000..65201a92435055
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_base_1B_1_finetuned_squadv2_en.md
@@ -0,0 +1,109 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from mrm8488)
+author: John Snow Labs
+name: roberta_qa_roberta_base_1B_1_finetuned_squadv2
+date: 2024-09-01
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-1B-1-finetuned-squadv2` is a English model originally trained by `mrm8488`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_1B_1_finetuned_squadv2_en_5.4.2_3.0_1725200790712.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_1B_1_finetuned_squadv2_en_5.4.2_3.0_1725200790712.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_roberta_base_1B_1_finetuned_squadv2","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_roberta_base_1B_1_finetuned_squadv2","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squadv2.roberta.base_v2").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_base_1B_1_finetuned_squadv2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|447.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/mrm8488/roberta-base-1B-1-finetuned-squadv2
+- https://rajpurkar.github.io/SQuAD-explorer/explore/v2.0/dev/
+- https://twitter.com/mrm8488
+- https://www.linkedin.com/in/manuel-romero-cs/
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline_en.md
new file mode 100644
index 00000000000000..963737116fd7da
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline pipeline RoBertaForQuestionAnswering from mrm8488
+author: John Snow Labs
+name: roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline_en_5.4.2_3.0_1725200820660.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline_en_5.4.2_3.0_1725200820660.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_base_1B_1_finetuned_squadv2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|447.3 MB|
+
+## References
+
+https://huggingface.co/mrm8488/roberta-base-1B-1-finetuned-squadv2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_large_squad2_hp_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_large_squad2_hp_en.md
new file mode 100644
index 00000000000000..9adab330dbaf7d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_large_squad2_hp_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from deepset)
+author: John Snow Labs
+name: roberta_qa_roberta_large_squad2_hp
+date: 2024-09-01
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-large-squad2-hp` is a English model originally trained by `deepset`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_large_squad2_hp_en_5.4.2_3.0_1725200808855.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_large_squad2_hp_en_5.4.2_3.0_1725200808855.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_roberta_large_squad2_hp","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_roberta_large_squad2_hp","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squadv2.roberta.large.by_deepset").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_large_squad2_hp|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+References
+
+- https://huggingface.co/deepset/roberta-large-squad2-hp
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_large_squad2_hp_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_large_squad2_hp_pipeline_en.md
new file mode 100644
index 00000000000000..aa2e92d291c327
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_qa_roberta_large_squad2_hp_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_roberta_large_squad2_hp_pipeline pipeline RoBertaForQuestionAnswering from deepset
+author: John Snow Labs
+name: roberta_qa_roberta_large_squad2_hp_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_roberta_large_squad2_hp_pipeline` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_large_squad2_hp_pipeline_en_5.4.2_3.0_1725200880857.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_large_squad2_hp_pipeline_en_5.4.2_3.0_1725200880857.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_roberta_large_squad2_hp_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_roberta_large_squad2_hp_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_large_squad2_hp_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/deepset/roberta-large-squad2-hp
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_question_answer_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_question_answer_en.md
new file mode 100644
index 00000000000000..98344b0cd33e79
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_question_answer_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_question_answer RoBertaForSequenceClassification from Chillyblast
+author: John Snow Labs
+name: roberta_question_answer
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_question_answer` is a English model originally trained by Chillyblast.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_question_answer_en_5.4.2_3.0_1725195133109.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_question_answer_en_5.4.2_3.0_1725195133109.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_question_answer|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|428.2 MB|
+
+## References
+
+https://huggingface.co/Chillyblast/Roberta_Question_Answer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_question_answer_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_question_answer_pipeline_en.md
new file mode 100644
index 00000000000000..1fb4f3aee54005
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_question_answer_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_question_answer_pipeline pipeline RoBertaForSequenceClassification from Chillyblast
+author: John Snow Labs
+name: roberta_question_answer_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_question_answer_pipeline` is a English model originally trained by Chillyblast.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_question_answer_pipeline_en_5.4.2_3.0_1725195164259.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_question_answer_pipeline_en_5.4.2_3.0_1725195164259.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_question_answer_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_question_answer_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_question_answer_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|428.2 MB|
+
+## References
+
+https://huggingface.co/Chillyblast/Roberta_Question_Answer
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_sentimental_analysis_model_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_sentimental_analysis_model_en.md
new file mode 100644
index 00000000000000..3c7c553568353c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_sentimental_analysis_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_sentimental_analysis_model RoBertaForSequenceClassification from syedkhalid076
+author: John Snow Labs
+name: roberta_sentimental_analysis_model
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_sentimental_analysis_model` is a English model originally trained by syedkhalid076.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_sentimental_analysis_model_en_5.4.2_3.0_1725195261359.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_sentimental_analysis_model_en_5.4.2_3.0_1725195261359.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_sentimental_analysis_model|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|443.6 MB|
+
+## References
+
+https://huggingface.co/syedkhalid076/RoBERTa-Sentimental-Analysis-Model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_sentimental_analysis_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_sentimental_analysis_model_pipeline_en.md
new file mode 100644
index 00000000000000..0273750b8c4c8e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_sentimental_analysis_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_sentimental_analysis_model_pipeline pipeline RoBertaForSequenceClassification from syedkhalid076
+author: John Snow Labs
+name: roberta_sentimental_analysis_model_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_sentimental_analysis_model_pipeline` is a English model originally trained by syedkhalid076.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_sentimental_analysis_model_pipeline_en_5.4.2_3.0_1725195289498.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_sentimental_analysis_model_pipeline_en_5.4.2_3.0_1725195289498.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_sentimental_analysis_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_sentimental_analysis_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_sentimental_analysis_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|443.6 MB|
+
+## References
+
+https://huggingface.co/syedkhalid076/RoBERTa-Sentimental-Analysis-Model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_sequence_classifier_bsc_base_spanish_diagnostics_es.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_sequence_classifier_bsc_base_spanish_diagnostics_es.md
new file mode 100644
index 00000000000000..8cce54c8ffe125
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_sequence_classifier_bsc_base_spanish_diagnostics_es.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: Spanish RobertaForSequenceClassification Base Cased model (from mrm8488)
+author: John Snow Labs
+name: roberta_sequence_classifier_bsc_base_spanish_diagnostics
+date: 2024-09-01
+tags: [es, open_source, roberta, sequence_classification, onnx]
+task: Text Classification
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `bsc-roberta-base-spanish-diagnostics` is a Spanish model originally trained by `mrm8488`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_sequence_classifier_bsc_base_spanish_diagnostics_es_5.4.2_3.0_1725195108949.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_sequence_classifier_bsc_base_spanish_diagnostics_es_5.4.2_3.0_1725195108949.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_sequence_classifier_bsc_base_spanish_diagnostics|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|es|
+|Size:|441.6 MB|
+
+## References
+
+References
+
+- https://huggingface.co/mrm8488/bsc-roberta-base-spanish-diagnostics
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline_es.md
new file mode 100644
index 00000000000000..4dfc4687894275
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline_es.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Castilian, Spanish roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline pipeline RoBertaForSequenceClassification from mrm8488
+author: John Snow Labs
+name: roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline
+date: 2024-09-01
+tags: [es, open_source, pipeline, onnx]
+task: Text Classification
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline` is a Castilian, Spanish model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline_es_5.4.2_3.0_1725195135113.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline_es_5.4.2_3.0_1725195135113.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_sequence_classifier_bsc_base_spanish_diagnostics_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|441.6 MB|
+
+## References
+
+https://huggingface.co/mrm8488/bsc-roberta-base-spanish-diagnostics
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_tiny_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_tiny_pipeline_en.md
new file mode 100644
index 00000000000000..df4b7d5d4cb2c1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_tiny_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_tiny_pipeline pipeline RoBertaEmbeddings from arampacha
+author: John Snow Labs
+name: roberta_tiny_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_tiny_pipeline` is a English model originally trained by arampacha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_tiny_pipeline_en_5.4.2_3.0_1725165406254.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_tiny_pipeline_en_5.4.2_3.0_1725165406254.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_tiny_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_tiny_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_tiny_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|64.5 MB|
+
+## References
+
+https://huggingface.co/arampacha/roberta-tiny
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_trustpilot_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_trustpilot_en.md
new file mode 100644
index 00000000000000..2780ef7647b5c6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_trustpilot_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_trustpilot RoBertaForSequenceClassification from riken01
+author: John Snow Labs
+name: roberta_trustpilot
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_trustpilot` is a English model originally trained by riken01.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_trustpilot_en_5.4.2_3.0_1725194981466.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_trustpilot_en_5.4.2_3.0_1725194981466.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_trustpilot|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|452.6 MB|
+
+## References
+
+https://huggingface.co/riken01/roberta-trustpilot
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_trustpilot_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_trustpilot_pipeline_en.md
new file mode 100644
index 00000000000000..9c6891c8cffda7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_trustpilot_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_trustpilot_pipeline pipeline RoBertaForSequenceClassification from riken01
+author: John Snow Labs
+name: roberta_trustpilot_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_trustpilot_pipeline` is a English model originally trained by riken01.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_trustpilot_pipeline_en_5.4.2_3.0_1725195012312.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_trustpilot_pipeline_en_5.4.2_3.0_1725195012312.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_trustpilot_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_trustpilot_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_trustpilot_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|452.7 MB|
+
+## References
+
+https://huggingface.co/riken01/roberta-trustpilot
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_ufsm_qa_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_ufsm_qa_en.md
new file mode 100644
index 00000000000000..2eefe817932e43
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_ufsm_qa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English roberta_ufsm_qa RoBertaForQuestionAnswering from oGabrielFreitas
+author: John Snow Labs
+name: roberta_ufsm_qa
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_ufsm_qa` is a English model originally trained by oGabrielFreitas.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_ufsm_qa_en_5.4.2_3.0_1725207385225.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_ufsm_qa_en_5.4.2_3.0_1725207385225.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_ufsm_qa|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/oGabrielFreitas/roberta-ufsm-qa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-roberta_ufsm_qa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-roberta_ufsm_qa_pipeline_en.md
new file mode 100644
index 00000000000000..5f8869a8528348
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-roberta_ufsm_qa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_ufsm_qa_pipeline pipeline RoBertaForQuestionAnswering from oGabrielFreitas
+author: John Snow Labs
+name: roberta_ufsm_qa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_ufsm_qa_pipeline` is a English model originally trained by oGabrielFreitas.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_ufsm_qa_pipeline_en_5.4.2_3.0_1725207411853.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_ufsm_qa_pipeline_en_5.4.2_3.0_1725207411853.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_ufsm_qa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_ufsm_qa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_ufsm_qa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/oGabrielFreitas/roberta-ufsm-qa
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-robertacrawlpt_base_pt.md b/docs/_posts/ahmedlone127/2024-09-01-robertacrawlpt_base_pt.md
new file mode 100644
index 00000000000000..c0962b3f14403c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-robertacrawlpt_base_pt.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Portuguese robertacrawlpt_base RoBertaEmbeddings from eduagarcia
+author: John Snow Labs
+name: robertacrawlpt_base
+date: 2024-09-01
+tags: [pt, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: pt
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`robertacrawlpt_base` is a Portuguese model originally trained by eduagarcia.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/robertacrawlpt_base_pt_5.4.2_3.0_1725191770460.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/robertacrawlpt_base_pt_5.4.2_3.0_1725191770460.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|robertacrawlpt_base|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|pt|
+|Size:|296.8 MB|
+
+## References
+
+https://huggingface.co/eduagarcia/RoBERTaCrawlPT-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-rta_en.md b/docs/_posts/ahmedlone127/2024-09-01-rta_en.md
new file mode 100644
index 00000000000000..b0a0707ad770ad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-rta_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English rta RoBertaForSequenceClassification from Colorful
+author: John Snow Labs
+name: rta
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rta` is a English model originally trained by Colorful.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rta_en_5.4.2_3.0_1725195010765.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rta_en_5.4.2_3.0_1725195010765.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rta|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.2 MB|
+
+## References
+
+https://huggingface.co/Colorful/RTA
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-rta_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-rta_pipeline_en.md
new file mode 100644
index 00000000000000..b9880cae425fcf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-rta_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English rta_pipeline pipeline RoBertaForSequenceClassification from Colorful
+author: John Snow Labs
+name: rta_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rta_pipeline` is a English model originally trained by Colorful.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rta_pipeline_en_5.4.2_3.0_1725195038814.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rta_pipeline_en_5.4.2_3.0_1725195038814.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("rta_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("rta_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/Colorful/RTA
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-rtm_roberta_5e_en.md b/docs/_posts/ahmedlone127/2024-09-01-rtm_roberta_5e_en.md
new file mode 100644
index 00000000000000..dfda6a2c8d54f6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-rtm_roberta_5e_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English rtm_roberta_5e RoBertaForSequenceClassification from pig4431
+author: John Snow Labs
+name: rtm_roberta_5e
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rtm_roberta_5e` is a English model originally trained by pig4431.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rtm_roberta_5e_en_5.5.0_3.0_1725212037203.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rtm_roberta_5e_en_5.5.0_3.0_1725212037203.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rtm_roberta_5e|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|435.9 MB|
+
+## References
+
+https://huggingface.co/pig4431/rtm_roBERTa_5E
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-rtm_roberta_5e_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-rtm_roberta_5e_pipeline_en.md
new file mode 100644
index 00000000000000..e5e8d81411fa84
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-rtm_roberta_5e_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English rtm_roberta_5e_pipeline pipeline RoBertaForSequenceClassification from pig4431
+author: John Snow Labs
+name: rtm_roberta_5e_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rtm_roberta_5e_pipeline` is a English model originally trained by pig4431.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rtm_roberta_5e_pipeline_en_5.5.0_3.0_1725212076810.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rtm_roberta_5e_pipeline_en_5.5.0_3.0_1725212076810.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("rtm_roberta_5e_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("rtm_roberta_5e_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rtm_roberta_5e_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|436.0 MB|
+
+## References
+
+https://huggingface.co/pig4431/rtm_roBERTa_5E
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-rubert_base_cased_nli_threeway_pipeline_ru.md b/docs/_posts/ahmedlone127/2024-09-01-rubert_base_cased_nli_threeway_pipeline_ru.md
new file mode 100644
index 00000000000000..17575079bea94f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-rubert_base_cased_nli_threeway_pipeline_ru.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Russian rubert_base_cased_nli_threeway_pipeline pipeline BertForZeroShotClassification from cointegrated
+author: John Snow Labs
+name: rubert_base_cased_nli_threeway_pipeline
+date: 2024-09-01
+tags: [ru, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: ru
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rubert_base_cased_nli_threeway_pipeline` is a Russian model originally trained by cointegrated.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rubert_base_cased_nli_threeway_pipeline_ru_5.4.2_3.0_1725202562146.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rubert_base_cased_nli_threeway_pipeline_ru_5.4.2_3.0_1725202562146.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("rubert_base_cased_nli_threeway_pipeline", lang = "ru")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("rubert_base_cased_nli_threeway_pipeline", lang = "ru")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rubert_base_cased_nli_threeway_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ru|
+|Size:|664.3 MB|
+
+## References
+
+https://huggingface.co/cointegrated/rubert-base-cased-nli-threeway
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-rubert_base_cased_nli_threeway_ru.md b/docs/_posts/ahmedlone127/2024-09-01-rubert_base_cased_nli_threeway_ru.md
new file mode 100644
index 00000000000000..7724a0b20833f8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-rubert_base_cased_nli_threeway_ru.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Russian rubert_base_cased_nli_threeway BertForZeroShotClassification from cointegrated
+author: John Snow Labs
+name: rubert_base_cased_nli_threeway
+date: 2024-09-01
+tags: [ru, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: ru
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rubert_base_cased_nli_threeway` is a Russian model originally trained by cointegrated.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rubert_base_cased_nli_threeway_ru_5.4.2_3.0_1725202519289.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rubert_base_cased_nli_threeway_ru_5.4.2_3.0_1725202519289.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rubert_base_cased_nli_threeway|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|ru|
+|Size:|664.3 MB|
+
+## References
+
+https://huggingface.co/cointegrated/rubert-base-cased-nli-threeway
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-rubert_large_squad_2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-rubert_large_squad_2_pipeline_en.md
new file mode 100644
index 00000000000000..b57a71e5bc984b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-rubert_large_squad_2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English rubert_large_squad_2_pipeline pipeline BertForQuestionAnswering from Den4ikAI
+author: John Snow Labs
+name: rubert_large_squad_2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rubert_large_squad_2_pipeline` is a English model originally trained by Den4ikAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rubert_large_squad_2_pipeline_en_5.4.2_3.0_1725185391339.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rubert_large_squad_2_pipeline_en_5.4.2_3.0_1725185391339.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("rubert_large_squad_2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("rubert_large_squad_2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rubert_large_squad_2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|667.1 MB|
+
+## References
+
+https://huggingface.co/Den4ikAI/rubert_large_squad_2
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-rured2_ner_mdeberta_v3_base_pipeline_ru.md b/docs/_posts/ahmedlone127/2024-09-01-rured2_ner_mdeberta_v3_base_pipeline_ru.md
new file mode 100644
index 00000000000000..cc20a28b4c2280
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-rured2_ner_mdeberta_v3_base_pipeline_ru.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Russian rured2_ner_mdeberta_v3_base_pipeline pipeline DeBertaForTokenClassification from Grpp
+author: John Snow Labs
+name: rured2_ner_mdeberta_v3_base_pipeline
+date: 2024-09-01
+tags: [ru, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: ru
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rured2_ner_mdeberta_v3_base_pipeline` is a Russian model originally trained by Grpp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rured2_ner_mdeberta_v3_base_pipeline_ru_5.5.0_3.0_1725233575999.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rured2_ner_mdeberta_v3_base_pipeline_ru_5.5.0_3.0_1725233575999.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("rured2_ner_mdeberta_v3_base_pipeline", lang = "ru")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("rured2_ner_mdeberta_v3_base_pipeline", lang = "ru")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rured2_ner_mdeberta_v3_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ru|
+|Size:|823.5 MB|
+
+## References
+
+https://huggingface.co/Grpp/rured2-ner-mdeberta-v3-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-rured2_ner_mdeberta_v3_base_ru.md b/docs/_posts/ahmedlone127/2024-09-01-rured2_ner_mdeberta_v3_base_ru.md
new file mode 100644
index 00000000000000..789f5abbe401a7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-rured2_ner_mdeberta_v3_base_ru.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Russian rured2_ner_mdeberta_v3_base DeBertaForTokenClassification from Grpp
+author: John Snow Labs
+name: rured2_ner_mdeberta_v3_base
+date: 2024-09-01
+tags: [ru, open_source, onnx, token_classification, deberta, ner]
+task: Named Entity Recognition
+language: ru
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rured2_ner_mdeberta_v3_base` is a Russian model originally trained by Grpp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rured2_ner_mdeberta_v3_base_ru_5.5.0_3.0_1725233453359.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rured2_ner_mdeberta_v3_base_ru_5.5.0_3.0_1725233453359.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|secureshellbert|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|466.1 MB|
+
+## References
+
+https://huggingface.co/SmartDataPolito/SecureShellBert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-sentareng_v0_en.md b/docs/_posts/ahmedlone127/2024-09-01-sentareng_v0_en.md
new file mode 100644
index 00000000000000..7dd1ff9c6302c4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-sentareng_v0_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sentareng_v0 XlmRoBertaForSequenceClassification from Noor0
+author: John Snow Labs
+name: sentareng_v0
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sentareng_v0` is a English model originally trained by Noor0.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sentareng_v0_en_5.4.2_3.0_1725190458058.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sentareng_v0_en_5.4.2_3.0_1725190458058.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sentareng_v0|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/Noor0/SentArEng_V0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-sentiment_hts5_xlm_roberta_hungarian_pipeline_hu.md b/docs/_posts/ahmedlone127/2024-09-01-sentiment_hts5_xlm_roberta_hungarian_pipeline_hu.md
new file mode 100644
index 00000000000000..f892910d55fa4e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-sentiment_hts5_xlm_roberta_hungarian_pipeline_hu.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Hungarian sentiment_hts5_xlm_roberta_hungarian_pipeline pipeline XlmRoBertaForSequenceClassification from NYTK
+author: John Snow Labs
+name: sentiment_hts5_xlm_roberta_hungarian_pipeline
+date: 2024-09-01
+tags: [hu, open_source, pipeline, onnx]
+task: Text Classification
+language: hu
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sentiment_hts5_xlm_roberta_hungarian_pipeline` is a Hungarian model originally trained by NYTK.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sentiment_hts5_xlm_roberta_hungarian_pipeline_hu_5.4.2_3.0_1725189559163.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sentiment_hts5_xlm_roberta_hungarian_pipeline_hu_5.4.2_3.0_1725189559163.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sentiment_hts5_xlm_roberta_hungarian_pipeline", lang = "hu")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sentiment_hts5_xlm_roberta_hungarian_pipeline", lang = "hu")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sentiment_hts5_xlm_roberta_hungarian_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|hu|
+|Size:|794.2 MB|
+
+## References
+
+https://huggingface.co/NYTK/sentiment-hts5-xlm-roberta-hungarian
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-sentiment_travel_en.md b/docs/_posts/ahmedlone127/2024-09-01-sentiment_travel_en.md
new file mode 100644
index 00000000000000..eb316da6a60ba3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-sentiment_travel_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sentiment_travel RoBertaForSequenceClassification from apriandito
+author: John Snow Labs
+name: sentiment_travel
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sentiment_travel` is a English model originally trained by apriandito.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sentiment_travel_en_5.5.0_3.0_1725212575573.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sentiment_travel_en_5.5.0_3.0_1725212575573.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sentiment_travel|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.1 MB|
+
+## References
+
+https://huggingface.co/apriandito/sentiment-travel
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-sentiment_travel_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-sentiment_travel_pipeline_en.md
new file mode 100644
index 00000000000000..eaf7020c62b39a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-sentiment_travel_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English sentiment_travel_pipeline pipeline RoBertaForSequenceClassification from apriandito
+author: John Snow Labs
+name: sentiment_travel_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sentiment_travel_pipeline` is a English model originally trained by apriandito.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sentiment_travel_pipeline_en_5.5.0_3.0_1725212600728.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sentiment_travel_pipeline_en_5.5.0_3.0_1725212600728.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sentiment_travel_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sentiment_travel_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sentiment_travel_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.2 MB|
+
+## References
+
+https://huggingface.co/apriandito/sentiment-travel
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-serbian_roberta_base_sr.md b/docs/_posts/ahmedlone127/2024-09-01-serbian_roberta_base_sr.md
new file mode 100644
index 00000000000000..91eeaaa1ed0518
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-serbian_roberta_base_sr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Serbian serbian_roberta_base RoBertaEmbeddings from macedonizer
+author: John Snow Labs
+name: serbian_roberta_base
+date: 2024-09-01
+tags: [sr, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: sr
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`serbian_roberta_base` is a Serbian model originally trained by macedonizer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/serbian_roberta_base_sr_5.4.2_3.0_1725186055375.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/serbian_roberta_base_sr_5.4.2_3.0_1725186055375.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|setfit_2class_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.0 MB|
+
+## References
+
+https://huggingface.co/Bhuvana/setfit_2class_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-setfit_2class_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-setfit_2class_model_pipeline_en.md
new file mode 100644
index 00000000000000..1b68b61edb42b7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-setfit_2class_model_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English setfit_2class_model_pipeline pipeline MPNetEmbeddings from Bhuvana
+author: John Snow Labs
+name: setfit_2class_model_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`setfit_2class_model_pipeline` is a English model originally trained by Bhuvana.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/setfit_2class_model_pipeline_en_5.5.0_3.0_1725225277523.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/setfit_2class_model_pipeline_en_5.5.0_3.0_1725225277523.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("setfit_2class_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("setfit_2class_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|setfit_2class_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.0 MB|
+
+## References
+
+https://huggingface.co/Bhuvana/setfit_2class_model
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-setfit_model_misinformation_on_mandates_public_health_en.md b/docs/_posts/ahmedlone127/2024-09-01-setfit_model_misinformation_on_mandates_public_health_en.md
new file mode 100644
index 00000000000000..c5ea292d66d88a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-setfit_model_misinformation_on_mandates_public_health_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English setfit_model_misinformation_on_mandates_public_health MPNetEmbeddings from mitra-mir
+author: John Snow Labs
+name: setfit_model_misinformation_on_mandates_public_health
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`setfit_model_misinformation_on_mandates_public_health` is a English model originally trained by mitra-mir.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/setfit_model_misinformation_on_mandates_public_health_en_5.5.0_3.0_1725224960868.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/setfit_model_misinformation_on_mandates_public_health_en_5.5.0_3.0_1725224960868.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|setfit_model_misinformation_on_mandates_public_health|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/mitra-mir/setfit-model-Misinformation-on-Mandates-Public-Health
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-simple_test_model_en.md b/docs/_posts/ahmedlone127/2024-09-01-simple_test_model_en.md
new file mode 100644
index 00000000000000..d8e2211be69787
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-simple_test_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English simple_test_model RoBertaForSequenceClassification from karalif
+author: John Snow Labs
+name: simple_test_model
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`simple_test_model` is a English model originally trained by karalif.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/simple_test_model_en_5.5.0_3.0_1725212596993.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/simple_test_model_en_5.5.0_3.0_1725212596993.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|simple_test_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|428.1 MB|
+
+## References
+
+https://huggingface.co/karalif/simple-test-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-simple_test_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-simple_test_model_pipeline_en.md
new file mode 100644
index 00000000000000..418e3de796c222
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-simple_test_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English simple_test_model_pipeline pipeline RoBertaForSequenceClassification from karalif
+author: John Snow Labs
+name: simple_test_model_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`simple_test_model_pipeline` is a English model originally trained by karalif.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/simple_test_model_pipeline_en_5.5.0_3.0_1725212636443.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/simple_test_model_pipeline_en_5.5.0_3.0_1725212636443.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("simple_test_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("simple_test_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|simple_test_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|428.1 MB|
+
+## References
+
+https://huggingface.co/karalif/simple-test-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-sinhalaberto_si.md b/docs/_posts/ahmedlone127/2024-09-01-sinhalaberto_si.md
new file mode 100644
index 00000000000000..b43a2d261feff8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-sinhalaberto_si.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Sinhala, Sinhalese sinhalaberto RoBertaEmbeddings from keshan
+author: John Snow Labs
+name: sinhalaberto
+date: 2024-09-01
+tags: [si, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: si
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sinhalaberto` is a Sinhala, Sinhalese model originally trained by keshan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sinhalaberto_si_5.4.2_3.0_1725165065999.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sinhalaberto_si_5.4.2_3.0_1725165065999.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sinhalaberto|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|si|
+|Size:|311.7 MB|
+
+## References
+
+https://huggingface.co/keshan/SinhalaBERTo
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-sle_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-sle_base_en.md
new file mode 100644
index 00000000000000..ad7180acef29e0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-sle_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sle_base RoBertaForSequenceClassification from liamcripwell
+author: John Snow Labs
+name: sle_base
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sle_base` is a English model originally trained by liamcripwell.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sle_base_en_5.4.2_3.0_1725194523847.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sle_base_en_5.4.2_3.0_1725194523847.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sle_base|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|458.3 MB|
+
+## References
+
+https://huggingface.co/liamcripwell/sle-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-sle_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-sle_base_pipeline_en.md
new file mode 100644
index 00000000000000..458c94fa5d2efe
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-sle_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English sle_base_pipeline pipeline RoBertaForSequenceClassification from liamcripwell
+author: John Snow Labs
+name: sle_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sle_base_pipeline` is a English model originally trained by liamcripwell.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sle_base_pipeline_en_5.4.2_3.0_1725194552145.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sle_base_pipeline_en_5.4.2_3.0_1725194552145.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sle_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sle_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sle_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|458.3 MB|
+
+## References
+
+https://huggingface.co/liamcripwell/sle-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-slovene_law_roberta_20_en.md b/docs/_posts/ahmedlone127/2024-09-01-slovene_law_roberta_20_en.md
new file mode 100644
index 00000000000000..f597aa082c3468
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-slovene_law_roberta_20_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English slovene_law_roberta_20 RoBertaForQuestionAnswering from aseljayasooriya
+author: John Snow Labs
+name: slovene_law_roberta_20
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`slovene_law_roberta_20` is a English model originally trained by aseljayasooriya.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/slovene_law_roberta_20_en_5.4.2_3.0_1725200465289.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/slovene_law_roberta_20_en_5.4.2_3.0_1725200465289.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|slovene_law_roberta_20|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.5 MB|
+
+## References
+
+https://huggingface.co/aseljayasooriya/sl-law-roberta-20
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-slovene_law_roberta_20_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-slovene_law_roberta_20_pipeline_en.md
new file mode 100644
index 00000000000000..3fb9e35be17e4d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-slovene_law_roberta_20_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English slovene_law_roberta_20_pipeline pipeline RoBertaForQuestionAnswering from aseljayasooriya
+author: John Snow Labs
+name: slovene_law_roberta_20_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`slovene_law_roberta_20_pipeline` is a English model originally trained by aseljayasooriya.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/slovene_law_roberta_20_pipeline_en_5.4.2_3.0_1725200491015.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/slovene_law_roberta_20_pipeline_en_5.4.2_3.0_1725200491015.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("slovene_law_roberta_20_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("slovene_law_roberta_20_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|slovene_law_roberta_20_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.5 MB|
+
+## References
+
+https://huggingface.co/aseljayasooriya/sl-law-roberta-20
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-smiles_bpe_pubchem_250k_en.md b/docs/_posts/ahmedlone127/2024-09-01-smiles_bpe_pubchem_250k_en.md
new file mode 100644
index 00000000000000..d61c2665d8f41f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-smiles_bpe_pubchem_250k_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English smiles_bpe_pubchem_250k RoBertaEmbeddings from seyonec
+author: John Snow Labs
+name: smiles_bpe_pubchem_250k
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`smiles_bpe_pubchem_250k` is a English model originally trained by seyonec.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/smiles_bpe_pubchem_250k_en_5.4.2_3.0_1725191502207.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/smiles_bpe_pubchem_250k_en_5.4.2_3.0_1725191502207.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|smiles_bpe_pubchem_250k|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|310.0 MB|
+
+## References
+
+https://huggingface.co/seyonec/SMILES_BPE_PubChem_250k
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-smiles_bpe_pubchem_250k_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-smiles_bpe_pubchem_250k_pipeline_en.md
new file mode 100644
index 00000000000000..637a2e94f518ac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-smiles_bpe_pubchem_250k_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English smiles_bpe_pubchem_250k_pipeline pipeline RoBertaEmbeddings from seyonec
+author: John Snow Labs
+name: smiles_bpe_pubchem_250k_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`smiles_bpe_pubchem_250k_pipeline` is a English model originally trained by seyonec.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/smiles_bpe_pubchem_250k_pipeline_en_5.4.2_3.0_1725191518185.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/smiles_bpe_pubchem_250k_pipeline_en_5.4.2_3.0_1725191518185.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("smiles_bpe_pubchem_250k_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("smiles_bpe_pubchem_250k_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|smiles_bpe_pubchem_250k_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|310.0 MB|
+
+## References
+
+https://huggingface.co/seyonec/SMILES_BPE_PubChem_250k
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-snli_microsoft_deberta_v3_base_seed_1_en.md b/docs/_posts/ahmedlone127/2024-09-01-snli_microsoft_deberta_v3_base_seed_1_en.md
new file mode 100644
index 00000000000000..1873a0ca0d1c30
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-snli_microsoft_deberta_v3_base_seed_1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English snli_microsoft_deberta_v3_base_seed_1 DeBertaForSequenceClassification from utahnlp
+author: John Snow Labs
+name: snli_microsoft_deberta_v3_base_seed_1
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`snli_microsoft_deberta_v3_base_seed_1` is a English model originally trained by utahnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/snli_microsoft_deberta_v3_base_seed_1_en_5.5.0_3.0_1725223638024.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/snli_microsoft_deberta_v3_base_seed_1_en_5.5.0_3.0_1725223638024.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|snli_microsoft_deberta_v3_base_seed_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|600.0 MB|
+
+## References
+
+https://huggingface.co/utahnlp/snli_microsoft_deberta-v3-base_seed-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-snli_microsoft_deberta_v3_base_seed_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-snli_microsoft_deberta_v3_base_seed_1_pipeline_en.md
new file mode 100644
index 00000000000000..6afdebf110d2b6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-snli_microsoft_deberta_v3_base_seed_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English snli_microsoft_deberta_v3_base_seed_1_pipeline pipeline DeBertaForSequenceClassification from utahnlp
+author: John Snow Labs
+name: snli_microsoft_deberta_v3_base_seed_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`snli_microsoft_deberta_v3_base_seed_1_pipeline` is a English model originally trained by utahnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/snli_microsoft_deberta_v3_base_seed_1_pipeline_en_5.5.0_3.0_1725223708304.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/snli_microsoft_deberta_v3_base_seed_1_pipeline_en_5.5.0_3.0_1725223708304.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("snli_microsoft_deberta_v3_base_seed_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("snli_microsoft_deberta_v3_base_seed_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|snli_microsoft_deberta_v3_base_seed_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|600.0 MB|
+
+## References
+
+https://huggingface.co/utahnlp/snli_microsoft_deberta-v3-base_seed-1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-snm_demo_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-snm_demo_pipeline_en.md
new file mode 100644
index 00000000000000..50141eda7828a3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-snm_demo_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English snm_demo_pipeline pipeline CamemBertForTokenClassification from Tippawan
+author: John Snow Labs
+name: snm_demo_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`snm_demo_pipeline` is a English model originally trained by Tippawan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/snm_demo_pipeline_en_5.4.2_3.0_1725175543871.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/snm_demo_pipeline_en_5.4.2_3.0_1725175543871.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("snm_demo_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("snm_demo_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|snm_demo_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|392.2 MB|
+
+## References
+
+https://huggingface.co/Tippawan/SNM_demo
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-social_movement_stance_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-social_movement_stance_pipeline_en.md
new file mode 100644
index 00000000000000..a115b7e1a333c5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-social_movement_stance_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English social_movement_stance_pipeline pipeline RoBertaForSequenceClassification from juliamendelsohn
+author: John Snow Labs
+name: social_movement_stance_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`social_movement_stance_pipeline` is a English model originally trained by juliamendelsohn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/social_movement_stance_pipeline_en_5.4.2_3.0_1725166952927.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/social_movement_stance_pipeline_en_5.4.2_3.0_1725166952927.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("social_movement_stance_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("social_movement_stance_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|social_movement_stance_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.2 MB|
+
+## References
+
+https://huggingface.co/juliamendelsohn/social-movement-stance
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-spbert_mlm_wso_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-spbert_mlm_wso_base_en.md
new file mode 100644
index 00000000000000..ebddda7f560a9e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-spbert_mlm_wso_base_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English spbert_mlm_wso_base BertEmbeddings from razent
+author: John Snow Labs
+name: spbert_mlm_wso_base
+date: 2024-09-01
+tags: [bert, en, open_source, fill_mask, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spbert_mlm_wso_base` is a English model originally trained by razent.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spbert_mlm_wso_base_en_5.4.2_3.0_1725185753099.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spbert_mlm_wso_base_en_5.4.2_3.0_1725185753099.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spm_vietnamese_deberta|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|289.7 MB|
+
+## References
+
+https://huggingface.co/hieule/spm-vie-deberta
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-spm_vietnamese_deberta_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-spm_vietnamese_deberta_pipeline_en.md
new file mode 100644
index 00000000000000..cb8ccf89ad783c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-spm_vietnamese_deberta_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English spm_vietnamese_deberta_pipeline pipeline DeBertaEmbeddings from hieule
+author: John Snow Labs
+name: spm_vietnamese_deberta_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spm_vietnamese_deberta_pipeline` is a English model originally trained by hieule.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spm_vietnamese_deberta_pipeline_en_5.5.0_3.0_1725217496278.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spm_vietnamese_deberta_pipeline_en_5.5.0_3.0_1725217496278.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("spm_vietnamese_deberta_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("spm_vietnamese_deberta_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spm_vietnamese_deberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|289.7 MB|
+
+## References
+
+https://huggingface.co/hieule/spm-vie-deberta
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-sports_klue_finetuned_korquad_nosplit_nsp_batch32_en.md b/docs/_posts/ahmedlone127/2024-09-01-sports_klue_finetuned_korquad_nosplit_nsp_batch32_en.md
new file mode 100644
index 00000000000000..1f9cdaa259ff88
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-sports_klue_finetuned_korquad_nosplit_nsp_batch32_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English sports_klue_finetuned_korquad_nosplit_nsp_batch32 BertForQuestionAnswering from Kdogs
+author: John Snow Labs
+name: sports_klue_finetuned_korquad_nosplit_nsp_batch32
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, bert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sports_klue_finetuned_korquad_nosplit_nsp_batch32` is a English model originally trained by Kdogs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sports_klue_finetuned_korquad_nosplit_nsp_batch32_en_5.5.0_3.0_1725215368397.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sports_klue_finetuned_korquad_nosplit_nsp_batch32_en_5.5.0_3.0_1725215368397.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sports_klue_finetuned_korquad_nosplit_nsp_batch32|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|412.4 MB|
+
+## References
+
+https://huggingface.co/Kdogs/sports_klue_finetuned_korquad_noSplit_NSP_batch32
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline_en.md
new file mode 100644
index 00000000000000..be738d00fd87ab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline pipeline BertForQuestionAnswering from Kdogs
+author: John Snow Labs
+name: sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline` is a English model originally trained by Kdogs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline_en_5.5.0_3.0_1725215390546.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline_en_5.5.0_3.0_1725215390546.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sports_klue_finetuned_korquad_nosplit_nsp_batch32_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|412.4 MB|
+
+## References
+
+https://huggingface.co/Kdogs/sports_klue_finetuned_korquad_noSplit_NSP_batch32
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-squeezebert_mnli_en.md b/docs/_posts/ahmedlone127/2024-09-01-squeezebert_mnli_en.md
new file mode 100644
index 00000000000000..9e0794a1bddb03
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-squeezebert_mnli_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English squeezebert_mnli BertForZeroShotClassification from typeform
+author: John Snow Labs
+name: squeezebert_mnli
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, bert]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`squeezebert_mnli` is a English model originally trained by typeform.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/squeezebert_mnli_en_5.4.2_3.0_1725208077350.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/squeezebert_mnli_en_5.4.2_3.0_1725208077350.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|squeezebert_mnli|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|185.0 MB|
+
+## References
+
+https://huggingface.co/typeform/squeezebert-mnli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-squeezebert_mnli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-squeezebert_mnli_pipeline_en.md
new file mode 100644
index 00000000000000..97ba26ef6ccdf8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-squeezebert_mnli_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English squeezebert_mnli_pipeline pipeline BertForZeroShotClassification from typeform
+author: John Snow Labs
+name: squeezebert_mnli_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`squeezebert_mnli_pipeline` is a English model originally trained by typeform.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/squeezebert_mnli_pipeline_en_5.4.2_3.0_1725208088871.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/squeezebert_mnli_pipeline_en_5.4.2_3.0_1725208088871.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("squeezebert_mnli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("squeezebert_mnli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|squeezebert_mnli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|185.0 MB|
+
+## References
+
+https://huggingface.co/typeform/squeezebert-mnli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-student_reasoning_en.md b/docs/_posts/ahmedlone127/2024-09-01-student_reasoning_en.md
new file mode 100644
index 00000000000000..4804f0da6df409
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-student_reasoning_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English student_reasoning BertForSequenceClassification from ddemszky
+author: John Snow Labs
+name: student_reasoning
+date: 2024-09-01
+tags: [bert, en, open_source, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`student_reasoning` is a English model originally trained by ddemszky.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/student_reasoning_en_5.4.2_3.0_1725204968115.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/student_reasoning_en_5.4.2_3.0_1725204968115.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|student_reasoning|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|409.4 MB|
+
+## References
+
+References
+
+https://huggingface.co/ddemszky/student-reasoning
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-student_reasoning_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-student_reasoning_pipeline_en.md
new file mode 100644
index 00000000000000..020d1efae16bad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-student_reasoning_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English student_reasoning_pipeline pipeline BertForSequenceClassification from stanford-nlpxed
+author: John Snow Labs
+name: student_reasoning_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`student_reasoning_pipeline` is a English model originally trained by stanford-nlpxed.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/student_reasoning_pipeline_en_5.4.2_3.0_1725204990348.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/student_reasoning_pipeline_en_5.4.2_3.0_1725204990348.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("student_reasoning_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("student_reasoning_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|student_reasoning_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|409.4 MB|
+
+## References
+
+https://huggingface.co/stanford-nlpxed/student-reasoning
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-subreddit_description_topic_classifier_en.md b/docs/_posts/ahmedlone127/2024-09-01-subreddit_description_topic_classifier_en.md
new file mode 100644
index 00000000000000..8e11cd96bee93c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-subreddit_description_topic_classifier_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English subreddit_description_topic_classifier DistilBertForSequenceClassification from gulnuravci
+author: John Snow Labs
+name: subreddit_description_topic_classifier
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`subreddit_description_topic_classifier` is a English model originally trained by gulnuravci.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/subreddit_description_topic_classifier_en_5.5.0_3.0_1725213650710.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/subreddit_description_topic_classifier_en_5.5.0_3.0_1725213650710.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|takalane_xho_roberta|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|311.4 MB|
+
+## References
+
+https://huggingface.co/jannesg/takalane_xho_roberta
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-takalane_xho_roberta_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-takalane_xho_roberta_pipeline_en.md
new file mode 100644
index 00000000000000..85885c8d2850c2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-takalane_xho_roberta_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English takalane_xho_roberta_pipeline pipeline RoBertaEmbeddings from jannesg
+author: John Snow Labs
+name: takalane_xho_roberta_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`takalane_xho_roberta_pipeline` is a English model originally trained by jannesg.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/takalane_xho_roberta_pipeline_en_5.4.2_3.0_1725191258517.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/takalane_xho_roberta_pipeline_en_5.4.2_3.0_1725191258517.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("takalane_xho_roberta_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("takalane_xho_roberta_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|takalane_xho_roberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|311.4 MB|
+
+## References
+
+https://huggingface.co/jannesg/takalane_xho_roberta
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-tamilner_en.md b/docs/_posts/ahmedlone127/2024-09-01-tamilner_en.md
new file mode 100644
index 00000000000000..fab240d15f1911
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-tamilner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English tamilner AlbertForTokenClassification from Rishihesaan
+author: John Snow Labs
+name: tamilner
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, albert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tamilner` is a English model originally trained by Rishihesaan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tamilner_en_5.4.2_3.0_1725203378787.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tamilner_en_5.4.2_3.0_1725203378787.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tamilner|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|125.6 MB|
+
+## References
+
+https://huggingface.co/Rishihesaan/TamilNER
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-tamilner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-tamilner_pipeline_en.md
new file mode 100644
index 00000000000000..9d6d93ea544ee8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-tamilner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English tamilner_pipeline pipeline AlbertForTokenClassification from Rishihesaan
+author: John Snow Labs
+name: tamilner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tamilner_pipeline` is a English model originally trained by Rishihesaan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tamilner_pipeline_en_5.4.2_3.0_1725203385172.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tamilner_pipeline_en_5.4.2_3.0_1725203385172.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tamilner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tamilner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tamilner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|125.6 MB|
+
+## References
+
+https://huggingface.co/Rishihesaan/TamilNER
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-tapt_nbme_deberta_v3_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-tapt_nbme_deberta_v3_base_en.md
new file mode 100644
index 00000000000000..5acd1ece8a2df7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-tapt_nbme_deberta_v3_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English tapt_nbme_deberta_v3_base DeBertaEmbeddings from ZZ99
+author: John Snow Labs
+name: tapt_nbme_deberta_v3_base
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tapt_nbme_deberta_v3_base` is a English model originally trained by ZZ99.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tapt_nbme_deberta_v3_base_en_5.5.0_3.0_1725217771940.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tapt_nbme_deberta_v3_base_en_5.5.0_3.0_1725217771940.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tapt_nbme_deberta_v3_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|687.5 MB|
+
+## References
+
+https://huggingface.co/ZZ99/tapt_nbme_deberta_v3_base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-tapt_nbme_deberta_v3_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-tapt_nbme_deberta_v3_base_pipeline_en.md
new file mode 100644
index 00000000000000..d311b59235e86c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-tapt_nbme_deberta_v3_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English tapt_nbme_deberta_v3_base_pipeline pipeline DeBertaEmbeddings from ZZ99
+author: John Snow Labs
+name: tapt_nbme_deberta_v3_base_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tapt_nbme_deberta_v3_base_pipeline` is a English model originally trained by ZZ99.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tapt_nbme_deberta_v3_base_pipeline_en_5.5.0_3.0_1725217808580.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tapt_nbme_deberta_v3_base_pipeline_en_5.5.0_3.0_1725217808580.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tapt_nbme_deberta_v3_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tapt_nbme_deberta_v3_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tapt_nbme_deberta_v3_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|687.5 MB|
+
+## References
+
+https://huggingface.co/ZZ99/tapt_nbme_deberta_v3_base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_none_en.md b/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_none_en.md
new file mode 100644
index 00000000000000..2d10a582f00abd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_none_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English task_subtle_task__model_deberta__aug_method_none DeBertaForSequenceClassification from BenjaminOcampo
+author: John Snow Labs
+name: task_subtle_task__model_deberta__aug_method_none
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`task_subtle_task__model_deberta__aug_method_none` is a English model originally trained by BenjaminOcampo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/task_subtle_task__model_deberta__aug_method_none_en_5.5.0_3.0_1725209492701.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/task_subtle_task__model_deberta__aug_method_none_en_5.5.0_3.0_1725209492701.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|task_subtle_task__model_deberta__aug_method_none|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|607.3 MB|
+
+## References
+
+https://huggingface.co/BenjaminOcampo/task-subtle_task__model-deberta__aug_method-None
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_none_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_none_pipeline_en.md
new file mode 100644
index 00000000000000..60b7226595a65e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_none_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English task_subtle_task__model_deberta__aug_method_none_pipeline pipeline DeBertaForSequenceClassification from BenjaminOcampo
+author: John Snow Labs
+name: task_subtle_task__model_deberta__aug_method_none_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`task_subtle_task__model_deberta__aug_method_none_pipeline` is a English model originally trained by BenjaminOcampo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/task_subtle_task__model_deberta__aug_method_none_pipeline_en_5.5.0_3.0_1725209541030.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/task_subtle_task__model_deberta__aug_method_none_pipeline_en_5.5.0_3.0_1725209541030.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("task_subtle_task__model_deberta__aug_method_none_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("task_subtle_task__model_deberta__aug_method_none_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|task_subtle_task__model_deberta__aug_method_none_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|607.3 MB|
+
+## References
+
+https://huggingface.co/BenjaminOcampo/task-subtle_task__model-deberta__aug_method-None
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_rne_en.md b/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_rne_en.md
new file mode 100644
index 00000000000000..c9532fa291900b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_rne_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English task_subtle_task__model_deberta__aug_method_rne DeBertaForSequenceClassification from BenjaminOcampo
+author: John Snow Labs
+name: task_subtle_task__model_deberta__aug_method_rne
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`task_subtle_task__model_deberta__aug_method_rne` is a English model originally trained by BenjaminOcampo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/task_subtle_task__model_deberta__aug_method_rne_en_5.5.0_3.0_1725223370234.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/task_subtle_task__model_deberta__aug_method_rne_en_5.5.0_3.0_1725223370234.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|task_subtle_task__model_deberta__aug_method_rne|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|607.4 MB|
+
+## References
+
+https://huggingface.co/BenjaminOcampo/task-subtle_task__model-deberta__aug_method-rne
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_rne_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_rne_pipeline_en.md
new file mode 100644
index 00000000000000..7ee9e6c0eb9d90
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-task_subtle_task__model_deberta__aug_method_rne_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English task_subtle_task__model_deberta__aug_method_rne_pipeline pipeline DeBertaForSequenceClassification from BenjaminOcampo
+author: John Snow Labs
+name: task_subtle_task__model_deberta__aug_method_rne_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`task_subtle_task__model_deberta__aug_method_rne_pipeline` is a English model originally trained by BenjaminOcampo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/task_subtle_task__model_deberta__aug_method_rne_pipeline_en_5.5.0_3.0_1725223414043.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/task_subtle_task__model_deberta__aug_method_rne_pipeline_en_5.5.0_3.0_1725223414043.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("task_subtle_task__model_deberta__aug_method_rne_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("task_subtle_task__model_deberta__aug_method_rne_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|task_subtle_task__model_deberta__aug_method_rne_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|607.4 MB|
+
+## References
+
+https://huggingface.co/BenjaminOcampo/task-subtle_task__model-deberta__aug_method-rne
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-test_model2_en.md b/docs/_posts/ahmedlone127/2024-09-01-test_model2_en.md
new file mode 100644
index 00000000000000..923b9ef0fd45b2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-test_model2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English test_model2 AlbertEmbeddings from yzhou992
+author: John Snow Labs
+name: test_model2
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, albert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`test_model2` is a English model originally trained by yzhou992.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/test_model2_en_5.4.2_3.0_1725205738527.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/test_model2_en_5.4.2_3.0_1725205738527.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|test_model2|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[albert]|
+|Language:|en|
+|Size:|62.7 MB|
+
+## References
+
+https://huggingface.co/yzhou992/test_model2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-test_model2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-test_model2_pipeline_en.md
new file mode 100644
index 00000000000000..21336fe11e73a7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-test_model2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English test_model2_pipeline pipeline AlbertEmbeddings from yzhou992
+author: John Snow Labs
+name: test_model2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`test_model2_pipeline` is a English model originally trained by yzhou992.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/test_model2_pipeline_en_5.4.2_3.0_1725205741978.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/test_model2_pipeline_en_5.4.2_3.0_1725205741978.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("test_model2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("test_model2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|test_model2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|62.7 MB|
+
+## References
+
+https://huggingface.co/yzhou992/test_model2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-test_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-test_pipeline_en.md
new file mode 100644
index 00000000000000..154ab442726bb0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-test_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English test_pipeline pipeline DistilBertForTokenClassification from yam1ke
+author: John Snow Labs
+name: test_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`test_pipeline` is a English model originally trained by yam1ke.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/test_pipeline_en_5.4.2_3.0_1725171287200.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/test_pipeline_en_5.4.2_3.0_1725171287200.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("test_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("test_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|test_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/yam1ke/test
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-testing_destilbert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-testing_destilbert_pipeline_en.md
new file mode 100644
index 00000000000000..15d4067f91b4ca
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-testing_destilbert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English testing_destilbert_pipeline pipeline DistilBertForTokenClassification from andrembcosta
+author: John Snow Labs
+name: testing_destilbert_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`testing_destilbert_pipeline` is a English model originally trained by andrembcosta.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/testing_destilbert_pipeline_en_5.4.2_3.0_1725160588884.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/testing_destilbert_pipeline_en_5.4.2_3.0_1725160588884.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("testing_destilbert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("testing_destilbert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|testing_destilbert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.8 MB|
+
+## References
+
+https://huggingface.co/andrembcosta/testing-destilbert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-testing_en.md b/docs/_posts/ahmedlone127/2024-09-01-testing_en.md
new file mode 100644
index 00000000000000..c9b1091946bc87
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-testing_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English testing AlbertForQuestionAnswering from saburbutt
+author: John Snow Labs
+name: testing
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`testing` is a English model originally trained by saburbutt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/testing_en_5.4.2_3.0_1725193475328.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/testing_en_5.4.2_3.0_1725193475328.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|testing|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|771.0 MB|
+
+## References
+
+https://huggingface.co/saburbutt/testing
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-testing_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-testing_pipeline_en.md
new file mode 100644
index 00000000000000..aa1ca45d9d85a5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-testing_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English testing_pipeline pipeline AlbertForQuestionAnswering from saburbutt
+author: John Snow Labs
+name: testing_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`testing_pipeline` is a English model originally trained by saburbutt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/testing_pipeline_en_5.4.2_3.0_1725193515044.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/testing_pipeline_en_5.4.2_3.0_1725193515044.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("testing_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("testing_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|testing_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|771.0 MB|
+
+## References
+
+https://huggingface.co/saburbutt/testing
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-tiny_random_albertformaskedlm_hf_tiny_model_private_en.md b/docs/_posts/ahmedlone127/2024-09-01-tiny_random_albertformaskedlm_hf_tiny_model_private_en.md
new file mode 100644
index 00000000000000..9805a088e49d52
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-tiny_random_albertformaskedlm_hf_tiny_model_private_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English tiny_random_albertformaskedlm_hf_tiny_model_private AlbertEmbeddings from hf-tiny-model-private
+author: John Snow Labs
+name: tiny_random_albertformaskedlm_hf_tiny_model_private
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, albert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tiny_random_albertformaskedlm_hf_tiny_model_private` is a English model originally trained by hf-tiny-model-private.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tiny_random_albertformaskedlm_hf_tiny_model_private_en_5.4.2_3.0_1725205737820.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tiny_random_albertformaskedlm_hf_tiny_model_private_en_5.4.2_3.0_1725205737820.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tiny_random_albertformaskedlm_hf_tiny_model_private|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[albert]|
+|Language:|en|
+|Size:|15.2 MB|
+
+## References
+
+https://huggingface.co/hf-tiny-model-private/tiny-random-AlbertForMaskedLM
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline_en.md
new file mode 100644
index 00000000000000..9472194949953e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline pipeline AlbertEmbeddings from hf-tiny-model-private
+author: John Snow Labs
+name: tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline` is a English model originally trained by hf-tiny-model-private.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline_en_5.4.2_3.0_1725205738997.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline_en_5.4.2_3.0_1725205738997.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tiny_random_albertformaskedlm_hf_tiny_model_private_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|15.2 MB|
+
+## References
+
+https://huggingface.co/hf-tiny-model-private/tiny-random-AlbertForMaskedLM
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_finetuned_squad_en.md b/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_finetuned_squad_en.md
new file mode 100644
index 00000000000000..74dbc8b1efea33
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_finetuned_squad_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English tinyroberta_squad2_finetuned_squad RoBertaForQuestionAnswering from ahujaniharika95
+author: John Snow Labs
+name: tinyroberta_squad2_finetuned_squad
+date: 2024-09-01
+tags: [roberta, en, open_source, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tinyroberta_squad2_finetuned_squad` is a English model originally trained by ahujaniharika95.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tinyroberta_squad2_finetuned_squad_en_5.4.2_3.0_1725206400056.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tinyroberta_squad2_finetuned_squad_en_5.4.2_3.0_1725206400056.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tinyroberta_squad2_mary8|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|306.9 MB|
+
+## References
+
+https://huggingface.co/Mary8/tinyroberta-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_mary8_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_mary8_pipeline_en.md
new file mode 100644
index 00000000000000..34d1419a5194f1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_mary8_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English tinyroberta_squad2_mary8_pipeline pipeline RoBertaForQuestionAnswering from Mary8
+author: John Snow Labs
+name: tinyroberta_squad2_mary8_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tinyroberta_squad2_mary8_pipeline` is a English model originally trained by Mary8.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tinyroberta_squad2_mary8_pipeline_en_5.4.2_3.0_1725200677881.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tinyroberta_squad2_mary8_pipeline_en_5.4.2_3.0_1725200677881.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tinyroberta_squad2_mary8_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tinyroberta_squad2_mary8_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tinyroberta_squad2_mary8_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|306.9 MB|
+
+## References
+
+https://huggingface.co/Mary8/tinyroberta-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_step1_en.md b/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_step1_en.md
new file mode 100644
index 00000000000000..0ffabe06d0316e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_step1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English tinyroberta_squad2_step1 RoBertaForQuestionAnswering from Mary8
+author: John Snow Labs
+name: tinyroberta_squad2_step1
+date: 2024-09-01
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tinyroberta_squad2_step1` is a English model originally trained by Mary8.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tinyroberta_squad2_step1_en_5.4.2_3.0_1725206604645.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tinyroberta_squad2_step1_en_5.4.2_3.0_1725206604645.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tinyroberta_squad2_step1|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|306.9 MB|
+
+## References
+
+https://huggingface.co/Mary8/tinyroberta-squad2-step1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_step1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_step1_pipeline_en.md
new file mode 100644
index 00000000000000..e677a561b3bab0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-tinyroberta_squad2_step1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English tinyroberta_squad2_step1_pipeline pipeline RoBertaForQuestionAnswering from Mary8
+author: John Snow Labs
+name: tinyroberta_squad2_step1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tinyroberta_squad2_step1_pipeline` is a English model originally trained by Mary8.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tinyroberta_squad2_step1_pipeline_en_5.4.2_3.0_1725206621553.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tinyroberta_squad2_step1_pipeline_en_5.4.2_3.0_1725206621553.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tinyroberta_squad2_step1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tinyroberta_squad2_step1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tinyroberta_squad2_step1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|306.9 MB|
+
+## References
+
+https://huggingface.co/Mary8/tinyroberta-squad2-step1
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-token_classification_66m_v0_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-token_classification_66m_v0_1_pipeline_en.md
new file mode 100644
index 00000000000000..a82e2ccca7bbaa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-token_classification_66m_v0_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English token_classification_66m_v0_1_pipeline pipeline DistilBertForTokenClassification from jwt2706
+author: John Snow Labs
+name: token_classification_66m_v0_1_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`token_classification_66m_v0_1_pipeline` is a English model originally trained by jwt2706.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/token_classification_66m_v0_1_pipeline_en_5.4.2_3.0_1725171268731.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/token_classification_66m_v0_1_pipeline_en_5.4.2_3.0_1725171268731.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("token_classification_66m_v0_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("token_classification_66m_v0_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|token_classification_66m_v0_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/jwt2706/token-classification-66M-v0.1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-topic_govt_regulation_en.md b/docs/_posts/ahmedlone127/2024-09-01-topic_govt_regulation_en.md
new file mode 100644
index 00000000000000..e50c1f5ec34591
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-topic_govt_regulation_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English topic_govt_regulation RoBertaForSequenceClassification from dell-research-harvard
+author: John Snow Labs
+name: topic_govt_regulation
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`topic_govt_regulation` is a English model originally trained by dell-research-harvard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/topic_govt_regulation_en_5.5.0_3.0_1725211816924.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/topic_govt_regulation_en_5.5.0_3.0_1725211816924.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|topic_govt_regulation|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/dell-research-harvard/topic-govt_regulation
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-topic_govt_regulation_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-topic_govt_regulation_pipeline_en.md
new file mode 100644
index 00000000000000..c8d09ed7823bcf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-topic_govt_regulation_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English topic_govt_regulation_pipeline pipeline RoBertaForSequenceClassification from dell-research-harvard
+author: John Snow Labs
+name: topic_govt_regulation_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`topic_govt_regulation_pipeline` is a English model originally trained by dell-research-harvard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/topic_govt_regulation_pipeline_en_5.5.0_3.0_1725211901265.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/topic_govt_regulation_pipeline_en_5.5.0_3.0_1725211901265.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("topic_govt_regulation_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("topic_govt_regulation_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|topic_govt_regulation_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/dell-research-harvard/topic-govt_regulation
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-topic_labor_movement_en.md b/docs/_posts/ahmedlone127/2024-09-01-topic_labor_movement_en.md
new file mode 100644
index 00000000000000..97734a56b602cc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-topic_labor_movement_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English topic_labor_movement RoBertaForSequenceClassification from dell-research-harvard
+author: John Snow Labs
+name: topic_labor_movement
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`topic_labor_movement` is a English model originally trained by dell-research-harvard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/topic_labor_movement_en_5.4.2_3.0_1725194740558.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/topic_labor_movement_en_5.4.2_3.0_1725194740558.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|topicawarestallmpnetbasev2wiki|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.0 MB|
+
+## References
+
+https://huggingface.co/textgain/TopicAwareSTallmpnetbasev2Wiki
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-topicawarestallmpnetbasev2wiki_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-topicawarestallmpnetbasev2wiki_pipeline_en.md
new file mode 100644
index 00000000000000..cd3de87f98a5fe
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-topicawarestallmpnetbasev2wiki_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English topicawarestallmpnetbasev2wiki_pipeline pipeline MPNetEmbeddings from textgain
+author: John Snow Labs
+name: topicawarestallmpnetbasev2wiki_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`topicawarestallmpnetbasev2wiki_pipeline` is a English model originally trained by textgain.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/topicawarestallmpnetbasev2wiki_pipeline_en_5.5.0_3.0_1725224620658.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/topicawarestallmpnetbasev2wiki_pipeline_en_5.5.0_3.0_1725224620658.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("topicawarestallmpnetbasev2wiki_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("topicawarestallmpnetbasev2wiki_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|topicawarestallmpnetbasev2wiki_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.0 MB|
+
+## References
+
+https://huggingface.co/textgain/TopicAwareSTallmpnetbasev2Wiki
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-trained_polish_en.md b/docs/_posts/ahmedlone127/2024-09-01-trained_polish_en.md
new file mode 100644
index 00000000000000..7a1a5296b93a9a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-trained_polish_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English trained_polish DistilBertForTokenClassification from annamariagnat
+author: John Snow Labs
+name: trained_polish
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`trained_polish` is a English model originally trained by annamariagnat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/trained_polish_en_5.4.2_3.0_1725171019814.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/trained_polish_en_5.4.2_3.0_1725171019814.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|trained_polish|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|505.4 MB|
+
+## References
+
+https://huggingface.co/annamariagnat/trained_polish
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-training_with_callbacks_en.md b/docs/_posts/ahmedlone127/2024-09-01-training_with_callbacks_en.md
new file mode 100644
index 00000000000000..309601650076e1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-training_with_callbacks_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English training_with_callbacks DistilBertForTokenClassification from cria111
+author: John Snow Labs
+name: training_with_callbacks
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`training_with_callbacks` is a English model originally trained by cria111.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/training_with_callbacks_en_5.4.2_3.0_1725170614537.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/training_with_callbacks_en_5.4.2_3.0_1725170614537.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|training_with_callbacks|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/cria111/training_with_callbacks
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-training_with_callbacks_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-training_with_callbacks_pipeline_en.md
new file mode 100644
index 00000000000000..c0851fa15ce691
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-training_with_callbacks_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English training_with_callbacks_pipeline pipeline DistilBertForTokenClassification from cria111
+author: John Snow Labs
+name: training_with_callbacks_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`training_with_callbacks_pipeline` is a English model originally trained by cria111.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/training_with_callbacks_pipeline_en_5.4.2_3.0_1725170628449.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/training_with_callbacks_pipeline_en_5.4.2_3.0_1725170628449.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("training_with_callbacks_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("training_with_callbacks_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|training_with_callbacks_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/cria111/training_with_callbacks
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-trans_encoder_cross_simcse_roberta_large_en.md b/docs/_posts/ahmedlone127/2024-09-01-trans_encoder_cross_simcse_roberta_large_en.md
new file mode 100644
index 00000000000000..c1127df2875168
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-trans_encoder_cross_simcse_roberta_large_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English trans_encoder_cross_simcse_roberta_large RoBertaForSequenceClassification from cambridgeltl
+author: John Snow Labs
+name: trans_encoder_cross_simcse_roberta_large
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`trans_encoder_cross_simcse_roberta_large` is a English model originally trained by cambridgeltl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/trans_encoder_cross_simcse_roberta_large_en_5.5.0_3.0_1725212844530.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/trans_encoder_cross_simcse_roberta_large_en_5.5.0_3.0_1725212844530.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|trans_encoder_cross_simcse_roberta_large|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/cambridgeltl/trans-encoder-cross-simcse-roberta-large
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-trans_encoder_cross_simcse_roberta_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-trans_encoder_cross_simcse_roberta_large_pipeline_en.md
new file mode 100644
index 00000000000000..09a204f942ce7d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-trans_encoder_cross_simcse_roberta_large_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English trans_encoder_cross_simcse_roberta_large_pipeline pipeline RoBertaForSequenceClassification from cambridgeltl
+author: John Snow Labs
+name: trans_encoder_cross_simcse_roberta_large_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`trans_encoder_cross_simcse_roberta_large_pipeline` is a English model originally trained by cambridgeltl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/trans_encoder_cross_simcse_roberta_large_pipeline_en_5.5.0_3.0_1725212916170.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/trans_encoder_cross_simcse_roberta_large_pipeline_en_5.5.0_3.0_1725212916170.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("trans_encoder_cross_simcse_roberta_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("trans_encoder_cross_simcse_roberta_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|trans_encoder_cross_simcse_roberta_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/cambridgeltl/trans-encoder-cross-simcse-roberta-large
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_en.md
new file mode 100644
index 00000000000000..bcc3c2c6bdaf29
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English twitter_roberta_base_emoji RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: twitter_roberta_base_emoji
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_roberta_base_emoji` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_roberta_base_emoji_en_5.4.2_3.0_1725194900775.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_roberta_base_emoji_en_5.4.2_3.0_1725194900775.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_roberta_base_emoji|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.2 MB|
+
+## References
+
+https://huggingface.co/cardiffnlp/twitter-roberta-base-emoji
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_latest_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_latest_en.md
new file mode 100644
index 00000000000000..0595d3bfffc416
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_latest_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English twitter_roberta_base_emoji_latest RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: twitter_roberta_base_emoji_latest
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_roberta_base_emoji_latest` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_roberta_base_emoji_latest_en_5.4.2_3.0_1725195278717.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_roberta_base_emoji_latest_en_5.4.2_3.0_1725195278717.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_roberta_base_emoji_latest|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.5 MB|
+
+## References
+
+https://huggingface.co/cardiffnlp/twitter-roberta-base-emoji-latest
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_latest_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_latest_pipeline_en.md
new file mode 100644
index 00000000000000..8f856e45cfac75
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_latest_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English twitter_roberta_base_emoji_latest_pipeline pipeline RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: twitter_roberta_base_emoji_latest_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_roberta_base_emoji_latest_pipeline` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_roberta_base_emoji_latest_pipeline_en_5.4.2_3.0_1725195303495.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_roberta_base_emoji_latest_pipeline_en_5.4.2_3.0_1725195303495.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("twitter_roberta_base_emoji_latest_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("twitter_roberta_base_emoji_latest_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_roberta_base_emoji_latest_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.6 MB|
+
+## References
+
+https://huggingface.co/cardiffnlp/twitter-roberta-base-emoji-latest
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_pipeline_en.md
new file mode 100644
index 00000000000000..f7c7eb2904489e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_emoji_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English twitter_roberta_base_emoji_pipeline pipeline RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: twitter_roberta_base_emoji_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_roberta_base_emoji_pipeline` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_roberta_base_emoji_pipeline_en_5.4.2_3.0_1725194926230.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_roberta_base_emoji_pipeline_en_5.4.2_3.0_1725194926230.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("twitter_roberta_base_emoji_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("twitter_roberta_base_emoji_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_roberta_base_emoji_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.2 MB|
+
+## References
+
+https://huggingface.co/cardiffnlp/twitter-roberta-base-emoji
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_sep2022_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_sep2022_en.md
new file mode 100644
index 00000000000000..d16011e5c7325a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_base_sep2022_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English twitter_roberta_base_sep2022 RoBertaEmbeddings from cardiffnlp
+author: John Snow Labs
+name: twitter_roberta_base_sep2022
+date: 2024-09-01
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_roberta_base_sep2022` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_roberta_base_sep2022_en_5.4.2_3.0_1725191375557.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_roberta_base_sep2022_en_5.4.2_3.0_1725191375557.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_roberta_base_sep2022|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|466.1 MB|
+
+## References
+
+https://huggingface.co/cardiffnlp/twitter-roberta-base-sep2022
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_similarity_latest_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_similarity_latest_en.md
new file mode 100644
index 00000000000000..5812b1d5da073b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_similarity_latest_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English twitter_roberta_large_similarity_latest RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: twitter_roberta_large_similarity_latest
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_roberta_large_similarity_latest` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_roberta_large_similarity_latest_en_5.5.0_3.0_1725212297817.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_roberta_large_similarity_latest_en_5.5.0_3.0_1725212297817.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_roberta_large_similarity_latest|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/cardiffnlp/twitter-roberta-large-similarity-latest
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_similarity_latest_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_similarity_latest_pipeline_en.md
new file mode 100644
index 00000000000000..dcb1a6352fe9f8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_similarity_latest_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English twitter_roberta_large_similarity_latest_pipeline pipeline RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: twitter_roberta_large_similarity_latest_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_roberta_large_similarity_latest_pipeline` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_roberta_large_similarity_latest_pipeline_en_5.5.0_3.0_1725212367093.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_roberta_large_similarity_latest_pipeline_en_5.5.0_3.0_1725212367093.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("twitter_roberta_large_similarity_latest_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("twitter_roberta_large_similarity_latest_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_roberta_large_similarity_latest_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/cardiffnlp/twitter-roberta-large-similarity-latest
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_topic_latest_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_topic_latest_en.md
new file mode 100644
index 00000000000000..2fddf934f8b9de
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_topic_latest_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English twitter_roberta_large_topic_latest RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: twitter_roberta_large_topic_latest
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_roberta_large_topic_latest` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_roberta_large_topic_latest_en_5.5.0_3.0_1725212137090.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_roberta_large_topic_latest_en_5.5.0_3.0_1725212137090.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_roberta_large_topic_latest|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/cardiffnlp/twitter-roberta-large-topic-latest
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_topic_sentiment_latest_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_topic_sentiment_latest_en.md
new file mode 100644
index 00000000000000..203931337c2085
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_topic_sentiment_latest_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English twitter_roberta_large_topic_sentiment_latest RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: twitter_roberta_large_topic_sentiment_latest
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_roberta_large_topic_sentiment_latest` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_roberta_large_topic_sentiment_latest_en_5.4.2_3.0_1725194102990.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_roberta_large_topic_sentiment_latest_en_5.4.2_3.0_1725194102990.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_roberta_large_topic_sentiment_latest|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/cardiffnlp/twitter-roberta-large-topic-sentiment-latest
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_topic_sentiment_latest_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_topic_sentiment_latest_pipeline_en.md
new file mode 100644
index 00000000000000..3c6a6c9cfc0d20
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_roberta_large_topic_sentiment_latest_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English twitter_roberta_large_topic_sentiment_latest_pipeline pipeline RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: twitter_roberta_large_topic_sentiment_latest_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_roberta_large_topic_sentiment_latest_pipeline` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_roberta_large_topic_sentiment_latest_pipeline_en_5.4.2_3.0_1725194176195.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_roberta_large_topic_sentiment_latest_pipeline_en_5.4.2_3.0_1725194176195.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("twitter_roberta_large_topic_sentiment_latest_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("twitter_roberta_large_topic_sentiment_latest_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_roberta_large_topic_sentiment_latest_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/cardiffnlp/twitter-roberta-large-topic-sentiment-latest
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_xlm_roberta_crypto_spam_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_xlm_roberta_crypto_spam_en.md
new file mode 100644
index 00000000000000..43cf76f6cf3514
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_xlm_roberta_crypto_spam_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English twitter_xlm_roberta_crypto_spam XlmRoBertaForSequenceClassification from svalabs
+author: John Snow Labs
+name: twitter_xlm_roberta_crypto_spam
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_xlm_roberta_crypto_spam` is a English model originally trained by svalabs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_xlm_roberta_crypto_spam_en_5.4.2_3.0_1725188948186.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_xlm_roberta_crypto_spam_en_5.4.2_3.0_1725188948186.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_xlm_roberta_crypto_spam|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/svalabs/twitter-xlm-roberta-crypto-spam
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-twitter_xlm_roberta_crypto_spam_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-twitter_xlm_roberta_crypto_spam_pipeline_en.md
new file mode 100644
index 00000000000000..93093c23474ffb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-twitter_xlm_roberta_crypto_spam_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English twitter_xlm_roberta_crypto_spam_pipeline pipeline XlmRoBertaForSequenceClassification from svalabs
+author: John Snow Labs
+name: twitter_xlm_roberta_crypto_spam_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`twitter_xlm_roberta_crypto_spam_pipeline` is a English model originally trained by svalabs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/twitter_xlm_roberta_crypto_spam_pipeline_en_5.4.2_3.0_1725189001595.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/twitter_xlm_roberta_crypto_spam_pipeline_en_5.4.2_3.0_1725189001595.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("twitter_xlm_roberta_crypto_spam_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("twitter_xlm_roberta_crypto_spam_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|twitter_xlm_roberta_crypto_spam_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/svalabs/twitter-xlm-roberta-crypto-spam
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-ukrainian_punctcase_pipeline_uk.md b/docs/_posts/ahmedlone127/2024-09-01-ukrainian_punctcase_pipeline_uk.md
new file mode 100644
index 00000000000000..78e902c204de61
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-ukrainian_punctcase_pipeline_uk.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Ukrainian ukrainian_punctcase_pipeline pipeline XlmRoBertaForTokenClassification from ukr-models
+author: John Snow Labs
+name: ukrainian_punctcase_pipeline
+date: 2024-09-01
+tags: [uk, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: uk
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ukrainian_punctcase_pipeline` is a Ukrainian model originally trained by ukr-models.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ukrainian_punctcase_pipeline_uk_5.4.2_3.0_1725179269115.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ukrainian_punctcase_pipeline_uk_5.4.2_3.0_1725179269115.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ukrainian_punctcase_pipeline", lang = "uk")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ukrainian_punctcase_pipeline", lang = "uk")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ukrainian_punctcase_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|uk|
+|Size:|396.9 MB|
+
+## References
+
+https://huggingface.co/ukr-models/uk-punctcase
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-unified_skill_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-unified_skill_ner_pipeline_en.md
new file mode 100644
index 00000000000000..c14ef06cc88343
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-unified_skill_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English unified_skill_ner_pipeline pipeline BertForTokenClassification from ledigajobb
+author: John Snow Labs
+name: unified_skill_ner_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`unified_skill_ner_pipeline` is a English model originally trained by ledigajobb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/unified_skill_ner_pipeline_en_5.4.2_3.0_1725163649168.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/unified_skill_ner_pipeline_en_5.4.2_3.0_1725163649168.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("unified_skill_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("unified_skill_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|unified_skill_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|465.3 MB|
+
+## References
+
+https://huggingface.co/ledigajobb/unified_skill_ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-video_llava_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-video_llava_pipeline_en.md
new file mode 100644
index 00000000000000..ff86107616f3c9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-video_llava_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English video_llava_pipeline pipeline CLIPForZeroShotClassification from AnasMohamed
+author: John Snow Labs
+name: video_llava_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`video_llava_pipeline` is a English model originally trained by AnasMohamed.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/video_llava_pipeline_en_5.5.0_3.0_1725226963253.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/video_llava_pipeline_en_5.5.0_3.0_1725226963253.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("video_llava_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("video_llava_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|video_llava_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/AnasMohamed/video-llava
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-wangchanberta_thai_qa_th.md b/docs/_posts/ahmedlone127/2024-09-01-wangchanberta_thai_qa_th.md
new file mode 100644
index 00000000000000..a1b68046f5bf54
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-wangchanberta_thai_qa_th.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: Thai wangchanberta_thai_qa CamemBertForQuestionAnswering from Thanakrit
+author: John Snow Labs
+name: wangchanberta_thai_qa
+date: 2024-09-01
+tags: [th, open_source, onnx, question_answering, camembert]
+task: Question Answering
+language: th
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`wangchanberta_thai_qa` is a Thai model originally trained by Thanakrit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/wangchanberta_thai_qa_th_5.4.2_3.0_1725161960689.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/wangchanberta_thai_qa_th_5.4.2_3.0_1725161960689.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|wangchanberta_xet_hyp_params|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|392.1 MB|
+
+## References
+
+https://huggingface.co/powerpuf-bot/wangchanberta-xet_hyp-params
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_ance_warmup_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_ance_warmup_pipeline_en.md
new file mode 100644
index 00000000000000..ab40d35a24fdaa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_ance_warmup_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_ance_warmup_pipeline pipeline XlmRoBertaEmbeddings from k-ush
+author: John Snow Labs
+name: xlm_roberta_base_ance_warmup_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_ance_warmup_pipeline` is a English model originally trained by k-ush.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_ance_warmup_pipeline_en_5.4.2_3.0_1725177833837.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_ance_warmup_pipeline_en_5.4.2_3.0_1725177833837.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_ance_warmup_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_ance_warmup_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_ance_warmup_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|830.6 MB|
+
+## References
+
+https://huggingface.co/k-ush/xlm-roberta-base-ance-warmup
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline_en.md
new file mode 100644
index 00000000000000..67eb609f776885
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline pipeline XlmRoBertaForQuestionAnswering from jluckyboyj
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline` is a English model originally trained by jluckyboyj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline_en_5.4.2_3.0_1725173598592.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline_en_5.4.2_3.0_1725173598592.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_augument_visquad2_15_3_2023_4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.0 MB|
+
+## References
+
+https://huggingface.co/jluckyboyj/xlm-roberta-base-finetuned-augument-visquad2-15-3-2023-4
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_marc_english_krassy_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_marc_english_krassy_en.md
new file mode 100644
index 00000000000000..c51a93dc046c1c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_marc_english_krassy_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_marc_english_krassy XlmRoBertaForSequenceClassification from Krassy
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_marc_english_krassy
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_marc_english_krassy` is a English model originally trained by Krassy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_marc_english_krassy_en_5.4.2_3.0_1725189866396.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_marc_english_krassy_en_5.4.2_3.0_1725189866396.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_marc_english_krassy|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|833.5 MB|
+
+## References
+
+https://huggingface.co/Krassy/xlm-roberta-base-finetuned-marc-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_marc_english_pratibha_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_marc_english_pratibha_en.md
new file mode 100644
index 00000000000000..dacf3faee95fcc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_marc_english_pratibha_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_marc_english_pratibha XlmRoBertaForSequenceClassification from Pratibha
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_marc_english_pratibha
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_marc_english_pratibha` is a English model originally trained by Pratibha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_marc_english_pratibha_en_5.4.2_3.0_1725189385086.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_marc_english_pratibha_en_5.4.2_3.0_1725189385086.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_marc_english_pratibha|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|833.5 MB|
+
+## References
+
+https://huggingface.co/Pratibha/xlm-roberta-base-finetuned-marc-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_panx_german_french_iis2009002_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_panx_german_french_iis2009002_en.md
new file mode 100644
index 00000000000000..83bedc898d29d9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_panx_german_french_iis2009002_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_french_iis2009002 XlmRoBertaForTokenClassification from iis2009002
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_french_iis2009002
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_french_iis2009002` is a English model originally trained by iis2009002.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_iis2009002_en_5.4.2_3.0_1725179344243.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_iis2009002_en_5.4.2_3.0_1725179344243.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_french_iis2009002|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|858.2 MB|
+
+## References
+
+https://huggingface.co/iis2009002/xlm-roberta-base-finetuned-panx-de-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_panx_german_munsu_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_panx_german_munsu_en.md
new file mode 100644
index 00000000000000..51240f3fdae701
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_finetuned_panx_german_munsu_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_munsu XlmRoBertaForTokenClassification from MunSu
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_munsu
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_munsu` is a English model originally trained by MunSu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_munsu_en_5.4.2_3.0_1725179831280.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_munsu_en_5.4.2_3.0_1725179831280.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_fire_classification_silvanus|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|xx|
+|Size:|821.3 MB|
+
+## References
+
+https://huggingface.co/rollerhafeezh-amikom/xlm-roberta-base-fire-classification-silvanus
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_language_detection_brenomatos_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_language_detection_brenomatos_en.md
new file mode 100644
index 00000000000000..6cf1c8f302dd99
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_language_detection_brenomatos_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_language_detection_brenomatos XlmRoBertaForSequenceClassification from brenomatos
+author: John Snow Labs
+name: xlm_roberta_base_language_detection_brenomatos
+date: 2024-09-01
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_language_detection_brenomatos` is a English model originally trained by brenomatos.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_language_detection_brenomatos_en_5.4.2_3.0_1725170020776.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_language_detection_brenomatos_en_5.4.2_3.0_1725170020776.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_multilingual_toxicity_classifier_plus|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|xx|
+|Size:|836.2 MB|
+
+## References
+
+https://huggingface.co/EIStakovskii/xlm_roberta_base_multilingual_toxicity_classifier_plus
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_panx_dataset_english_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_panx_dataset_english_en.md
new file mode 100644
index 00000000000000..5e56298f8ba8ce
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_panx_dataset_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_panx_dataset_english XlmRoBertaForTokenClassification from tner
+author: John Snow Labs
+name: xlm_roberta_base_panx_dataset_english
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_panx_dataset_english` is a English model originally trained by tner.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_panx_dataset_english_en_5.4.2_3.0_1725179821376.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_panx_dataset_english_en_5.4.2_3.0_1725179821376.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_panx_dataset_english|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|797.4 MB|
+
+## References
+
+https://huggingface.co/tner/xlm-roberta-base-panx-dataset-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_qa_norquad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_qa_norquad_pipeline_en.md
new file mode 100644
index 00000000000000..7404d0cad7be7d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_qa_norquad_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_base_qa_norquad_pipeline pipeline XlmRoBertaForQuestionAnswering from eanderson
+author: John Snow Labs
+name: xlm_roberta_base_qa_norquad_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_qa_norquad_pipeline` is a English model originally trained by eanderson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_qa_norquad_pipeline_en_5.4.2_3.0_1725174431671.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_qa_norquad_pipeline_en_5.4.2_3.0_1725174431671.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_qa_norquad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_qa_norquad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_qa_norquad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|854.5 MB|
+
+## References
+
+https://huggingface.co/eanderson/xlm-roberta-base-qa_norquad
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_qa_squad2_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_qa_squad2_en.md
new file mode 100644
index 00000000000000..b56f81f23296c4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_qa_squad2_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering model (from deepset)
+author: John Snow Labs
+name: xlm_roberta_base_qa_squad2
+date: 2024-09-01
+tags: [open_source, xlmroberta, question_answering, en, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-squad2` is a English model originally trained by `deepset`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_qa_squad2_en_5.5.0_3.0_1725235082867.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_qa_squad2_en_5.5.0_3.0_1725235082867.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+documentAssembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_base_qa_squad2","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer")\
+.setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[documentAssembler, spanClassifier])
+
+data = spark.createDataFrame([["What is my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val documentAssembler = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifer = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_base_qa_squad2","en")
+.setInputCols(Array("document", "token"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(documentAssembler, spanClassifier))
+
+val data = Seq("What is my name?", "My name is Clara and I live in Berkeley.").toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squadv2.xlm_roberta.base").predict("""What is my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_qa_squad2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|874.5 MB|
+
+## References
+
+References
+
+https://huggingface.co/deepset/xlm-roberta-base-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_qa_squad2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_qa_squad2_pipeline_en.md
new file mode 100644
index 00000000000000..c48199a62161c9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_qa_squad2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_base_qa_squad2_pipeline pipeline XlmRoBertaForQuestionAnswering from deepset
+author: John Snow Labs
+name: xlm_roberta_base_qa_squad2_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_qa_squad2_pipeline` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_qa_squad2_pipeline_en_5.5.0_3.0_1725235156058.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_qa_squad2_pipeline_en_5.5.0_3.0_1725235156058.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_qa_squad2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_qa_squad2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_qa_squad2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|874.5 MB|
+
+## References
+
+https://huggingface.co/deepset/xlm-roberta-base-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_sanskrit_saskta_spanish_es.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_sanskrit_saskta_spanish_es.md
new file mode 100644
index 00000000000000..06ebd714d00fc4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_base_sanskrit_saskta_spanish_es.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Castilian, Spanish xlm_roberta_base_sanskrit_saskta_spanish XlmRoBertaForSequenceClassification from MMG
+author: John Snow Labs
+name: xlm_roberta_base_sanskrit_saskta_spanish
+date: 2024-09-01
+tags: [es, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: es
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_sanskrit_saskta_spanish` is a Castilian, Spanish model originally trained by MMG.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_sanskrit_saskta_spanish_es_5.4.2_3.0_1725170325969.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_sanskrit_saskta_spanish_es_5.4.2_3.0_1725170325969.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_toxicity|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|es|
+|Size:|799.2 MB|
+
+## References
+
+https://huggingface.co/jjmcarrascosa/xlm-roberta-base-toxicity
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_en.md
new file mode 100644
index 00000000000000..f75126a3569274
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from teacookies)
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898
+date: 2024-09-01
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-more_fine_tune_24465520-26265898` is a English model originally trained by `teacookies`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_en_5.5.0_3.0_1725234908585.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_en_5.5.0_3.0_1725234908585.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.xlm_roberta.fine_tune_24465520_26265898").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265898
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline_en.md
new file mode 100644
index 00000000000000..0035eed92bf9f6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline pipeline XlmRoBertaForQuestionAnswering from teacookies
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline` is a English model originally trained by teacookies.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline_en_5.5.0_3.0_1725234981038.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline_en_5.5.0_3.0_1725234981038.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265898_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265898
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_en.md
new file mode 100644
index 00000000000000..8714b831efc4a9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from teacookies)
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901
+date: 2024-09-01
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-more_fine_tune_24465520-26265901` is a English model originally trained by `teacookies`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_en_5.5.0_3.0_1725234960462.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_en_5.5.0_3.0_1725234960462.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.xlm_roberta.fine_tune_24465520_26265901").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265901
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline_en.md
new file mode 100644
index 00000000000000..ac8877bb1f4cf9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline pipeline XlmRoBertaForQuestionAnswering from teacookies
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline` is a English model originally trained by teacookies.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline_en_5.5.0_3.0_1725235032173.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline_en_5.5.0_3.0_1725235032173.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265901_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265901
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265907_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265907_en.md
new file mode 100644
index 00000000000000..57922c53a13314
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265907_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from teacookies)
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265907
+date: 2024-09-01
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-more_fine_tune_24465520-26265907` is a English model originally trained by `teacookies`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265907_en_5.4.2_3.0_1725156795450.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265907_en_5.4.2_3.0_1725156795450.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265907","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265907","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.xlm_roberta.fine_tune_24465520_26265907").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265907|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265907
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_en.md
new file mode 100644
index 00000000000000..3f5b05cade8f79
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from teacookies)
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_roberta_base_squad2_24465523
+date: 2024-09-01
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-roberta-base-squad2-24465523` is a English model originally trained by `teacookies`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_en_5.5.0_3.0_1725234495659.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_en_5.5.0_3.0_1725234495659.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_autonlp_roberta_base_squad2_24465523","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_autonlp_roberta_base_squad2_24465523","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squadv2.xlm_roberta.base_24465523.by_teacookies").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_roberta_base_squad2_24465523|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|887.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/teacookies/autonlp-roberta-base-squad2-24465523
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline_en.md
new file mode 100644
index 00000000000000..953873a33e0da7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline pipeline XlmRoBertaForQuestionAnswering from teacookies
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline` is a English model originally trained by teacookies.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline_en_5.5.0_3.0_1725234568603.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline_en_5.5.0_3.0_1725234568603.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_roberta_base_squad2_24465523_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|887.2 MB|
+
+## References
+
+https://huggingface.co/teacookies/autonlp-roberta-base-squad2-24465523
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_klue_mrc_roberta_base_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_klue_mrc_roberta_base_en.md
new file mode 100644
index 00000000000000..83b77a2897ed00
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_klue_mrc_roberta_base_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from seongju)
+author: John Snow Labs
+name: xlm_roberta_qa_klue_mrc_roberta_base
+date: 2024-09-01
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `klue-mrc-roberta-base` is a English model originally trained by `seongju`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_klue_mrc_roberta_base_en_5.4.2_3.0_1725156262490.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_klue_mrc_roberta_base_en_5.4.2_3.0_1725156262490.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_klue_mrc_roberta_base","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_klue_mrc_roberta_base","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.klue.xlm_roberta.base").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_klue_mrc_roberta_base|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|854.6 MB|
+
+## References
+
+References
+
+- https://huggingface.co/seongju/klue-mrc-roberta-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlm_3lang_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlm_3lang_en.md
new file mode 100644
index 00000000000000..b0a540b54d927f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlm_3lang_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from krinal214)
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_3lang
+date: 2024-09-01
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-3lang` is a English model originally trained by `krinal214`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_3lang_en_5.4.2_3.0_1725157968347.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_3lang_en_5.4.2_3.0_1725157968347.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_xlm_3lang","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_xlm_3lang","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.tydiqa.xlm_roberta.3lang").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_3lang|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|863.5 MB|
+
+## References
+
+References
+
+- https://huggingface.co/krinal214/xlm-3lang
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline_xx.md
new file mode 100644
index 00000000000000..d3ee9b09848b64
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline_xx.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Multilingual xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline pipeline XlmRoBertaForQuestionAnswering from gokulkarthik
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline
+date: 2024-09-01
+tags: [xx, open_source, pipeline, onnx]
+task: Question Answering
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline` is a Multilingual model originally trained by gokulkarthik.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline_xx_5.5.0_3.0_1725234546260.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline_xx_5.5.0_3.0_1725234546260.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_roberta_qa_chaii_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|885.2 MB|
+
+## References
+
+https://huggingface.co/gokulkarthik/xlm-roberta-qa-chaii
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlm_roberta_qa_chaii_xx.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlm_roberta_qa_chaii_xx.md
new file mode 100644
index 00000000000000..00ae9ce6885815
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlm_roberta_qa_chaii_xx.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: Multilingual XlmRoBertaForQuestionAnswering (from gokulkarthik)
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_roberta_qa_chaii
+date: 2024-09-01
+tags: [en, hi, ta, open_source, question_answering, xlmroberta, xx, onnx]
+task: Question Answering
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-qa-chaii` is a multilingual model originally trained by `gokulkarthik`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_qa_chaii_xx_5.5.0_3.0_1725234467003.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_qa_chaii_xx_5.5.0_3.0_1725234467003.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_xlm_roberta_qa_chaii","xx") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_xlm_roberta_qa_chaii","xx")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("xx.answer_question.chaii.xlm_roberta").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_roberta_qa_chaii|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|xx|
+|Size:|885.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/gokulkarthik/xlm-roberta-qa-chaii
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_de.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_de.md
new file mode 100644
index 00000000000000..4546ce0102c715
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_de.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: German xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan XlmRoBertaForQuestionAnswering from saattrupdan
+author: John Snow Labs
+name: xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan
+date: 2024-09-01
+tags: [de, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan` is a German model originally trained by saattrupdan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_de_5.5.0_3.0_1725234824476.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_de_5.5.0_3.0_1725234824476.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|de|
+|Size:|874.2 MB|
+
+## References
+
+https://huggingface.co/saattrupdan/xlmr-base-texas-squad-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline_de.md
new file mode 100644
index 00000000000000..938089b58b1011
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline_de.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: German xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline pipeline XlmRoBertaForQuestionAnswering from saattrupdan
+author: John Snow Labs
+name: xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline
+date: 2024-09-01
+tags: [de, open_source, pipeline, onnx]
+task: Question Answering
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline` is a German model originally trained by saattrupdan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline_de_5.5.0_3.0_1725234890830.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline_de_5.5.0_3.0_1725234890830.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlmr_base_texas_squad_german_german_saattrupdan_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|874.2 MB|
+
+## References
+
+https://huggingface.co/saattrupdan/xlmr-base-texas-squad-de
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmr_quoref_webis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlmr_quoref_webis_pipeline_en.md
new file mode 100644
index 00000000000000..90bf357c013138
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmr_quoref_webis_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlmr_quoref_webis_pipeline pipeline XlmRoBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: xlmr_quoref_webis_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmr_quoref_webis_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmr_quoref_webis_pipeline_en_5.4.2_3.0_1725174582066.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmr_quoref_webis_pipeline_en_5.4.2_3.0_1725174582066.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmr_quoref_webis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmr_quoref_webis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmr_quoref_webis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|834.2 MB|
+
+## References
+
+https://huggingface.co/intanm/xlmr-quoref-webis
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_classifier_base_snli_mnli_anli_xnli_xx.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_classifier_base_snli_mnli_anli_xnli_xx.md
new file mode 100644
index 00000000000000..37fd3fe227d718
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_classifier_base_snli_mnli_anli_xnli_xx.md
@@ -0,0 +1,108 @@
+---
+layout: model
+title: Multilingual XlmRobertaForSequenceClassification Base Cased model (from symanto)
+author: John Snow Labs
+name: xlmroberta_classifier_base_snli_mnli_anli_xnli
+date: 2024-09-01
+tags: [en, de, fr, es, ru, ar, tr, zh, el, th, bg, ur, open_source, xlm_roberta, sequence_classification, classification, xx, onnx]
+task: Text Classification
+language: xx
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRobertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-snli-mnli-anli-xnli` is a Multilingual model originally trained by `symanto`.
+
+## Predicted Entities
+
+`ENTAILMENT`, `NEUTRAL`, `CONTRADICTION`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_classifier_base_snli_mnli_anli_xnli_xx_5.4.2_3.0_1725169264769.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_classifier_base_snli_mnli_anli_xnli_xx_5.4.2_3.0_1725169264769.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_finetuned_tydiqa|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|848.9 MB|
+
+## References
+
+https://huggingface.co/Auracle7/XLMRoberta-finetuned-TyDIQA
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_finetuned_tydiqa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_finetuned_tydiqa_pipeline_en.md
new file mode 100644
index 00000000000000..73392c54580cd6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_finetuned_tydiqa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlmroberta_finetuned_tydiqa_pipeline pipeline XlmRoBertaForQuestionAnswering from Auracle7
+author: John Snow Labs
+name: xlmroberta_finetuned_tydiqa_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_finetuned_tydiqa_pipeline` is a English model originally trained by Auracle7.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_finetuned_tydiqa_pipeline_en_5.4.2_3.0_1725173229851.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_finetuned_tydiqa_pipeline_en_5.4.2_3.0_1725173229851.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_finetuned_tydiqa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_finetuned_tydiqa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_finetuned_tydiqa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|848.9 MB|
+
+## References
+
+https://huggingface.co/Auracle7/XLMRoberta-finetuned-TyDIQA
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_base_finetuned_luganda_finetuned_luganda_lg.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_base_finetuned_luganda_finetuned_luganda_lg.md
new file mode 100644
index 00000000000000..cc09eedc7bf6dc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_base_finetuned_luganda_finetuned_luganda_lg.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: Ganda XLMRobertaForTokenClassification Base Cased model (from mbeukman)
+author: John Snow Labs
+name: xlmroberta_ner_base_finetuned_luganda_finetuned_luganda
+date: 2024-09-01
+tags: [lg, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: lg
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-luganda-finetuned-ner-luganda` is a Ganda model originally trained by `mbeukman`.
+
+## Predicted Entities
+
+`ORG`, `LOC`, `PER`, `DATE`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_luganda_finetuned_luganda_lg_5.4.2_3.0_1725179693292.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_luganda_finetuned_luganda_lg_5.4.2_3.0_1725179693292.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_be4rr_base_finetuned_panx|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+References
+
+- https://huggingface.co/be4rr/xlm-roberta-base-finetuned-panx-de
+- https://paperswithcode.com/sota?task=Token+Classification&dataset=xtreme
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_be4rr_base_finetuned_panx_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_be4rr_base_finetuned_panx_pipeline_de.md
new file mode 100644
index 00000000000000..b4cd6cb95ae5ed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_be4rr_base_finetuned_panx_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German xlmroberta_ner_be4rr_base_finetuned_panx_pipeline pipeline XlmRoBertaForTokenClassification from be4rr
+author: John Snow Labs
+name: xlmroberta_ner_be4rr_base_finetuned_panx_pipeline
+date: 2024-09-01
+tags: [de, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_be4rr_base_finetuned_panx_pipeline` is a German model originally trained by be4rr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_be4rr_base_finetuned_panx_pipeline_de_5.4.2_3.0_1725179871899.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_be4rr_base_finetuned_panx_pipeline_de_5.4.2_3.0_1725179871899.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_be4rr_base_finetuned_panx_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_be4rr_base_finetuned_panx_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_be4rr_base_finetuned_panx_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/be4rr/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline_de.md
new file mode 100644
index 00000000000000..0a249898a2e37a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline pipeline XlmRoBertaForTokenClassification from ericklerouge123
+author: John Snow Labs
+name: xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline
+date: 2024-09-01
+tags: [de, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline` is a German model originally trained by ericklerouge123.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline_de_5.4.2_3.0_1725180158632.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline_de_5.4.2_3.0_1725180158632.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_ericklerouge123_base_finetuned_panx_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/ericklerouge123/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_haesun_base_finetuned_panx_all_xx.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_haesun_base_finetuned_panx_all_xx.md
new file mode 100644
index 00000000000000..b0169a98e38dac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_haesun_base_finetuned_panx_all_xx.md
@@ -0,0 +1,112 @@
+---
+layout: model
+title: Multilingual XLMRobertaForTokenClassification Base Cased model (from haesun)
+author: John Snow Labs
+name: xlmroberta_ner_haesun_base_finetuned_panx_all
+date: 2024-09-01
+tags: [xx, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: xx
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-panx-all` is a Multilingual model originally trained by `haesun`.
+
+## Predicted Entities
+
+`ORG`, `LOC`, `PER`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_haesun_base_finetuned_panx_all_xx_5.4.2_3.0_1725181117254.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_haesun_base_finetuned_panx_all_xx_5.4.2_3.0_1725181117254.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_iis2009002_base_finetuned_panx_all|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|xx|
+|Size:|861.0 MB|
+
+## References
+
+References
+
+- https://huggingface.co/iis2009002/xlm-roberta-base-finetuned-panx-all
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline_en.md
new file mode 100644
index 00000000000000..8ff13aa213b56b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline pipeline XlmRoBertaForTokenClassification from jgriffi
+author: John Snow Labs
+name: xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline` is a English model originally trained by jgriffi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline_en_5.4.2_3.0_1725179279948.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline_en_5.4.2_3.0_1725179279948.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_jgriffi_base_finetuned_panx_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|828.4 MB|
+
+## References
+
+https://huggingface.co/jgriffi/xlm-roberta-base-finetuned-panx-en
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_mubikan_base_finetuned_panx_de.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_mubikan_base_finetuned_panx_de.md
new file mode 100644
index 00000000000000..4a49411acbebad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_mubikan_base_finetuned_panx_de.md
@@ -0,0 +1,113 @@
+---
+layout: model
+title: German XLMRobertaForTokenClassification Base Cased model (from mubikan)
+author: John Snow Labs
+name: xlmroberta_ner_mubikan_base_finetuned_panx
+date: 2024-09-01
+tags: [de, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-panx-de` is a German model originally trained by `mubikan`.
+
+## Predicted Entities
+
+`PER`, `LOC`, `ORG`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_mubikan_base_finetuned_panx_de_5.4.2_3.0_1725180565314.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_mubikan_base_finetuned_panx_de_5.4.2_3.0_1725180565314.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_mubikan_base_finetuned_panx|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+References
+
+- https://huggingface.co/mubikan/xlm-roberta-base-finetuned-panx-de
+- https://paperswithcode.com/sota?task=Token+Classification&dataset=xtreme
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_mubikan_base_finetuned_panx_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_mubikan_base_finetuned_panx_pipeline_de.md
new file mode 100644
index 00000000000000..595d8236f6342b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_mubikan_base_finetuned_panx_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German xlmroberta_ner_mubikan_base_finetuned_panx_pipeline pipeline XlmRoBertaForTokenClassification from mubikan
+author: John Snow Labs
+name: xlmroberta_ner_mubikan_base_finetuned_panx_pipeline
+date: 2024-09-01
+tags: [de, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_mubikan_base_finetuned_panx_pipeline` is a German model originally trained by mubikan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_mubikan_base_finetuned_panx_pipeline_de_5.4.2_3.0_1725180636799.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_mubikan_base_finetuned_panx_pipeline_de_5.4.2_3.0_1725180636799.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_mubikan_base_finetuned_panx_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_mubikan_base_finetuned_panx_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_mubikan_base_finetuned_panx_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/mubikan/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_shopee_pipeline_id.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_shopee_pipeline_id.md
new file mode 100644
index 00000000000000..59a0ecbc31b581
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_shopee_pipeline_id.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Indonesian xlmroberta_ner_shopee_pipeline pipeline XlmRoBertaForTokenClassification from vkhangpham
+author: John Snow Labs
+name: xlmroberta_ner_shopee_pipeline
+date: 2024-09-01
+tags: [id, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: id
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_shopee_pipeline` is a Indonesian model originally trained by vkhangpham.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_shopee_pipeline_id_5.4.2_3.0_1725180524459.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_shopee_pipeline_id_5.4.2_3.0_1725180524459.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_shopee_pipeline", lang = "id")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_shopee_pipeline", lang = "id")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_shopee_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|id|
+|Size:|864.7 MB|
+
+## References
+
+https://huggingface.co/vkhangpham/shopee-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_xlm_roberta_base_finetuned_swahili_finetuned_ner_igbo_ig.md b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_xlm_roberta_base_finetuned_swahili_finetuned_ner_igbo_ig.md
new file mode 100644
index 00000000000000..fa7a7c91f95e00
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmroberta_ner_xlm_roberta_base_finetuned_swahili_finetuned_ner_igbo_ig.md
@@ -0,0 +1,110 @@
+---
+layout: model
+title: Igbo Named Entity Recognition (from mbeukman)
+author: John Snow Labs
+name: xlmroberta_ner_xlm_roberta_base_finetuned_swahili_finetuned_ner_igbo
+date: 2024-09-01
+tags: [xlm_roberta, ner, token_classification, ig, open_source, onnx]
+task: Named Entity Recognition
+language: ig
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Named Entity Recognition model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-swahili-finetuned-ner-igbo` is a Igbo model orginally trained by `mbeukman`.
+
+## Predicted Entities
+
+`PER`, `ORG`, `LOC`, `DATE`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_xlm_roberta_base_finetuned_swahili_finetuned_ner_igbo_ig_5.4.2_3.0_1725180705208.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_xlm_roberta_base_finetuned_swahili_finetuned_ner_igbo_ig_5.4.2_3.0_1725180705208.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmrobertabaseforxnli_english|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|867.2 MB|
+
+## References
+
+https://huggingface.co/ziqingyang/XLMRobertaBaseForXNLI-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-xlmrobertabaseforxnli_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-xlmrobertabaseforxnli_english_pipeline_en.md
new file mode 100644
index 00000000000000..0eb6741da1bc53
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-xlmrobertabaseforxnli_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlmrobertabaseforxnli_english_pipeline pipeline XlmRoBertaEmbeddings from ziqingyang
+author: John Snow Labs
+name: xlmrobertabaseforxnli_english_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmrobertabaseforxnli_english_pipeline` is a English model originally trained by ziqingyang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmrobertabaseforxnli_english_pipeline_en_5.4.2_3.0_1725176850436.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmrobertabaseforxnli_english_pipeline_en_5.4.2_3.0_1725176850436.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmrobertabaseforxnli_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmrobertabaseforxnli_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmrobertabaseforxnli_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|867.2 MB|
+
+## References
+
+https://huggingface.co/ziqingyang/XLMRobertaBaseForXNLI-en
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-your_model_name_en.md b/docs/_posts/ahmedlone127/2024-09-01-your_model_name_en.md
new file mode 100644
index 00000000000000..952b1616bced38
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-your_model_name_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English your_model_name DistilBertForTokenClassification from ArshiaKarimian
+author: John Snow Labs
+name: your_model_name
+date: 2024-09-01
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.4.2
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`your_model_name` is a English model originally trained by ArshiaKarimian.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/your_model_name_en_5.4.2_3.0_1725170997744.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/your_model_name_en_5.4.2_3.0_1725170997744.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|your_model_name|
+|Compatibility:|Spark NLP 5.4.2+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/ArshiaKarimian/your-model-name
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-youtube_clip_lora_simcse_en.md b/docs/_posts/ahmedlone127/2024-09-01-youtube_clip_lora_simcse_en.md
new file mode 100644
index 00000000000000..adcf16100a7126
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-youtube_clip_lora_simcse_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English youtube_clip_lora_simcse CLIPForZeroShotClassification from Soran
+author: John Snow Labs
+name: youtube_clip_lora_simcse
+date: 2024-09-01
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`youtube_clip_lora_simcse` is a English model originally trained by Soran.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/youtube_clip_lora_simcse_en_5.5.0_3.0_1725226222964.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/youtube_clip_lora_simcse_en_5.5.0_3.0_1725226222964.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("youtube_clip_lora_simcse","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("youtube_clip_lora_simcse","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|youtube_clip_lora_simcse|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.7 MB|
+
+## References
+
+https://huggingface.co/Soran/youtube_CLIP_LoRA_SimCSE
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-01-youtube_clip_lora_simcse_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-01-youtube_clip_lora_simcse_pipeline_en.md
new file mode 100644
index 00000000000000..c51d82d7646e7c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-01-youtube_clip_lora_simcse_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English youtube_clip_lora_simcse_pipeline pipeline CLIPForZeroShotClassification from Soran
+author: John Snow Labs
+name: youtube_clip_lora_simcse_pipeline
+date: 2024-09-01
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`youtube_clip_lora_simcse_pipeline` is a English model originally trained by Soran.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/youtube_clip_lora_simcse_pipeline_en_5.5.0_3.0_1725226321497.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/youtube_clip_lora_simcse_pipeline_en_5.5.0_3.0_1725226321497.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("youtube_clip_lora_simcse_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("youtube_clip_lora_simcse_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|youtube_clip_lora_simcse_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.7 MB|
+
+## References
+
+https://huggingface.co/Soran/youtube_CLIP_LoRA_SimCSE
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-14t5_en.md b/docs/_posts/ahmedlone127/2024-09-02-14t5_en.md
new file mode 100644
index 00000000000000..c47f08246976fe
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-14t5_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English 14t5 CLIPForZeroShotClassification from ismot
+author: John Snow Labs
+name: 14t5
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`14t5` is a English model originally trained by ismot.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/14t5_en_5.5.0_3.0_1725257625939.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/14t5_en_5.5.0_3.0_1725257625939.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("14t5","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("14t5","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|14t5|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/ismot/14t5
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-14t5_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-14t5_pipeline_en.md
new file mode 100644
index 00000000000000..e39af98200a166
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-14t5_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English 14t5_pipeline pipeline CLIPForZeroShotClassification from ismot
+author: John Snow Labs
+name: 14t5_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`14t5_pipeline` is a English model originally trained by ismot.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/14t5_pipeline_en_5.5.0_3.0_1725257895214.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/14t5_pipeline_en_5.5.0_3.0_1725257895214.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("14t5_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("14t5_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|14t5_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/ismot/14t5
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_en.md b/docs/_posts/ahmedlone127/2024-09-02-20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_en.md
new file mode 100644
index 00000000000000..a82bf0440f9f6c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English 20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling XlmRoBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: 20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_en_5.5.0_3.0_1725235584571.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_en_5.5.0_3.0_1725235584571.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|861.2 MB|
+
+## References
+
+https://huggingface.co/intanm/20230429-002-baseline-xlmr-no-qa-ft-clickbait-spoiling
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline_en.md
new file mode 100644
index 00000000000000..23720e83febc3a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English 20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline pipeline XlmRoBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: 20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline_en_5.5.0_3.0_1725235658511.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline_en_5.5.0_3.0_1725235658511.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|20230429_002_baseline_xlmr_norwegian_qa_ft_clickbait_spoiling_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|861.2 MB|
+
+## References
+
+https://huggingface.co/intanm/20230429-002-baseline-xlmr-no-qa-ft-clickbait-spoiling
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-230322_lxcd_nmt_english_korean_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-230322_lxcd_nmt_english_korean_v2_en.md
new file mode 100644
index 00000000000000..e00b0bb6c6f56b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-230322_lxcd_nmt_english_korean_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English 230322_lxcd_nmt_english_korean_v2 MarianTransformer from Kyungill
+author: John Snow Labs
+name: 230322_lxcd_nmt_english_korean_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`230322_lxcd_nmt_english_korean_v2` is a English model originally trained by Kyungill.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/230322_lxcd_nmt_english_korean_v2_en_5.5.0_3.0_1725305299993.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/230322_lxcd_nmt_english_korean_v2_en_5.5.0_3.0_1725305299993.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|230322_lxcd_nmt_english_korean_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|540.4 MB|
+
+## References
+
+https://huggingface.co/Kyungill/230322-LXCD_NMT_en-ko_v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-230322_lxcd_nmt_english_korean_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-230322_lxcd_nmt_english_korean_v2_pipeline_en.md
new file mode 100644
index 00000000000000..b3df437ec481c1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-230322_lxcd_nmt_english_korean_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English 230322_lxcd_nmt_english_korean_v2_pipeline pipeline MarianTransformer from Kyungill
+author: John Snow Labs
+name: 230322_lxcd_nmt_english_korean_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`230322_lxcd_nmt_english_korean_v2_pipeline` is a English model originally trained by Kyungill.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/230322_lxcd_nmt_english_korean_v2_pipeline_en_5.5.0_3.0_1725305328366.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/230322_lxcd_nmt_english_korean_v2_pipeline_en_5.5.0_3.0_1725305328366.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("230322_lxcd_nmt_english_korean_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("230322_lxcd_nmt_english_korean_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|230322_lxcd_nmt_english_korean_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|540.9 MB|
+
+## References
+
+https://huggingface.co/Kyungill/230322-LXCD_NMT_en-ko_v2
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-4_datasets_fake_news_with_balanced_en.md b/docs/_posts/ahmedlone127/2024-09-02-4_datasets_fake_news_with_balanced_en.md
new file mode 100644
index 00000000000000..5d21024a7f0661
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-4_datasets_fake_news_with_balanced_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English 4_datasets_fake_news_with_balanced DistilBertForSequenceClassification from littlepinhorse
+author: John Snow Labs
+name: 4_datasets_fake_news_with_balanced
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`4_datasets_fake_news_with_balanced` is a English model originally trained by littlepinhorse.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/4_datasets_fake_news_with_balanced_en_5.5.0_3.0_1725305860564.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/4_datasets_fake_news_with_balanced_en_5.5.0_3.0_1725305860564.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|635_a2_albert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/GoatMilk98/635-a2-albert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-635_a2_albert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-635_a2_albert_pipeline_en.md
new file mode 100644
index 00000000000000..3f22e83e1eca28
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-635_a2_albert_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English 635_a2_albert_pipeline pipeline AlbertForQuestionAnswering from GoatMilk98
+author: John Snow Labs
+name: 635_a2_albert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`635_a2_albert_pipeline` is a English model originally trained by GoatMilk98.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/635_a2_albert_pipeline_en_5.5.0_3.0_1725309939684.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/635_a2_albert_pipeline_en_5.5.0_3.0_1725309939684.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("635_a2_albert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("635_a2_albert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|635_a2_albert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/GoatMilk98/635-a2-albert
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-addrthner_en.md b/docs/_posts/ahmedlone127/2024-09-02-addrthner_en.md
new file mode 100644
index 00000000000000..c18616d17b350d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-addrthner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English addrthner CamemBertForTokenClassification from F311
+author: John Snow Labs
+name: addrthner
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, camembert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`addrthner` is a English model originally trained by F311.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/addrthner_en_5.5.0_3.0_1725266395679.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/addrthner_en_5.5.0_3.0_1725266395679.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|addrthner|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|392.2 MB|
+
+## References
+
+https://huggingface.co/F311/addrthner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-addrthner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-addrthner_pipeline_en.md
new file mode 100644
index 00000000000000..5c4252a7c47347
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-addrthner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English addrthner_pipeline pipeline CamemBertForTokenClassification from F311
+author: John Snow Labs
+name: addrthner_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`addrthner_pipeline` is a English model originally trained by F311.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/addrthner_pipeline_en_5.5.0_3.0_1725266416394.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/addrthner_pipeline_en_5.5.0_3.0_1725266416394.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("addrthner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("addrthner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|addrthner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|392.2 MB|
+
+## References
+
+https://huggingface.co/F311/addrthner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-adlhw1qa_roberta_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-adlhw1qa_roberta_large_pipeline_en.md
new file mode 100644
index 00000000000000..7e99d37e1944cf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-adlhw1qa_roberta_large_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English adlhw1qa_roberta_large_pipeline pipeline BertForQuestionAnswering from wanling1212
+author: John Snow Labs
+name: adlhw1qa_roberta_large_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`adlhw1qa_roberta_large_pipeline` is a English model originally trained by wanling1212.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/adlhw1qa_roberta_large_pipeline_en_5.5.0_3.0_1725312505478.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/adlhw1qa_roberta_large_pipeline_en_5.5.0_3.0_1725312505478.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("adlhw1qa_roberta_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("adlhw1qa_roberta_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|adlhw1qa_roberta_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/wanling1212/ADLHW1QA_roberta_large
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-adversarial_paraphrasing_detector_en.md b/docs/_posts/ahmedlone127/2024-09-02-adversarial_paraphrasing_detector_en.md
new file mode 100644
index 00000000000000..afb72ce25b3d7d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-adversarial_paraphrasing_detector_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English adversarial_paraphrasing_detector RoBertaForSequenceClassification from AMHR
+author: John Snow Labs
+name: adversarial_paraphrasing_detector
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`adversarial_paraphrasing_detector` is a English model originally trained by AMHR.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/adversarial_paraphrasing_detector_en_5.5.0_3.0_1725238296202.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/adversarial_paraphrasing_detector_en_5.5.0_3.0_1725238296202.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|adversarial_paraphrasing_detector|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/AMHR/adversarial-paraphrasing-detector
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-adversarial_paraphrasing_detector_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-adversarial_paraphrasing_detector_pipeline_en.md
new file mode 100644
index 00000000000000..1a752ed66aa5f1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-adversarial_paraphrasing_detector_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English adversarial_paraphrasing_detector_pipeline pipeline RoBertaForSequenceClassification from AMHR
+author: John Snow Labs
+name: adversarial_paraphrasing_detector_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`adversarial_paraphrasing_detector_pipeline` is a English model originally trained by AMHR.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/adversarial_paraphrasing_detector_pipeline_en_5.5.0_3.0_1725238373128.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/adversarial_paraphrasing_detector_pipeline_en_5.5.0_3.0_1725238373128.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("adversarial_paraphrasing_detector_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("adversarial_paraphrasing_detector_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|adversarial_paraphrasing_detector_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/AMHR/adversarial-paraphrasing-detector
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-afro_xlmr_mini_finetuned_kintweetsb_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-afro_xlmr_mini_finetuned_kintweetsb_pipeline_en.md
new file mode 100644
index 00000000000000..f17543a096eda6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-afro_xlmr_mini_finetuned_kintweetsb_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English afro_xlmr_mini_finetuned_kintweetsb_pipeline pipeline XlmRoBertaEmbeddings from RogerB
+author: John Snow Labs
+name: afro_xlmr_mini_finetuned_kintweetsb_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`afro_xlmr_mini_finetuned_kintweetsb_pipeline` is a English model originally trained by RogerB.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/afro_xlmr_mini_finetuned_kintweetsb_pipeline_en_5.5.0_3.0_1725271697550.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/afro_xlmr_mini_finetuned_kintweetsb_pipeline_en_5.5.0_3.0_1725271697550.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("afro_xlmr_mini_finetuned_kintweetsb_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("afro_xlmr_mini_finetuned_kintweetsb_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|afro_xlmr_mini_finetuned_kintweetsb_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|443.1 MB|
+
+## References
+
+https://huggingface.co/RogerB/afro-xlmr-mini-finetuned-kintweetsB
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_arabic_ar.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_arabic_ar.md
new file mode 100644
index 00000000000000..fca821a50ec7f2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_arabic_ar.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Arabic albert_base_arabic AlbertEmbeddings from asafaya
+author: John Snow Labs
+name: albert_base_arabic
+date: 2024-09-02
+tags: [ar, open_source, onnx, embeddings, albert]
+task: Embeddings
+language: ar
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_arabic` is a Arabic model originally trained by asafaya.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_arabic_ar_5.5.0_3.0_1725306773103.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_arabic_ar_5.5.0_3.0_1725306773103.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_1_pipeline_en.md
new file mode 100644
index 00000000000000..c15c003914b128
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_1_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_1_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_1_pipeline_en_5.5.0_3.0_1725236738681.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_1_pipeline_en_5.5.0_3.0_1725236738681.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_2_lr_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_2_lr_1_pipeline_en.md
new file mode 100644
index 00000000000000..10742f8633162c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_2_lr_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_2_lr_1_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_2_lr_1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_2_lr_1_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_lr_1_pipeline_en_5.5.0_3.0_1725309660009.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_lr_1_pipeline_en_5.5.0_3.0_1725309660009.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_2_lr_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_2_lr_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_2_lr_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-2-lr-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_2_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_2_en.md
new file mode 100644
index 00000000000000..451399b92173ee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English albert_base_qa_coqa_2_k_fold_2 AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_coqa_2_k_fold_2
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_coqa_2_k_fold_2` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_2_en_5.5.0_3.0_1725310000011.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_2_en_5.5.0_3.0_1725310000011.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_coqa_2_k_fold_3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-coQA-2-k-fold-3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_3_pipeline_en.md
new file mode 100644
index 00000000000000..9a0c13d4faace4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_3_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_coqa_2_k_fold_3_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_coqa_2_k_fold_3_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_coqa_2_k_fold_3_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_3_pipeline_en_5.5.0_3.0_1725310211913.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_3_pipeline_en_5.5.0_3.0_1725310211913.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_coqa_2_k_fold_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_coqa_2_k_fold_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_coqa_2_k_fold_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-coQA-2-k-fold-3
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_4_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_4_en.md
new file mode 100644
index 00000000000000..9101288ed96156
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_4_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English albert_base_qa_coqa_2_k_fold_4 AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_coqa_2_k_fold_4
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_coqa_2_k_fold_4` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_4_en_5.5.0_3.0_1725237139672.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_4_en_5.5.0_3.0_1725237139672.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_coqa_2_k_fold_4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-coQA-2-k-fold-4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_4_pipeline_en.md
new file mode 100644
index 00000000000000..3af6c1fcd30f72
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_k_fold_4_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_coqa_2_k_fold_4_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_coqa_2_k_fold_4_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_coqa_2_k_fold_4_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_4_pipeline_en_5.5.0_3.0_1725237142027.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_4_pipeline_en_5.5.0_3.0_1725237142027.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_coqa_2_k_fold_4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_coqa_2_k_fold_4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_coqa_2_k_fold_4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-coQA-2-k-fold-4
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_lr1_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_lr1_en.md
new file mode 100644
index 00000000000000..8138861258336d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_lr1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English albert_base_qa_coqa_2_lr1 AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_coqa_2_lr1
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_coqa_2_lr1` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_lr1_en_5.5.0_3.0_1725237068671.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_lr1_en_5.5.0_3.0_1725237068671.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_coqa_2_lr1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-coQA-2-lr1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_lr1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_lr1_pipeline_en.md
new file mode 100644
index 00000000000000..7f23281b8fbf79
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_2_lr1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_coqa_2_lr1_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_coqa_2_lr1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_coqa_2_lr1_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_lr1_pipeline_en_5.5.0_3.0_1725237070979.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_lr1_pipeline_en_5.5.0_3.0_1725237070979.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_coqa_2_lr1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_coqa_2_lr1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_coqa_2_lr1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-coQA-2-lr1
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_3_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_3_en.md
new file mode 100644
index 00000000000000..4002317dcd138e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_3_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English albert_base_qa_coqa_3 AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_coqa_3
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_coqa_3` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_3_en_5.5.0_3.0_1725236619611.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_3_en_5.5.0_3.0_1725236619611.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_coqa_3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-coQA-3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_3_pipeline_en.md
new file mode 100644
index 00000000000000..a0d7f7cd0698cc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_qa_coqa_3_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_coqa_3_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_coqa_3_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_coqa_3_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_3_pipeline_en_5.5.0_3.0_1725236622074.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_3_pipeline_en_5.5.0_3.0_1725236622074.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_coqa_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_coqa_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_coqa_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-coQA-3
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_parsas_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_parsas_en.md
new file mode 100644
index 00000000000000..2c7afa99917fd9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_parsas_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English albert_base_v2_finetuned_squad_parsas AlbertForQuestionAnswering from ParsaS
+author: John Snow Labs
+name: albert_base_v2_finetuned_squad_parsas
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_v2_finetuned_squad_parsas` is a English model originally trained by ParsaS.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_v2_finetuned_squad_parsas_en_5.5.0_3.0_1725309655985.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_v2_finetuned_squad_parsas_en_5.5.0_3.0_1725309655985.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_v2_finetuned_squad_parsas|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|483.0 KB|
+
+## References
+
+https://huggingface.co/ParsaS/albert-base-v2-finetuned-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_parsas_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_parsas_pipeline_en.md
new file mode 100644
index 00000000000000..b9cf60547a606e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_parsas_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_v2_finetuned_squad_parsas_pipeline pipeline AlbertForQuestionAnswering from ParsaS
+author: John Snow Labs
+name: albert_base_v2_finetuned_squad_parsas_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_v2_finetuned_squad_parsas_pipeline` is a English model originally trained by ParsaS.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_v2_finetuned_squad_parsas_pipeline_en_5.5.0_3.0_1725309656613.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_v2_finetuned_squad_parsas_pipeline_en_5.5.0_3.0_1725309656613.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_v2_finetuned_squad_parsas_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_v2_finetuned_squad_parsas_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_v2_finetuned_squad_parsas_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|486.5 KB|
+
+## References
+
+https://huggingface.co/ParsaS/albert-base-v2-finetuned-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_v2_hadsag_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_v2_hadsag_en.md
new file mode 100644
index 00000000000000..b242d479b137d8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_v2_hadsag_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English albert_base_v2_finetuned_squad_v2_hadsag AlbertForQuestionAnswering from hadsag
+author: John Snow Labs
+name: albert_base_v2_finetuned_squad_v2_hadsag
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_v2_finetuned_squad_v2_hadsag` is a English model originally trained by hadsag.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_v2_finetuned_squad_v2_hadsag_en_5.5.0_3.0_1725237091320.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_v2_finetuned_squad_v2_hadsag_en_5.5.0_3.0_1725237091320.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_v2_finetuned_squad_v2_hadsag|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|53.9 MB|
+
+## References
+
+https://huggingface.co/hadsag/albert-base-v2-finetuned-squad-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_v2_hadsag_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_v2_hadsag_pipeline_en.md
new file mode 100644
index 00000000000000..aa9edf727a906e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_base_v2_finetuned_squad_v2_hadsag_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_v2_finetuned_squad_v2_hadsag_pipeline pipeline AlbertForQuestionAnswering from hadsag
+author: John Snow Labs
+name: albert_base_v2_finetuned_squad_v2_hadsag_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_v2_finetuned_squad_v2_hadsag_pipeline` is a English model originally trained by hadsag.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_v2_finetuned_squad_v2_hadsag_pipeline_en_5.5.0_3.0_1725237094533.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_v2_finetuned_squad_v2_hadsag_pipeline_en_5.5.0_3.0_1725237094533.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_v2_finetuned_squad_v2_hadsag_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_v2_finetuned_squad_v2_hadsag_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_v2_finetuned_squad_v2_hadsag_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|53.9 MB|
+
+## References
+
+https://huggingface.co/hadsag/albert-base-v2-finetuned-squad-v2
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_italian_jobrecommendation_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_italian_jobrecommendation_en.md
new file mode 100644
index 00000000000000..eebbae430d3104
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_italian_jobrecommendation_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English albert_italian_jobrecommendation AlbertForSequenceClassification from Apizhai
+author: John Snow Labs
+name: albert_italian_jobrecommendation
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_italian_jobrecommendation` is a English model originally trained by Apizhai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_italian_jobrecommendation_en_5.5.0_3.0_1725301409191.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_italian_jobrecommendation_en_5.5.0_3.0_1725301409191.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_italian_jobrecommendation|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|44.3 MB|
+
+## References
+
+https://huggingface.co/Apizhai/Albert-IT-JobRecommendation
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_italian_jobrecommendation_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_italian_jobrecommendation_pipeline_en.md
new file mode 100644
index 00000000000000..65d327a31f7d15
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_italian_jobrecommendation_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English albert_italian_jobrecommendation_pipeline pipeline AlbertForSequenceClassification from Apizhai
+author: John Snow Labs
+name: albert_italian_jobrecommendation_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_italian_jobrecommendation_pipeline` is a English model originally trained by Apizhai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_italian_jobrecommendation_pipeline_en_5.5.0_3.0_1725301411633.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_italian_jobrecommendation_pipeline_en_5.5.0_3.0_1725301411633.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_italian_jobrecommendation_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_italian_jobrecommendation_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_italian_jobrecommendation_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|44.3 MB|
+
+## References
+
+https://huggingface.co/Apizhai/Albert-IT-JobRecommendation
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_persian_farsi_base_v2_sentiment_deepsentipers_binary_fa.md b/docs/_posts/ahmedlone127/2024-09-02-albert_persian_farsi_base_v2_sentiment_deepsentipers_binary_fa.md
new file mode 100644
index 00000000000000..609d4fe97de6d0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_persian_farsi_base_v2_sentiment_deepsentipers_binary_fa.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Persian albert_persian_farsi_base_v2_sentiment_deepsentipers_binary AlbertForSequenceClassification from m3hrdadfi
+author: John Snow Labs
+name: albert_persian_farsi_base_v2_sentiment_deepsentipers_binary
+date: 2024-09-02
+tags: [fa, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: fa
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_persian_farsi_base_v2_sentiment_deepsentipers_binary` is a Persian model originally trained by m3hrdadfi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_persian_farsi_base_v2_sentiment_deepsentipers_binary_fa_5.5.0_3.0_1725279145877.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_persian_farsi_base_v2_sentiment_deepsentipers_binary_fa_5.5.0_3.0_1725279145877.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_persian_farsi_base_v2_sentiment_deepsentipers_binary|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|fa|
+|Size:|68.5 MB|
+
+## References
+
+https://huggingface.co/m3hrdadfi/albert-fa-base-v2-sentiment-deepsentipers-binary
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_persian_poetry_pipeline_fa.md b/docs/_posts/ahmedlone127/2024-09-02-albert_persian_poetry_pipeline_fa.md
new file mode 100644
index 00000000000000..1c33cc595b4dbc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_persian_poetry_pipeline_fa.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Persian albert_persian_poetry_pipeline pipeline AlbertEmbeddings from mitra-mir
+author: John Snow Labs
+name: albert_persian_poetry_pipeline
+date: 2024-09-02
+tags: [fa, open_source, pipeline, onnx]
+task: Embeddings
+language: fa
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_persian_poetry_pipeline` is a Persian model originally trained by mitra-mir.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_persian_poetry_pipeline_fa_5.5.0_3.0_1725306635075.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_persian_poetry_pipeline_fa_5.5.0_3.0_1725306635075.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_persian_poetry_pipeline", lang = "fa")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_persian_poetry_pipeline", lang = "fa")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_persian_poetry_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fa|
+|Size:|41.9 MB|
+
+## References
+
+https://huggingface.co/mitra-mir/ALBERT-Persian-Poetry
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_turkish_qa_turkish_squad_pipeline_tr.md b/docs/_posts/ahmedlone127/2024-09-02-albert_turkish_qa_turkish_squad_pipeline_tr.md
new file mode 100644
index 00000000000000..94e2b23163ab50
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_turkish_qa_turkish_squad_pipeline_tr.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Turkish albert_turkish_qa_turkish_squad_pipeline pipeline AlbertForQuestionAnswering from anilguven
+author: John Snow Labs
+name: albert_turkish_qa_turkish_squad_pipeline
+date: 2024-09-02
+tags: [tr, open_source, pipeline, onnx]
+task: Question Answering
+language: tr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_turkish_qa_turkish_squad_pipeline` is a Turkish model originally trained by anilguven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_turkish_qa_turkish_squad_pipeline_tr_5.5.0_3.0_1725310053736.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_turkish_qa_turkish_squad_pipeline_tr_5.5.0_3.0_1725310053736.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_turkish_qa_turkish_squad_pipeline", lang = "tr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_turkish_qa_turkish_squad_pipeline", lang = "tr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_turkish_qa_turkish_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|tr|
+|Size:|42.9 MB|
+
+## References
+
+https://huggingface.co/anilguven/albert_tr_qa_turkish_squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_turkish_turkish_product_reviews_pipeline_tr.md b/docs/_posts/ahmedlone127/2024-09-02-albert_turkish_turkish_product_reviews_pipeline_tr.md
new file mode 100644
index 00000000000000..e6b7fe33d3661d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_turkish_turkish_product_reviews_pipeline_tr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Turkish albert_turkish_turkish_product_reviews_pipeline pipeline AlbertForSequenceClassification from anilguven
+author: John Snow Labs
+name: albert_turkish_turkish_product_reviews_pipeline
+date: 2024-09-02
+tags: [tr, open_source, pipeline, onnx]
+task: Text Classification
+language: tr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_turkish_turkish_product_reviews_pipeline` is a Turkish model originally trained by anilguven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_turkish_turkish_product_reviews_pipeline_tr_5.5.0_3.0_1725279929766.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_turkish_turkish_product_reviews_pipeline_tr_5.5.0_3.0_1725279929766.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_turkish_turkish_product_reviews_pipeline", lang = "tr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_turkish_turkish_product_reviews_pipeline", lang = "tr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_turkish_turkish_product_reviews_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|tr|
+|Size:|45.1 MB|
+
+## References
+
+https://huggingface.co/anilguven/albert_tr_turkish_product_reviews
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_turkish_turkish_product_reviews_tr.md b/docs/_posts/ahmedlone127/2024-09-02-albert_turkish_turkish_product_reviews_tr.md
new file mode 100644
index 00000000000000..46dae1019a6c40
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_turkish_turkish_product_reviews_tr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Turkish albert_turkish_turkish_product_reviews AlbertForSequenceClassification from anilguven
+author: John Snow Labs
+name: albert_turkish_turkish_product_reviews
+date: 2024-09-02
+tags: [tr, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: tr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_turkish_turkish_product_reviews` is a Turkish model originally trained by anilguven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_turkish_turkish_product_reviews_tr_5.5.0_3.0_1725279927234.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_turkish_turkish_product_reviews_tr_5.5.0_3.0_1725279927234.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_xlarge_v2_finetuned_squad_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|204.8 MB|
+
+## References
+
+https://huggingface.co/hadsag/albert-xlarge-v2-finetuned-squad-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-albert_xlarge_v2_finetuned_squad_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-albert_xlarge_v2_finetuned_squad_v2_pipeline_en.md
new file mode 100644
index 00000000000000..233dd14d44ae4a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-albert_xlarge_v2_finetuned_squad_v2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_xlarge_v2_finetuned_squad_v2_pipeline pipeline AlbertForQuestionAnswering from hadsag
+author: John Snow Labs
+name: albert_xlarge_v2_finetuned_squad_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_xlarge_v2_finetuned_squad_v2_pipeline` is a English model originally trained by hadsag.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_xlarge_v2_finetuned_squad_v2_pipeline_en_5.5.0_3.0_1725236982145.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_xlarge_v2_finetuned_squad_v2_pipeline_en_5.5.0_3.0_1725236982145.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_xlarge_v2_finetuned_squad_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_xlarge_v2_finetuned_squad_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_xlarge_v2_finetuned_squad_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|204.8 MB|
+
+## References
+
+https://huggingface.co/hadsag/albert-xlarge-v2-finetuned-squad-v2
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_128_20_mnsr_en.md b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_128_20_mnsr_en.md
new file mode 100644
index 00000000000000..825816ae48a4f5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_128_20_mnsr_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English all_mpnet_base_128_20_mnsr MPNetEmbeddings from ronanki
+author: John Snow Labs
+name: all_mpnet_base_128_20_mnsr
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`all_mpnet_base_128_20_mnsr` is a English model originally trained by ronanki.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/all_mpnet_base_128_20_mnsr_en_5.5.0_3.0_1725314218081.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/all_mpnet_base_128_20_mnsr_en_5.5.0_3.0_1725314218081.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|all_mpnet_base_128_20_mnsr|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/ronanki/all_mpnet_base_128_20_MNSR
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_en.md b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_en.md
new file mode 100644
index 00000000000000..fab2b2adceb99e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3 MPNetEmbeddings from luiz-and-robert-thesis
+author: John Snow Labs
+name: all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3` is a English model originally trained by luiz-and-robert-thesis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_en_5.5.0_3.0_1725313778603.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_en_5.5.0_3.0_1725313778603.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/luiz-and-robert-thesis/all-mpnet-base-newtriplets-v2-lr-1e-8-m-1-e-3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline_en.md
new file mode 100644
index 00000000000000..86a3c33d36c3a8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline pipeline MPNetEmbeddings from luiz-and-robert-thesis
+author: John Snow Labs
+name: all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline` is a English model originally trained by luiz-and-robert-thesis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline_en_5.5.0_3.0_1725313801043.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline_en_5.5.0_3.0_1725313801043.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|all_mpnet_base_newtriplets_v2_lr_1e_8_m_1_e_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/luiz-and-robert-thesis/all-mpnet-base-newtriplets-v2-lr-1e-8-m-1-e-3
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline_en.md
new file mode 100644
index 00000000000000..674fabdf873594
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline pipeline MPNetEmbeddings from AhmetAytar
+author: John Snow Labs
+name: all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline` is a English model originally trained by AhmetAytar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline_en_5.5.0_3.0_1725281031006.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline_en_5.5.0_3.0_1725281031006.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|all_mpnet_base_v2_fine_tuned_5_textbook_grobid_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|935.1 KB|
+
+## References
+
+https://huggingface.co/AhmetAytar/all-mpnet-base-v2-fine-tuned_5_textbook_grobid
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_negation_en.md b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_negation_en.md
new file mode 100644
index 00000000000000..bd25958f47696a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_negation_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English all_mpnet_base_v2_negation MPNetEmbeddings from dmlls
+author: John Snow Labs
+name: all_mpnet_base_v2_negation
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`all_mpnet_base_v2_negation` is a English model originally trained by dmlls.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_negation_en_5.5.0_3.0_1725280360977.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_negation_en_5.5.0_3.0_1725280360977.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|all_mpnet_base_v2_negation|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/dmlls/all-mpnet-base-v2-negation
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_negation_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_negation_pipeline_en.md
new file mode 100644
index 00000000000000..6e68a3f22b3276
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_negation_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English all_mpnet_base_v2_negation_pipeline pipeline MPNetEmbeddings from dmlls
+author: John Snow Labs
+name: all_mpnet_base_v2_negation_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`all_mpnet_base_v2_negation_pipeline` is a English model originally trained by dmlls.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_negation_pipeline_en_5.5.0_3.0_1725280391836.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_negation_pipeline_en_5.5.0_3.0_1725280391836.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("all_mpnet_base_v2_negation_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("all_mpnet_base_v2_negation_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|all_mpnet_base_v2_negation_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/dmlls/all-mpnet-base-v2-negation
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_sts_romaniox_en.md b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_sts_romaniox_en.md
new file mode 100644
index 00000000000000..eccf0039291dac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_sts_romaniox_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English all_mpnet_base_v2_sts_romaniox MPNetEmbeddings from Romaniox
+author: John Snow Labs
+name: all_mpnet_base_v2_sts_romaniox
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`all_mpnet_base_v2_sts_romaniox` is a English model originally trained by Romaniox.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_sts_romaniox_en_5.5.0_3.0_1725280556202.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_sts_romaniox_en_5.5.0_3.0_1725280556202.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|all_mpnet_base_v2_tasky_classification|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|409.6 MB|
+
+## References
+
+References
+
+https://huggingface.co/khalidalt/all-mpnet-base-v2-tasky-classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_tasky_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_tasky_classification_pipeline_en.md
new file mode 100644
index 00000000000000..891af781ac9a6a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-all_mpnet_base_v2_tasky_classification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English all_mpnet_base_v2_tasky_classification_pipeline pipeline MPNetForSequenceClassification from khalidalt
+author: John Snow Labs
+name: all_mpnet_base_v2_tasky_classification_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`all_mpnet_base_v2_tasky_classification_pipeline` is a English model originally trained by khalidalt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_tasky_classification_pipeline_en_5.5.0_3.0_1725255538734.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/all_mpnet_base_v2_tasky_classification_pipeline_en_5.5.0_3.0_1725255538734.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("all_mpnet_base_v2_tasky_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("all_mpnet_base_v2_tasky_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|all_mpnet_base_v2_tasky_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|409.6 MB|
+
+## References
+
+https://huggingface.co/khalidalt/all-mpnet-base-v2-tasky-classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- MPNetForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_distilroberta_en.md b/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_distilroberta_en.md
new file mode 100644
index 00000000000000..a42c5871c080b1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_distilroberta_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English answer_equivalence_distilroberta RoBertaForSequenceClassification from zli12321
+author: John Snow Labs
+name: answer_equivalence_distilroberta
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`answer_equivalence_distilroberta` is a English model originally trained by zli12321.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/answer_equivalence_distilroberta_en_5.5.0_3.0_1725277394317.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/answer_equivalence_distilroberta_en_5.5.0_3.0_1725277394317.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|answer_equivalence_distilroberta|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|308.7 MB|
+
+## References
+
+https://huggingface.co/zli12321/answer_equivalence_distilroberta
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_distilroberta_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_distilroberta_pipeline_en.md
new file mode 100644
index 00000000000000..13233f684f9365
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_distilroberta_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English answer_equivalence_distilroberta_pipeline pipeline RoBertaForSequenceClassification from zli12321
+author: John Snow Labs
+name: answer_equivalence_distilroberta_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`answer_equivalence_distilroberta_pipeline` is a English model originally trained by zli12321.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/answer_equivalence_distilroberta_pipeline_en_5.5.0_3.0_1725277411218.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/answer_equivalence_distilroberta_pipeline_en_5.5.0_3.0_1725277411218.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("answer_equivalence_distilroberta_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("answer_equivalence_distilroberta_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|answer_equivalence_distilroberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|308.7 MB|
+
+## References
+
+https://huggingface.co/zli12321/answer_equivalence_distilroberta
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_roberta_zongxia_en.md b/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_roberta_zongxia_en.md
new file mode 100644
index 00000000000000..e3d98797f938ce
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_roberta_zongxia_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English answer_equivalence_roberta_zongxia RoBertaForSequenceClassification from Zongxia
+author: John Snow Labs
+name: answer_equivalence_roberta_zongxia
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`answer_equivalence_roberta_zongxia` is a English model originally trained by Zongxia.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/answer_equivalence_roberta_zongxia_en_5.5.0_3.0_1725277073112.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/answer_equivalence_roberta_zongxia_en_5.5.0_3.0_1725277073112.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|answer_equivalence_roberta_zongxia|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|443.6 MB|
+
+## References
+
+https://huggingface.co/Zongxia/answer_equivalence_roberta
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_roberta_zongxia_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_roberta_zongxia_pipeline_en.md
new file mode 100644
index 00000000000000..7dce7f9646de27
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-answer_equivalence_roberta_zongxia_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English answer_equivalence_roberta_zongxia_pipeline pipeline RoBertaForSequenceClassification from Zongxia
+author: John Snow Labs
+name: answer_equivalence_roberta_zongxia_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`answer_equivalence_roberta_zongxia_pipeline` is a English model originally trained by Zongxia.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/answer_equivalence_roberta_zongxia_pipeline_en_5.5.0_3.0_1725277104880.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/answer_equivalence_roberta_zongxia_pipeline_en_5.5.0_3.0_1725277104880.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("answer_equivalence_roberta_zongxia_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("answer_equivalence_roberta_zongxia_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|answer_equivalence_roberta_zongxia_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|443.6 MB|
+
+## References
+
+https://huggingface.co/Zongxia/answer_equivalence_roberta
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-arabictranslator_en.md b/docs/_posts/ahmedlone127/2024-09-02-arabictranslator_en.md
new file mode 100644
index 00000000000000..4c967827adaac8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-arabictranslator_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English arabictranslator MarianTransformer from PontifexMaximus
+author: John Snow Labs
+name: arabictranslator
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`arabictranslator` is a English model originally trained by PontifexMaximus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/arabictranslator_en_5.5.0_3.0_1725242774544.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/arabictranslator_en_5.5.0_3.0_1725242774544.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|arabictranslator|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|527.9 MB|
+
+## References
+
+https://huggingface.co/PontifexMaximus/ArabicTranslator
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-arabictranslator_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-arabictranslator_pipeline_en.md
new file mode 100644
index 00000000000000..7c4d279a2f22a8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-arabictranslator_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English arabictranslator_pipeline pipeline MarianTransformer from PontifexMaximus
+author: John Snow Labs
+name: arabictranslator_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`arabictranslator_pipeline` is a English model originally trained by PontifexMaximus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/arabictranslator_pipeline_en_5.5.0_3.0_1725242802454.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/arabictranslator_pipeline_en_5.5.0_3.0_1725242802454.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("arabictranslator_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("arabictranslator_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|arabictranslator_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|528.5 MB|
+
+## References
+
+https://huggingface.co/PontifexMaximus/ArabicTranslator
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ascle_english_spanish_ufal_marianmt_en.md b/docs/_posts/ahmedlone127/2024-09-02-ascle_english_spanish_ufal_marianmt_en.md
new file mode 100644
index 00000000000000..2dfc4e5172c7cc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ascle_english_spanish_ufal_marianmt_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ascle_english_spanish_ufal_marianmt MarianTransformer from li-lab
+author: John Snow Labs
+name: ascle_english_spanish_ufal_marianmt
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ascle_english_spanish_ufal_marianmt` is a English model originally trained by li-lab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ascle_english_spanish_ufal_marianmt_en_5.5.0_3.0_1725295319148.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ascle_english_spanish_ufal_marianmt_en_5.5.0_3.0_1725295319148.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ascle_english_spanish_ufal_marianmt|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|539.7 MB|
+
+## References
+
+https://huggingface.co/li-lab/ascle-en-es-UFAL-MarianMT
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-autotrain_i7gko_heakm_en.md b/docs/_posts/ahmedlone127/2024-09-02-autotrain_i7gko_heakm_en.md
new file mode 100644
index 00000000000000..2d768873bfb913
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-autotrain_i7gko_heakm_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English autotrain_i7gko_heakm MPNetForSequenceClassification from BloodJackson
+author: John Snow Labs
+name: autotrain_i7gko_heakm
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, mpnet]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_i7gko_heakm` is a English model originally trained by BloodJackson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_i7gko_heakm_en_5.5.0_3.0_1725255694147.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_i7gko_heakm_en_5.5.0_3.0_1725255694147.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_i7gko_heakm|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|408.9 MB|
+
+## References
+
+https://huggingface.co/BloodJackson/autotrain-i7gko-heakm
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-autotrain_i7gko_heakm_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-autotrain_i7gko_heakm_pipeline_en.md
new file mode 100644
index 00000000000000..c35a349f779b49
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-autotrain_i7gko_heakm_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English autotrain_i7gko_heakm_pipeline pipeline MPNetForSequenceClassification from BloodJackson
+author: John Snow Labs
+name: autotrain_i7gko_heakm_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_i7gko_heakm_pipeline` is a English model originally trained by BloodJackson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_i7gko_heakm_pipeline_en_5.5.0_3.0_1725255716249.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_i7gko_heakm_pipeline_en_5.5.0_3.0_1725255716249.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("autotrain_i7gko_heakm_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("autotrain_i7gko_heakm_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_i7gko_heakm_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|408.9 MB|
+
+## References
+
+https://huggingface.co/BloodJackson/autotrain-i7gko-heakm
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- MPNetForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-autotrain_nrfmc_2jyt8_en.md b/docs/_posts/ahmedlone127/2024-09-02-autotrain_nrfmc_2jyt8_en.md
new file mode 100644
index 00000000000000..d8b0541bb6450e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-autotrain_nrfmc_2jyt8_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English autotrain_nrfmc_2jyt8 MPNetEmbeddings from bhawanahettiarachchi
+author: John Snow Labs
+name: autotrain_nrfmc_2jyt8
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_nrfmc_2jyt8` is a English model originally trained by bhawanahettiarachchi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_nrfmc_2jyt8_en_5.5.0_3.0_1725258269040.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_nrfmc_2jyt8_en_5.5.0_3.0_1725258269040.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_nrfmc_2jyt8|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.7 MB|
+
+## References
+
+https://huggingface.co/bhawanahettiarachchi/autotrain-nrfmc-2jyt8
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-autotrain_nrfmc_2jyt8_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-autotrain_nrfmc_2jyt8_pipeline_en.md
new file mode 100644
index 00000000000000..c0ac16f26f4a07
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-autotrain_nrfmc_2jyt8_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English autotrain_nrfmc_2jyt8_pipeline pipeline MPNetEmbeddings from bhawanahettiarachchi
+author: John Snow Labs
+name: autotrain_nrfmc_2jyt8_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_nrfmc_2jyt8_pipeline` is a English model originally trained by bhawanahettiarachchi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_nrfmc_2jyt8_pipeline_en_5.5.0_3.0_1725258290753.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_nrfmc_2jyt8_pipeline_en_5.5.0_3.0_1725258290753.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("autotrain_nrfmc_2jyt8_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("autotrain_nrfmc_2jyt8_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_nrfmc_2jyt8_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.7 MB|
+
+## References
+
+https://huggingface.co/bhawanahettiarachchi/autotrain-nrfmc-2jyt8
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_deberta_small_3265691117_en.md b/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_deberta_small_3265691117_en.md
new file mode 100644
index 00000000000000..c2eb93de9c7655
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_deberta_small_3265691117_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English autotrain_swot_deberta_small_3265691117 DeBertaForQuestionAnswering from chau
+author: John Snow Labs
+name: autotrain_swot_deberta_small_3265691117
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_swot_deberta_small_3265691117` is a English model originally trained by chau.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_swot_deberta_small_3265691117_en_5.5.0_3.0_1725290967989.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_swot_deberta_small_3265691117_en_5.5.0_3.0_1725290967989.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_swot_deberta_small_3265691117|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/chau/autotrain-swot-deberta-small-3265691117
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_deberta_small_3265691117_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_deberta_small_3265691117_pipeline_en.md
new file mode 100644
index 00000000000000..e0c74c498e8ab4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_deberta_small_3265691117_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English autotrain_swot_deberta_small_3265691117_pipeline pipeline DeBertaForQuestionAnswering from chau
+author: John Snow Labs
+name: autotrain_swot_deberta_small_3265691117_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_swot_deberta_small_3265691117_pipeline` is a English model originally trained by chau.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_swot_deberta_small_3265691117_pipeline_en_5.5.0_3.0_1725291064907.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_swot_deberta_small_3265691117_pipeline_en_5.5.0_3.0_1725291064907.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("autotrain_swot_deberta_small_3265691117_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("autotrain_swot_deberta_small_3265691117_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_swot_deberta_small_3265691117_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/chau/autotrain-swot-deberta-small-3265691117
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_debertal_large_25_3269791252_en.md b/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_debertal_large_25_3269791252_en.md
new file mode 100644
index 00000000000000..108640b0805060
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_debertal_large_25_3269791252_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English autotrain_swot_debertal_large_25_3269791252 DeBertaForQuestionAnswering from chau
+author: John Snow Labs
+name: autotrain_swot_debertal_large_25_3269791252
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_swot_debertal_large_25_3269791252` is a English model originally trained by chau.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_swot_debertal_large_25_3269791252_en_5.5.0_3.0_1725269157811.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_swot_debertal_large_25_3269791252_en_5.5.0_3.0_1725269157811.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_swot_debertal_large_25_3269791252|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/chau/autotrain-swot-debertal-large-25-3269791252
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_debertal_large_25_3269791252_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_debertal_large_25_3269791252_pipeline_en.md
new file mode 100644
index 00000000000000..159d2b7d66315c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-autotrain_swot_debertal_large_25_3269791252_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English autotrain_swot_debertal_large_25_3269791252_pipeline pipeline DeBertaForQuestionAnswering from chau
+author: John Snow Labs
+name: autotrain_swot_debertal_large_25_3269791252_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_swot_debertal_large_25_3269791252_pipeline` is a English model originally trained by chau.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_swot_debertal_large_25_3269791252_pipeline_en_5.5.0_3.0_1725269258776.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_swot_debertal_large_25_3269791252_pipeline_en_5.5.0_3.0_1725269258776.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("autotrain_swot_debertal_large_25_3269791252_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("autotrain_swot_debertal_large_25_3269791252_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_swot_debertal_large_25_3269791252_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/chau/autotrain-swot-debertal-large-25-3269791252
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_en.md b/docs/_posts/ahmedlone127/2024-09-02-babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_en.md
new file mode 100644
index 00000000000000..67fb5ac79f84f5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad RoBertaForQuestionAnswering from lielbin
+author: John Snow Labs
+name: babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad` is a English model originally trained by lielbin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_en_5.5.0_3.0_1725251695428.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_en_5.5.0_3.0_1725251695428.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|31.9 MB|
+
+## References
+
+https://huggingface.co/lielbin/BabyBERTa-aochildes_1.25M_aochildes-french1.25M-without-Masking-seed3-finetuned-SQuAD
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline_en.md
new file mode 100644
index 00000000000000..53d2da579d8160
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline pipeline RoBertaForQuestionAnswering from lielbin
+author: John Snow Labs
+name: babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline` is a English model originally trained by lielbin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline_en_5.5.0_3.0_1725251697346.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline_en_5.5.0_3.0_1725251697346.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|babyberta_aochildes_1_25m_aochildes_french1_25m_without_masking_seed3_finetuned_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|31.9 MB|
+
+## References
+
+https://huggingface.co/lielbin/BabyBERTa-aochildes_1.25M_aochildes-french1.25M-without-Masking-seed3-finetuned-SQuAD
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-balu94distilbert_en.md b/docs/_posts/ahmedlone127/2024-09-02-balu94distilbert_en.md
new file mode 100644
index 00000000000000..625a768c863833
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-balu94distilbert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English balu94distilbert DistilBertForTokenClassification from Balu94pratap
+author: John Snow Labs
+name: balu94distilbert
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`balu94distilbert` is a English model originally trained by Balu94pratap.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/balu94distilbert_en_5.5.0_3.0_1725268037693.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/balu94distilbert_en_5.5.0_3.0_1725268037693.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|balu94distilbert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|243.3 MB|
+
+## References
+
+https://huggingface.co/Balu94pratap/balu94distilbert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-balu94distilbert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-balu94distilbert_pipeline_en.md
new file mode 100644
index 00000000000000..8f2a805d31901c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-balu94distilbert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English balu94distilbert_pipeline pipeline DistilBertForTokenClassification from Balu94pratap
+author: John Snow Labs
+name: balu94distilbert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`balu94distilbert_pipeline` is a English model originally trained by Balu94pratap.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/balu94distilbert_pipeline_en_5.5.0_3.0_1725268051879.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/balu94distilbert_pipeline_en_5.5.0_3.0_1725268051879.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("balu94distilbert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("balu94distilbert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|balu94distilbert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.3 MB|
+
+## References
+
+https://huggingface.co/Balu94pratap/balu94distilbert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-baseroberta_finetuned_squadcovid_en.md b/docs/_posts/ahmedlone127/2024-09-02-baseroberta_finetuned_squadcovid_en.md
new file mode 100644
index 00000000000000..2c5e0cc20050c7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-baseroberta_finetuned_squadcovid_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English baseroberta_finetuned_squadcovid RoBertaForQuestionAnswering from Rahul13
+author: John Snow Labs
+name: baseroberta_finetuned_squadcovid
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`baseroberta_finetuned_squadcovid` is a English model originally trained by Rahul13.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/baseroberta_finetuned_squadcovid_en_5.5.0_3.0_1725252667328.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/baseroberta_finetuned_squadcovid_en_5.5.0_3.0_1725252667328.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|baseroberta_finetuned_squadcovid|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|462.6 MB|
+
+## References
+
+https://huggingface.co/Rahul13/baseroberta-finetuned_squadcovid
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-baseroberta_finetuned_squadcovid_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-baseroberta_finetuned_squadcovid_pipeline_en.md
new file mode 100644
index 00000000000000..4ee06f9b398251
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-baseroberta_finetuned_squadcovid_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English baseroberta_finetuned_squadcovid_pipeline pipeline RoBertaForQuestionAnswering from Rahul13
+author: John Snow Labs
+name: baseroberta_finetuned_squadcovid_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`baseroberta_finetuned_squadcovid_pipeline` is a English model originally trained by Rahul13.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/baseroberta_finetuned_squadcovid_pipeline_en_5.5.0_3.0_1725252692552.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/baseroberta_finetuned_squadcovid_pipeline_en_5.5.0_3.0_1725252692552.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("baseroberta_finetuned_squadcovid_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("baseroberta_finetuned_squadcovid_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|baseroberta_finetuned_squadcovid_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|462.6 MB|
+
+## References
+
+https://huggingface.co/Rahul13/baseroberta-finetuned_squadcovid
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_base_bulgarian_bg.md b/docs/_posts/ahmedlone127/2024-09-02-bert_base_bulgarian_bg.md
new file mode 100644
index 00000000000000..5f343419ef2bdc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_base_bulgarian_bg.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Bulgarian bert_base_bulgarian BertEmbeddings from rmihaylov
+author: John Snow Labs
+name: bert_base_bulgarian
+date: 2024-09-02
+tags: [bg, open_source, onnx, embeddings, bert]
+task: Embeddings
+language: bg
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_base_bulgarian` is a Bulgarian model originally trained by rmihaylov.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_base_bulgarian_bg_5.5.0_3.0_1725315237751.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_base_bulgarian_bg_5.5.0_3.0_1725315237751.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_base_uncased_google_bert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[bert]|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/google-bert/bert-base-uncased
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_base_uncased_google_bert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_base_uncased_google_bert_pipeline_en.md
new file mode 100644
index 00000000000000..8208f7dee4c352
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_base_uncased_google_bert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_base_uncased_google_bert_pipeline pipeline BertEmbeddings from google-bert
+author: John Snow Labs
+name: bert_base_uncased_google_bert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_base_uncased_google_bert_pipeline` is a English model originally trained by google-bert.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_base_uncased_google_bert_pipeline_en_5.5.0_3.0_1725315543332.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_base_uncased_google_bert_pipeline_en_5.5.0_3.0_1725315543332.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_base_uncased_google_bert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_base_uncased_google_bert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_base_uncased_google_bert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/google-bert/bert-base-uncased
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autonlp_imdb_sentiment_analysis_623817873_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autonlp_imdb_sentiment_analysis_623817873_en.md
new file mode 100644
index 00000000000000..9305d61cd8ac04
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autonlp_imdb_sentiment_analysis_623817873_en.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: English BertForSequenceClassification Cased model (from chiragme)
+author: John Snow Labs
+name: bert_classifier_autonlp_imdb_sentiment_analysis_623817873
+date: 2024-09-02
+tags: [en, open_source, bert, sequence_classification, classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-imdb-sentiment-analysis-623817873` is a English model originally trained by `chiragme`.
+
+## Predicted Entities
+
+`neg`, `pos`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_autonlp_imdb_sentiment_analysis_623817873_en_5.5.0_3.0_1725293652267.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_autonlp_imdb_sentiment_analysis_623817873_en_5.5.0_3.0_1725293652267.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_autonlp_imdb_sentiment_analysis_623817873|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+References
+
+- https://huggingface.co/chiragme/autonlp-imdb-sentiment-analysis-623817873
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline_en.md
new file mode 100644
index 00000000000000..7650c46c5be35b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline pipeline BertForSequenceClassification from chiragme
+author: John Snow Labs
+name: bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline` is a English model originally trained by chiragme.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline_en_5.5.0_3.0_1725293715704.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline_en_5.5.0_3.0_1725293715704.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_autonlp_imdb_sentiment_analysis_623817873_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/chiragme/autonlp-imdb-sentiment-analysis-623817873
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autotrain_gluemodels_1010733562_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autotrain_gluemodels_1010733562_en.md
new file mode 100644
index 00000000000000..7d5e786eb63224
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autotrain_gluemodels_1010733562_en.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: English BertForSequenceClassification Cased model (from deepesh0x)
+author: John Snow Labs
+name: bert_classifier_autotrain_gluemodels_1010733562
+date: 2024-09-02
+tags: [en, open_source, bert, sequence_classification, classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autotrain-GlueModels-1010733562` is a English model originally trained by `deepesh0x`.
+
+## Predicted Entities
+
+`negative`, `positive`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_autotrain_gluemodels_1010733562_en_5.5.0_3.0_1725294066338.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_autotrain_gluemodels_1010733562_en_5.5.0_3.0_1725294066338.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_autotrain_gluemodels_1010733562|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|409.4 MB|
+
+## References
+
+References
+
+- https://huggingface.co/deepesh0x/autotrain-GlueModels-1010733562
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autotrain_gluemodels_1010733562_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autotrain_gluemodels_1010733562_pipeline_en.md
new file mode 100644
index 00000000000000..f5dde2598083f3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_autotrain_gluemodels_1010733562_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_classifier_autotrain_gluemodels_1010733562_pipeline pipeline BertForSequenceClassification from deepesh0x
+author: John Snow Labs
+name: bert_classifier_autotrain_gluemodels_1010733562_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_autotrain_gluemodels_1010733562_pipeline` is a English model originally trained by deepesh0x.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_autotrain_gluemodels_1010733562_pipeline_en_5.5.0_3.0_1725294086886.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_autotrain_gluemodels_1010733562_pipeline_en_5.5.0_3.0_1725294086886.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_autotrain_gluemodels_1010733562_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_autotrain_gluemodels_1010733562_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_autotrain_gluemodels_1010733562_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|409.4 MB|
+
+## References
+
+https://huggingface.co/deepesh0x/autotrain-GlueModels-1010733562
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_bert_base_english_hindi_codemix_cased_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_bert_base_english_hindi_codemix_cased_pipeline_xx.md
new file mode 100644
index 00000000000000..09d1063c3a25bb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_bert_base_english_hindi_codemix_cased_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual bert_classifier_bert_base_english_hindi_codemix_cased_pipeline pipeline BertForSequenceClassification from rohanrajpal
+author: John Snow Labs
+name: bert_classifier_bert_base_english_hindi_codemix_cased_pipeline
+date: 2024-09-02
+tags: [xx, open_source, pipeline, onnx]
+task: Text Classification
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_bert_base_english_hindi_codemix_cased_pipeline` is a Multilingual model originally trained by rohanrajpal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_bert_base_english_hindi_codemix_cased_pipeline_xx_5.5.0_3.0_1725293581207.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_bert_base_english_hindi_codemix_cased_pipeline_xx_5.5.0_3.0_1725293581207.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_bert_base_english_hindi_codemix_cased_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_bert_base_english_hindi_codemix_cased_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_bert_base_english_hindi_codemix_cased_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|667.3 MB|
+
+## References
+
+https://huggingface.co/rohanrajpal/bert-base-en-hi-codemix-cased
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_bert_base_english_hindi_codemix_cased_xx.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_bert_base_english_hindi_codemix_cased_xx.md
new file mode 100644
index 00000000000000..038e89f393293e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_bert_base_english_hindi_codemix_cased_xx.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Multilingual bert_classifier_bert_base_english_hindi_codemix_cased BertForSequenceClassification from rohanrajpal
+author: John Snow Labs
+name: bert_classifier_bert_base_english_hindi_codemix_cased
+date: 2024-09-02
+tags: [xx, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_bert_base_english_hindi_codemix_cased` is a Multilingual model originally trained by rohanrajpal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_bert_base_english_hindi_codemix_cased_xx_5.5.0_3.0_1725293546555.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_bert_base_english_hindi_codemix_cased_xx_5.5.0_3.0_1725293546555.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_bert_base_english_hindi_codemix_cased|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|xx|
+|Size:|667.3 MB|
+
+## References
+
+https://huggingface.co/rohanrajpal/bert-base-en-hi-codemix-cased
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_klue_tc_base_multilingual_cased_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_klue_tc_base_multilingual_cased_pipeline_en.md
new file mode 100644
index 00000000000000..d68f63bd632ec5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_klue_tc_base_multilingual_cased_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_classifier_klue_tc_base_multilingual_cased_pipeline pipeline BertForSequenceClassification from seongju
+author: John Snow Labs
+name: bert_classifier_klue_tc_base_multilingual_cased_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_klue_tc_base_multilingual_cased_pipeline` is a English model originally trained by seongju.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_klue_tc_base_multilingual_cased_pipeline_en_5.5.0_3.0_1725293625814.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_klue_tc_base_multilingual_cased_pipeline_en_5.5.0_3.0_1725293625814.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_klue_tc_base_multilingual_cased_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_klue_tc_base_multilingual_cased_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_klue_tc_base_multilingual_cased_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|667.3 MB|
+
+## References
+
+https://huggingface.co/seongju/klue-tc-bert-base-multilingual-cased
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_norwegian_bokml_base_target_group_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_norwegian_bokml_base_target_group_en.md
new file mode 100644
index 00000000000000..49e2754e200369
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_norwegian_bokml_base_target_group_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English bert_classifier_norwegian_bokml_base_target_group BertForSequenceClassification from thusken
+author: John Snow Labs
+name: bert_classifier_norwegian_bokml_base_target_group
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_norwegian_bokml_base_target_group` is a English model originally trained by thusken.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_norwegian_bokml_base_target_group_en_5.5.0_3.0_1725293449434.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_norwegian_bokml_base_target_group_en_5.5.0_3.0_1725293449434.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_norwegian_bokml_base_target_group|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|668.4 MB|
+
+## References
+
+https://huggingface.co/thusken/nb-bert-base-target-group
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_norwegian_bokml_base_target_group_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_norwegian_bokml_base_target_group_pipeline_en.md
new file mode 100644
index 00000000000000..eeda2e2c8ecd35
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_norwegian_bokml_base_target_group_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_classifier_norwegian_bokml_base_target_group_pipeline pipeline BertForSequenceClassification from thusken
+author: John Snow Labs
+name: bert_classifier_norwegian_bokml_base_target_group_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_norwegian_bokml_base_target_group_pipeline` is a English model originally trained by thusken.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_norwegian_bokml_base_target_group_pipeline_en_5.5.0_3.0_1725293483148.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_norwegian_bokml_base_target_group_pipeline_en_5.5.0_3.0_1725293483148.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_norwegian_bokml_base_target_group_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_norwegian_bokml_base_target_group_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_norwegian_bokml_base_target_group_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|668.5 MB|
+
+## References
+
+https://huggingface.co/thusken/nb-bert-base-target-group
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sanskrit_saskta_sub1_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sanskrit_saskta_sub1_en.md
new file mode 100644
index 00000000000000..784c18a4dea7d6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sanskrit_saskta_sub1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English bert_classifier_sanskrit_saskta_sub1 BertForSequenceClassification from researchaccount
+author: John Snow Labs
+name: bert_classifier_sanskrit_saskta_sub1
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_sanskrit_saskta_sub1` is a English model originally trained by researchaccount.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub1_en_5.5.0_3.0_1725293352062.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub1_en_5.5.0_3.0_1725293352062.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_sanskrit_saskta_sub1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|610.9 MB|
+
+## References
+
+https://huggingface.co/researchaccount/sa_sub1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sanskrit_saskta_sub3_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sanskrit_saskta_sub3_en.md
new file mode 100644
index 00000000000000..9ec98c00d025f5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sanskrit_saskta_sub3_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English bert_classifier_sanskrit_saskta_sub3 BertForSequenceClassification from researchaccount
+author: John Snow Labs
+name: bert_classifier_sanskrit_saskta_sub3
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_sanskrit_saskta_sub3` is a English model originally trained by researchaccount.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub3_en_5.5.0_3.0_1725293242526.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub3_en_5.5.0_3.0_1725293242526.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_sanskrit_saskta_sub3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|610.9 MB|
+
+## References
+
+https://huggingface.co/researchaccount/sa_sub3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sanskrit_saskta_sub3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sanskrit_saskta_sub3_pipeline_en.md
new file mode 100644
index 00000000000000..f71dc81219cbcc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sanskrit_saskta_sub3_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bert_classifier_sanskrit_saskta_sub3_pipeline pipeline BertForSequenceClassification from researchaccount
+author: John Snow Labs
+name: bert_classifier_sanskrit_saskta_sub3_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bert_classifier_sanskrit_saskta_sub3_pipeline` is a English model originally trained by researchaccount.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub3_pipeline_en_5.5.0_3.0_1725293278874.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_sanskrit_saskta_sub3_pipeline_en_5.5.0_3.0_1725293278874.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bert_classifier_sanskrit_saskta_sub3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bert_classifier_sanskrit_saskta_sub3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_classifier_sanskrit_saskta_sub3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|610.9 MB|
+
+## References
+
+https://huggingface.co/researchaccount/sa_sub3
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sead_l_6_h_256_a_8_qqp_en.md b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sead_l_6_h_256_a_8_qqp_en.md
new file mode 100644
index 00000000000000..6d49cb4de1e8e8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bert_classifier_sead_l_6_h_256_a_8_qqp_en.md
@@ -0,0 +1,111 @@
+---
+layout: model
+title: English BertForSequenceClassification Cased model (from course5i)
+author: John Snow Labs
+name: bert_classifier_sead_l_6_h_256_a_8_qqp
+date: 2024-09-02
+tags: [en, open_source, bert, sequence_classification, classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `SEAD-L-6_H-256_A-8-qqp` is a English model originally trained by `course5i`.
+
+## Predicted Entities
+
+`0`, `1`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bert_classifier_sead_l_6_h_256_a_8_qqp_en_5.5.0_3.0_1725293522744.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bert_classifier_sead_l_6_h_256_a_8_qqp_en_5.5.0_3.0_1725293522744.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bert_squad_portuguese|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|pt|
+|Size:|405.9 MB|
+
+## References
+
+https://huggingface.co/rhaymison/bert-squad-portuguese
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-best_model_yelp_polarity_16_100_en.md b/docs/_posts/ahmedlone127/2024-09-02-best_model_yelp_polarity_16_100_en.md
new file mode 100644
index 00000000000000..03e3a4948e7c4d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-best_model_yelp_polarity_16_100_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English best_model_yelp_polarity_16_100 AlbertForSequenceClassification from simonycl
+author: John Snow Labs
+name: best_model_yelp_polarity_16_100
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`best_model_yelp_polarity_16_100` is a English model originally trained by simonycl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/best_model_yelp_polarity_16_100_en_5.5.0_3.0_1725279401767.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/best_model_yelp_polarity_16_100_en_5.5.0_3.0_1725279401767.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|best_model_yelp_polarity_16_100|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/simonycl/best_model-yelp_polarity-16-100
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-best_model_yelp_polarity_16_100_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-best_model_yelp_polarity_16_100_pipeline_en.md
new file mode 100644
index 00000000000000..a144de84edc9a4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-best_model_yelp_polarity_16_100_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English best_model_yelp_polarity_16_100_pipeline pipeline AlbertForSequenceClassification from simonycl
+author: John Snow Labs
+name: best_model_yelp_polarity_16_100_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`best_model_yelp_polarity_16_100_pipeline` is a English model originally trained by simonycl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/best_model_yelp_polarity_16_100_pipeline_en_5.5.0_3.0_1725279404286.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/best_model_yelp_polarity_16_100_pipeline_en_5.5.0_3.0_1725279404286.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("best_model_yelp_polarity_16_100_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("best_model_yelp_polarity_16_100_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|best_model_yelp_polarity_16_100_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/simonycl/best_model-yelp_polarity-16-100
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-best_model_yelp_polarity_32_42_en.md b/docs/_posts/ahmedlone127/2024-09-02-best_model_yelp_polarity_32_42_en.md
new file mode 100644
index 00000000000000..2296438cf8c3d4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-best_model_yelp_polarity_32_42_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English best_model_yelp_polarity_32_42 AlbertForSequenceClassification from simonycl
+author: John Snow Labs
+name: best_model_yelp_polarity_32_42
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`best_model_yelp_polarity_32_42` is a English model originally trained by simonycl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/best_model_yelp_polarity_32_42_en_5.5.0_3.0_1725301247636.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/best_model_yelp_polarity_32_42_en_5.5.0_3.0_1725301247636.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_arguana_dataset_10k_2k_e1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|398.1 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-arguana-dataset-10k-2k-e1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_arguana_dataset_10k_2k_e1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_arguana_dataset_10k_2k_e1_pipeline_en.md
new file mode 100644
index 00000000000000..f09fa851a2a099
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_arguana_dataset_10k_2k_e1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_arguana_dataset_10k_2k_e1_pipeline pipeline BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_arguana_dataset_10k_2k_e1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_arguana_dataset_10k_2k_e1_pipeline` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_arguana_dataset_10k_2k_e1_pipeline_en_5.5.0_3.0_1725263338121.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_arguana_dataset_10k_2k_e1_pipeline_en_5.5.0_3.0_1725263338121.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_arguana_dataset_10k_2k_e1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_arguana_dataset_10k_2k_e1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_arguana_dataset_10k_2k_e1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|398.1 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-arguana-dataset-10k-2k-e1
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_bioasq_matryoshka_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_bioasq_matryoshka_en.md
new file mode 100644
index 00000000000000..a4024ba0e115c6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_bioasq_matryoshka_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_bioasq_matryoshka BGEEmbeddings from juanpablomesa
+author: John Snow Labs
+name: bge_base_bioasq_matryoshka
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_bioasq_matryoshka` is a English model originally trained by juanpablomesa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_bioasq_matryoshka_en_5.5.0_3.0_1725262733122.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_bioasq_matryoshka_en_5.5.0_3.0_1725262733122.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_bioasq_matryoshka|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|388.5 MB|
+
+## References
+
+https://huggingface.co/juanpablomesa/bge-base-bioasq-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_bioasq_matryoshka_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_bioasq_matryoshka_pipeline_en.md
new file mode 100644
index 00000000000000..78e9d18ab5e095
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_bioasq_matryoshka_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_bioasq_matryoshka_pipeline pipeline BGEEmbeddings from juanpablomesa
+author: John Snow Labs
+name: bge_base_bioasq_matryoshka_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_bioasq_matryoshka_pipeline` is a English model originally trained by juanpablomesa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_bioasq_matryoshka_pipeline_en_5.5.0_3.0_1725262760628.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_bioasq_matryoshka_pipeline_en_5.5.0_3.0_1725262760628.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_bioasq_matryoshka_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_bioasq_matryoshka_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_bioasq_matryoshka_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|388.5 MB|
+
+## References
+
+https://huggingface.co/juanpablomesa/bge-base-bioasq-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_climate_fever_dataset_10k_2k_e2_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_climate_fever_dataset_10k_2k_e2_en.md
new file mode 100644
index 00000000000000..2da969b5054645
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_climate_fever_dataset_10k_2k_e2_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_climate_fever_dataset_10k_2k_e2 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_climate_fever_dataset_10k_2k_e2
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_climate_fever_dataset_10k_2k_e2` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_climate_fever_dataset_10k_2k_e2_en_5.5.0_3.0_1725263228825.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_climate_fever_dataset_10k_2k_e2_en_5.5.0_3.0_1725263228825.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_climate_fever_dataset_10k_2k_e2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|403.1 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-climate_fever-dataset-10k-2k-e2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_climate_fever_dataset_10k_2k_e2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_climate_fever_dataset_10k_2k_e2_pipeline_en.md
new file mode 100644
index 00000000000000..f0497f21af6c4d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_climate_fever_dataset_10k_2k_e2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_climate_fever_dataset_10k_2k_e2_pipeline pipeline BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_climate_fever_dataset_10k_2k_e2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_climate_fever_dataset_10k_2k_e2_pipeline` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_climate_fever_dataset_10k_2k_e2_pipeline_en_5.5.0_3.0_1725263252306.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_climate_fever_dataset_10k_2k_e2_pipeline_en_5.5.0_3.0_1725263252306.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_climate_fever_dataset_10k_2k_e2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_climate_fever_dataset_10k_2k_e2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_climate_fever_dataset_10k_2k_e2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|403.1 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-climate_fever-dataset-10k-2k-e2
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_trivia_anchor_positive_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_trivia_anchor_positive_en.md
new file mode 100644
index 00000000000000..d5b7e8beeba92b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_trivia_anchor_positive_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_english_trivia_anchor_positive BGEEmbeddings from SepKeyPro
+author: John Snow Labs
+name: bge_base_english_trivia_anchor_positive
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_trivia_anchor_positive` is a English model originally trained by SepKeyPro.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_trivia_anchor_positive_en_5.5.0_3.0_1725240933579.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_trivia_anchor_positive_en_5.5.0_3.0_1725240933579.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_trivia_anchor_positive|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|404.3 MB|
+
+## References
+
+https://huggingface.co/SepKeyPro/bge-base-en-trivia-anchor-positive
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_finetuned_ragds_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_finetuned_ragds_v2_en.md
new file mode 100644
index 00000000000000..d1435a7bcbdaf2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_finetuned_ragds_v2_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_english_v1_5_finetuned_ragds_v2 BGEEmbeddings from IlhamEbdesk
+author: John Snow Labs
+name: bge_base_english_v1_5_finetuned_ragds_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_finetuned_ragds_v2` is a English model originally trained by IlhamEbdesk.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_v2_en_5.5.0_3.0_1725241093600.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_v2_en_5.5.0_3.0_1725241093600.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_finetuned_ragds_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|398.2 MB|
+
+## References
+
+https://huggingface.co/IlhamEbdesk/bge-base-en-v1.5-finetuned_ragds_v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_finetuned_ragds_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_finetuned_ragds_v2_pipeline_en.md
new file mode 100644
index 00000000000000..05f170459af6a4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_finetuned_ragds_v2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_english_v1_5_finetuned_ragds_v2_pipeline pipeline BGEEmbeddings from IlhamEbdesk
+author: John Snow Labs
+name: bge_base_english_v1_5_finetuned_ragds_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_finetuned_ragds_v2_pipeline` is a English model originally trained by IlhamEbdesk.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_v2_pipeline_en_5.5.0_3.0_1725241117482.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_finetuned_ragds_v2_pipeline_en_5.5.0_3.0_1725241117482.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_english_v1_5_finetuned_ragds_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_english_v1_5_finetuned_ragds_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_finetuned_ragds_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|398.2 MB|
+
+## References
+
+https://huggingface.co/IlhamEbdesk/bge-base-en-v1.5-finetuned_ragds_v2
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_fte_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_fte_en.md
new file mode 100644
index 00000000000000..c94bfd6c40c460
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_fte_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_english_v1_5_fte BGEEmbeddings from dipanjanS
+author: John Snow Labs
+name: bge_base_english_v1_5_fte
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_fte` is a English model originally trained by dipanjanS.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_fte_en_5.5.0_3.0_1725241427814.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_fte_en_5.5.0_3.0_1725241427814.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_fte|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|383.9 MB|
+
+## References
+
+https://huggingface.co/dipanjanS/bge-base-en-v1.5-fte
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_fte_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_fte_pipeline_en.md
new file mode 100644
index 00000000000000..fbbd5bcf6d2b76
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_fte_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_english_v1_5_fte_pipeline pipeline BGEEmbeddings from dipanjanS
+author: John Snow Labs
+name: bge_base_english_v1_5_fte_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_fte_pipeline` is a English model originally trained by dipanjanS.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_fte_pipeline_en_5.5.0_3.0_1725241461208.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_fte_pipeline_en_5.5.0_3.0_1725241461208.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_english_v1_5_fte_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_english_v1_5_fte_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_fte_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|383.9 MB|
+
+## References
+
+https://huggingface.co/dipanjanS/bge-base-en-v1.5-fte
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_klej_dyk_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_klej_dyk_pipeline_en.md
new file mode 100644
index 00000000000000..db5624c972975c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_klej_dyk_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_english_v1_5_klej_dyk_pipeline pipeline BGEEmbeddings from ve88ifz2
+author: John Snow Labs
+name: bge_base_english_v1_5_klej_dyk_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_klej_dyk_pipeline` is a English model originally trained by ve88ifz2.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_klej_dyk_pipeline_en_5.5.0_3.0_1725241984605.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_klej_dyk_pipeline_en_5.5.0_3.0_1725241984605.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_english_v1_5_klej_dyk_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_english_v1_5_klej_dyk_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_klej_dyk_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|385.5 MB|
+
+## References
+
+https://huggingface.co/ve88ifz2/bge-base-en-v1.5-klej-dyk
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_klej_dyk_v0_2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_klej_dyk_v0_2_pipeline_en.md
new file mode 100644
index 00000000000000..d80cbd0615a9ca
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_english_v1_5_klej_dyk_v0_2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_english_v1_5_klej_dyk_v0_2_pipeline pipeline BGEEmbeddings from ve88ifz2
+author: John Snow Labs
+name: bge_base_english_v1_5_klej_dyk_v0_2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_english_v1_5_klej_dyk_v0_2_pipeline` is a English model originally trained by ve88ifz2.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_klej_dyk_v0_2_pipeline_en_5.5.0_3.0_1725242127755.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_english_v1_5_klej_dyk_v0_2_pipeline_en_5.5.0_3.0_1725242127755.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_english_v1_5_klej_dyk_v0_2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_english_v1_5_klej_dyk_v0_2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_english_v1_5_klej_dyk_v0_2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|385.6 MB|
+
+## References
+
+https://huggingface.co/ve88ifz2/bge-base-en-v1.5-klej-dyk-v0.2
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka4_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka4_en.md
new file mode 100644
index 00000000000000..80c837dc07dc83
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka4_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka4 BGEEmbeddings from ValentinaKim
+author: John Snow Labs
+name: bge_base_financial_matryoshka4
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka4` is a English model originally trained by ValentinaKim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka4_en_5.5.0_3.0_1725241673657.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka4_en_5.5.0_3.0_1725241673657.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|256.0 MB|
+
+## References
+
+https://huggingface.co/ValentinaKim/bge-base-financial-matryoshka4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka4_pipeline_en.md
new file mode 100644
index 00000000000000..ad3b5b8d1b0470
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka4_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka4_pipeline pipeline BGEEmbeddings from ValentinaKim
+author: John Snow Labs
+name: bge_base_financial_matryoshka4_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka4_pipeline` is a English model originally trained by ValentinaKim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka4_pipeline_en_5.5.0_3.0_1725241752224.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka4_pipeline_en_5.5.0_3.0_1725241752224.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|256.0 MB|
+
+## References
+
+https://huggingface.co/ValentinaKim/bge-base-financial-matryoshka4
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_anisha_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_anisha_en.md
new file mode 100644
index 00000000000000..49d9ba5e58d54b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_anisha_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_anisha BGEEmbeddings from anishareddyalla
+author: John Snow Labs
+name: bge_base_financial_matryoshka_anisha
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_anisha` is a English model originally trained by anishareddyalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_anisha_en_5.5.0_3.0_1725263196029.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_anisha_en_5.5.0_3.0_1725263196029.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_anisha|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/anishareddyalla/bge-base-financial-matryoshka-anisha
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_anisha_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_anisha_pipeline_en.md
new file mode 100644
index 00000000000000..884698813262d8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_anisha_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_anisha_pipeline pipeline BGEEmbeddings from anishareddyalla
+author: John Snow Labs
+name: bge_base_financial_matryoshka_anisha_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_anisha_pipeline` is a English model originally trained by anishareddyalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_anisha_pipeline_en_5.5.0_3.0_1725263225226.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_anisha_pipeline_en_5.5.0_3.0_1725263225226.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_anisha_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_anisha_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_anisha_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/anishareddyalla/bge-base-financial-matryoshka-anisha
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_bhlim_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_bhlim_en.md
new file mode 100644
index 00000000000000..24a607ac29c5f8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_bhlim_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_bhlim BGEEmbeddings from bhlim
+author: John Snow Labs
+name: bge_base_financial_matryoshka_bhlim
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_bhlim` is a English model originally trained by bhlim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_bhlim_en_5.5.0_3.0_1725241473614.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_bhlim_en_5.5.0_3.0_1725241473614.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_bhlim|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/bhlim/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_bhlim_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_bhlim_pipeline_en.md
new file mode 100644
index 00000000000000..da5aa9b93993d3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_bhlim_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_bhlim_pipeline pipeline BGEEmbeddings from bhlim
+author: John Snow Labs
+name: bge_base_financial_matryoshka_bhlim_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_bhlim_pipeline` is a English model originally trained by bhlim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_bhlim_pipeline_en_5.5.0_3.0_1725241504547.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_bhlim_pipeline_en_5.5.0_3.0_1725241504547.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_bhlim_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_bhlim_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_bhlim_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/bhlim/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_cngcv_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_cngcv_en.md
new file mode 100644
index 00000000000000..bc77cab14a8e52
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_cngcv_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_cngcv BGEEmbeddings from cngcv
+author: John Snow Labs
+name: bge_base_financial_matryoshka_cngcv
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_cngcv` is a English model originally trained by cngcv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_cngcv_en_5.5.0_3.0_1725262856261.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_cngcv_en_5.5.0_3.0_1725262856261.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_cngcv|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|376.2 MB|
+
+## References
+
+https://huggingface.co/cngcv/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_cngcv_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_cngcv_pipeline_en.md
new file mode 100644
index 00000000000000..b976512a970cc1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_cngcv_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_cngcv_pipeline pipeline BGEEmbeddings from cngcv
+author: John Snow Labs
+name: bge_base_financial_matryoshka_cngcv_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_cngcv_pipeline` is a English model originally trained by cngcv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_cngcv_pipeline_en_5.5.0_3.0_1725262888354.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_cngcv_pipeline_en_5.5.0_3.0_1725262888354.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_cngcv_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_cngcv_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_cngcv_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|376.2 MB|
+
+## References
+
+https://huggingface.co/cngcv/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_juanpablomesa_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_juanpablomesa_en.md
new file mode 100644
index 00000000000000..4801c3fca49fc6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_juanpablomesa_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_juanpablomesa BGEEmbeddings from juanpablomesa
+author: John Snow Labs
+name: bge_base_financial_matryoshka_juanpablomesa
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_juanpablomesa` is a English model originally trained by juanpablomesa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_juanpablomesa_en_5.5.0_3.0_1725262797745.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_juanpablomesa_en_5.5.0_3.0_1725262797745.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_juanpablomesa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|399.7 MB|
+
+## References
+
+https://huggingface.co/juanpablomesa/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_juanpablomesa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_juanpablomesa_pipeline_en.md
new file mode 100644
index 00000000000000..11c4ce2ef92e01
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_juanpablomesa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_juanpablomesa_pipeline pipeline BGEEmbeddings from juanpablomesa
+author: John Snow Labs
+name: bge_base_financial_matryoshka_juanpablomesa_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_juanpablomesa_pipeline` is a English model originally trained by juanpablomesa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_juanpablomesa_pipeline_en_5.5.0_3.0_1725262820953.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_juanpablomesa_pipeline_en_5.5.0_3.0_1725262820953.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_juanpablomesa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_juanpablomesa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_juanpablomesa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|399.7 MB|
+
+## References
+
+https://huggingface.co/juanpablomesa/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_korruz_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_korruz_en.md
new file mode 100644
index 00000000000000..1f16a3b29f935e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_korruz_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_korruz BGEEmbeddings from korruz
+author: John Snow Labs
+name: bge_base_financial_matryoshka_korruz
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_korruz` is a English model originally trained by korruz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_korruz_en_5.5.0_3.0_1725263102876.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_korruz_en_5.5.0_3.0_1725263102876.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_korruz|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/korruz/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_korruz_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_korruz_pipeline_en.md
new file mode 100644
index 00000000000000..27324350439d74
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_korruz_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_korruz_pipeline pipeline BGEEmbeddings from korruz
+author: John Snow Labs
+name: bge_base_financial_matryoshka_korruz_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_korruz_pipeline` is a English model originally trained by korruz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_korruz_pipeline_en_5.5.0_3.0_1725263130992.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_korruz_pipeline_en_5.5.0_3.0_1725263130992.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_korruz_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_korruz_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_korruz_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/korruz/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_kperkins411_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_kperkins411_en.md
new file mode 100644
index 00000000000000..e178e0b74d87ae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_kperkins411_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_kperkins411 BGEEmbeddings from kperkins411
+author: John Snow Labs
+name: bge_base_financial_matryoshka_kperkins411
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_kperkins411` is a English model originally trained by kperkins411.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_kperkins411_en_5.5.0_3.0_1725241949279.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_kperkins411_en_5.5.0_3.0_1725241949279.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_kperkins411|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/kperkins411/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_kperkins411_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_kperkins411_pipeline_en.md
new file mode 100644
index 00000000000000..4f92f8cee63eff
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_kperkins411_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_kperkins411_pipeline pipeline BGEEmbeddings from kperkins411
+author: John Snow Labs
+name: bge_base_financial_matryoshka_kperkins411_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_kperkins411_pipeline` is a English model originally trained by kperkins411.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_kperkins411_pipeline_en_5.5.0_3.0_1725241978645.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_kperkins411_pipeline_en_5.5.0_3.0_1725241978645.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_kperkins411_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_kperkins411_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_kperkins411_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/kperkins411/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_naruke_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_naruke_pipeline_en.md
new file mode 100644
index 00000000000000..8a1f418c5c35c4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_naruke_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_naruke_pipeline pipeline BGEEmbeddings from Naruke
+author: John Snow Labs
+name: bge_base_financial_matryoshka_naruke_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_naruke_pipeline` is a English model originally trained by Naruke.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_naruke_pipeline_en_5.5.0_3.0_1725263231426.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_naruke_pipeline_en_5.5.0_3.0_1725263231426.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_naruke_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_naruke_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_naruke_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/Naruke/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_en.md
new file mode 100644
index 00000000000000..94ea805cbe2a5f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_nvda BGEEmbeddings from anikulkar
+author: John Snow Labs
+name: bge_base_financial_matryoshka_nvda
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_nvda` is a English model originally trained by anikulkar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_nvda_en_5.5.0_3.0_1725241810701.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_nvda_en_5.5.0_3.0_1725241810701.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_nvda|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|376.2 MB|
+
+## References
+
+https://huggingface.co/anikulkar/bge-base-financial-matryoshka-nvda
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_iter20_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_iter20_en.md
new file mode 100644
index 00000000000000..f17d27be096cf3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_iter20_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_nvda_iter20 BGEEmbeddings from anikulkar
+author: John Snow Labs
+name: bge_base_financial_matryoshka_nvda_iter20
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_nvda_iter20` is a English model originally trained by anikulkar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_nvda_iter20_en_5.5.0_3.0_1725262659066.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_nvda_iter20_en_5.5.0_3.0_1725262659066.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_nvda_iter20|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|376.2 MB|
+
+## References
+
+https://huggingface.co/anikulkar/bge-base-financial-matryoshka-nvda-iter20
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_iter20_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_iter20_pipeline_en.md
new file mode 100644
index 00000000000000..85141c0ab46702
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_iter20_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_nvda_iter20_pipeline pipeline BGEEmbeddings from anikulkar
+author: John Snow Labs
+name: bge_base_financial_matryoshka_nvda_iter20_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_nvda_iter20_pipeline` is a English model originally trained by anikulkar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_nvda_iter20_pipeline_en_5.5.0_3.0_1725262690223.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_nvda_iter20_pipeline_en_5.5.0_3.0_1725262690223.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_nvda_iter20_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_nvda_iter20_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_nvda_iter20_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|376.2 MB|
+
+## References
+
+https://huggingface.co/anikulkar/bge-base-financial-matryoshka-nvda-iter20
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_pipeline_en.md
new file mode 100644
index 00000000000000..640ea181cb325c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_nvda_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_nvda_pipeline pipeline BGEEmbeddings from anikulkar
+author: John Snow Labs
+name: bge_base_financial_matryoshka_nvda_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_nvda_pipeline` is a English model originally trained by anikulkar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_nvda_pipeline_en_5.5.0_3.0_1725241844119.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_nvda_pipeline_en_5.5.0_3.0_1725241844119.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_nvda_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_nvda_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_nvda_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|376.2 MB|
+
+## References
+
+https://huggingface.co/anikulkar/bge-base-financial-matryoshka-nvda
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_test_4_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_test_4_en.md
new file mode 100644
index 00000000000000..47406791546903
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_test_4_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_test_4 BGEEmbeddings from NickyNicky
+author: John Snow Labs
+name: bge_base_financial_matryoshka_test_4
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_test_4` is a English model originally trained by NickyNicky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_4_en_5.5.0_3.0_1725263500163.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_4_en_5.5.0_3.0_1725263500163.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_test_4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/NickyNicky/bge-base-financial-matryoshka_test_4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_test_4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_test_4_pipeline_en.md
new file mode 100644
index 00000000000000..9597de5caf94d2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_test_4_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_test_4_pipeline pipeline BGEEmbeddings from NickyNicky
+author: John Snow Labs
+name: bge_base_financial_matryoshka_test_4_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_test_4_pipeline` is a English model originally trained by NickyNicky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_4_pipeline_en_5.5.0_3.0_1725263528612.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_test_4_pipeline_en_5.5.0_3.0_1725263528612.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_test_4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_test_4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_test_4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/NickyNicky/bge-base-financial-matryoshka_test_4
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_yohhei_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_yohhei_en.md
new file mode 100644
index 00000000000000..8113de4dd5d67e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_yohhei_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_yohhei BGEEmbeddings from Yohhei
+author: John Snow Labs
+name: bge_base_financial_matryoshka_yohhei
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_yohhei` is a English model originally trained by Yohhei.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_yohhei_en_5.5.0_3.0_1725240939506.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_yohhei_en_5.5.0_3.0_1725240939506.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_yohhei|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/Yohhei/bge-base-financial-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_yohhei_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_yohhei_pipeline_en.md
new file mode 100644
index 00000000000000..b0761fd06b4ce4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_financial_matryoshka_yohhei_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_financial_matryoshka_yohhei_pipeline pipeline BGEEmbeddings from Yohhei
+author: John Snow Labs
+name: bge_base_financial_matryoshka_yohhei_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_financial_matryoshka_yohhei_pipeline` is a English model originally trained by Yohhei.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_yohhei_pipeline_en_5.5.0_3.0_1725240967673.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_financial_matryoshka_yohhei_pipeline_en_5.5.0_3.0_1725240967673.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_financial_matryoshka_yohhei_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_financial_matryoshka_yohhei_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_financial_matryoshka_yohhei_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.1 MB|
+
+## References
+
+https://huggingface.co/Yohhei/bge-base-financial-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_matryoshka_aws_casestudies_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_matryoshka_aws_casestudies_en.md
new file mode 100644
index 00000000000000..ca7a00c37166a9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_matryoshka_aws_casestudies_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_matryoshka_aws_casestudies BGEEmbeddings from anishareddyalla
+author: John Snow Labs
+name: bge_base_matryoshka_aws_casestudies
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_matryoshka_aws_casestudies` is a English model originally trained by anishareddyalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_matryoshka_aws_casestudies_en_5.5.0_3.0_1725242096135.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_matryoshka_aws_casestudies_en_5.5.0_3.0_1725242096135.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_matryoshka_aws_casestudies|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|390.4 MB|
+
+## References
+
+https://huggingface.co/anishareddyalla/bge-base-matryoshka-aws-casestudies
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_matryoshka_aws_casestudies_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_matryoshka_aws_casestudies_pipeline_en.md
new file mode 100644
index 00000000000000..4b0e9ea6dc5f6f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_matryoshka_aws_casestudies_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_matryoshka_aws_casestudies_pipeline pipeline BGEEmbeddings from anishareddyalla
+author: John Snow Labs
+name: bge_base_matryoshka_aws_casestudies_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_matryoshka_aws_casestudies_pipeline` is a English model originally trained by anishareddyalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_matryoshka_aws_casestudies_pipeline_en_5.5.0_3.0_1725242126148.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_matryoshka_aws_casestudies_pipeline_en_5.5.0_3.0_1725242126148.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_matryoshka_aws_casestudies_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_matryoshka_aws_casestudies_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_matryoshka_aws_casestudies_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|390.4 MB|
+
+## References
+
+https://huggingface.co/anishareddyalla/bge-base-matryoshka-aws-casestudies
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_mbpp_processed_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_mbpp_processed_pipeline_en.md
new file mode 100644
index 00000000000000..f152215163b6ad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_mbpp_processed_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_mbpp_processed_pipeline pipeline BGEEmbeddings from Nutanix
+author: John Snow Labs
+name: bge_base_mbpp_processed_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_mbpp_processed_pipeline` is a English model originally trained by Nutanix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_mbpp_processed_pipeline_en_5.5.0_3.0_1725262901592.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_mbpp_processed_pipeline_en_5.5.0_3.0_1725262901592.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_mbpp_processed_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_mbpp_processed_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_mbpp_processed_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|377.8 MB|
+
+## References
+
+https://huggingface.co/Nutanix/bge-base-mbpp-processed
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v10_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v10_en.md
new file mode 100644
index 00000000000000..7ca2f7d0ee08d9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v10_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v10 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v10
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v10` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v10_en_5.5.0_3.0_1725241638223.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v10_en_5.5.0_3.0_1725241638223.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v10|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|381.5 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v10
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v10_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v10_pipeline_en.md
new file mode 100644
index 00000000000000..dce8c1794bbd00
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v10_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v10_pipeline pipeline BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v10_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v10_pipeline` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v10_pipeline_en_5.5.0_3.0_1725241668488.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v10_pipeline_en_5.5.0_3.0_1725241668488.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_securiti_dataset_1_v10_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_securiti_dataset_1_v10_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v10_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|381.5 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v10
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v11_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v11_en.md
new file mode 100644
index 00000000000000..b0aeca2bb1499b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v11_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v11 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v11
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v11` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v11_en_5.5.0_3.0_1725263355622.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v11_en_5.5.0_3.0_1725263355622.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v11|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|381.6 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v11
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v11_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v11_pipeline_en.md
new file mode 100644
index 00000000000000..7a08286b1e6de8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v11_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v11_pipeline pipeline BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v11_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v11_pipeline` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v11_pipeline_en_5.5.0_3.0_1725263385991.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v11_pipeline_en_5.5.0_3.0_1725263385991.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_securiti_dataset_1_v11_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_securiti_dataset_1_v11_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v11_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|381.6 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v11
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v13_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v13_en.md
new file mode 100644
index 00000000000000..621b34a08e550b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v13_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v13 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v13
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v13` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v13_en_5.5.0_3.0_1725262662585.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v13_en_5.5.0_3.0_1725262662585.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v13|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|381.3 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v13
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v13_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v13_pipeline_en.md
new file mode 100644
index 00000000000000..0f312d58d91649
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v13_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v13_pipeline pipeline BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v13_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v13_pipeline` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v13_pipeline_en_5.5.0_3.0_1725262692699.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v13_pipeline_en_5.5.0_3.0_1725262692699.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_securiti_dataset_1_v13_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_securiti_dataset_1_v13_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v13_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|381.4 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v13
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v16_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v16_en.md
new file mode 100644
index 00000000000000..cfa6ec8d94e8da
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v16_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v16 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v16
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v16` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v16_en_5.5.0_3.0_1725241853915.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v16_en_5.5.0_3.0_1725241853915.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v16|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|388.5 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v16
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v16_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v16_pipeline_en.md
new file mode 100644
index 00000000000000..5c5fc9d447cf1c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v16_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v16_pipeline pipeline BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v16_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v16_pipeline` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v16_pipeline_en_5.5.0_3.0_1725241881063.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v16_pipeline_en_5.5.0_3.0_1725241881063.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_securiti_dataset_1_v16_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_securiti_dataset_1_v16_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v16_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|388.5 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v16
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v17_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v17_en.md
new file mode 100644
index 00000000000000..c7c1f456e621d7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v17_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v17 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v17
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v17` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v17_en_5.5.0_3.0_1725241928326.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v17_en_5.5.0_3.0_1725241928326.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v17|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|384.3 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v17
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v22_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v22_en.md
new file mode 100644
index 00000000000000..4f6b118c17a1d1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v22_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v22 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v22
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v22` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v22_en_5.5.0_3.0_1725263478386.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v22_en_5.5.0_3.0_1725263478386.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v22|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|384.8 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v22
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v9_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v9_en.md
new file mode 100644
index 00000000000000..e83c60bafed637
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v9_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v9 BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v9
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v9` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v9_en_5.5.0_3.0_1725241940358.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v9_en_5.5.0_3.0_1725241940358.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v9|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|381.5 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v9
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v9_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v9_pipeline_en.md
new file mode 100644
index 00000000000000..45593aeeb3d487
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_base_securiti_dataset_1_v9_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_base_securiti_dataset_1_v9_pipeline pipeline BGEEmbeddings from MugheesAwan11
+author: John Snow Labs
+name: bge_base_securiti_dataset_1_v9_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_base_securiti_dataset_1_v9_pipeline` is a English model originally trained by MugheesAwan11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v9_pipeline_en_5.5.0_3.0_1725241970887.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_base_securiti_dataset_1_v9_pipeline_en_5.5.0_3.0_1725241970887.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_base_securiti_dataset_1_v9_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_base_securiti_dataset_1_v9_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_base_securiti_dataset_1_v9_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|381.5 MB|
+
+## References
+
+https://huggingface.co/MugheesAwan11/bge-base-securiti-dataset-1-v9
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_embedding_model2_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_embedding_model2_en.md
new file mode 100644
index 00000000000000..cd296fe1e97ede
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_embedding_model2_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_embedding_model2 BGEEmbeddings from SQAI
+author: John Snow Labs
+name: bge_embedding_model2
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_embedding_model2` is a English model originally trained by SQAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_embedding_model2_en_5.5.0_3.0_1725263588008.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_embedding_model2_en_5.5.0_3.0_1725263588008.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_embedding_model2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|115.2 MB|
+
+## References
+
+https://huggingface.co/SQAI/bge-embedding-model2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_embedding_model2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_embedding_model2_pipeline_en.md
new file mode 100644
index 00000000000000..bbdc8884d9c50f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_embedding_model2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_embedding_model2_pipeline pipeline BGEEmbeddings from SQAI
+author: John Snow Labs
+name: bge_embedding_model2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_embedding_model2_pipeline` is a English model originally trained by SQAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_embedding_model2_pipeline_en_5.5.0_3.0_1725263595715.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_embedding_model2_pipeline_en_5.5.0_3.0_1725263595715.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_embedding_model2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_embedding_model2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_embedding_model2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|115.2 MB|
+
+## References
+
+https://huggingface.co/SQAI/bge-embedding-model2
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_large_chatbot_matryoshka_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_large_chatbot_matryoshka_pipeline_en.md
new file mode 100644
index 00000000000000..0a9f84fdad00cb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_large_chatbot_matryoshka_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_large_chatbot_matryoshka_pipeline pipeline BGEEmbeddings from MANMEET75
+author: John Snow Labs
+name: bge_large_chatbot_matryoshka_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_chatbot_matryoshka_pipeline` is a English model originally trained by MANMEET75.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_chatbot_matryoshka_pipeline_en_5.5.0_3.0_1725241444555.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_chatbot_matryoshka_pipeline_en_5.5.0_3.0_1725241444555.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_large_chatbot_matryoshka_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_large_chatbot_matryoshka_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_chatbot_matryoshka_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/MANMEET75/bge-large-Chatbot-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_large_english_v1_5_angleloss_25_epochs_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_large_english_v1_5_angleloss_25_epochs_en.md
new file mode 100644
index 00000000000000..d9f5e4ed02f7ab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_large_english_v1_5_angleloss_25_epochs_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_large_english_v1_5_angleloss_25_epochs BGEEmbeddings from Areeb-02
+author: John Snow Labs
+name: bge_large_english_v1_5_angleloss_25_epochs
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_english_v1_5_angleloss_25_epochs` is a English model originally trained by Areeb-02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_angleloss_25_epochs_en_5.5.0_3.0_1725241425373.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_angleloss_25_epochs_en_5.5.0_3.0_1725241425373.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_english_v1_5_angleloss_25_epochs|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/Areeb-02/bge-large-en-v1.5-AngleLoss-25-Epochs
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_large_english_v1_5_angleloss_25_epochs_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_large_english_v1_5_angleloss_25_epochs_pipeline_en.md
new file mode 100644
index 00000000000000..36e675b967d26f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_large_english_v1_5_angleloss_25_epochs_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_large_english_v1_5_angleloss_25_epochs_pipeline pipeline BGEEmbeddings from Areeb-02
+author: John Snow Labs
+name: bge_large_english_v1_5_angleloss_25_epochs_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_large_english_v1_5_angleloss_25_epochs_pipeline` is a English model originally trained by Areeb-02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_angleloss_25_epochs_pipeline_en_5.5.0_3.0_1725241506686.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_large_english_v1_5_angleloss_25_epochs_pipeline_en_5.5.0_3.0_1725241506686.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_large_english_v1_5_angleloss_25_epochs_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_large_english_v1_5_angleloss_25_epochs_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_large_english_v1_5_angleloss_25_epochs_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/Areeb-02/bge-large-en-v1.5-AngleLoss-25-Epochs
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_small_bioasq_1epoch_batch32_100steps_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_small_bioasq_1epoch_batch32_100steps_en.md
new file mode 100644
index 00000000000000..5895bdd56a19f0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_small_bioasq_1epoch_batch32_100steps_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_small_bioasq_1epoch_batch32_100steps BGEEmbeddings from juanpablomesa
+author: John Snow Labs
+name: bge_small_bioasq_1epoch_batch32_100steps
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_bioasq_1epoch_batch32_100steps` is a English model originally trained by juanpablomesa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_bioasq_1epoch_batch32_100steps_en_5.5.0_3.0_1725263267333.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_bioasq_1epoch_batch32_100steps_en_5.5.0_3.0_1725263267333.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_bioasq_1epoch_batch32_100steps|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|115.6 MB|
+
+## References
+
+https://huggingface.co/juanpablomesa/bge-small-bioasq-1epoch-batch32-100steps
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_small_bioasq_1epoch_batch32_100steps_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_small_bioasq_1epoch_batch32_100steps_pipeline_en.md
new file mode 100644
index 00000000000000..2eabc449dd56ae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_small_bioasq_1epoch_batch32_100steps_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_small_bioasq_1epoch_batch32_100steps_pipeline pipeline BGEEmbeddings from juanpablomesa
+author: John Snow Labs
+name: bge_small_bioasq_1epoch_batch32_100steps_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_bioasq_1epoch_batch32_100steps_pipeline` is a English model originally trained by juanpablomesa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_bioasq_1epoch_batch32_100steps_pipeline_en_5.5.0_3.0_1725263276792.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_bioasq_1epoch_batch32_100steps_pipeline_en_5.5.0_3.0_1725263276792.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_small_bioasq_1epoch_batch32_100steps_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_small_bioasq_1epoch_batch32_100steps_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_bioasq_1epoch_batch32_100steps_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|115.6 MB|
+
+## References
+
+https://huggingface.co/juanpablomesa/bge-small-bioasq-1epoch-batch32-100steps
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_small_english_multiplrrankingloss_30_rag_paper_dataset_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_small_english_multiplrrankingloss_30_rag_paper_dataset_en.md
new file mode 100644
index 00000000000000..fdf2435d4fcb86
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_small_english_multiplrrankingloss_30_rag_paper_dataset_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_small_english_multiplrrankingloss_30_rag_paper_dataset BGEEmbeddings from Areeb-02
+author: John Snow Labs
+name: bge_small_english_multiplrrankingloss_30_rag_paper_dataset
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_english_multiplrrankingloss_30_rag_paper_dataset` is a English model originally trained by Areeb-02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_english_multiplrrankingloss_30_rag_paper_dataset_en_5.5.0_3.0_1725263055594.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_english_multiplrrankingloss_30_rag_paper_dataset_en_5.5.0_3.0_1725263055594.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_english_multiplrrankingloss_30_rag_paper_dataset|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|112.3 MB|
+
+## References
+
+https://huggingface.co/Areeb-02/bge-small-en-MultiplrRankingLoss-30-Rag-paper-dataset
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline_en.md
new file mode 100644
index 00000000000000..af12a552619c1f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline pipeline BGEEmbeddings from Areeb-02
+author: John Snow Labs
+name: bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline` is a English model originally trained by Areeb-02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline_en_5.5.0_3.0_1725263066219.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline_en_5.5.0_3.0_1725263066219.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_english_multiplrrankingloss_30_rag_paper_dataset_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|112.3 MB|
+
+## References
+
+https://huggingface.co/Areeb-02/bge-small-en-MultiplrRankingLoss-30-Rag-paper-dataset
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_small_matryoshka_fine_tuned_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_small_matryoshka_fine_tuned_en.md
new file mode 100644
index 00000000000000..987fedf1c5b0aa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_small_matryoshka_fine_tuned_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_small_matryoshka_fine_tuned BGEEmbeddings from rajatrc1705
+author: John Snow Labs
+name: bge_small_matryoshka_fine_tuned
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_matryoshka_fine_tuned` is a English model originally trained by rajatrc1705.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_matryoshka_fine_tuned_en_5.5.0_3.0_1725262549555.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_matryoshka_fine_tuned_en_5.5.0_3.0_1725262549555.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_matryoshka_fine_tuned|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|123.8 MB|
+
+## References
+
+https://huggingface.co/rajatrc1705/bge-small-matryoshka-fine-tuned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_small_matryoshka_fine_tuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_small_matryoshka_fine_tuned_pipeline_en.md
new file mode 100644
index 00000000000000..1aaafdc05bdf1e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_small_matryoshka_fine_tuned_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_small_matryoshka_fine_tuned_pipeline pipeline BGEEmbeddings from rajatrc1705
+author: John Snow Labs
+name: bge_small_matryoshka_fine_tuned_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_matryoshka_fine_tuned_pipeline` is a English model originally trained by rajatrc1705.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_matryoshka_fine_tuned_pipeline_en_5.5.0_3.0_1725262556049.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_matryoshka_fine_tuned_pipeline_en_5.5.0_3.0_1725262556049.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_small_matryoshka_fine_tuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_small_matryoshka_fine_tuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_matryoshka_fine_tuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|123.8 MB|
+
+## References
+
+https://huggingface.co/rajatrc1705/bge-small-matryoshka-fine-tuned
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_small_method1_triplet_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_small_method1_triplet_en.md
new file mode 100644
index 00000000000000..18638b78adbdcd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_small_method1_triplet_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English bge_small_method1_triplet BGEEmbeddings from smokxy
+author: John Snow Labs
+name: bge_small_method1_triplet
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_method1_triplet` is a English model originally trained by smokxy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_method1_triplet_en_5.5.0_3.0_1725263599812.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_method1_triplet_en_5.5.0_3.0_1725263599812.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_method1_triplet|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|116.3 MB|
+
+## References
+
+https://huggingface.co/smokxy/bge_small_method1_triplet
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bge_small_method1_triplet_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bge_small_method1_triplet_pipeline_en.md
new file mode 100644
index 00000000000000..d43d1797f4c85a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bge_small_method1_triplet_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English bge_small_method1_triplet_pipeline pipeline BGEEmbeddings from smokxy
+author: John Snow Labs
+name: bge_small_method1_triplet_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_small_method1_triplet_pipeline` is a English model originally trained by smokxy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_small_method1_triplet_pipeline_en_5.5.0_3.0_1725263608363.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_small_method1_triplet_pipeline_en_5.5.0_3.0_1725263608363.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_small_method1_triplet_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_small_method1_triplet_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_small_method1_triplet_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|116.3 MB|
+
+## References
+
+https://huggingface.co/smokxy/bge_small_method1_triplet
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-binaryaugmentedcards_en.md b/docs/_posts/ahmedlone127/2024-09-02-binaryaugmentedcards_en.md
new file mode 100644
index 00000000000000..cf4fbfa9a7d85a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-binaryaugmentedcards_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English binaryaugmentedcards RoBertaForSequenceClassification from crarojasca
+author: John Snow Labs
+name: binaryaugmentedcards
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`binaryaugmentedcards` is a English model originally trained by crarojasca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/binaryaugmentedcards_en_5.5.0_3.0_1725277855900.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/binaryaugmentedcards_en_5.5.0_3.0_1725277855900.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|binaryaugmentedcards|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/crarojasca/BinaryAugmentedCARDS
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-binaryaugmentedcards_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-binaryaugmentedcards_pipeline_en.md
new file mode 100644
index 00000000000000..04c3f7470047be
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-binaryaugmentedcards_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English binaryaugmentedcards_pipeline pipeline RoBertaForSequenceClassification from crarojasca
+author: John Snow Labs
+name: binaryaugmentedcards_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`binaryaugmentedcards_pipeline` is a English model originally trained by crarojasca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/binaryaugmentedcards_pipeline_en_5.5.0_3.0_1725277927124.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/binaryaugmentedcards_pipeline_en_5.5.0_3.0_1725277927124.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("binaryaugmentedcards_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("binaryaugmentedcards_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|binaryaugmentedcards_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/crarojasca/BinaryAugmentedCARDS
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-binitha_camembert_en.md b/docs/_posts/ahmedlone127/2024-09-02-binitha_camembert_en.md
new file mode 100644
index 00000000000000..0d294ebfd1fbc7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-binitha_camembert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English binitha_camembert CamemBertEmbeddings from Binitha
+author: John Snow Labs
+name: binitha_camembert
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`binitha_camembert` is a English model originally trained by Binitha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/binitha_camembert_en_5.5.0_3.0_1725299514134.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/binitha_camembert_en_5.5.0_3.0_1725299514134.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|binitha_camembert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Binitha/binitha_camembert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-binitha_camembert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-binitha_camembert_pipeline_en.md
new file mode 100644
index 00000000000000..f7bdd1806dc615
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-binitha_camembert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English binitha_camembert_pipeline pipeline CamemBertEmbeddings from Binitha
+author: John Snow Labs
+name: binitha_camembert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`binitha_camembert_pipeline` is a English model originally trained by Binitha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/binitha_camembert_pipeline_en_5.5.0_3.0_1725299595663.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/binitha_camembert_pipeline_en_5.5.0_3.0_1725299595663.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("binitha_camembert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("binitha_camembert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|binitha_camembert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Binitha/binitha_camembert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bio_roberta_base_pubmed_en.md b/docs/_posts/ahmedlone127/2024-09-02-bio_roberta_base_pubmed_en.md
new file mode 100644
index 00000000000000..b80583bc8bd05c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bio_roberta_base_pubmed_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English bio_roberta_base_pubmed RoBertaEmbeddings from minhpqn
+author: John Snow Labs
+name: bio_roberta_base_pubmed
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bio_roberta_base_pubmed` is a English model originally trained by minhpqn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bio_roberta_base_pubmed_en_5.5.0_3.0_1725265104643.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bio_roberta_base_pubmed_en_5.5.0_3.0_1725265104643.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bio_roberta_base_pubmed|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|466.0 MB|
+
+## References
+
+https://huggingface.co/minhpqn/bio_roberta-base_pubmed
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bio_roberta_base_pubmed_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-bio_roberta_base_pubmed_pipeline_en.md
new file mode 100644
index 00000000000000..fd4cda615f1129
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bio_roberta_base_pubmed_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bio_roberta_base_pubmed_pipeline pipeline RoBertaEmbeddings from minhpqn
+author: John Snow Labs
+name: bio_roberta_base_pubmed_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bio_roberta_base_pubmed_pipeline` is a English model originally trained by minhpqn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bio_roberta_base_pubmed_pipeline_en_5.5.0_3.0_1725265128854.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bio_roberta_base_pubmed_pipeline_en_5.5.0_3.0_1725265128854.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bio_roberta_base_pubmed_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bio_roberta_base_pubmed_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bio_roberta_base_pubmed_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|466.0 MB|
+
+## References
+
+https://huggingface.co/minhpqn/bio_roberta-base_pubmed
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-biolord_2023_s_en.md b/docs/_posts/ahmedlone127/2024-09-02-biolord_2023_s_en.md
new file mode 100644
index 00000000000000..21741ab7219c99
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-biolord_2023_s_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English biolord_2023_s MPNetEmbeddings from FremyCompany
+author: John Snow Labs
+name: biolord_2023_s
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`biolord_2023_s` is a English model originally trained by FremyCompany.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/biolord_2023_s_en_5.5.0_3.0_1725258510787.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/biolord_2023_s_en_5.5.0_3.0_1725258510787.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|biolord_2023_s|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.1 MB|
+
+## References
+
+https://huggingface.co/FremyCompany/BioLORD-2023-S
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-biolord_2023_s_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-biolord_2023_s_pipeline_en.md
new file mode 100644
index 00000000000000..fc5cd0f8594c1d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-biolord_2023_s_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English biolord_2023_s_pipeline pipeline MPNetEmbeddings from FremyCompany
+author: John Snow Labs
+name: biolord_2023_s_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`biolord_2023_s_pipeline` is a English model originally trained by FremyCompany.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/biolord_2023_s_pipeline_en_5.5.0_3.0_1725258532441.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/biolord_2023_s_pipeline_en_5.5.0_3.0_1725258532441.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("biolord_2023_s_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("biolord_2023_s_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|biolord_2023_s_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.1 MB|
+
+## References
+
+https://huggingface.co/FremyCompany/BioLORD-2023-S
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-bsc_bio_ehr_spanish_cantemist_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-02-bsc_bio_ehr_spanish_cantemist_pipeline_es.md
new file mode 100644
index 00000000000000..acab6ddc29e900
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-bsc_bio_ehr_spanish_cantemist_pipeline_es.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Castilian, Spanish bsc_bio_ehr_spanish_cantemist_pipeline pipeline RoBertaForTokenClassification from PlanTL-GOB-ES
+author: John Snow Labs
+name: bsc_bio_ehr_spanish_cantemist_pipeline
+date: 2024-09-02
+tags: [es, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bsc_bio_ehr_spanish_cantemist_pipeline` is a Castilian, Spanish model originally trained by PlanTL-GOB-ES.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bsc_bio_ehr_spanish_cantemist_pipeline_es_5.5.0_3.0_1725311511446.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bsc_bio_ehr_spanish_cantemist_pipeline_es_5.5.0_3.0_1725311511446.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bsc_bio_ehr_spanish_cantemist_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bsc_bio_ehr_spanish_cantemist_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bsc_bio_ehr_spanish_cantemist_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|434.9 MB|
+
+## References
+
+https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es-cantemist
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_eli5_mlm_model_stevhliu_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_eli5_mlm_model_stevhliu_en.md
new file mode 100644
index 00000000000000..5e456e89f96585
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_eli5_mlm_model_stevhliu_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_eli5_mlm_model_stevhliu RoBertaEmbeddings from stevhliu
+author: John Snow Labs
+name: burmese_awesome_eli5_mlm_model_stevhliu
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_eli5_mlm_model_stevhliu` is a English model originally trained by stevhliu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_eli5_mlm_model_stevhliu_en_5.5.0_3.0_1725264915972.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_eli5_mlm_model_stevhliu_en_5.5.0_3.0_1725264915972.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_eli5_mlm_model_stevhliu|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|306.5 MB|
+
+## References
+
+https://huggingface.co/stevhliu/my_awesome_eli5_mlm_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_eli5_mlm_model_stevhliu_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_eli5_mlm_model_stevhliu_pipeline_en.md
new file mode 100644
index 00000000000000..adcf15cf898dcd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_eli5_mlm_model_stevhliu_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_eli5_mlm_model_stevhliu_pipeline pipeline RoBertaEmbeddings from stevhliu
+author: John Snow Labs
+name: burmese_awesome_eli5_mlm_model_stevhliu_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_eli5_mlm_model_stevhliu_pipeline` is a English model originally trained by stevhliu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_eli5_mlm_model_stevhliu_pipeline_en_5.5.0_3.0_1725264932383.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_eli5_mlm_model_stevhliu_pipeline_en_5.5.0_3.0_1725264932383.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_eli5_mlm_model_stevhliu_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_eli5_mlm_model_stevhliu_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_eli5_mlm_model_stevhliu_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|306.5 MB|
+
+## References
+
+https://huggingface.co/stevhliu/my_awesome_eli5_mlm_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_model_20wds_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_model_20wds_pipeline_en.md
new file mode 100644
index 00000000000000..9f4b3ace0a0362
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_model_20wds_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_model_20wds_pipeline pipeline DistilBertForSequenceClassification from 20wds
+author: John Snow Labs
+name: burmese_awesome_model_20wds_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_model_20wds_pipeline` is a English model originally trained by 20wds.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_model_20wds_pipeline_en_5.5.0_3.0_1725305780381.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_model_20wds_pipeline_en_5.5.0_3.0_1725305780381.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_model_20wds_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_model_20wds_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_model_20wds_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/20wds/my_awesome_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_model_cptkorsche_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_model_cptkorsche_en.md
new file mode 100644
index 00000000000000..ac3a9a9a70bd6a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_model_cptkorsche_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_model_cptkorsche DistilBertForSequenceClassification from CptKorsche
+author: John Snow Labs
+name: burmese_awesome_model_cptkorsche
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_model_cptkorsche` is a English model originally trained by CptKorsche.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_model_cptkorsche_en_5.5.0_3.0_1725291861420.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_model_cptkorsche_en_5.5.0_3.0_1725291861420.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_model_cptkorsche|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/CptKorsche/my_awesome_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_model_rdsmaia_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_model_rdsmaia_pipeline_en.md
new file mode 100644
index 00000000000000..01eb979c6f7e7d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_model_rdsmaia_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_model_rdsmaia_pipeline pipeline DistilBertForSequenceClassification from rdsmaia
+author: John Snow Labs
+name: burmese_awesome_model_rdsmaia_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_model_rdsmaia_pipeline` is a English model originally trained by rdsmaia.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_model_rdsmaia_pipeline_en_5.5.0_3.0_1725306274544.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_model_rdsmaia_pipeline_en_5.5.0_3.0_1725306274544.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_model_rdsmaia_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_model_rdsmaia_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_model_rdsmaia_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/rdsmaia/my_awesome_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_opus_books_model_shivakanthreddy_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_opus_books_model_shivakanthreddy_pipeline_en.md
new file mode 100644
index 00000000000000..2dbbe2863a2bd5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_opus_books_model_shivakanthreddy_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_opus_books_model_shivakanthreddy_pipeline pipeline MarianTransformer from shivakanthreddy
+author: John Snow Labs
+name: burmese_awesome_opus_books_model_shivakanthreddy_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_opus_books_model_shivakanthreddy_pipeline` is a English model originally trained by shivakanthreddy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_opus_books_model_shivakanthreddy_pipeline_en_5.5.0_3.0_1725295447255.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_opus_books_model_shivakanthreddy_pipeline_en_5.5.0_3.0_1725295447255.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_opus_books_model_shivakanthreddy_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_opus_books_model_shivakanthreddy_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_opus_books_model_shivakanthreddy_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.8 MB|
+
+## References
+
+https://huggingface.co/shivakanthreddy/my_awesome_opus_books_model
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_opus_books_model_yasmineelabbar_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_opus_books_model_yasmineelabbar_en.md
new file mode 100644
index 00000000000000..3511e3b3c21576
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_opus_books_model_yasmineelabbar_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_opus_books_model_yasmineelabbar MarianTransformer from yasmineelabbar
+author: John Snow Labs
+name: burmese_awesome_opus_books_model_yasmineelabbar
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_opus_books_model_yasmineelabbar` is a English model originally trained by yasmineelabbar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_opus_books_model_yasmineelabbar_en_5.5.0_3.0_1725243858007.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_opus_books_model_yasmineelabbar_en_5.5.0_3.0_1725243858007.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_opus_books_model_yasmineelabbar|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.4 MB|
+
+## References
+
+https://huggingface.co/yasmineelabbar/my_awesome_opus_books_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_setfit_model_ameer_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_setfit_model_ameer_pipeline_en.md
new file mode 100644
index 00000000000000..e5aefb7389e6d6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_setfit_model_ameer_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English burmese_awesome_setfit_model_ameer_pipeline pipeline MPNetEmbeddings from ameerak
+author: John Snow Labs
+name: burmese_awesome_setfit_model_ameer_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_setfit_model_ameer_pipeline` is a English model originally trained by ameerak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_setfit_model_ameer_pipeline_en_5.5.0_3.0_1725280661793.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_setfit_model_ameer_pipeline_en_5.5.0_3.0_1725280661793.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_setfit_model_ameer_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_setfit_model_ameer_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_setfit_model_ameer_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/ameerak/my-awesome-setfit-model-ameer
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_setfit_model_martinv_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_setfit_model_martinv_en.md
new file mode 100644
index 00000000000000..d7faeb4fa83098
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_setfit_model_martinv_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English burmese_awesome_setfit_model_martinv MPNetEmbeddings from MartinV
+author: John Snow Labs
+name: burmese_awesome_setfit_model_martinv
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_setfit_model_martinv` is a English model originally trained by MartinV.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_setfit_model_martinv_en_5.5.0_3.0_1725280358104.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_setfit_model_martinv_en_5.5.0_3.0_1725280358104.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_setfit_model_martinv|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/MartinV/my-awesome-setfit-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_setfit_model_martinv_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_setfit_model_martinv_pipeline_en.md
new file mode 100644
index 00000000000000..a3c98f4ba244af
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_setfit_model_martinv_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English burmese_awesome_setfit_model_martinv_pipeline pipeline MPNetEmbeddings from MartinV
+author: John Snow Labs
+name: burmese_awesome_setfit_model_martinv_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_setfit_model_martinv_pipeline` is a English model originally trained by MartinV.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_setfit_model_martinv_pipeline_en_5.5.0_3.0_1725280379251.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_setfit_model_martinv_pipeline_en_5.5.0_3.0_1725280379251.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_setfit_model_martinv_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_setfit_model_martinv_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_setfit_model_martinv_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/MartinV/my-awesome-setfit-model
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_all_us_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_all_us_en.md
new file mode 100644
index 00000000000000..031d89919a892c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_all_us_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_wnut_all_us DistilBertForTokenClassification from gonzalezrostani
+author: John Snow Labs
+name: burmese_awesome_wnut_all_us
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_all_us` is a English model originally trained by gonzalezrostani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_all_us_en_5.5.0_3.0_1725267313715.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_all_us_en_5.5.0_3.0_1725267313715.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_all_us|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.2 MB|
+
+## References
+
+https://huggingface.co/gonzalezrostani/my_awesome_wnut_all_US
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_all_us_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_all_us_pipeline_en.md
new file mode 100644
index 00000000000000..ce2193d5355a96
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_all_us_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_all_us_pipeline pipeline DistilBertForTokenClassification from gonzalezrostani
+author: John Snow Labs
+name: burmese_awesome_wnut_all_us_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_all_us_pipeline` is a English model originally trained by gonzalezrostani.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_all_us_pipeline_en_5.5.0_3.0_1725267327039.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_all_us_pipeline_en_5.5.0_3.0_1725267327039.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_all_us_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_all_us_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_all_us_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/gonzalezrostani/my_awesome_wnut_all_US
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_arunaramm7_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_arunaramm7_en.md
new file mode 100644
index 00000000000000..9fb6616a5cf415
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_arunaramm7_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_arunaramm7 DistilBertForTokenClassification from arunaramm7
+author: John Snow Labs
+name: burmese_awesome_wnut_model_arunaramm7
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_arunaramm7` is a English model originally trained by arunaramm7.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_arunaramm7_en_5.5.0_3.0_1725267645629.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_arunaramm7_en_5.5.0_3.0_1725267645629.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_arunaramm7|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/arunaramm7/my_awesome_wnut_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_costadomar_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_costadomar_pipeline_en.md
new file mode 100644
index 00000000000000..d8bbe4d165106c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_costadomar_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_costadomar_pipeline pipeline DistilBertForTokenClassification from costadomar
+author: John Snow Labs
+name: burmese_awesome_wnut_model_costadomar_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_costadomar_pipeline` is a English model originally trained by costadomar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_costadomar_pipeline_en_5.5.0_3.0_1725268048682.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_costadomar_pipeline_en_5.5.0_3.0_1725268048682.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_model_costadomar_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_model_costadomar_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_costadomar_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/costadomar/my_awesome_wnut_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_insa_ad_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_insa_ad_en.md
new file mode 100644
index 00000000000000..9196c5e9b3199f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_insa_ad_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_insa_ad DistilBertForTokenClassification from insa-ad
+author: John Snow Labs
+name: burmese_awesome_wnut_model_insa_ad
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_insa_ad` is a English model originally trained by insa-ad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_insa_ad_en_5.5.0_3.0_1725267505084.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_insa_ad_en_5.5.0_3.0_1725267505084.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_insa_ad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/insa-ad/my_awesome_wnut_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_insa_ad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_insa_ad_pipeline_en.md
new file mode 100644
index 00000000000000..67b52ef77c5c6e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_insa_ad_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_insa_ad_pipeline pipeline DistilBertForTokenClassification from insa-ad
+author: John Snow Labs
+name: burmese_awesome_wnut_model_insa_ad_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_insa_ad_pipeline` is a English model originally trained by insa-ad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_insa_ad_pipeline_en_5.5.0_3.0_1725267518801.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_insa_ad_pipeline_en_5.5.0_3.0_1725267518801.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_model_insa_ad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_model_insa_ad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_insa_ad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/insa-ad/my_awesome_wnut_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_mohamedfasil_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_mohamedfasil_pipeline_en.md
new file mode 100644
index 00000000000000..9af6c29d47422f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_mohamedfasil_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_mohamedfasil_pipeline pipeline DistilBertForTokenClassification from Mohamedfasil
+author: John Snow Labs
+name: burmese_awesome_wnut_model_mohamedfasil_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_mohamedfasil_pipeline` is a English model originally trained by Mohamedfasil.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_mohamedfasil_pipeline_en_5.5.0_3.0_1725267547021.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_mohamedfasil_pipeline_en_5.5.0_3.0_1725267547021.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_model_mohamedfasil_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_model_mohamedfasil_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_mohamedfasil_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/Mohamedfasil/my_awesome_wnut_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_ymgong_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_ymgong_en.md
new file mode 100644
index 00000000000000..ac36ad8cc36000
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_ymgong_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_ymgong DistilBertForTokenClassification from ymgong
+author: John Snow Labs
+name: burmese_awesome_wnut_model_ymgong
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_ymgong` is a English model originally trained by ymgong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_ymgong_en_5.5.0_3.0_1725267944000.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_ymgong_en_5.5.0_3.0_1725267944000.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_ymgong|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/ymgong/my_awesome_wnut_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_ymgong_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_ymgong_pipeline_en.md
new file mode 100644
index 00000000000000..9fc5eaaa28222f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_awesome_wnut_model_ymgong_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_wnut_model_ymgong_pipeline pipeline DistilBertForTokenClassification from ymgong
+author: John Snow Labs
+name: burmese_awesome_wnut_model_ymgong_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_wnut_model_ymgong_pipeline` is a English model originally trained by ymgong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_ymgong_pipeline_en_5.5.0_3.0_1725267957412.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_wnut_model_ymgong_pipeline_en_5.5.0_3.0_1725267957412.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_wnut_model_ymgong_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_wnut_model_ymgong_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_wnut_model_ymgong_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/ymgong/my_awesome_wnut_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_english_tonga_tonga_islands_german_model_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_english_tonga_tonga_islands_german_model_en.md
new file mode 100644
index 00000000000000..b70c7027dba990
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_english_tonga_tonga_islands_german_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_english_tonga_tonga_islands_german_model MarianTransformer from shivakanthreddy
+author: John Snow Labs
+name: burmese_english_tonga_tonga_islands_german_model
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_english_tonga_tonga_islands_german_model` is a English model originally trained by shivakanthreddy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_english_tonga_tonga_islands_german_model_en_5.5.0_3.0_1725243094548.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_english_tonga_tonga_islands_german_model_en_5.5.0_3.0_1725243094548.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_english_tonga_tonga_islands_german_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.2 MB|
+
+## References
+
+https://huggingface.co/shivakanthreddy/my_english_to_german_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_english_tonga_tonga_islands_german_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_english_tonga_tonga_islands_german_model_pipeline_en.md
new file mode 100644
index 00000000000000..9e5f8da3a5fa4e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_english_tonga_tonga_islands_german_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_english_tonga_tonga_islands_german_model_pipeline pipeline MarianTransformer from shivakanthreddy
+author: John Snow Labs
+name: burmese_english_tonga_tonga_islands_german_model_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_english_tonga_tonga_islands_german_model_pipeline` is a English model originally trained by shivakanthreddy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_english_tonga_tonga_islands_german_model_pipeline_en_5.5.0_3.0_1725243121520.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_english_tonga_tonga_islands_german_model_pipeline_en_5.5.0_3.0_1725243121520.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_english_tonga_tonga_islands_german_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_english_tonga_tonga_islands_german_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_english_tonga_tonga_islands_german_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.8 MB|
+
+## References
+
+https://huggingface.co/shivakanthreddy/my_english_to_german_model
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_great_model_haltincay_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_great_model_haltincay_en.md
new file mode 100644
index 00000000000000..eca6a07daf10b2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_great_model_haltincay_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_great_model_haltincay DistilBertForSequenceClassification from haltincay
+author: John Snow Labs
+name: burmese_great_model_haltincay
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_great_model_haltincay` is a English model originally trained by haltincay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_great_model_haltincay_en_5.5.0_3.0_1725291611533.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_great_model_haltincay_en_5.5.0_3.0_1725291611533.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_great_model_haltincay|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/haltincay/my_great_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-burmese_nepal_bhasa_ner_en.md b/docs/_posts/ahmedlone127/2024-09-02-burmese_nepal_bhasa_ner_en.md
new file mode 100644
index 00000000000000..a60bb53c2992aa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-burmese_nepal_bhasa_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_nepal_bhasa_ner DistilBertForTokenClassification from hcy5561
+author: John Snow Labs
+name: burmese_nepal_bhasa_ner
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_nepal_bhasa_ner` is a English model originally trained by hcy5561.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_nepal_bhasa_ner_en_5.5.0_3.0_1725267706421.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_nepal_bhasa_ner_en_5.5.0_3.0_1725267706421.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|camembert_finetuned_ner|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|399.3 MB|
+
+## References
+
+References
+
+https://huggingface.co/jcr987/camembert-finetuned-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-camembert_finetuned_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-camembert_finetuned_ner_pipeline_en.md
new file mode 100644
index 00000000000000..c1562958542b95
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-camembert_finetuned_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English camembert_finetuned_ner_pipeline pipeline CamemBertForTokenClassification from ManoloMtl
+author: John Snow Labs
+name: camembert_finetuned_ner_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`camembert_finetuned_ner_pipeline` is a English model originally trained by ManoloMtl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/camembert_finetuned_ner_pipeline_en_5.5.0_3.0_1725266556355.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/camembert_finetuned_ner_pipeline_en_5.5.0_3.0_1725266556355.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("camembert_finetuned_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("camembert_finetuned_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|camembert_finetuned_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|399.4 MB|
+
+## References
+
+https://huggingface.co/ManoloMtl/camembert-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-camembert_ner_loc_en.md b/docs/_posts/ahmedlone127/2024-09-02-camembert_ner_loc_en.md
new file mode 100644
index 00000000000000..9246d82b08f136
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-camembert_ner_loc_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English camembert_ner_loc CamemBertForTokenClassification from konverner
+author: John Snow Labs
+name: camembert_ner_loc
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, camembert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`camembert_ner_loc` is a English model originally trained by konverner.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/camembert_ner_loc_en_5.5.0_3.0_1725266403205.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/camembert_ner_loc_en_5.5.0_3.0_1725266403205.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|camembert_ner_loc|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|411.9 MB|
+
+## References
+
+https://huggingface.co/konverner/camembert-ner-loc
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-camembert_ner_loc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-camembert_ner_loc_pipeline_en.md
new file mode 100644
index 00000000000000..c56a216002efec
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-camembert_ner_loc_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English camembert_ner_loc_pipeline pipeline CamemBertForTokenClassification from konverner
+author: John Snow Labs
+name: camembert_ner_loc_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`camembert_ner_loc_pipeline` is a English model originally trained by konverner.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/camembert_ner_loc_pipeline_en_5.5.0_3.0_1725266425125.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/camembert_ner_loc_pipeline_en_5.5.0_3.0_1725266425125.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("camembert_ner_loc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("camembert_ner_loc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|camembert_ner_loc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|411.9 MB|
+
+## References
+
+https://huggingface.co/konverner/camembert-ner-loc
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cat_ner_xlmr_3_en.md b/docs/_posts/ahmedlone127/2024-09-02-cat_ner_xlmr_3_en.md
new file mode 100644
index 00000000000000..f302d0aa38abad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cat_ner_xlmr_3_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English cat_ner_xlmr_3 XlmRoBertaForTokenClassification from homersimpson
+author: John Snow Labs
+name: cat_ner_xlmr_3
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cat_ner_xlmr_3` is a English model originally trained by homersimpson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cat_ner_xlmr_3_en_5.5.0_3.0_1725321572119.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cat_ner_xlmr_3_en_5.5.0_3.0_1725321572119.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cat_ner_xlmr_3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|814.3 MB|
+
+## References
+
+https://huggingface.co/homersimpson/cat-ner-xlmr-3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cat_sayula_popoluca_italian_4_en.md b/docs/_posts/ahmedlone127/2024-09-02-cat_sayula_popoluca_italian_4_en.md
new file mode 100644
index 00000000000000..8d7fcf54f25a83
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cat_sayula_popoluca_italian_4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English cat_sayula_popoluca_italian_4 CamemBertForTokenClassification from homersimpson
+author: John Snow Labs
+name: cat_sayula_popoluca_italian_4
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, camembert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cat_sayula_popoluca_italian_4` is a English model originally trained by homersimpson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cat_sayula_popoluca_italian_4_en_5.5.0_3.0_1725266143788.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cat_sayula_popoluca_italian_4_en_5.5.0_3.0_1725266143788.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cat_sayula_popoluca_italian_4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|391.7 MB|
+
+## References
+
+https://huggingface.co/homersimpson/cat-pos-it-4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cat_sayula_popoluca_italian_4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-cat_sayula_popoluca_italian_4_pipeline_en.md
new file mode 100644
index 00000000000000..e23c10c35ccfe3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cat_sayula_popoluca_italian_4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English cat_sayula_popoluca_italian_4_pipeline pipeline CamemBertForTokenClassification from homersimpson
+author: John Snow Labs
+name: cat_sayula_popoluca_italian_4_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cat_sayula_popoluca_italian_4_pipeline` is a English model originally trained by homersimpson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cat_sayula_popoluca_italian_4_pipeline_en_5.5.0_3.0_1725266172052.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cat_sayula_popoluca_italian_4_pipeline_en_5.5.0_3.0_1725266172052.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("cat_sayula_popoluca_italian_4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("cat_sayula_popoluca_italian_4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cat_sayula_popoluca_italian_4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|391.7 MB|
+
+## References
+
+https://huggingface.co/homersimpson/cat-pos-it-4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-catalan_spanish_en.md b/docs/_posts/ahmedlone127/2024-09-02-catalan_spanish_en.md
new file mode 100644
index 00000000000000..ac781c7d1bdc00
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-catalan_spanish_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English catalan_spanish MarianTransformer from Ife
+author: John Snow Labs
+name: catalan_spanish
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`catalan_spanish` is a English model originally trained by Ife.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/catalan_spanish_en_5.5.0_3.0_1725304644326.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/catalan_spanish_en_5.5.0_3.0_1725304644326.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|catalan_spanish|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|452.2 MB|
+
+## References
+
+https://huggingface.co/Ife/CA-ES
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-catalan_spanish_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-catalan_spanish_pipeline_en.md
new file mode 100644
index 00000000000000..7365b568f817bc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-catalan_spanish_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English catalan_spanish_pipeline pipeline MarianTransformer from Ife
+author: John Snow Labs
+name: catalan_spanish_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`catalan_spanish_pipeline` is a English model originally trained by Ife.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/catalan_spanish_pipeline_en_5.5.0_3.0_1725304668012.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/catalan_spanish_pipeline_en_5.5.0_3.0_1725304668012.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("catalan_spanish_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("catalan_spanish_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|catalan_spanish_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|452.7 MB|
+
+## References
+
+https://huggingface.co/Ife/CA-ES
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-category_cleaning_clip_clip_finetuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-category_cleaning_clip_clip_finetuned_pipeline_en.md
new file mode 100644
index 00000000000000..4e7964e439ac70
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-category_cleaning_clip_clip_finetuned_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English category_cleaning_clip_clip_finetuned_pipeline pipeline CLIPForZeroShotClassification from kpalczewski-displate
+author: John Snow Labs
+name: category_cleaning_clip_clip_finetuned_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`category_cleaning_clip_clip_finetuned_pipeline` is a English model originally trained by kpalczewski-displate.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/category_cleaning_clip_clip_finetuned_pipeline_en_5.5.0_3.0_1725275234697.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/category_cleaning_clip_clip_finetuned_pipeline_en_5.5.0_3.0_1725275234697.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("category_cleaning_clip_clip_finetuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("category_cleaning_clip_clip_finetuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|category_cleaning_clip_clip_finetuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/kpalczewski-displate/category-cleaning-clip-clip-finetuned
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-checkpoint_21200_en.md b/docs/_posts/ahmedlone127/2024-09-02-checkpoint_21200_en.md
new file mode 100644
index 00000000000000..0ede8770aa4811
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-checkpoint_21200_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English checkpoint_21200 XlmRoBertaEmbeddings from yemen2016
+author: John Snow Labs
+name: checkpoint_21200
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`checkpoint_21200` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/checkpoint_21200_en_5.5.0_3.0_1725271661142.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/checkpoint_21200_en_5.5.0_3.0_1725271661142.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|checkpoint_21200|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/checkpoint-21200
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-checkpoint_21200_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-checkpoint_21200_pipeline_en.md
new file mode 100644
index 00000000000000..495f067b53ef0d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-checkpoint_21200_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English checkpoint_21200_pipeline pipeline XlmRoBertaEmbeddings from yemen2016
+author: John Snow Labs
+name: checkpoint_21200_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`checkpoint_21200_pipeline` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/checkpoint_21200_pipeline_en_5.5.0_3.0_1725271717680.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/checkpoint_21200_pipeline_en_5.5.0_3.0_1725271717680.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("checkpoint_21200_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("checkpoint_21200_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|checkpoint_21200_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/checkpoint-21200
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-checkpoint_23200_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-checkpoint_23200_pipeline_en.md
new file mode 100644
index 00000000000000..4564462cd96bee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-checkpoint_23200_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English checkpoint_23200_pipeline pipeline XlmRoBertaEmbeddings from yemen2016
+author: John Snow Labs
+name: checkpoint_23200_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`checkpoint_23200_pipeline` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/checkpoint_23200_pipeline_en_5.5.0_3.0_1725270972456.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/checkpoint_23200_pipeline_en_5.5.0_3.0_1725270972456.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("checkpoint_23200_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("checkpoint_23200_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|checkpoint_23200_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/checkpoint-23200
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-choubert_8_fr.md b/docs/_posts/ahmedlone127/2024-09-02-choubert_8_fr.md
new file mode 100644
index 00000000000000..a26e383553c64e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-choubert_8_fr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: French choubert_8 CamemBertEmbeddings from ChouBERT
+author: John Snow Labs
+name: choubert_8
+date: 2024-09-02
+tags: [fr, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`choubert_8` is a French model originally trained by ChouBERT.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/choubert_8_fr_5.5.0_3.0_1725319729612.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/choubert_8_fr_5.5.0_3.0_1725319729612.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|choubert_8|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|fr|
+|Size:|412.8 MB|
+
+## References
+
+https://huggingface.co/ChouBERT/ChouBERT-8
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__potencialsdetection_albert_en.md b/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__potencialsdetection_albert_en.md
new file mode 100644
index 00000000000000..56d88ede0be597
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__potencialsdetection_albert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English classifier__generated_data_only__potencialsdetection_albert AlbertForSequenceClassification from yevhenkost
+author: John Snow Labs
+name: classifier__generated_data_only__potencialsdetection_albert
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`classifier__generated_data_only__potencialsdetection_albert` is a English model originally trained by yevhenkost.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__potencialsdetection_albert_en_5.5.0_3.0_1725278994354.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__potencialsdetection_albert_en_5.5.0_3.0_1725278994354.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|classifier__generated_data_only__potencialsdetection_albert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/yevhenkost/classifier__generated_data_only__potencialsdetection_albert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__potencialsdetection_albert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__potencialsdetection_albert_pipeline_en.md
new file mode 100644
index 00000000000000..71ca3d6a7e4fbc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__potencialsdetection_albert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English classifier__generated_data_only__potencialsdetection_albert_pipeline pipeline AlbertForSequenceClassification from yevhenkost
+author: John Snow Labs
+name: classifier__generated_data_only__potencialsdetection_albert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`classifier__generated_data_only__potencialsdetection_albert_pipeline` is a English model originally trained by yevhenkost.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__potencialsdetection_albert_pipeline_en_5.5.0_3.0_1725278996844.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__potencialsdetection_albert_pipeline_en_5.5.0_3.0_1725278996844.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("classifier__generated_data_only__potencialsdetection_albert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("classifier__generated_data_only__potencialsdetection_albert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|classifier__generated_data_only__potencialsdetection_albert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/yevhenkost/classifier__generated_data_only__potencialsdetection_albert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__purposesdetection_albert_en.md b/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__purposesdetection_albert_en.md
new file mode 100644
index 00000000000000..66522ff1c25a31
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__purposesdetection_albert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English classifier__generated_data_only__purposesdetection_albert AlbertForSequenceClassification from yevhenkost
+author: John Snow Labs
+name: classifier__generated_data_only__purposesdetection_albert
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`classifier__generated_data_only__purposesdetection_albert` is a English model originally trained by yevhenkost.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__purposesdetection_albert_en_5.5.0_3.0_1725279013761.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__purposesdetection_albert_en_5.5.0_3.0_1725279013761.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|classifier__generated_data_only__purposesdetection_albert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/yevhenkost/classifier__generated_data_only__purposesdetection_albert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__purposesdetection_albert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__purposesdetection_albert_pipeline_en.md
new file mode 100644
index 00000000000000..1715e11bd3b7e0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-classifier__generated_data_only__purposesdetection_albert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English classifier__generated_data_only__purposesdetection_albert_pipeline pipeline AlbertForSequenceClassification from yevhenkost
+author: John Snow Labs
+name: classifier__generated_data_only__purposesdetection_albert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`classifier__generated_data_only__purposesdetection_albert_pipeline` is a English model originally trained by yevhenkost.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__purposesdetection_albert_pipeline_en_5.5.0_3.0_1725279016261.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/classifier__generated_data_only__purposesdetection_albert_pipeline_en_5.5.0_3.0_1725279016261.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("classifier__generated_data_only__purposesdetection_albert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("classifier__generated_data_only__purposesdetection_albert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|classifier__generated_data_only__purposesdetection_albert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/yevhenkost/classifier__generated_data_only__purposesdetection_albert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-classifier_camembert_en.md b/docs/_posts/ahmedlone127/2024-09-02-classifier_camembert_en.md
new file mode 100644
index 00000000000000..def4f0fc924944
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-classifier_camembert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English classifier_camembert CamemBertForSequenceClassification from DioulaD
+author: John Snow Labs
+name: classifier_camembert
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`classifier_camembert` is a English model originally trained by DioulaD.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/classifier_camembert_en_5.5.0_3.0_1725298980277.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/classifier_camembert_en_5.5.0_3.0_1725298980277.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|classifier_camembert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|389.1 MB|
+
+## References
+
+https://huggingface.co/DioulaD/classifier-camembert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-classify_clickbait_titles_en.md b/docs/_posts/ahmedlone127/2024-09-02-classify_clickbait_titles_en.md
new file mode 100644
index 00000000000000..94d79ee18d3c25
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-classify_clickbait_titles_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English classify_clickbait_titles AlbertForSequenceClassification from ilsilfverskiold
+author: John Snow Labs
+name: classify_clickbait_titles
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`classify_clickbait_titles` is a English model originally trained by ilsilfverskiold.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/classify_clickbait_titles_en_5.5.0_3.0_1725279062266.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/classify_clickbait_titles_en_5.5.0_3.0_1725279062266.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|classify_clickbait_titles|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/ilsilfverskiold/classify-clickbait-titles
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-classify_clickbait_titles_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-classify_clickbait_titles_pipeline_en.md
new file mode 100644
index 00000000000000..ea7282640a7e30
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-classify_clickbait_titles_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English classify_clickbait_titles_pipeline pipeline AlbertForSequenceClassification from ilsilfverskiold
+author: John Snow Labs
+name: classify_clickbait_titles_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`classify_clickbait_titles_pipeline` is a English model originally trained by ilsilfverskiold.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/classify_clickbait_titles_pipeline_en_5.5.0_3.0_1725279064757.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/classify_clickbait_titles_pipeline_en_5.5.0_3.0_1725279064757.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("classify_clickbait_titles_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("classify_clickbait_titles_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|classify_clickbait_titles_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/ilsilfverskiold/classify-clickbait-titles
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cleaned_e5_base_unsupervised_test_en.md b/docs/_posts/ahmedlone127/2024-09-02-cleaned_e5_base_unsupervised_test_en.md
new file mode 100644
index 00000000000000..8d9c9d88e13a1c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cleaned_e5_base_unsupervised_test_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English cleaned_e5_base_unsupervised_test E5Embeddings from rithwik-db
+author: John Snow Labs
+name: cleaned_e5_base_unsupervised_test
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cleaned_e5_base_unsupervised_test` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cleaned_e5_base_unsupervised_test_en_5.5.0_3.0_1725259270103.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cleaned_e5_base_unsupervised_test_en_5.5.0_3.0_1725259270103.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cleaned_e5_base_unsupervised_test|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|386.2 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/cleaned-e5-base-unsupervised-test
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cleaned_e5_base_unsupervised_test_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-cleaned_e5_base_unsupervised_test_pipeline_en.md
new file mode 100644
index 00000000000000..964fc307f1c188
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cleaned_e5_base_unsupervised_test_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English cleaned_e5_base_unsupervised_test_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: cleaned_e5_base_unsupervised_test_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cleaned_e5_base_unsupervised_test_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cleaned_e5_base_unsupervised_test_pipeline_en_5.5.0_3.0_1725259297791.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cleaned_e5_base_unsupervised_test_pipeline_en_5.5.0_3.0_1725259297791.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("cleaned_e5_base_unsupervised_test_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("cleaned_e5_base_unsupervised_test_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cleaned_e5_base_unsupervised_test_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|386.2 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/cleaned-e5-base-unsupervised-test
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cline_emanuals_s10_arabic_en.md b/docs/_posts/ahmedlone127/2024-09-02-cline_emanuals_s10_arabic_en.md
new file mode 100644
index 00000000000000..f441e37c881a51
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cline_emanuals_s10_arabic_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English cline_emanuals_s10_arabic RoBertaForSequenceClassification from AnonymousSub
+author: John Snow Labs
+name: cline_emanuals_s10_arabic
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cline_emanuals_s10_arabic` is a English model originally trained by AnonymousSub.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cline_emanuals_s10_arabic_en_5.5.0_3.0_1725238265166.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cline_emanuals_s10_arabic_en_5.5.0_3.0_1725238265166.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cline_emanuals_s10_arabic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|467.9 MB|
+
+## References
+
+https://huggingface.co/AnonymousSub/cline-emanuals-s10-AR
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cline_emanuals_s10_arabic_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-cline_emanuals_s10_arabic_pipeline_en.md
new file mode 100644
index 00000000000000..a2e1d74a375bc3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cline_emanuals_s10_arabic_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English cline_emanuals_s10_arabic_pipeline pipeline RoBertaForSequenceClassification from AnonymousSub
+author: John Snow Labs
+name: cline_emanuals_s10_arabic_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cline_emanuals_s10_arabic_pipeline` is a English model originally trained by AnonymousSub.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cline_emanuals_s10_arabic_pipeline_en_5.5.0_3.0_1725238290308.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cline_emanuals_s10_arabic_pipeline_en_5.5.0_3.0_1725238290308.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("cline_emanuals_s10_arabic_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("cline_emanuals_s10_arabic_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cline_emanuals_s10_arabic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|467.9 MB|
+
+## References
+
+https://huggingface.co/AnonymousSub/cline-emanuals-s10-AR
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clinicalbertprqab_280_54_czech_en.md b/docs/_posts/ahmedlone127/2024-09-02-clinicalbertprqab_280_54_czech_en.md
new file mode 100644
index 00000000000000..2a45031bbd19c9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clinicalbertprqab_280_54_czech_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English clinicalbertprqab_280_54_czech BertForQuestionAnswering from lanzv
+author: John Snow Labs
+name: clinicalbertprqab_280_54_czech
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, bert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clinicalbertprqab_280_54_czech` is a English model originally trained by lanzv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clinicalbertprqab_280_54_czech_en_5.5.0_3.0_1725313132849.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clinicalbertprqab_280_54_czech_en_5.5.0_3.0_1725313132849.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clinicalbertprqab_280_54_czech|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|665.1 MB|
+
+## References
+
+https://huggingface.co/lanzv/ClinicalBERTPRQAB_280_54_CS
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clinicalbertprqab_280_54_czech_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clinicalbertprqab_280_54_czech_pipeline_en.md
new file mode 100644
index 00000000000000..08c188b10e10b6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clinicalbertprqab_280_54_czech_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clinicalbertprqab_280_54_czech_pipeline pipeline BertForQuestionAnswering from lanzv
+author: John Snow Labs
+name: clinicalbertprqab_280_54_czech_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clinicalbertprqab_280_54_czech_pipeline` is a English model originally trained by lanzv.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clinicalbertprqab_280_54_czech_pipeline_en_5.5.0_3.0_1725313164887.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clinicalbertprqab_280_54_czech_pipeline_en_5.5.0_3.0_1725313164887.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clinicalbertprqab_280_54_czech_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clinicalbertprqab_280_54_czech_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clinicalbertprqab_280_54_czech_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|665.1 MB|
+
+## References
+
+https://huggingface.co/lanzv/ClinicalBERTPRQAB_280_54_CS
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_clip_finetuned_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_clip_finetuned_en.md
new file mode 100644
index 00000000000000..ea34eae14c0318
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_clip_finetuned_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_clip_finetuned CLIPForZeroShotClassification from kpalczewski-displate
+author: John Snow Labs
+name: clip_clip_finetuned
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_clip_finetuned` is a English model originally trained by kpalczewski-displate.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_clip_finetuned_en_5.5.0_3.0_1725275403878.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_clip_finetuned_en_5.5.0_3.0_1725275403878.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_clip_finetuned","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_clip_finetuned","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_clip_finetuned|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/kpalczewski-displate/clip-clip-finetuned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_clip_finetuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_clip_finetuned_pipeline_en.md
new file mode 100644
index 00000000000000..156cf2ca3885e9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_clip_finetuned_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_clip_finetuned_pipeline pipeline CLIPForZeroShotClassification from kpalczewski-displate
+author: John Snow Labs
+name: clip_clip_finetuned_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_clip_finetuned_pipeline` is a English model originally trained by kpalczewski-displate.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_clip_finetuned_pipeline_en_5.5.0_3.0_1725275435795.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_clip_finetuned_pipeline_en_5.5.0_3.0_1725275435795.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_clip_finetuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_clip_finetuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_clip_finetuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/kpalczewski-displate/clip-clip-finetuned
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_fashion_attribute_model_try_3_base32_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_fashion_attribute_model_try_3_base32_en.md
new file mode 100644
index 00000000000000..a297341333f7bd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_fashion_attribute_model_try_3_base32_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_fashion_attribute_model_try_3_base32 CLIPForZeroShotClassification from Geetansh13
+author: John Snow Labs
+name: clip_fashion_attribute_model_try_3_base32
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_fashion_attribute_model_try_3_base32` is a English model originally trained by Geetansh13.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_fashion_attribute_model_try_3_base32_en_5.5.0_3.0_1725256427610.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_fashion_attribute_model_try_3_base32_en_5.5.0_3.0_1725256427610.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_fashion_attribute_model_try_3_base32","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_fashion_attribute_model_try_3_base32","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_fashion_attribute_model_try_3_base32|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|587.0 MB|
+
+## References
+
+https://huggingface.co/Geetansh13/clip-fashion-attribute-model-try-3-base32
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_fashion_attribute_model_try_3_base32_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_fashion_attribute_model_try_3_base32_pipeline_en.md
new file mode 100644
index 00000000000000..e5a4b5f4c64745
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_fashion_attribute_model_try_3_base32_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_fashion_attribute_model_try_3_base32_pipeline pipeline CLIPForZeroShotClassification from Geetansh13
+author: John Snow Labs
+name: clip_fashion_attribute_model_try_3_base32_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_fashion_attribute_model_try_3_base32_pipeline` is a English model originally trained by Geetansh13.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_fashion_attribute_model_try_3_base32_pipeline_en_5.5.0_3.0_1725256454435.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_fashion_attribute_model_try_3_base32_pipeline_en_5.5.0_3.0_1725256454435.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_fashion_attribute_model_try_3_base32_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_fashion_attribute_model_try_3_base32_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_fashion_attribute_model_try_3_base32_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|587.1 MB|
+
+## References
+
+https://huggingface.co/Geetansh13/clip-fashion-attribute-model-try-3-base32
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_ft_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_ft_en.md
new file mode 100644
index 00000000000000..1663ed81ae5665
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_ft_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_ft CLIPForZeroShotClassification from masterhaniwa
+author: John Snow Labs
+name: clip_ft
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_ft` is a English model originally trained by masterhaniwa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_ft_en_5.5.0_3.0_1725256776504.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_ft_en_5.5.0_3.0_1725256776504.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_ft","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_ft","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_ft|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/masterhaniwa/CLIP_ft
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_ft_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_ft_pipeline_en.md
new file mode 100644
index 00000000000000..114eb8e721c0f2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_ft_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_ft_pipeline pipeline CLIPForZeroShotClassification from masterhaniwa
+author: John Snow Labs
+name: clip_ft_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_ft_pipeline` is a English model originally trained by masterhaniwa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_ft_pipeline_en_5.5.0_3.0_1725256806179.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_ft_pipeline_en_5.5.0_3.0_1725256806179.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_ft_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_ft_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_ft_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/masterhaniwa/CLIP_ft
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_samim2024_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_samim2024_pipeline_en.md
new file mode 100644
index 00000000000000..24733897c50f46
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_samim2024_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_samim2024_pipeline pipeline CLIPForZeroShotClassification from samim2024
+author: John Snow Labs
+name: clip_samim2024_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_samim2024_pipeline` is a English model originally trained by samim2024.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_samim2024_pipeline_en_5.5.0_3.0_1725257315429.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_samim2024_pipeline_en_5.5.0_3.0_1725257315429.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_samim2024_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_samim2024_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_samim2024_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/samim2024/clip
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_4_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_4_en.md
new file mode 100644
index 00000000000000..3d213568955449
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_4_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_seed_vit_4 CLIPForZeroShotClassification from zabir735
+author: John Snow Labs
+name: clip_seed_vit_4
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_seed_vit_4` is a English model originally trained by zabir735.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_seed_vit_4_en_5.5.0_3.0_1725275853866.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_seed_vit_4_en_5.5.0_3.0_1725275853866.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_seed_vit_4","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_seed_vit_4","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_seed_vit_4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/zabir735/clip-seed-vit-4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_4_pipeline_en.md
new file mode 100644
index 00000000000000..22efd60d6a9c72
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_4_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_seed_vit_4_pipeline pipeline CLIPForZeroShotClassification from zabir735
+author: John Snow Labs
+name: clip_seed_vit_4_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_seed_vit_4_pipeline` is a English model originally trained by zabir735.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_seed_vit_4_pipeline_en_5.5.0_3.0_1725275883077.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_seed_vit_4_pipeline_en_5.5.0_3.0_1725275883077.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_seed_vit_4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_seed_vit_4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_seed_vit_4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/zabir735/clip-seed-vit-4
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_noval_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_noval_en.md
new file mode 100644
index 00000000000000..575e135e57e984
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_noval_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_seed_vit_noval CLIPForZeroShotClassification from zabir735
+author: John Snow Labs
+name: clip_seed_vit_noval
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_seed_vit_noval` is a English model originally trained by zabir735.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_seed_vit_noval_en_5.5.0_3.0_1725276058438.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_seed_vit_noval_en_5.5.0_3.0_1725276058438.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_seed_vit_noval","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_seed_vit_noval","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_seed_vit_noval|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/zabir735/clip-seed-vit-noval
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_noval_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_noval_pipeline_en.md
new file mode 100644
index 00000000000000..9ee0fb59b9cb1f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_seed_vit_noval_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_seed_vit_noval_pipeline pipeline CLIPForZeroShotClassification from zabir735
+author: John Snow Labs
+name: clip_seed_vit_noval_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_seed_vit_noval_pipeline` is a English model originally trained by zabir735.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_seed_vit_noval_pipeline_en_5.5.0_3.0_1725276092986.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_seed_vit_noval_pipeline_en_5.5.0_3.0_1725276092986.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_seed_vit_noval_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_seed_vit_noval_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_seed_vit_noval_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/zabir735/clip-seed-vit-noval
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_b_32_laion2b_s34b_b79k_laion_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_b_32_laion2b_s34b_b79k_laion_en.md
new file mode 100644
index 00000000000000..cb7d0c5895a97c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_b_32_laion2b_s34b_b79k_laion_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_b_32_laion2b_s34b_b79k_laion CLIPForZeroShotClassification from laion
+author: John Snow Labs
+name: clip_vit_b_32_laion2b_s34b_b79k_laion
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_b_32_laion2b_s34b_b79k_laion` is a English model originally trained by laion.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_b_32_laion2b_s34b_b79k_laion_en_5.5.0_3.0_1725276498788.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_b_32_laion2b_s34b_b79k_laion_en_5.5.0_3.0_1725276498788.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_b_32_laion2b_s34b_b79k_laion","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_b_32_laion2b_s34b_b79k_laion","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_b_32_laion2b_s34b_b79k_laion|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|567.6 MB|
+
+## References
+
+https://huggingface.co/laion/CLIP-ViT-B-32-laion2B-s34B-b79K
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline_en.md
new file mode 100644
index 00000000000000..b4e6b857e39469
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline pipeline CLIPForZeroShotClassification from laion
+author: John Snow Labs
+name: clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline` is a English model originally trained by laion.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline_en_5.5.0_3.0_1725276527958.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline_en_5.5.0_3.0_1725276527958.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_b_32_laion2b_s34b_b79k_laion_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.6 MB|
+
+## References
+
+https://huggingface.co/laion/CLIP-ViT-B-32-laion2B-s34B-b79K
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patch32_demo_fluffypotato_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patch32_demo_fluffypotato_en.md
new file mode 100644
index 00000000000000..14558fa568f63f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patch32_demo_fluffypotato_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_base_patch32_demo_fluffypotato CLIPForZeroShotClassification from fluffypotato
+author: John Snow Labs
+name: clip_vit_base_patch32_demo_fluffypotato
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_demo_fluffypotato` is a English model originally trained by fluffypotato.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_demo_fluffypotato_en_5.5.0_3.0_1725275221231.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_demo_fluffypotato_en_5.5.0_3.0_1725275221231.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_demo_fluffypotato","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_demo_fluffypotato","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_demo_fluffypotato|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/fluffypotato/clip-vit-base-patch32-demo
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patch32_korean_ko.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patch32_korean_ko.md
new file mode 100644
index 00000000000000..be8e19691d2190
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patch32_korean_ko.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: Korean clip_vit_base_patch32_korean CLIPForZeroShotClassification from Bingsu
+author: John Snow Labs
+name: clip_vit_base_patch32_korean
+date: 2024-09-02
+tags: [ko, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: ko
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_korean` is a Korean model originally trained by Bingsu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_korean_ko_5.5.0_3.0_1725256919711.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_korean_ko_5.5.0_3.0_1725256919711.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_korean","ko") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patch32_korean","ko") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_korean|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|ko|
+|Size:|449.1 MB|
+
+## References
+
+https://huggingface.co/Bingsu/clip-vit-base-patch32-ko
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patch32_korean_pipeline_ko.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patch32_korean_pipeline_ko.md
new file mode 100644
index 00000000000000..2d498105690379
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patch32_korean_pipeline_ko.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Korean clip_vit_base_patch32_korean_pipeline pipeline CLIPForZeroShotClassification from Bingsu
+author: John Snow Labs
+name: clip_vit_base_patch32_korean_pipeline
+date: 2024-09-02
+tags: [ko, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: ko
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patch32_korean_pipeline` is a Korean model originally trained by Bingsu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_korean_pipeline_ko_5.5.0_3.0_1725256998602.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patch32_korean_pipeline_ko_5.5.0_3.0_1725256998602.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_base_patch32_korean_pipeline", lang = "ko")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_base_patch32_korean_pipeline", lang = "ko")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patch32_korean_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ko|
+|Size:|449.1 MB|
+
+## References
+
+https://huggingface.co/Bingsu/clip-vit-base-patch32-ko
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patche32_demo_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patche32_demo_en.md
new file mode 100644
index 00000000000000..418064ef6dbb47
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patche32_demo_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_base_patche32_demo CLIPForZeroShotClassification from nhatpth
+author: John Snow Labs
+name: clip_vit_base_patche32_demo
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patche32_demo` is a English model originally trained by nhatpth.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patche32_demo_en_5.5.0_3.0_1725256498558.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patche32_demo_en_5.5.0_3.0_1725256498558.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patche32_demo","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_base_patche32_demo","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patche32_demo|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/nhatpth/clip-vit-base-patche32-demo
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patche32_demo_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patche32_demo_pipeline_en.md
new file mode 100644
index 00000000000000..6d42a45716f267
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_base_patche32_demo_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_base_patche32_demo_pipeline pipeline CLIPForZeroShotClassification from nhatpth
+author: John Snow Labs
+name: clip_vit_base_patche32_demo_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_base_patche32_demo_pipeline` is a English model originally trained by nhatpth.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_base_patche32_demo_pipeline_en_5.5.0_3.0_1725256597591.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_base_patche32_demo_pipeline_en_5.5.0_3.0_1725256597591.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_base_patche32_demo_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_base_patche32_demo_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_base_patche32_demo_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/nhatpth/clip-vit-base-patche32-demo
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_en.md
new file mode 100644
index 00000000000000..f82a7adad0a1f2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_l_14_datacomp_xl_s13b_b90k_aixile CLIPForZeroShotClassification from Aixile
+author: John Snow Labs
+name: clip_vit_l_14_datacomp_xl_s13b_b90k_aixile
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_l_14_datacomp_xl_s13b_b90k_aixile` is a English model originally trained by Aixile.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_en_5.5.0_3.0_1725276176265.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_en_5.5.0_3.0_1725276176265.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_l_14_datacomp_xl_s13b_b90k_aixile","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_l_14_datacomp_xl_s13b_b90k_aixile","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_l_14_datacomp_xl_s13b_b90k_aixile|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/Aixile/CLIP-ViT-L-14-DataComp.XL-s13B-b90K
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline_en.md
new file mode 100644
index 00000000000000..924bc47ac9a3da
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline pipeline CLIPForZeroShotClassification from Aixile
+author: John Snow Labs
+name: clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline` is a English model originally trained by Aixile.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline_en_5.5.0_3.0_1725276263511.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline_en_5.5.0_3.0_1725276263511.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_l_14_datacomp_xl_s13b_b90k_aixile_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/Aixile/CLIP-ViT-L-14-DataComp.XL-s13B-b90K
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_large_patch14_finetuned_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_large_patch14_finetuned_en.md
new file mode 100644
index 00000000000000..878e29216656ed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_large_patch14_finetuned_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_large_patch14_finetuned CLIPForZeroShotClassification from vinluvie
+author: John Snow Labs
+name: clip_vit_large_patch14_finetuned
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_large_patch14_finetuned` is a English model originally trained by vinluvie.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_finetuned_en_5.5.0_3.0_1725275254849.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_finetuned_en_5.5.0_3.0_1725275254849.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_large_patch14_finetuned","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_large_patch14_finetuned","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_large_patch14_finetuned|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/vinluvie/clip-vit-large-patch14-finetuned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_large_patch14_rbanfield_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_large_patch14_rbanfield_en.md
new file mode 100644
index 00000000000000..87e096fc4a1455
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_large_patch14_rbanfield_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_large_patch14_rbanfield CLIPForZeroShotClassification from rbanfield
+author: John Snow Labs
+name: clip_vit_large_patch14_rbanfield
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_large_patch14_rbanfield` is a English model originally trained by rbanfield.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_rbanfield_en_5.5.0_3.0_1725256911923.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_rbanfield_en_5.5.0_3.0_1725256911923.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_large_patch14_rbanfield","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_large_patch14_rbanfield","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_large_patch14_rbanfield|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/rbanfield/clip-vit-large-patch14
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_vit_large_patch14_rbanfield_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_large_patch14_rbanfield_pipeline_en.md
new file mode 100644
index 00000000000000..c96d634fbc62fb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_vit_large_patch14_rbanfield_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_vit_large_patch14_rbanfield_pipeline pipeline CLIPForZeroShotClassification from rbanfield
+author: John Snow Labs
+name: clip_vit_large_patch14_rbanfield_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_large_patch14_rbanfield_pipeline` is a English model originally trained by rbanfield.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_rbanfield_pipeline_en_5.5.0_3.0_1725257204247.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_rbanfield_pipeline_en_5.5.0_3.0_1725257204247.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_vit_large_patch14_rbanfield_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_vit_large_patch14_rbanfield_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_large_patch14_rbanfield_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/rbanfield/clip-vit-large-patch14
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_zabir_3_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_zabir_3_en.md
new file mode 100644
index 00000000000000..916af4c8576860
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_zabir_3_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_zabir_3 CLIPForZeroShotClassification from zabir735
+author: John Snow Labs
+name: clip_zabir_3
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_zabir_3` is a English model originally trained by zabir735.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_zabir_3_en_5.5.0_3.0_1725257650004.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_zabir_3_en_5.5.0_3.0_1725257650004.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_zabir_3","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_zabir_3","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_zabir_3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/zabir735/clip-zabir-3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-clip_zabir_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-clip_zabir_3_pipeline_en.md
new file mode 100644
index 00000000000000..9597d20ce698cb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-clip_zabir_3_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_zabir_3_pipeline pipeline CLIPForZeroShotClassification from zabir735
+author: John Snow Labs
+name: clip_zabir_3_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_zabir_3_pipeline` is a English model originally trained by zabir735.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_zabir_3_pipeline_en_5.5.0_3.0_1725257679504.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_zabir_3_pipeline_en_5.5.0_3.0_1725257679504.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_zabir_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_zabir_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_zabir_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/zabir735/clip-zabir-3
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-column_model_en.md b/docs/_posts/ahmedlone127/2024-09-02-column_model_en.md
new file mode 100644
index 00000000000000..626d656efee55d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-column_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English column_model DistilBertForSequenceClassification from coggpt
+author: John Snow Labs
+name: column_model
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`column_model` is a English model originally trained by coggpt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/column_model_en_5.5.0_3.0_1725305564583.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/column_model_en_5.5.0_3.0_1725305564583.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|column_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/coggpt/column_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-column_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-column_model_pipeline_en.md
new file mode 100644
index 00000000000000..76d91366ce5b1e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-column_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English column_model_pipeline pipeline DistilBertForSequenceClassification from coggpt
+author: John Snow Labs
+name: column_model_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`column_model_pipeline` is a English model originally trained by coggpt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/column_model_pipeline_en_5.5.0_3.0_1725305576874.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/column_model_pipeline_en_5.5.0_3.0_1725305576874.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("column_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("column_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|column_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/coggpt/column_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-commitments_classification_model_en.md b/docs/_posts/ahmedlone127/2024-09-02-commitments_classification_model_en.md
new file mode 100644
index 00000000000000..86296f71b55fd8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-commitments_classification_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English commitments_classification_model RoBertaForSequenceClassification from nkc98
+author: John Snow Labs
+name: commitments_classification_model
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`commitments_classification_model` is a English model originally trained by nkc98.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/commitments_classification_model_en_5.5.0_3.0_1725238037904.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/commitments_classification_model_en_5.5.0_3.0_1725238037904.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|commitments_classification_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|309.6 MB|
+
+## References
+
+https://huggingface.co/nkc98/commitments-classification-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-commitments_classification_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-commitments_classification_model_pipeline_en.md
new file mode 100644
index 00000000000000..bbfad90d2b781e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-commitments_classification_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English commitments_classification_model_pipeline pipeline RoBertaForSequenceClassification from nkc98
+author: John Snow Labs
+name: commitments_classification_model_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`commitments_classification_model_pipeline` is a English model originally trained by nkc98.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/commitments_classification_model_pipeline_en_5.5.0_3.0_1725238054025.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/commitments_classification_model_pipeline_en_5.5.0_3.0_1725238054025.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("commitments_classification_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("commitments_classification_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|commitments_classification_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|309.7 MB|
+
+## References
+
+https://huggingface.co/nkc98/commitments-classification-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_en.md b/docs/_posts/ahmedlone127/2024-09-02-cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_en.md
new file mode 100644
index 00000000000000..33b0238e930470
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average MPNetEmbeddings from teven
+author: John Snow Labs
+name: cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average` is a English model originally trained by teven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_en_5.5.0_3.0_1725280714610.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_en_5.5.0_3.0_1725280714610.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.3 MB|
+
+## References
+
+https://huggingface.co/teven/cross_all_bs192_hardneg_finetuned_WebNLG2020_metric_average
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline_en.md
new file mode 100644
index 00000000000000..586c54ee0fd638
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline pipeline MPNetEmbeddings from teven
+author: John Snow Labs
+name: cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline` is a English model originally trained by teven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline_en_5.5.0_3.0_1725280742644.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline_en_5.5.0_3.0_1725280742644.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cross_all_bs192_hardneg_finetuned_webnlg2020_metric_average_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.3 MB|
+
+## References
+
+https://huggingface.co/teven/cross_all_bs192_hardneg_finetuned_WebNLG2020_metric_average
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-crossencoder_camembert_l6_mmarcofr_fr.md b/docs/_posts/ahmedlone127/2024-09-02-crossencoder_camembert_l6_mmarcofr_fr.md
new file mode 100644
index 00000000000000..c65914ac0f8997
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-crossencoder_camembert_l6_mmarcofr_fr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: French crossencoder_camembert_l6_mmarcofr CamemBertForSequenceClassification from antoinelouis
+author: John Snow Labs
+name: crossencoder_camembert_l6_mmarcofr
+date: 2024-09-02
+tags: [fr, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`crossencoder_camembert_l6_mmarcofr` is a French model originally trained by antoinelouis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/crossencoder_camembert_l6_mmarcofr_fr_5.5.0_3.0_1725299117949.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/crossencoder_camembert_l6_mmarcofr_fr_5.5.0_3.0_1725299117949.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|crossencoder_camembert_l8_mmarcofr|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|fr|
+|Size:|308.5 MB|
+
+## References
+
+https://huggingface.co/antoinelouis/crossencoder-camembert-L8-mmarcoFR
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-crossencoder_camembert_l8_mmarcofr_pipeline_fr.md b/docs/_posts/ahmedlone127/2024-09-02-crossencoder_camembert_l8_mmarcofr_pipeline_fr.md
new file mode 100644
index 00000000000000..909a11f1e5c75f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-crossencoder_camembert_l8_mmarcofr_pipeline_fr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: French crossencoder_camembert_l8_mmarcofr_pipeline pipeline CamemBertForSequenceClassification from antoinelouis
+author: John Snow Labs
+name: crossencoder_camembert_l8_mmarcofr_pipeline
+date: 2024-09-02
+tags: [fr, open_source, pipeline, onnx]
+task: Text Classification
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`crossencoder_camembert_l8_mmarcofr_pipeline` is a French model originally trained by antoinelouis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/crossencoder_camembert_l8_mmarcofr_pipeline_fr_5.5.0_3.0_1725298329326.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/crossencoder_camembert_l8_mmarcofr_pipeline_fr_5.5.0_3.0_1725298329326.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("crossencoder_camembert_l8_mmarcofr_pipeline", lang = "fr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("crossencoder_camembert_l8_mmarcofr_pipeline", lang = "fr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|crossencoder_camembert_l8_mmarcofr_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fr|
+|Size:|308.5 MB|
+
+## References
+
+https://huggingface.co/antoinelouis/crossencoder-camembert-L8-mmarcoFR
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_idkmrc_en.md b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_idkmrc_en.md
new file mode 100644
index 00000000000000..67debd5e65ec92
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_idkmrc_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English ct_kld_mdeberta_idkmrc DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_kld_mdeberta_idkmrc
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_kld_mdeberta_idkmrc` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_kld_mdeberta_idkmrc_en_5.5.0_3.0_1725239361639.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_kld_mdeberta_idkmrc_en_5.5.0_3.0_1725239361639.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_kld_mdeberta_idkmrc|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|867.7 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-kld-mdeberta-idkmrc
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_idkmrc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_idkmrc_pipeline_en.md
new file mode 100644
index 00000000000000..582f1fd22ac76b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_idkmrc_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_kld_mdeberta_idkmrc_pipeline pipeline DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_kld_mdeberta_idkmrc_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_kld_mdeberta_idkmrc_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_kld_mdeberta_idkmrc_pipeline_en_5.5.0_3.0_1725239462806.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_kld_mdeberta_idkmrc_pipeline_en_5.5.0_3.0_1725239462806.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_kld_mdeberta_idkmrc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_kld_mdeberta_idkmrc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_kld_mdeberta_idkmrc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|867.7 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-kld-mdeberta-idkmrc
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_webis_en.md b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_webis_en.md
new file mode 100644
index 00000000000000..ff944a3d31d9df
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_webis_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English ct_kld_mdeberta_webis DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_kld_mdeberta_webis
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_kld_mdeberta_webis` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_kld_mdeberta_webis_en_5.5.0_3.0_1725240545552.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_kld_mdeberta_webis_en_5.5.0_3.0_1725240545552.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_kld_mdeberta_webis|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|841.9 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-kld-mdeberta-webis
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_webis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_webis_pipeline_en.md
new file mode 100644
index 00000000000000..d948b60638605b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_mdeberta_webis_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_kld_mdeberta_webis_pipeline pipeline DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_kld_mdeberta_webis_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_kld_mdeberta_webis_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_kld_mdeberta_webis_pipeline_en_5.5.0_3.0_1725240659804.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_kld_mdeberta_webis_pipeline_en_5.5.0_3.0_1725240659804.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_kld_mdeberta_webis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_kld_mdeberta_webis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_kld_mdeberta_webis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|841.9 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-kld-mdeberta-webis
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ct_kld_xlmr_20230912_1_en.md b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_xlmr_20230912_1_en.md
new file mode 100644
index 00000000000000..b14a0bb1d61703
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_xlmr_20230912_1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English ct_kld_xlmr_20230912_1 XlmRoBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_kld_xlmr_20230912_1
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_kld_xlmr_20230912_1` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_kld_xlmr_20230912_1_en_5.5.0_3.0_1725254552629.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_kld_xlmr_20230912_1_en_5.5.0_3.0_1725254552629.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_kld_xlmr_20230912_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|876.1 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-kld-xlmr-20230912-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ct_kld_xlmr_20230912_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_xlmr_20230912_1_pipeline_en.md
new file mode 100644
index 00000000000000..fe49fa2330d5c0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ct_kld_xlmr_20230912_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_kld_xlmr_20230912_1_pipeline pipeline XlmRoBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_kld_xlmr_20230912_1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_kld_xlmr_20230912_1_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_kld_xlmr_20230912_1_pipeline_en_5.5.0_3.0_1725254621679.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_kld_xlmr_20230912_1_pipeline_en_5.5.0_3.0_1725254621679.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_kld_xlmr_20230912_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_kld_xlmr_20230912_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_kld_xlmr_20230912_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|876.1 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-kld-xlmr-20230912-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ct_mse_mdeberta_idkmrc_en.md b/docs/_posts/ahmedlone127/2024-09-02-ct_mse_mdeberta_idkmrc_en.md
new file mode 100644
index 00000000000000..c069469e209e13
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ct_mse_mdeberta_idkmrc_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English ct_mse_mdeberta_idkmrc DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_mse_mdeberta_idkmrc
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_mse_mdeberta_idkmrc` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_mse_mdeberta_idkmrc_en_5.5.0_3.0_1725239552435.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_mse_mdeberta_idkmrc_en_5.5.0_3.0_1725239552435.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_mse_mdeberta_idkmrc|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|867.7 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-mse-mdeberta-idkmrc
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ct_mse_mdeberta_idkmrc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ct_mse_mdeberta_idkmrc_pipeline_en.md
new file mode 100644
index 00000000000000..cfef789dad3e29
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ct_mse_mdeberta_idkmrc_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_mse_mdeberta_idkmrc_pipeline pipeline DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_mse_mdeberta_idkmrc_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_mse_mdeberta_idkmrc_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_mse_mdeberta_idkmrc_pipeline_en_5.5.0_3.0_1725239656620.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_mse_mdeberta_idkmrc_pipeline_en_5.5.0_3.0_1725239656620.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_mse_mdeberta_idkmrc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_mse_mdeberta_idkmrc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_mse_mdeberta_idkmrc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|867.7 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-mse-mdeberta-idkmrc
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ct_mse_xlmr_squadv2_en.md b/docs/_posts/ahmedlone127/2024-09-02-ct_mse_xlmr_squadv2_en.md
new file mode 100644
index 00000000000000..f1e8d201f1e932
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ct_mse_xlmr_squadv2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English ct_mse_xlmr_squadv2 XlmRoBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_mse_xlmr_squadv2
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_mse_xlmr_squadv2` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_mse_xlmr_squadv2_en_5.5.0_3.0_1725235670550.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_mse_xlmr_squadv2_en_5.5.0_3.0_1725235670550.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_mse_xlmr_squadv2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|876.0 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-mse-xlmr-squadv2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ct_mse_xlmr_squadv2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ct_mse_xlmr_squadv2_pipeline_en.md
new file mode 100644
index 00000000000000..7f1dd3f45d27b8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ct_mse_xlmr_squadv2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ct_mse_xlmr_squadv2_pipeline pipeline XlmRoBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: ct_mse_xlmr_squadv2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ct_mse_xlmr_squadv2_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ct_mse_xlmr_squadv2_pipeline_en_5.5.0_3.0_1725235742545.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ct_mse_xlmr_squadv2_pipeline_en_5.5.0_3.0_1725235742545.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ct_mse_xlmr_squadv2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ct_mse_xlmr_squadv2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ct_mse_xlmr_squadv2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|876.0 MB|
+
+## References
+
+https://huggingface.co/intanm/ct-mse-xlmr-squadv2
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cuad_roberta_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-cuad_roberta_base_en.md
new file mode 100644
index 00000000000000..edb9815316e43a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cuad_roberta_base_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English cuad_roberta_base RoBertaForQuestionAnswering from kallam
+author: John Snow Labs
+name: cuad_roberta_base
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cuad_roberta_base` is a English model originally trained by kallam.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cuad_roberta_base_en_5.5.0_3.0_1725252199283.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cuad_roberta_base_en_5.5.0_3.0_1725252199283.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cuad_roberta_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|447.4 MB|
+
+## References
+
+https://huggingface.co/kallam/cuad_roberta_base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-cuad_roberta_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-cuad_roberta_base_pipeline_en.md
new file mode 100644
index 00000000000000..0d67edf93e2914
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-cuad_roberta_base_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English cuad_roberta_base_pipeline pipeline RoBertaForQuestionAnswering from kallam
+author: John Snow Labs
+name: cuad_roberta_base_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cuad_roberta_base_pipeline` is a English model originally trained by kallam.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cuad_roberta_base_pipeline_en_5.5.0_3.0_1725252232603.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cuad_roberta_base_pipeline_en_5.5.0_3.0_1725252232603.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("cuad_roberta_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("cuad_roberta_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cuad_roberta_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|447.4 MB|
+
+## References
+
+https://huggingface.co/kallam/cuad_roberta_base
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_en.md
new file mode 100644
index 00000000000000..653d052ac0c6dd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English darija_tonga_tonga_islands_english MarianTransformer from centino00
+author: John Snow Labs
+name: darija_tonga_tonga_islands_english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`darija_tonga_tonga_islands_english` is a English model originally trained by centino00.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/darija_tonga_tonga_islands_english_en_5.5.0_3.0_1725294441511.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/darija_tonga_tonga_islands_english_en_5.5.0_3.0_1725294441511.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|darija_tonga_tonga_islands_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|527.6 MB|
+
+## References
+
+https://huggingface.co/centino00/darija-to-english
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_full_en.md b/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_full_en.md
new file mode 100644
index 00000000000000..92b659fb06516f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_full_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English darija_tonga_tonga_islands_english_full MarianTransformer from centino00
+author: John Snow Labs
+name: darija_tonga_tonga_islands_english_full
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`darija_tonga_tonga_islands_english_full` is a English model originally trained by centino00.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/darija_tonga_tonga_islands_english_full_en_5.5.0_3.0_1725295993536.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/darija_tonga_tonga_islands_english_full_en_5.5.0_3.0_1725295993536.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|darija_tonga_tonga_islands_english_full|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|503.8 MB|
+
+## References
+
+https://huggingface.co/centino00/darija-to-english-full
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_full_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_full_pipeline_en.md
new file mode 100644
index 00000000000000..b214acd2f0c6bb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_full_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English darija_tonga_tonga_islands_english_full_pipeline pipeline MarianTransformer from centino00
+author: John Snow Labs
+name: darija_tonga_tonga_islands_english_full_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`darija_tonga_tonga_islands_english_full_pipeline` is a English model originally trained by centino00.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/darija_tonga_tonga_islands_english_full_pipeline_en_5.5.0_3.0_1725296024259.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/darija_tonga_tonga_islands_english_full_pipeline_en_5.5.0_3.0_1725296024259.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("darija_tonga_tonga_islands_english_full_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("darija_tonga_tonga_islands_english_full_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|darija_tonga_tonga_islands_english_full_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|504.4 MB|
+
+## References
+
+https://huggingface.co/centino00/darija-to-english-full
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..9f7f99dd15a508
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-darija_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English darija_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from centino00
+author: John Snow Labs
+name: darija_tonga_tonga_islands_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`darija_tonga_tonga_islands_english_pipeline` is a English model originally trained by centino00.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/darija_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725294483394.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/darija_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725294483394.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("darija_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("darija_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|darija_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|528.1 MB|
+
+## References
+
+https://huggingface.co/centino00/darija-to-english
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-das22_10_camembert_pretrained_en.md b/docs/_posts/ahmedlone127/2024-09-02-das22_10_camembert_pretrained_en.md
new file mode 100644
index 00000000000000..ea04dd75bd2b77
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-das22_10_camembert_pretrained_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English das22_10_camembert_pretrained CamemBertEmbeddings from HueyNemud
+author: John Snow Labs
+name: das22_10_camembert_pretrained
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`das22_10_camembert_pretrained` is a English model originally trained by HueyNemud.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/das22_10_camembert_pretrained_en_5.5.0_3.0_1725320278521.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/das22_10_camembert_pretrained_en_5.5.0_3.0_1725320278521.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|datosw_v1_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|504.4 MB|
+
+## References
+
+https://huggingface.co/ZcepZtar/DaToSw_V1.1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-datosw_v1_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-datosw_v1_1_pipeline_en.md
new file mode 100644
index 00000000000000..6143414dc43d51
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-datosw_v1_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English datosw_v1_1_pipeline pipeline MarianTransformer from ZcepZtar
+author: John Snow Labs
+name: datosw_v1_1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`datosw_v1_1_pipeline` is a English model originally trained by ZcepZtar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/datosw_v1_1_pipeline_en_5.5.0_3.0_1725304958261.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/datosw_v1_1_pipeline_en_5.5.0_3.0_1725304958261.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("datosw_v1_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("datosw_v1_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|datosw_v1_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|504.9 MB|
+
+## References
+
+https://huggingface.co/ZcepZtar/DaToSw_V1.1
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dbg_myriade_10k_mots_all_sens_multilabel_3phrases_en.md b/docs/_posts/ahmedlone127/2024-09-02-dbg_myriade_10k_mots_all_sens_multilabel_3phrases_en.md
new file mode 100644
index 00000000000000..01940ccbfb8e5b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dbg_myriade_10k_mots_all_sens_multilabel_3phrases_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dbg_myriade_10k_mots_all_sens_multilabel_3phrases CamemBertForTokenClassification from Easter-Island
+author: John Snow Labs
+name: dbg_myriade_10k_mots_all_sens_multilabel_3phrases
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, camembert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dbg_myriade_10k_mots_all_sens_multilabel_3phrases` is a English model originally trained by Easter-Island.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dbg_myriade_10k_mots_all_sens_multilabel_3phrases_en_5.5.0_3.0_1725266881093.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dbg_myriade_10k_mots_all_sens_multilabel_3phrases_en_5.5.0_3.0_1725266881093.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dbg_myriade_10k_mots_all_sens_multilabel_3phrases|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/Easter-Island/dbg_myriade_10k_mots_all_sens_multilabel_3phrases
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deadloack_model_en.md b/docs/_posts/ahmedlone127/2024-09-02-deadloack_model_en.md
new file mode 100644
index 00000000000000..6c376ca89b11c9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deadloack_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deadloack_model RoBertaForSequenceClassification from moazx
+author: John Snow Labs
+name: deadloack_model
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deadloack_model` is a English model originally trained by moazx.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deadloack_model_en_5.5.0_3.0_1725277532101.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deadloack_model_en_5.5.0_3.0_1725277532101.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deadloack_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/moazx/deadloack_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deadloack_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deadloack_model_pipeline_en.md
new file mode 100644
index 00000000000000..18722180db1840
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deadloack_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deadloack_model_pipeline pipeline RoBertaForSequenceClassification from moazx
+author: John Snow Labs
+name: deadloack_model_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deadloack_model_pipeline` is a English model originally trained by moazx.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deadloack_model_pipeline_en_5.5.0_3.0_1725277556895.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deadloack_model_pipeline_en_5.5.0_3.0_1725277556895.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deadloack_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deadloack_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deadloack_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.4 MB|
+
+## References
+
+https://huggingface.co/moazx/deadloack_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_amazon_reviews_v1_michael_karoo_ai_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_amazon_reviews_v1_michael_karoo_ai_en.md
new file mode 100644
index 00000000000000..18cf1beae972d1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_amazon_reviews_v1_michael_karoo_ai_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_amazon_reviews_v1_michael_karoo_ai DeBertaForSequenceClassification from michael-karoo-ai
+author: John Snow Labs
+name: deberta_amazon_reviews_v1_michael_karoo_ai
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_amazon_reviews_v1_michael_karoo_ai` is a English model originally trained by michael-karoo-ai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_amazon_reviews_v1_michael_karoo_ai_en_5.5.0_3.0_1725282965369.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_amazon_reviews_v1_michael_karoo_ai_en_5.5.0_3.0_1725282965369.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_amazon_reviews_v1_michael_karoo_ai|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|594.6 MB|
+
+## References
+
+https://huggingface.co/michael-karoo-ai/deberta_amazon_reviews_v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_amazon_reviews_v1_michael_karoo_ai_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_amazon_reviews_v1_michael_karoo_ai_pipeline_en.md
new file mode 100644
index 00000000000000..9e2f4ab24c4a5e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_amazon_reviews_v1_michael_karoo_ai_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_amazon_reviews_v1_michael_karoo_ai_pipeline pipeline DeBertaForSequenceClassification from michael-karoo-ai
+author: John Snow Labs
+name: deberta_amazon_reviews_v1_michael_karoo_ai_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_amazon_reviews_v1_michael_karoo_ai_pipeline` is a English model originally trained by michael-karoo-ai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_amazon_reviews_v1_michael_karoo_ai_pipeline_en_5.5.0_3.0_1725283035326.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_amazon_reviews_v1_michael_karoo_ai_pipeline_en_5.5.0_3.0_1725283035326.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_amazon_reviews_v1_michael_karoo_ai_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_amazon_reviews_v1_michael_karoo_ai_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_amazon_reviews_v1_michael_karoo_ai_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|594.6 MB|
+
+## References
+
+https://huggingface.co/michael-karoo-ai/deberta_amazon_reviews_v1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_base_multi_label_classifier_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_base_multi_label_classifier_en.md
new file mode 100644
index 00000000000000..b62432c4b82da8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_base_multi_label_classifier_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_base_multi_label_classifier DeBertaForSequenceClassification from Azma-AI
+author: John Snow Labs
+name: deberta_base_multi_label_classifier
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_base_multi_label_classifier` is a English model originally trained by Azma-AI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_base_multi_label_classifier_en_5.5.0_3.0_1725281735348.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_base_multi_label_classifier_en_5.5.0_3.0_1725281735348.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_base_multi_label_classifier|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|688.9 MB|
+
+## References
+
+https://huggingface.co/Azma-AI/deberta-base-multi-label-classifier
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_base_multi_label_classifier_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_base_multi_label_classifier_pipeline_en.md
new file mode 100644
index 00000000000000..8dc0169a8c2b9e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_base_multi_label_classifier_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_base_multi_label_classifier_pipeline pipeline DeBertaForSequenceClassification from Azma-AI
+author: John Snow Labs
+name: deberta_base_multi_label_classifier_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_base_multi_label_classifier_pipeline` is a English model originally trained by Azma-AI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_base_multi_label_classifier_pipeline_en_5.5.0_3.0_1725281772532.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_base_multi_label_classifier_pipeline_en_5.5.0_3.0_1725281772532.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_base_multi_label_classifier_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_base_multi_label_classifier_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_base_multi_label_classifier_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|688.9 MB|
+
+## References
+
+https://huggingface.co/Azma-AI/deberta-base-multi-label-classifier
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_embeddings_m5_mlm_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_embeddings_m5_mlm_en.md
new file mode 100644
index 00000000000000..9836b520c91fad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_embeddings_m5_mlm_en.md
@@ -0,0 +1,100 @@
+---
+layout: model
+title: English Deberta Embeddings model (from S2312dal)
+author: John Snow Labs
+name: deberta_embeddings_m5_mlm
+date: 2024-09-02
+tags: [deberta, open_source, deberta_embeddings, debertav2formaskedlm, en, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DebertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `M5_MLM` is a English model originally trained by `S2312dal`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_m5_mlm_en_5.5.0_3.0_1725261092487.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_m5_mlm_en_5.5.0_3.0_1725261092487.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_embeddings_m5_mlm|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|689.7 MB|
+
+## References
+
+References
+
+https://huggingface.co/S2312dal/M5_MLM
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_embeddings_m5_mlm_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_embeddings_m5_mlm_pipeline_en.md
new file mode 100644
index 00000000000000..d2b08972ffb7ef
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_embeddings_m5_mlm_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_embeddings_m5_mlm_pipeline pipeline DeBertaEmbeddings from S2312dal
+author: John Snow Labs
+name: deberta_embeddings_m5_mlm_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_embeddings_m5_mlm_pipeline` is a English model originally trained by S2312dal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_m5_mlm_pipeline_en_5.5.0_3.0_1725261128263.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_m5_mlm_pipeline_en_5.5.0_3.0_1725261128263.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_embeddings_m5_mlm_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_embeddings_m5_mlm_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_embeddings_m5_mlm_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|689.7 MB|
+
+## References
+
+https://huggingface.co/S2312dal/M5_MLM
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_large_hallucination_eval_v3_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_large_hallucination_eval_v3_en.md
new file mode 100644
index 00000000000000..c696eb7aa0359a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_large_hallucination_eval_v3_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_large_hallucination_eval_v3 DeBertaForSequenceClassification from mathislucka
+author: John Snow Labs
+name: deberta_large_hallucination_eval_v3
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_large_hallucination_eval_v3` is a English model originally trained by mathislucka.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_large_hallucination_eval_v3_en_5.5.0_3.0_1725281707028.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_large_hallucination_eval_v3_en_5.5.0_3.0_1725281707028.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_large_hallucination_eval_v3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/mathislucka/deberta-large-hallucination-eval-v3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_large_hallucination_eval_v3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_large_hallucination_eval_v3_pipeline_en.md
new file mode 100644
index 00000000000000..b6159f697c0748
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_large_hallucination_eval_v3_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_large_hallucination_eval_v3_pipeline pipeline DeBertaForSequenceClassification from mathislucka
+author: John Snow Labs
+name: deberta_large_hallucination_eval_v3_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_large_hallucination_eval_v3_pipeline` is a English model originally trained by mathislucka.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_large_hallucination_eval_v3_pipeline_en_5.5.0_3.0_1725281789178.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_large_hallucination_eval_v3_pipeline_en_5.5.0_3.0_1725281789178.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_large_hallucination_eval_v3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_large_hallucination_eval_v3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_large_hallucination_eval_v3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/mathislucka/deberta-large-hallucination-eval-v3
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_question_answering_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_question_answering_en.md
new file mode 100644
index 00000000000000..f9005a1958a780
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_question_answering_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_question_answering DeBertaForQuestionAnswering from seenuvasanfoss
+author: John Snow Labs
+name: deberta_question_answering
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_question_answering` is a English model originally trained by seenuvasanfoss.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_question_answering_en_5.5.0_3.0_1725240150294.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_question_answering_en_5.5.0_3.0_1725240150294.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_question_answering|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/seenuvasanfoss/deberta_question_answering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_question_answering_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_question_answering_pipeline_en.md
new file mode 100644
index 00000000000000..e1601ee5870686
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_question_answering_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_question_answering_pipeline pipeline DeBertaForQuestionAnswering from seenuvasanfoss
+author: John Snow Labs
+name: deberta_question_answering_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_question_answering_pipeline` is a English model originally trained by seenuvasanfoss.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_question_answering_pipeline_en_5.5.0_3.0_1725240251547.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_question_answering_pipeline_en_5.5.0_3.0_1725240251547.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_question_answering_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_question_answering_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_question_answering_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/seenuvasanfoss/deberta_question_answering
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v2_tiny_japanese_ja.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v2_tiny_japanese_ja.md
new file mode 100644
index 00000000000000..1d0a4ce910dc6e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v2_tiny_japanese_ja.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Japanese deberta_v2_tiny_japanese DeBertaEmbeddings from ku-nlp
+author: John Snow Labs
+name: deberta_v2_tiny_japanese
+date: 2024-09-02
+tags: [ja, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: ja
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v2_tiny_japanese` is a Japanese model originally trained by ku-nlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v2_tiny_japanese_ja_5.5.0_3.0_1725261105609.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v2_tiny_japanese_ja_5.5.0_3.0_1725261105609.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v2_tiny_japanese|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|ja|
+|Size:|29.3 MB|
+
+## References
+
+https://huggingface.co/ku-nlp/deberta-v2-tiny-japanese
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v2_tiny_japanese_pipeline_ja.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v2_tiny_japanese_pipeline_ja.md
new file mode 100644
index 00000000000000..86c2d11b5bfd02
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v2_tiny_japanese_pipeline_ja.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Japanese deberta_v2_tiny_japanese_pipeline pipeline DeBertaEmbeddings from ku-nlp
+author: John Snow Labs
+name: deberta_v2_tiny_japanese_pipeline
+date: 2024-09-02
+tags: [ja, open_source, pipeline, onnx]
+task: Embeddings
+language: ja
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v2_tiny_japanese_pipeline` is a Japanese model originally trained by ku-nlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v2_tiny_japanese_pipeline_ja_5.5.0_3.0_1725261107407.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v2_tiny_japanese_pipeline_ja_5.5.0_3.0_1725261107407.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v2_tiny_japanese_pipeline", lang = "ja")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v2_tiny_japanese_pipeline", lang = "ja")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v2_tiny_japanese_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ja|
+|Size:|29.3 MB|
+
+## References
+
+https://huggingface.co/ku-nlp/deberta-v2-tiny-japanese
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_devrev_data_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_devrev_data_en.md
new file mode 100644
index 00000000000000..e03d6f42705058
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_devrev_data_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_base_devrev_data DeBertaForQuestionAnswering from devpranjal
+author: John Snow Labs
+name: deberta_v3_base_devrev_data
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_devrev_data` is a English model originally trained by devpranjal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_devrev_data_en_5.5.0_3.0_1725269564725.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_devrev_data_en_5.5.0_3.0_1725269564725.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_devrev_data|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|651.0 MB|
+
+## References
+
+https://huggingface.co/devpranjal/deberta-v3-base-devrev-data
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_devrev_data_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_devrev_data_pipeline_en.md
new file mode 100644
index 00000000000000..7fafc11a58d2fa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_devrev_data_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_base_devrev_data_pipeline pipeline DeBertaForQuestionAnswering from devpranjal
+author: John Snow Labs
+name: deberta_v3_base_devrev_data_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_devrev_data_pipeline` is a English model originally trained by devpranjal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_devrev_data_pipeline_en_5.5.0_3.0_1725269610428.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_devrev_data_pipeline_en_5.5.0_3.0_1725269610428.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_devrev_data_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_devrev_data_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_devrev_data_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|651.1 MB|
+
+## References
+
+https://huggingface.co/devpranjal/deberta-v3-base-devrev-data
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_domain_adapted_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_domain_adapted_en.md
new file mode 100644
index 00000000000000..e8bdbb53e7dd5c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_domain_adapted_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_base_domain_adapted DeBertaForQuestionAnswering from devpranjal
+author: John Snow Labs
+name: deberta_v3_base_domain_adapted
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_domain_adapted` is a English model originally trained by devpranjal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_domain_adapted_en_5.5.0_3.0_1725290887485.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_domain_adapted_en_5.5.0_3.0_1725290887485.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_domain_adapted|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|651.0 MB|
+
+## References
+
+https://huggingface.co/devpranjal/deberta-v3-base-domain-adapted
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_domain_adapted_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_domain_adapted_pipeline_en.md
new file mode 100644
index 00000000000000..6dff563c606869
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_domain_adapted_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_base_domain_adapted_pipeline pipeline DeBertaForQuestionAnswering from devpranjal
+author: John Snow Labs
+name: deberta_v3_base_domain_adapted_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_domain_adapted_pipeline` is a English model originally trained by devpranjal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_domain_adapted_pipeline_en_5.5.0_3.0_1725290931164.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_domain_adapted_pipeline_en_5.5.0_3.0_1725290931164.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_domain_adapted_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_domain_adapted_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_domain_adapted_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|651.1 MB|
+
+## References
+
+https://huggingface.co/devpranjal/deberta-v3-base-domain-adapted
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_en.md
new file mode 100644
index 00000000000000..096271c857494e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_en.md
@@ -0,0 +1,77 @@
+---
+layout: model
+title: DeBERTa base model
+author: John Snow Labs
+name: deberta_v3_base
+date: 2024-09-02
+tags: [en, english, open_source, embeddings, deberta, v3, base, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+The DeBERTa model was proposed in [[https://arxiv.org/abs/2006.03654 DeBERTa: Decoding-enhanced BERT with Disentangled Attention]] by Pengcheng He, Xiaodong Liu, Jianfeng Gao, Weizhu Chen It is based on Google’s BERT model released in 2018 and Facebook’s RoBERTa model released in 2019. Compared to RoBERTa-Large, a DeBERTa model trained on half of the training data performs consistently better on a wide range of NLP tasks, achieving improvements on MNLI by +0.9% (90.2% vs. 91.1%), on SQuAD v2.0 by +2.3% (88.4% vs. 90.7%) and RACE by +3.6% (83.2% vs. 86.8%).
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_en_5.5.0_3.0_1725261194036.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_en_5.5.0_3.0_1725261194036.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_finetuned_squad2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|658.8 MB|
+
+## References
+
+https://huggingface.co/IProject-10/deberta-v3-base-finetuned-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_mrpc_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_mrpc_en.md
new file mode 100644
index 00000000000000..f436dae162a149
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_mrpc_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_glue_mrpc DeBertaForSequenceClassification from ficsort
+author: John Snow Labs
+name: deberta_v3_base_glue_mrpc
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_glue_mrpc` is a English model originally trained by ficsort.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_glue_mrpc_en_5.5.0_3.0_1725282777995.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_glue_mrpc_en_5.5.0_3.0_1725282777995.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_glue_mrpc|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|582.8 MB|
+
+## References
+
+https://huggingface.co/ficsort/deberta-v3-base-glue-mrpc
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_mrpc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_mrpc_pipeline_en.md
new file mode 100644
index 00000000000000..a1da08f63a75dd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_mrpc_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_glue_mrpc_pipeline pipeline DeBertaForSequenceClassification from ficsort
+author: John Snow Labs
+name: deberta_v3_base_glue_mrpc_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_glue_mrpc_pipeline` is a English model originally trained by ficsort.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_glue_mrpc_pipeline_en_5.5.0_3.0_1725282853506.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_glue_mrpc_pipeline_en_5.5.0_3.0_1725282853506.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_glue_mrpc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_glue_mrpc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_glue_mrpc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|582.9 MB|
+
+## References
+
+https://huggingface.co/ficsort/deberta-v3-base-glue-mrpc
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_qnli_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_qnli_en.md
new file mode 100644
index 00000000000000..52dca605139c55
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_qnli_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_glue_qnli DeBertaForSequenceClassification from ficsort
+author: John Snow Labs
+name: deberta_v3_base_glue_qnli
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_glue_qnli` is a English model originally trained by ficsort.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_glue_qnli_en_5.5.0_3.0_1725283607413.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_glue_qnli_en_5.5.0_3.0_1725283607413.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_glue_qnli|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|642.9 MB|
+
+## References
+
+https://huggingface.co/ficsort/deberta-v3-base-glue-qnli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_qnli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_qnli_pipeline_en.md
new file mode 100644
index 00000000000000..951aba3bbd4686
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_glue_qnli_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_glue_qnli_pipeline pipeline DeBertaForSequenceClassification from ficsort
+author: John Snow Labs
+name: deberta_v3_base_glue_qnli_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_glue_qnli_pipeline` is a English model originally trained by ficsort.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_glue_qnli_pipeline_en_5.5.0_3.0_1725283656658.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_glue_qnli_pipeline_en_5.5.0_3.0_1725283656658.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_glue_qnli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_glue_qnli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_glue_qnli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|642.9 MB|
+
+## References
+
+https://huggingface.co/ficsort/deberta-v3-base-glue-qnli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_injection_jasperls_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_injection_jasperls_en.md
new file mode 100644
index 00000000000000..7cd4fcfe2480e3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_injection_jasperls_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_injection_jasperls DeBertaForSequenceClassification from JasperLS
+author: John Snow Labs
+name: deberta_v3_base_injection_jasperls
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_injection_jasperls` is a English model originally trained by JasperLS.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_injection_jasperls_en_5.5.0_3.0_1725282195871.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_injection_jasperls_en_5.5.0_3.0_1725282195871.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_injection_jasperls|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|578.9 MB|
+
+## References
+
+https://huggingface.co/JasperLS/deberta-v3-base-injection
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_injection_jasperls_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_injection_jasperls_pipeline_en.md
new file mode 100644
index 00000000000000..f69fa8b2bb9549
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_injection_jasperls_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_injection_jasperls_pipeline pipeline DeBertaForSequenceClassification from JasperLS
+author: John Snow Labs
+name: deberta_v3_base_injection_jasperls_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_injection_jasperls_pipeline` is a English model originally trained by JasperLS.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_injection_jasperls_pipeline_en_5.5.0_3.0_1725282246389.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_injection_jasperls_pipeline_en_5.5.0_3.0_1725282246389.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_injection_jasperls_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_injection_jasperls_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_injection_jasperls_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|578.9 MB|
+
+## References
+
+https://huggingface.co/JasperLS/deberta-v3-base-injection
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_mnli_uf_ner_1019_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_mnli_uf_ner_1019_v1_pipeline_en.md
new file mode 100644
index 00000000000000..fe0ff7d423bb38
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_mnli_uf_ner_1019_v1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_mnli_uf_ner_1019_v1_pipeline pipeline DeBertaForSequenceClassification from mariolinml
+author: John Snow Labs
+name: deberta_v3_base_mnli_uf_ner_1019_v1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_mnli_uf_ner_1019_v1_pipeline` is a English model originally trained by mariolinml.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_mnli_uf_ner_1019_v1_pipeline_en_5.5.0_3.0_1725283238346.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_mnli_uf_ner_1019_v1_pipeline_en_5.5.0_3.0_1725283238346.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_mnli_uf_ner_1019_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_mnli_uf_ner_1019_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_mnli_uf_ner_1019_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|639.1 MB|
+
+## References
+
+https://huggingface.co/mariolinml/deberta-v3-base_mnli_uf_ner_1019_v1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_pipeline_en.md
new file mode 100644
index 00000000000000..2424f71b7692cd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_pipeline pipeline DeBertaEmbeddings from microsoft
+author: John Snow Labs
+name: deberta_v3_base_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_pipeline` is a English model originally trained by microsoft.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_pipeline_en_5.5.0_3.0_1725261324983.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_pipeline_en_5.5.0_3.0_1725261324983.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|435.2 MB|
+
+## References
+
+https://huggingface.co/microsoft/deberta-v3-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_reward_model_0112_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_reward_model_0112_en.md
new file mode 100644
index 00000000000000..622d8e15473767
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_reward_model_0112_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_reward_model_0112 DeBertaForSequenceClassification from decem
+author: John Snow Labs
+name: deberta_v3_base_reward_model_0112
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_reward_model_0112` is a English model originally trained by decem.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_reward_model_0112_en_5.5.0_3.0_1725282545644.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_reward_model_0112_en_5.5.0_3.0_1725282545644.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_reward_model_0112|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|644.3 MB|
+
+## References
+
+https://huggingface.co/decem/deberta-v3-base-reward-model-0112
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_reward_model_0112_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_reward_model_0112_pipeline_en.md
new file mode 100644
index 00000000000000..0674f73e4de50b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_reward_model_0112_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_reward_model_0112_pipeline pipeline DeBertaForSequenceClassification from decem
+author: John Snow Labs
+name: deberta_v3_base_reward_model_0112_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_reward_model_0112_pipeline` is a English model originally trained by decem.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_reward_model_0112_pipeline_en_5.5.0_3.0_1725282595841.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_reward_model_0112_pipeline_en_5.5.0_3.0_1725282595841.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_reward_model_0112_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_reward_model_0112_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_reward_model_0112_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|644.3 MB|
+
+## References
+
+https://huggingface.co/decem/deberta-v3-base-reward-model-0112
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_deepset_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_deepset_en.md
new file mode 100644
index 00000000000000..bdedc254e6043f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_deepset_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_base_squad2_deepset DeBertaForQuestionAnswering from deepset
+author: John Snow Labs
+name: deberta_v3_base_squad2_deepset
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_squad2_deepset` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_deepset_en_5.5.0_3.0_1725268762025.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_deepset_en_5.5.0_3.0_1725268762025.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_squad2_deepset|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|651.0 MB|
+
+## References
+
+https://huggingface.co/deepset/deberta-v3-base-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_deepset_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_deepset_pipeline_en.md
new file mode 100644
index 00000000000000..47cfcdef399a61
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_deepset_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_base_squad2_deepset_pipeline pipeline DeBertaForQuestionAnswering from deepset
+author: John Snow Labs
+name: deberta_v3_base_squad2_deepset_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_squad2_deepset_pipeline` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_deepset_pipeline_en_5.5.0_3.0_1725268816718.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_deepset_pipeline_en_5.5.0_3.0_1725268816718.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_squad2_deepset_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_squad2_deepset_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_squad2_deepset_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|651.1 MB|
+
+## References
+
+https://huggingface.co/deepset/deberta-v3-base-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_ext_v1_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_ext_v1_en.md
new file mode 100644
index 00000000000000..42361b4feeb46b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_ext_v1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_base_squad2_ext_v1 DeBertaForQuestionAnswering from sjrhuschlee
+author: John Snow Labs
+name: deberta_v3_base_squad2_ext_v1
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_squad2_ext_v1` is a English model originally trained by sjrhuschlee.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_ext_v1_en_5.5.0_3.0_1725268473300.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_ext_v1_en_5.5.0_3.0_1725268473300.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_squad2_sjrhuschlee|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|645.3 MB|
+
+## References
+
+https://huggingface.co/sjrhuschlee/deberta-v3-base-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_sjrhuschlee_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_sjrhuschlee_pipeline_en.md
new file mode 100644
index 00000000000000..9ad745c84a2e88
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_base_squad2_sjrhuschlee_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_base_squad2_sjrhuschlee_pipeline pipeline DeBertaForQuestionAnswering from sjrhuschlee
+author: John Snow Labs
+name: deberta_v3_base_squad2_sjrhuschlee_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_squad2_sjrhuschlee_pipeline` is a English model originally trained by sjrhuschlee.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_sjrhuschlee_pipeline_en_5.5.0_3.0_1725239121391.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_squad2_sjrhuschlee_pipeline_en_5.5.0_3.0_1725239121391.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_squad2_sjrhuschlee_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_squad2_sjrhuschlee_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_squad2_sjrhuschlee_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|645.3 MB|
+
+## References
+
+https://huggingface.co/sjrhuschlee/deberta-v3-base-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large__sst2__train_16_2_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large__sst2__train_16_2_en.md
new file mode 100644
index 00000000000000..32e53e07d7f39b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large__sst2__train_16_2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large__sst2__train_16_2 DeBertaForSequenceClassification from SetFit
+author: John Snow Labs
+name: deberta_v3_large__sst2__train_16_2
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large__sst2__train_16_2` is a English model originally trained by SetFit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_16_2_en_5.5.0_3.0_1725282746259.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_16_2_en_5.5.0_3.0_1725282746259.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large__sst2__train_16_2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/SetFit/deberta-v3-large__sst2__train-16-2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large__sst2__train_16_2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large__sst2__train_16_2_pipeline_en.md
new file mode 100644
index 00000000000000..527f2cc07ae94c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large__sst2__train_16_2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large__sst2__train_16_2_pipeline pipeline DeBertaForSequenceClassification from SetFit
+author: John Snow Labs
+name: deberta_v3_large__sst2__train_16_2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large__sst2__train_16_2_pipeline` is a English model originally trained by SetFit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_16_2_pipeline_en_5.5.0_3.0_1725282880646.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_16_2_pipeline_en_5.5.0_3.0_1725282880646.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large__sst2__train_16_2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large__sst2__train_16_2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large__sst2__train_16_2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/SetFit/deberta-v3-large__sst2__train-16-2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large__sst2__train_8_7_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large__sst2__train_8_7_pipeline_en.md
new file mode 100644
index 00000000000000..27fc203295e009
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large__sst2__train_8_7_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large__sst2__train_8_7_pipeline pipeline DeBertaForSequenceClassification from SetFit
+author: John Snow Labs
+name: deberta_v3_large__sst2__train_8_7_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large__sst2__train_8_7_pipeline` is a English model originally trained by SetFit.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_8_7_pipeline_en_5.5.0_3.0_1725282324345.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large__sst2__train_8_7_pipeline_en_5.5.0_3.0_1725282324345.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large__sst2__train_8_7_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large__sst2__train_8_7_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large__sst2__train_8_7_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/SetFit/deberta-v3-large__sst2__train-8-7
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_en.md
new file mode 100644
index 00000000000000..f6ead6194a8496
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large DeBertaEmbeddings from microsoft
+author: John Snow Labs
+name: deberta_v3_large
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large` is a English model originally trained by microsoft.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_en_5.5.0_3.0_1725261964402.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_en_5.5.0_3.0_1725261964402.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_abm|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.4 GB|
+
+## References
+
+https://huggingface.co/bradleyg223/deberta-v3-large-finetuned-abm
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_finetuned_abm_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_finetuned_abm_pipeline_en.md
new file mode 100644
index 00000000000000..e9cd55929ce722
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_finetuned_abm_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_large_finetuned_abm_pipeline pipeline DeBertaForQuestionAnswering from bradleyg223
+author: John Snow Labs
+name: deberta_v3_large_finetuned_abm_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_finetuned_abm_pipeline` is a English model originally trained by bradleyg223.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_abm_pipeline_en_5.5.0_3.0_1725239650772.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_finetuned_abm_pipeline_en_5.5.0_3.0_1725239650772.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_finetuned_abm_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_finetuned_abm_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_finetuned_abm_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.4 GB|
+
+## References
+
+https://huggingface.co/bradleyg223/deberta-v3-large-finetuned-abm
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_pipeline_en.md
new file mode 100644
index 00000000000000..bae89f59c90ac4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_pipeline pipeline DeBertaEmbeddings from microsoft
+author: John Snow Labs
+name: deberta_v3_large_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_pipeline` is a English model originally trained by microsoft.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_pipeline_en_5.5.0_3.0_1725262263123.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_pipeline_en_5.5.0_3.0_1725262263123.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/microsoft/deberta-v3-large
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_reram_qa_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_reram_qa_en.md
new file mode 100644
index 00000000000000..b0b4999bc6b79f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_reram_qa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_large_reram_qa DeBertaForQuestionAnswering from GuakGuak
+author: John Snow Labs
+name: deberta_v3_large_reram_qa
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_reram_qa` is a English model originally trained by GuakGuak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_reram_qa_en_5.5.0_3.0_1725240321464.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_reram_qa_en_5.5.0_3.0_1725240321464.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_reram_qa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/GuakGuak/deberta-v3-large-reram-qa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_en.md
new file mode 100644
index 00000000000000..7efd42286014ee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli DeBertaForSequenceClassification from Joelzhang
+author: John Snow Labs
+name: deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli` is a English model originally trained by Joelzhang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_en_5.5.0_3.0_1725283681494.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_en_5.5.0_3.0_1725283681494.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/Joelzhang/deberta-v3-large-snli_mnli_fever_anli_R1_R2_R3-nli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline_en.md
new file mode 100644
index 00000000000000..85545297bbf0de
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline pipeline DeBertaForSequenceClassification from Joelzhang
+author: John Snow Labs
+name: deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline` is a English model originally trained by Joelzhang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline_en_5.5.0_3.0_1725283773733.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline_en_5.5.0_3.0_1725283773733.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_snli_mnli_fever_anli_r1_r2_r3_nli_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/Joelzhang/deberta-v3-large-snli_mnli_fever_anli_R1_R2_R3-nli
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_squad2_clickbait_spoiling_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_squad2_clickbait_spoiling_en.md
new file mode 100644
index 00000000000000..fe91943ac79dc0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_squad2_clickbait_spoiling_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_large_squad2_clickbait_spoiling DeBertaForQuestionAnswering from Grzgrz
+author: John Snow Labs
+name: deberta_v3_large_squad2_clickbait_spoiling
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_squad2_clickbait_spoiling` is a English model originally trained by Grzgrz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_clickbait_spoiling_en_5.5.0_3.0_1725239231151.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_clickbait_spoiling_en_5.5.0_3.0_1725239231151.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_squad2_clickbait_spoiling|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/Grzgrz/deberta-v3-large-squad2-clickbait-spoiling
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_squad2_clickbait_spoiling_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_squad2_clickbait_spoiling_pipeline_en.md
new file mode 100644
index 00000000000000..650a99b10e93c9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_squad2_clickbait_spoiling_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_large_squad2_clickbait_spoiling_pipeline pipeline DeBertaForQuestionAnswering from Grzgrz
+author: John Snow Labs
+name: deberta_v3_large_squad2_clickbait_spoiling_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_squad2_clickbait_spoiling_pipeline` is a English model originally trained by Grzgrz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_clickbait_spoiling_pipeline_en_5.5.0_3.0_1725239328979.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_clickbait_spoiling_pipeline_en_5.5.0_3.0_1725239328979.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_squad2_clickbait_spoiling_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_squad2_clickbait_spoiling_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_squad2_clickbait_spoiling_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/Grzgrz/deberta-v3-large-squad2-clickbait-spoiling
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_squad2_navteca_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_squad2_navteca_en.md
new file mode 100644
index 00000000000000..c7a8a02699f4a8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_squad2_navteca_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English deberta_v3_large_squad2_navteca DeBertaForQuestionAnswering from navteca
+author: John Snow Labs
+name: deberta_v3_large_squad2_navteca
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_squad2_navteca` is a English model originally trained by navteca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_navteca_en_5.5.0_3.0_1725239936677.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_squad2_navteca_en_5.5.0_3.0_1725239936677.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_squad2_navteca|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/navteca/deberta-v3-large-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_fluency_rater_gpt4_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_fluency_rater_gpt4_en.md
new file mode 100644
index 00000000000000..419625fbd8d564
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_fluency_rater_gpt4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_survey_fluency_rater_gpt4 DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_fluency_rater_gpt4
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_fluency_rater_gpt4` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_fluency_rater_gpt4_en_5.5.0_3.0_1725283023083.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_fluency_rater_gpt4_en_5.5.0_3.0_1725283023083.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_fluency_rater_gpt4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-fluency-rater-gpt4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_fluency_rater_gpt4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_fluency_rater_gpt4_pipeline_en.md
new file mode 100644
index 00000000000000..d822063a984cfb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_fluency_rater_gpt4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_survey_fluency_rater_gpt4_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_fluency_rater_gpt4_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_fluency_rater_gpt4_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_fluency_rater_gpt4_pipeline_en_5.5.0_3.0_1725283151607.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_fluency_rater_gpt4_pipeline_en_5.5.0_3.0_1725283151607.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_survey_fluency_rater_gpt4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_survey_fluency_rater_gpt4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_fluency_rater_gpt4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-fluency-rater-gpt4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_en.md
new file mode 100644
index 00000000000000..469631a90493d8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4 DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_en_5.5.0_3.0_1725282600835.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_en_5.5.0_3.0_1725282600835.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-main_passage_consistency-rater-half-gpt4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline_en.md
new file mode 100644
index 00000000000000..99cf7f8bb81fd2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline_en_5.5.0_3.0_1725282716669.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline_en_5.5.0_3.0_1725282716669.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_main_passage_consistency_rater_half_gpt4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-main_passage_consistency-rater-half-gpt4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_en.md
new file mode 100644
index 00000000000000..dea12e45b68b62
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4 DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_en_5.5.0_3.0_1725282016389.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_en_5.5.0_3.0_1725282016389.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-new_fact_related_passage-rater-all-gpt4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline_en.md
new file mode 100644
index 00000000000000..fc65edc5725567
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline_en_5.5.0_3.0_1725282106277.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline_en_5.5.0_3.0_1725282106277.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_nepal_bhasa_fact_related_passage_rater_all_gpt4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-new_fact_related_passage-rater-all-gpt4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_en.md
new file mode 100644
index 00000000000000..b935d36638dc15
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_large_survey_related_passage_old_facts_rater_gpt4 DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_related_passage_old_facts_rater_gpt4
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_related_passage_old_facts_rater_gpt4` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_en_5.5.0_3.0_1725283245391.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_en_5.5.0_3.0_1725283245391.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_related_passage_old_facts_rater_gpt4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-related_passage_old_facts-rater-gpt4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline_en.md
new file mode 100644
index 00000000000000..1ec02d27b33088
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline pipeline DeBertaForSequenceClassification from domenicrosati
+author: John Snow Labs
+name: deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline_en_5.5.0_3.0_1725283334634.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline_en_5.5.0_3.0_1725283334634.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_large_survey_related_passage_old_facts_rater_gpt4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-survey-related_passage_old_facts-rater-gpt4
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_small_finetuned_sst2_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_small_finetuned_sst2_en.md
new file mode 100644
index 00000000000000..cc4a7e55f44b76
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_small_finetuned_sst2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_small_finetuned_sst2 DeBertaForSequenceClassification from mrm8488
+author: John Snow Labs
+name: deberta_v3_small_finetuned_sst2
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_finetuned_sst2` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_sst2_en_5.5.0_3.0_1725281965561.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_sst2_en_5.5.0_3.0_1725281965561.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_finetuned_sst2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|415.2 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-small-finetuned-sst2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_small_finetuned_sst2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_small_finetuned_sst2_pipeline_en.md
new file mode 100644
index 00000000000000..b8cc4af460a988
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_small_finetuned_sst2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_small_finetuned_sst2_pipeline pipeline DeBertaForSequenceClassification from mrm8488
+author: John Snow Labs
+name: deberta_v3_small_finetuned_sst2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_small_finetuned_sst2_pipeline` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_sst2_pipeline_en_5.5.0_3.0_1725282034899.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_small_finetuned_sst2_pipeline_en_5.5.0_3.0_1725282034899.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_small_finetuned_sst2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_small_finetuned_sst2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_small_finetuned_sst2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|415.2 MB|
+
+## References
+
+https://huggingface.co/mrm8488/deberta-v3-small-finetuned-sst2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_xsmall_squad2_fungi_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_xsmall_squad2_fungi_pipeline_en.md
new file mode 100644
index 00000000000000..e619c078c7a014
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deberta_v3_xsmall_squad2_fungi_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deberta_v3_xsmall_squad2_fungi_pipeline pipeline DeBertaForQuestionAnswering from fungi
+author: John Snow Labs
+name: deberta_v3_xsmall_squad2_fungi_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_xsmall_squad2_fungi_pipeline` is a English model originally trained by fungi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_squad2_fungi_pipeline_en_5.5.0_3.0_1725268898804.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_xsmall_squad2_fungi_pipeline_en_5.5.0_3.0_1725268898804.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_xsmall_squad2_fungi_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_xsmall_squad2_fungi_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_xsmall_squad2_fungi_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|244.4 MB|
+
+## References
+
+https://huggingface.co/fungi/deberta-v3-xsmall-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-debertav3_finetuned_squad_en.md b/docs/_posts/ahmedlone127/2024-09-02-debertav3_finetuned_squad_en.md
new file mode 100644
index 00000000000000..da325ad32f21cc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-debertav3_finetuned_squad_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English debertav3_finetuned_squad DeBertaForQuestionAnswering from jasscr
+author: John Snow Labs
+name: debertav3_finetuned_squad
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`debertav3_finetuned_squad` is a English model originally trained by jasscr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/debertav3_finetuned_squad_en_5.5.0_3.0_1725239841087.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/debertav3_finetuned_squad_en_5.5.0_3.0_1725239841087.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|debertav3_finetuned_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|588.5 MB|
+
+## References
+
+https://huggingface.co/jasscr/debertav3-finetuned-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-debertav3_finetuned_squad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-debertav3_finetuned_squad_pipeline_en.md
new file mode 100644
index 00000000000000..2a6c2f950b8832
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-debertav3_finetuned_squad_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English debertav3_finetuned_squad_pipeline pipeline DeBertaForQuestionAnswering from jasscr
+author: John Snow Labs
+name: debertav3_finetuned_squad_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`debertav3_finetuned_squad_pipeline` is a English model originally trained by jasscr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/debertav3_finetuned_squad_pipeline_en_5.5.0_3.0_1725239907685.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/debertav3_finetuned_squad_pipeline_en_5.5.0_3.0_1725239907685.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("debertav3_finetuned_squad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("debertav3_finetuned_squad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|debertav3_finetuned_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|588.5 MB|
+
+## References
+
+https://huggingface.co/jasscr/debertav3-finetuned-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deepchemoberta_reg_en.md b/docs/_posts/ahmedlone127/2024-09-02-deepchemoberta_reg_en.md
new file mode 100644
index 00000000000000..60dc22acedb003
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deepchemoberta_reg_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deepchemoberta_reg RoBertaForSequenceClassification from Chettaniiay
+author: John Snow Labs
+name: deepchemoberta_reg
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deepchemoberta_reg` is a English model originally trained by Chettaniiay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deepchemoberta_reg_en_5.5.0_3.0_1725277219461.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deepchemoberta_reg_en_5.5.0_3.0_1725277219461.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deepchemoberta_reg|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|323.6 MB|
+
+## References
+
+https://huggingface.co/Chettaniiay/DeepChemoBERTA_Reg
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-deepchemoberta_reg_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-deepchemoberta_reg_pipeline_en.md
new file mode 100644
index 00000000000000..018dc7de0cbdb4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-deepchemoberta_reg_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deepchemoberta_reg_pipeline pipeline RoBertaForSequenceClassification from Chettaniiay
+author: John Snow Labs
+name: deepchemoberta_reg_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deepchemoberta_reg_pipeline` is a English model originally trained by Chettaniiay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deepchemoberta_reg_pipeline_en_5.5.0_3.0_1725277236618.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deepchemoberta_reg_pipeline_en_5.5.0_3.0_1725277236618.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deepchemoberta_reg_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deepchemoberta_reg_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deepchemoberta_reg_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|323.6 MB|
+
+## References
+
+https://huggingface.co/Chettaniiay/DeepChemoBERTA_Reg
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-def_and_notat_token_classification_model_en.md b/docs/_posts/ahmedlone127/2024-09-02-def_and_notat_token_classification_model_en.md
new file mode 100644
index 00000000000000..75556e77d06df0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-def_and_notat_token_classification_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English def_and_notat_token_classification_model DistilBertForTokenClassification from hyunjongkimmath
+author: John Snow Labs
+name: def_and_notat_token_classification_model
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`def_and_notat_token_classification_model` is a English model originally trained by hyunjongkimmath.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/def_and_notat_token_classification_model_en_5.5.0_3.0_1725267377567.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/def_and_notat_token_classification_model_en_5.5.0_3.0_1725267377567.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|def_and_notat_token_classification_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|248.6 MB|
+
+## References
+
+https://huggingface.co/hyunjongkimmath/def_and_notat_token_classification_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-def_and_notat_token_classification_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-def_and_notat_token_classification_model_pipeline_en.md
new file mode 100644
index 00000000000000..5dd55a641bd1c1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-def_and_notat_token_classification_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English def_and_notat_token_classification_model_pipeline pipeline DistilBertForTokenClassification from hyunjongkimmath
+author: John Snow Labs
+name: def_and_notat_token_classification_model_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`def_and_notat_token_classification_model_pipeline` is a English model originally trained by hyunjongkimmath.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/def_and_notat_token_classification_model_pipeline_en_5.5.0_3.0_1725267392003.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/def_and_notat_token_classification_model_pipeline_en_5.5.0_3.0_1725267392003.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("def_and_notat_token_classification_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("def_and_notat_token_classification_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|def_and_notat_token_classification_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|248.7 MB|
+
+## References
+
+https://huggingface.co/hyunjongkimmath/def_and_notat_token_classification_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-diana_camembert_en.md b/docs/_posts/ahmedlone127/2024-09-02-diana_camembert_en.md
new file mode 100644
index 00000000000000..e3b5509876d8ef
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-diana_camembert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English diana_camembert CamemBertEmbeddings from dianamathew
+author: John Snow Labs
+name: diana_camembert
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`diana_camembert` is a English model originally trained by dianamathew.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/diana_camembert_en_5.5.0_3.0_1725299887562.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/diana_camembert_en_5.5.0_3.0_1725299887562.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|diana_camembert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/dianamathew/diana_camembert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-diana_camembert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-diana_camembert_pipeline_en.md
new file mode 100644
index 00000000000000..e4850e71031ae7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-diana_camembert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English diana_camembert_pipeline pipeline CamemBertEmbeddings from dianamathew
+author: John Snow Labs
+name: diana_camembert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`diana_camembert_pipeline` is a English model originally trained by dianamathew.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/diana_camembert_pipeline_en_5.5.0_3.0_1725299966284.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/diana_camembert_pipeline_en_5.5.0_3.0_1725299966284.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("diana_camembert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("diana_camembert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|diana_camembert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/dianamathew/diana_camembert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-disaster_request_distil_en.md b/docs/_posts/ahmedlone127/2024-09-02-disaster_request_distil_en.md
new file mode 100644
index 00000000000000..f4acaa0809a470
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-disaster_request_distil_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English disaster_request_distil DistilBertForSequenceClassification from RescueSight
+author: John Snow Labs
+name: disaster_request_distil
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`disaster_request_distil` is a English model originally trained by RescueSight.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/disaster_request_distil_en_5.5.0_3.0_1725305734651.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/disaster_request_distil_en_5.5.0_3.0_1725305734651.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|disaster_request_distil|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.6 MB|
+
+## References
+
+https://huggingface.co/RescueSight/Disaster-Request-DISTIL
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-disaster_request_distil_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-disaster_request_distil_pipeline_en.md
new file mode 100644
index 00000000000000..8ebcce81d080eb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-disaster_request_distil_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English disaster_request_distil_pipeline pipeline DistilBertForSequenceClassification from RescueSight
+author: John Snow Labs
+name: disaster_request_distil_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`disaster_request_distil_pipeline` is a English model originally trained by RescueSight.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/disaster_request_distil_pipeline_en_5.5.0_3.0_1725305747335.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/disaster_request_distil_pipeline_en_5.5.0_3.0_1725305747335.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("disaster_request_distil_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("disaster_request_distil_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|disaster_request_distil_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.6 MB|
+
+## References
+
+https://huggingface.co/RescueSight/Disaster-Request-DISTIL
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distil_task_b_2_en.md b/docs/_posts/ahmedlone127/2024-09-02-distil_task_b_2_en.md
new file mode 100644
index 00000000000000..f90153962849e1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distil_task_b_2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distil_task_b_2 DistilBertForSequenceClassification from sheduele
+author: John Snow Labs
+name: distil_task_b_2
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distil_task_b_2` is a English model originally trained by sheduele.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distil_task_b_2_en_5.5.0_3.0_1725291656544.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distil_task_b_2_en_5.5.0_3.0_1725291656544.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distil_whisper_small_cantonese|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|zh|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/alvanlii/distil-whisper-small-cantonese
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_cased_jayr7_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_cased_jayr7_en.md
new file mode 100644
index 00000000000000..5ad75f6b394c16
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_cased_jayr7_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_cased_jayr7 DistilBertForTokenClassification from JayR7
+author: John Snow Labs
+name: distilbert_base_cased_jayr7
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_cased_jayr7` is a English model originally trained by JayR7.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_cased_jayr7_en_5.5.0_3.0_1725267852991.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_cased_jayr7_en_5.5.0_3.0_1725267852991.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_cased_jayr7|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|243.8 MB|
+
+## References
+
+https://huggingface.co/JayR7/distilbert-base-cased
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_cased_jayr7_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_cased_jayr7_pipeline_en.md
new file mode 100644
index 00000000000000..94bf0eb72b092b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_cased_jayr7_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_cased_jayr7_pipeline pipeline DistilBertForTokenClassification from JayR7
+author: John Snow Labs
+name: distilbert_base_cased_jayr7_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_cased_jayr7_pipeline` is a English model originally trained by JayR7.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_cased_jayr7_pipeline_en_5.5.0_3.0_1725267866391.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_cased_jayr7_pipeline_en_5.5.0_3.0_1725267866391.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_cased_jayr7_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_cased_jayr7_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_cased_jayr7_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.9 MB|
+
+## References
+
+https://huggingface.co/JayR7/distilbert-base-cased
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_multilingual_cased_pii_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_multilingual_cased_pii_pipeline_xx.md
new file mode 100644
index 00000000000000..c1da81140245c3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_multilingual_cased_pii_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual distilbert_base_multilingual_cased_pii_pipeline pipeline DistilBertForTokenClassification from yonigo
+author: John Snow Labs
+name: distilbert_base_multilingual_cased_pii_pipeline
+date: 2024-09-02
+tags: [xx, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_multilingual_cased_pii_pipeline` is a Multilingual model originally trained by yonigo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_multilingual_cased_pii_pipeline_xx_5.5.0_3.0_1725267595461.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_multilingual_cased_pii_pipeline_xx_5.5.0_3.0_1725267595461.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_multilingual_cased_pii_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_multilingual_cased_pii_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_multilingual_cased_pii_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|505.6 MB|
+
+## References
+
+https://huggingface.co/yonigo/distilbert-base-multilingual-cased-pii
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_multilingual_cased_pii_xx.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_multilingual_cased_pii_xx.md
new file mode 100644
index 00000000000000..18d7572a62729e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_multilingual_cased_pii_xx.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Multilingual distilbert_base_multilingual_cased_pii DistilBertForTokenClassification from yonigo
+author: John Snow Labs
+name: distilbert_base_multilingual_cased_pii
+date: 2024-09-02
+tags: [xx, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_multilingual_cased_pii` is a Multilingual model originally trained by yonigo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_multilingual_cased_pii_xx_5.5.0_3.0_1725267568487.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_multilingual_cased_pii_xx_5.5.0_3.0_1725267568487.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_multilingual_cased_pii|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|xx|
+|Size:|505.6 MB|
+
+## References
+
+https://huggingface.co/yonigo/distilbert-base-multilingual-cased-pii
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_edithram23_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_edithram23_en.md
new file mode 100644
index 00000000000000..7a32b69924527b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_edithram23_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_edithram23 DistilBertForTokenClassification from edithram23
+author: John Snow Labs
+name: distilbert_base_uncased_edithram23
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_edithram23` is a English model originally trained by edithram23.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_edithram23_en_5.5.0_3.0_1725267875778.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_edithram23_en_5.5.0_3.0_1725267875778.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_edithram23|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.2 MB|
+
+## References
+
+https://huggingface.co/edithram23/distilbert-base-uncased
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_edithram23_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_edithram23_pipeline_en.md
new file mode 100644
index 00000000000000..969480bca7908b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_edithram23_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_edithram23_pipeline pipeline DistilBertForTokenClassification from edithram23
+author: John Snow Labs
+name: distilbert_base_uncased_edithram23_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_edithram23_pipeline` is a English model originally trained by edithram23.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_edithram23_pipeline_en_5.5.0_3.0_1725267889379.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_edithram23_pipeline_en_5.5.0_3.0_1725267889379.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_edithram23_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_edithram23_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_edithram23_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/edithram23/distilbert-base-uncased
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotion_english_sarcasm_1_0_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotion_english_sarcasm_1_0_en.md
new file mode 100644
index 00000000000000..1e8afc4c12b946
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotion_english_sarcasm_1_0_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_emotion_english_sarcasm_1_0 DistilBertForSequenceClassification from LeBruse
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_emotion_english_sarcasm_1_0
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_emotion_english_sarcasm_1_0` is a English model originally trained by LeBruse.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotion_english_sarcasm_1_0_en_5.5.0_3.0_1725305519585.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotion_english_sarcasm_1_0_en_5.5.0_3.0_1725305519585.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_emotion_english_sarcasm_1_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/LeBruse/distilbert-base-uncased-finetuned-emotion-english-sarcasm-1.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_en.md
new file mode 100644
index 00000000000000..edb1875353f232
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0 DistilBertForSequenceClassification from LeBruse
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0` is a English model originally trained by LeBruse.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_en_5.5.0_3.0_1725291646244.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_en_5.5.0_3.0_1725291646244.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/LeBruse/distilbert-base-uncased-finetuned-emotion-overall-sarcasm-1.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline_en.md
new file mode 100644
index 00000000000000..b68a1f54525b13
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline pipeline DistilBertForSequenceClassification from LeBruse
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline` is a English model originally trained by LeBruse.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline_en_5.5.0_3.0_1725291658808.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline_en_5.5.0_3.0_1725291658808.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_emotion_overall_sarcasm_1_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/LeBruse/distilbert-base-uncased-finetuned-emotion-overall-sarcasm-1.0
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotions_dataset_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotions_dataset_en.md
new file mode 100644
index 00000000000000..93b29344b8d5f8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotions_dataset_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_emotions_dataset DistilBertForSequenceClassification from dasaprakashk
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_emotions_dataset
+date: 2024-09-02
+tags: [bert, en, open_source, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_emotions_dataset` is a English model originally trained by dasaprakashk.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotions_dataset_en_5.5.0_3.0_1725305621158.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotions_dataset_en_5.5.0_3.0_1725305621158.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_emotions_dataset|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+References
+
+https://huggingface.co/dasaprakashk/distilbert-base-uncased-finetuned-emotions-dataset
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotions_jakeclark_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotions_jakeclark_en.md
new file mode 100644
index 00000000000000..39946d8f58ef96
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_emotions_jakeclark_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_emotions_jakeclark DistilBertForSequenceClassification from JakeClark
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_emotions_jakeclark
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_emotions_jakeclark` is a English model originally trained by JakeClark.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotions_jakeclark_en_5.5.0_3.0_1725292324076.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotions_jakeclark_en_5.5.0_3.0_1725292324076.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_emotions_jakeclark|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/JakeClark/distilbert-base-uncased-finetuned-emotions
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_0uz2z_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_0uz2z_en.md
new file mode 100644
index 00000000000000..3ce8a6209a83f6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_0uz2z_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_0uz2z DistilBertForTokenClassification from 0uz2z
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_0uz2z
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_0uz2z` is a English model originally trained by 0uz2z.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_0uz2z_en_5.5.0_3.0_1725267285819.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_0uz2z_en_5.5.0_3.0_1725267285819.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_0uz2z|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/0uz2z/distilbert-base-uncased-finetuned-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_0uz2z_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_0uz2z_pipeline_en.md
new file mode 100644
index 00000000000000..8dc48083572f00
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_0uz2z_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_0uz2z_pipeline pipeline DistilBertForTokenClassification from 0uz2z
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_0uz2z_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_0uz2z_pipeline` is a English model originally trained by 0uz2z.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_0uz2z_pipeline_en_5.5.0_3.0_1725267303441.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_0uz2z_pipeline_en_5.5.0_3.0_1725267303441.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_ner_0uz2z_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_ner_0uz2z_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_0uz2z_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/0uz2z/distilbert-base-uncased-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_kanansharmaa_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_kanansharmaa_en.md
new file mode 100644
index 00000000000000..47ccf0b8cf24b6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_kanansharmaa_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_kanansharmaa DistilBertForTokenClassification from kanansharmaa
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_kanansharmaa
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_kanansharmaa` is a English model originally trained by kanansharmaa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_kanansharmaa_en_5.5.0_3.0_1725267427582.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_kanansharmaa_en_5.5.0_3.0_1725267427582.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_kanansharmaa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/kanansharmaa/distilbert-base-uncased-finetuned-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline_en.md
new file mode 100644
index 00000000000000..bd8475189ac8f1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline pipeline DistilBertForTokenClassification from kanansharmaa
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline` is a English model originally trained by kanansharmaa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline_en_5.5.0_3.0_1725267447084.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline_en_5.5.0_3.0_1725267447084.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_kanansharmaa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/kanansharmaa/distilbert-base-uncased-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_keitharogo_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_keitharogo_pipeline_en.md
new file mode 100644
index 00000000000000..fa1958500cc3ed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_keitharogo_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_keitharogo_pipeline pipeline DistilBertForTokenClassification from KeithArogo
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_keitharogo_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_keitharogo_pipeline` is a English model originally trained by KeithArogo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_keitharogo_pipeline_en_5.5.0_3.0_1725267671267.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_keitharogo_pipeline_en_5.5.0_3.0_1725267671267.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_ner_keitharogo_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_ner_keitharogo_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_keitharogo_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/KeithArogo/distilbert-base-uncased-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_senthil2002_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_senthil2002_pipeline_en.md
new file mode 100644
index 00000000000000..5fd818ad33ecb4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_finetuned_ner_senthil2002_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_ner_senthil2002_pipeline pipeline DistilBertForTokenClassification from senthil2002
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_ner_senthil2002_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_ner_senthil2002_pipeline` is a English model originally trained by senthil2002.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_senthil2002_pipeline_en_5.5.0_3.0_1725267786307.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_ner_senthil2002_pipeline_en_5.5.0_3.0_1725267786307.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_ner_senthil2002_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_ner_senthil2002_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_ner_senthil2002_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/senthil2002/distilbert-base-uncased-finetuned-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_norwegian_perturb_cria111_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_norwegian_perturb_cria111_en.md
new file mode 100644
index 00000000000000..e005b09d5323be
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_norwegian_perturb_cria111_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_norwegian_perturb_cria111 DistilBertForTokenClassification from cria111
+author: John Snow Labs
+name: distilbert_base_uncased_norwegian_perturb_cria111
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_norwegian_perturb_cria111` is a English model originally trained by cria111.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_norwegian_perturb_cria111_en_5.5.0_3.0_1725267286651.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_norwegian_perturb_cria111_en_5.5.0_3.0_1725267286651.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_norwegian_perturb_cria111|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/cria111/distilbert-base-uncased-no-perturb
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_norwegian_perturb_cria111_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_norwegian_perturb_cria111_pipeline_en.md
new file mode 100644
index 00000000000000..ed9cfc54f62231
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_norwegian_perturb_cria111_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_norwegian_perturb_cria111_pipeline pipeline DistilBertForTokenClassification from cria111
+author: John Snow Labs
+name: distilbert_base_uncased_norwegian_perturb_cria111_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_norwegian_perturb_cria111_pipeline` is a English model originally trained by cria111.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_norwegian_perturb_cria111_pipeline_en_5.5.0_3.0_1725267302561.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_norwegian_perturb_cria111_pipeline_en_5.5.0_3.0_1725267302561.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_norwegian_perturb_cria111_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_norwegian_perturb_cria111_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_norwegian_perturb_cria111_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/cria111/distilbert-base-uncased-no-perturb
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_pii300k_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_pii300k_en.md
new file mode 100644
index 00000000000000..c657e2a105ef79
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_pii300k_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_pii300k DistilBertForTokenClassification from devtibo
+author: John Snow Labs
+name: distilbert_base_uncased_pii300k
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_pii300k` is a English model originally trained by devtibo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_pii300k_en_5.5.0_3.0_1725267404627.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_pii300k_en_5.5.0_3.0_1725267404627.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_pii300k|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.6 MB|
+
+## References
+
+https://huggingface.co/devtibo/distilbert-base-uncased-pii300k
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_pii300k_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_pii300k_pipeline_en.md
new file mode 100644
index 00000000000000..3a53962292726f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_pii300k_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_pii300k_pipeline pipeline DistilBertForTokenClassification from devtibo
+author: John Snow Labs
+name: distilbert_base_uncased_pii300k_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_pii300k_pipeline` is a English model originally trained by devtibo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_pii300k_pipeline_en_5.5.0_3.0_1725267418438.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_pii300k_pipeline_en_5.5.0_3.0_1725267418438.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_pii300k_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_pii300k_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_pii300k_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.6 MB|
+
+## References
+
+https://huggingface.co/devtibo/distilbert-base-uncased-pii300k
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline_en.md
new file mode 100644
index 00000000000000..395c0fffb8f55c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline pipeline DistilBertForSequenceClassification from tom192180
+author: John Snow Labs
+name: distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline` is a English model originally trained by tom192180.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline_en_5.5.0_3.0_1725305711118.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline_en_5.5.0_3.0_1725305711118.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_travel_zphr_0st_refine_ck10_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/tom192180/distilbert-base-uncased_travel_zphr_0st_refine_ck10
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_emotion_narapuram_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_emotion_narapuram_en.md
new file mode 100644
index 00000000000000..15e42584e312a4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_emotion_narapuram_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_emotion_narapuram DistilBertForSequenceClassification from Narapuram
+author: John Snow Labs
+name: distilbert_emotion_narapuram
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_emotion_narapuram` is a English model originally trained by Narapuram.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_emotion_narapuram_en_5.5.0_3.0_1725292165581.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_emotion_narapuram_en_5.5.0_3.0_1725292165581.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_emotion_narapuram|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Narapuram/distilbert-emotion
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_fine_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_fine_en.md
new file mode 100644
index 00000000000000..10a1c25b4193e7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_fine_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_fine DistilBertForSequenceClassification from michael0218
+author: John Snow Labs
+name: distilbert_fine
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_fine` is a English model originally trained by michael0218.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_fine_en_5.5.0_3.0_1725306054579.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_fine_en_5.5.0_3.0_1725306054579.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_fine|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/michael0218/distilbert_fine
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_emotion_hemanthkotaprolu_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_emotion_hemanthkotaprolu_pipeline_en.md
new file mode 100644
index 00000000000000..4fbbc25aac5d4d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_emotion_hemanthkotaprolu_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_finetuned_emotion_hemanthkotaprolu_pipeline pipeline DistilBertForSequenceClassification from hemanthkotaprolu
+author: John Snow Labs
+name: distilbert_finetuned_emotion_hemanthkotaprolu_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_finetuned_emotion_hemanthkotaprolu_pipeline` is a English model originally trained by hemanthkotaprolu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_emotion_hemanthkotaprolu_pipeline_en_5.5.0_3.0_1725292115857.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_emotion_hemanthkotaprolu_pipeline_en_5.5.0_3.0_1725292115857.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_finetuned_emotion_hemanthkotaprolu_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_finetuned_emotion_hemanthkotaprolu_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_finetuned_emotion_hemanthkotaprolu_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/hemanthkotaprolu/distilbert-finetuned-emotion
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_emowoz_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_emowoz_en.md
new file mode 100644
index 00000000000000..2226f422d45504
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_emowoz_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_finetuned_emowoz DistilBertForSequenceClassification from mh0122
+author: John Snow Labs
+name: distilbert_finetuned_emowoz
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_finetuned_emowoz` is a English model originally trained by mh0122.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_emowoz_en_5.5.0_3.0_1725292119085.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_emowoz_en_5.5.0_3.0_1725292119085.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_finetuned_emowoz|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/mh0122/distilbert-finetuned-emowoz
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_resumes_sections_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_resumes_sections_en.md
new file mode 100644
index 00000000000000..adad8cf6955236
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_resumes_sections_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_finetuned_resumes_sections DistilBertForSequenceClassification from has-abi
+author: John Snow Labs
+name: distilbert_finetuned_resumes_sections
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_finetuned_resumes_sections` is a English model originally trained by has-abi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_resumes_sections_en_5.5.0_3.0_1725291745322.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_resumes_sections_en_5.5.0_3.0_1725291745322.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_finetuned_resumes_sections|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|259.2 MB|
+
+## References
+
+https://huggingface.co/has-abi/distilBERT-finetuned-resumes-sections
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_resumes_sections_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_resumes_sections_pipeline_en.md
new file mode 100644
index 00000000000000..cd7e189b07a25f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_finetuned_resumes_sections_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_finetuned_resumes_sections_pipeline pipeline DistilBertForSequenceClassification from has-abi
+author: John Snow Labs
+name: distilbert_finetuned_resumes_sections_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_finetuned_resumes_sections_pipeline` is a English model originally trained by has-abi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_resumes_sections_pipeline_en_5.5.0_3.0_1725291759600.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_finetuned_resumes_sections_pipeline_en_5.5.0_3.0_1725291759600.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_finetuned_resumes_sections_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_finetuned_resumes_sections_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_finetuned_resumes_sections_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|259.2 MB|
+
+## References
+
+https://huggingface.co/has-abi/distilBERT-finetuned-resumes-sections
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_dslim_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_dslim_en.md
new file mode 100644
index 00000000000000..e84482025b0e68
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_dslim_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_ner_dslim DistilBertForTokenClassification from dslim
+author: John Snow Labs
+name: distilbert_ner_dslim
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_ner_dslim` is a English model originally trained by dslim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_ner_dslim_en_5.5.0_3.0_1725267670721.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_ner_dslim_en_5.5.0_3.0_1725267670721.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_ner_dslim|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|243.8 MB|
+
+## References
+
+https://huggingface.co/dslim/distilbert-NER
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_dslim_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_dslim_pipeline_en.md
new file mode 100644
index 00000000000000..ecf04bad8a087d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_dslim_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_ner_dslim_pipeline pipeline DistilBertForTokenClassification from dslim
+author: John Snow Labs
+name: distilbert_ner_dslim_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_ner_dslim_pipeline` is a English model originally trained by dslim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_ner_dslim_pipeline_en_5.5.0_3.0_1725267687095.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_ner_dslim_pipeline_en_5.5.0_3.0_1725267687095.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_ner_dslim_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_ner_dslim_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_ner_dslim_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|243.8 MB|
+
+## References
+
+https://huggingface.co/dslim/distilbert-NER
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_finer_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_finer_en.md
new file mode 100644
index 00000000000000..7280cde122da31
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_finer_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_ner_finer DistilBertForTokenClassification from jishnunair
+author: John Snow Labs
+name: distilbert_ner_finer
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_ner_finer` is a English model originally trained by jishnunair.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_ner_finer_en_5.5.0_3.0_1725267895537.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_ner_finer_en_5.5.0_3.0_1725267895537.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_ner_finer|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|244.6 MB|
+
+## References
+
+https://huggingface.co/jishnunair/distilBert_NER_finer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_wnut_model_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_wnut_model_en.md
new file mode 100644
index 00000000000000..c1e9aa849774ea
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_wnut_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_ner_wnut_model DistilBertForTokenClassification from geshijoker
+author: John Snow Labs
+name: distilbert_ner_wnut_model
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_ner_wnut_model` is a English model originally trained by geshijoker.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_ner_wnut_model_en_5.5.0_3.0_1725267747399.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_ner_wnut_model_en_5.5.0_3.0_1725267747399.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_ner_wnut_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/geshijoker/distilbert_ner_wnut_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_wnut_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_wnut_model_pipeline_en.md
new file mode 100644
index 00000000000000..1a2e0e5dcf531d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_ner_wnut_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_ner_wnut_model_pipeline pipeline DistilBertForTokenClassification from geshijoker
+author: John Snow Labs
+name: distilbert_ner_wnut_model_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_ner_wnut_model_pipeline` is a English model originally trained by geshijoker.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_ner_wnut_model_pipeline_en_5.5.0_3.0_1725267761501.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_ner_wnut_model_pipeline_en_5.5.0_3.0_1725267761501.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_ner_wnut_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_ner_wnut_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_ner_wnut_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/geshijoker/distilbert_ner_wnut_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_phish_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_phish_en.md
new file mode 100644
index 00000000000000..79048589eb7836
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_phish_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_phish DistilBertForSequenceClassification from bgspaditya
+author: John Snow Labs
+name: distilbert_phish
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_phish` is a English model originally trained by bgspaditya.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_phish_en_5.5.0_3.0_1725291939461.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_phish_en_5.5.0_3.0_1725291939461.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_phish|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|246.0 MB|
+
+## References
+
+https://huggingface.co/bgspaditya/distilbert-phish
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_sequence_classifier_distilbert_base_uncased_agnews_student_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_sequence_classifier_distilbert_base_uncased_agnews_student_en.md
new file mode 100644
index 00000000000000..c77b9f2bcac293
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_sequence_classifier_distilbert_base_uncased_agnews_student_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_sequence_classifier_distilbert_base_uncased_agnews_student DistilBertForSequenceClassification from joeddav
+author: John Snow Labs
+name: distilbert_sequence_classifier_distilbert_base_uncased_agnews_student
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_sequence_classifier_distilbert_base_uncased_agnews_student` is a English model originally trained by joeddav.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_sequence_classifier_distilbert_base_uncased_agnews_student_en_5.5.0_3.0_1725292290987.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_sequence_classifier_distilbert_base_uncased_agnews_student_en_5.5.0_3.0_1725292290987.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_token_classifier_autotrain_final_784824218|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/Lucifermorningstar011/autotrain-final-784824218
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_token_classifier_autotrain_final_784824218_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_token_classifier_autotrain_final_784824218_pipeline_en.md
new file mode 100644
index 00000000000000..707b187e570203
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_token_classifier_autotrain_final_784824218_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_token_classifier_autotrain_final_784824218_pipeline pipeline DistilBertForTokenClassification from Lucifermorningstar011
+author: John Snow Labs
+name: distilbert_token_classifier_autotrain_final_784824218_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_token_classifier_autotrain_final_784824218_pipeline` is a English model originally trained by Lucifermorningstar011.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_token_classifier_autotrain_final_784824218_pipeline_en_5.5.0_3.0_1725268054317.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_token_classifier_autotrain_final_784824218_pipeline_en_5.5.0_3.0_1725268054317.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_token_classifier_autotrain_final_784824218_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_token_classifier_autotrain_final_784824218_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_token_classifier_autotrain_final_784824218_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.2 MB|
+
+## References
+
+https://huggingface.co/Lucifermorningstar011/autotrain-final-784824218
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_token_classifier_persian_ner_fa.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_token_classifier_persian_ner_fa.md
new file mode 100644
index 00000000000000..443dec99576753
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_token_classifier_persian_ner_fa.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Persian distilbert_token_classifier_persian_ner DistilBertForTokenClassification from HooshvareLab
+author: John Snow Labs
+name: distilbert_token_classifier_persian_ner
+date: 2024-09-02
+tags: [fa, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: fa
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_token_classifier_persian_ner` is a Persian model originally trained by HooshvareLab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_token_classifier_persian_ner_fa_5.5.0_3.0_1725267589286.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_token_classifier_persian_ner_fa_5.5.0_3.0_1725267589286.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_token_classifier_persian_ner|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|fa|
+|Size:|282.3 MB|
+
+## References
+
+https://huggingface.co/HooshvareLab/distilbert-fa-zwnj-base-ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_token_classifier_persian_ner_pipeline_fa.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_token_classifier_persian_ner_pipeline_fa.md
new file mode 100644
index 00000000000000..ca6aabf6cf5545
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_token_classifier_persian_ner_pipeline_fa.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Persian distilbert_token_classifier_persian_ner_pipeline pipeline DistilBertForTokenClassification from HooshvareLab
+author: John Snow Labs
+name: distilbert_token_classifier_persian_ner_pipeline
+date: 2024-09-02
+tags: [fa, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: fa
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_token_classifier_persian_ner_pipeline` is a Persian model originally trained by HooshvareLab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_token_classifier_persian_ner_pipeline_fa_5.5.0_3.0_1725267604406.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_token_classifier_persian_ner_pipeline_fa_5.5.0_3.0_1725267604406.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_token_classifier_persian_ner_pipeline", lang = "fa")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_token_classifier_persian_ner_pipeline", lang = "fa")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_token_classifier_persian_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fa|
+|Size:|282.4 MB|
+
+## References
+
+https://huggingface.co/HooshvareLab/distilbert-fa-zwnj-base-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_uncased_finetuned_cyberbullying_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_uncased_finetuned_cyberbullying_en.md
new file mode 100644
index 00000000000000..f1b776b8f8eaae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_uncased_finetuned_cyberbullying_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_uncased_finetuned_cyberbullying DistilBertForSequenceClassification from SSEF-HG-AC
+author: John Snow Labs
+name: distilbert_uncased_finetuned_cyberbullying
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_uncased_finetuned_cyberbullying` is a English model originally trained by SSEF-HG-AC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_uncased_finetuned_cyberbullying_en_5.5.0_3.0_1725305519575.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_uncased_finetuned_cyberbullying_en_5.5.0_3.0_1725305519575.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_uncased_finetuned_cyberbullying|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/SSEF-HG-AC/distilbert-uncased-finetuned-cyberbullying
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilbert_uncased_names_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilbert_uncased_names_pipeline_en.md
new file mode 100644
index 00000000000000..9f7937453bdb41
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilbert_uncased_names_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_uncased_names_pipeline pipeline DistilBertForTokenClassification from jackfriedson
+author: John Snow Labs
+name: distilbert_uncased_names_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_uncased_names_pipeline` is a English model originally trained by jackfriedson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_uncased_names_pipeline_en_5.5.0_3.0_1725267790267.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_uncased_names_pipeline_en_5.5.0_3.0_1725267790267.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_uncased_names_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_uncased_names_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_uncased_names_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/jackfriedson/distilbert-uncased-names
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilroberta_base_rejection_v1_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilroberta_base_rejection_v1_en.md
new file mode 100644
index 00000000000000..f398e1f21e4d49
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilroberta_base_rejection_v1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilroberta_base_rejection_v1 RoBertaForSequenceClassification from protectai
+author: John Snow Labs
+name: distilroberta_base_rejection_v1
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilroberta_base_rejection_v1` is a English model originally trained by protectai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_base_rejection_v1_en_5.5.0_3.0_1725237579984.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilroberta_base_rejection_v1_en_5.5.0_3.0_1725237579984.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_base_rejection_v1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|309.0 MB|
+
+## References
+
+https://huggingface.co/protectai/distilroberta-base-rejection-v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilroberta_base_rejection_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilroberta_base_rejection_v1_pipeline_en.md
new file mode 100644
index 00000000000000..3a231df97e758b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilroberta_base_rejection_v1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilroberta_base_rejection_v1_pipeline pipeline RoBertaForSequenceClassification from protectai
+author: John Snow Labs
+name: distilroberta_base_rejection_v1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilroberta_base_rejection_v1_pipeline` is a English model originally trained by protectai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_base_rejection_v1_pipeline_en_5.5.0_3.0_1725237596395.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilroberta_base_rejection_v1_pipeline_en_5.5.0_3.0_1725237596395.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilroberta_base_rejection_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilroberta_base_rejection_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_base_rejection_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|309.1 MB|
+
+## References
+
+https://huggingface.co/protectai/distilroberta-base-rejection-v1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilroberta_finetuned_eli5_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilroberta_finetuned_eli5_en.md
new file mode 100644
index 00000000000000..dbf755a3a02306
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilroberta_finetuned_eli5_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilroberta_finetuned_eli5 RoBertaEmbeddings from ashaduzzaman
+author: John Snow Labs
+name: distilroberta_finetuned_eli5
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilroberta_finetuned_eli5` is a English model originally trained by ashaduzzaman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_finetuned_eli5_en_5.5.0_3.0_1725264739485.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilroberta_finetuned_eli5_en_5.5.0_3.0_1725264739485.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_finetuned_eli5|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|306.5 MB|
+
+## References
+
+https://huggingface.co/ashaduzzaman/distilroberta-finetuned-eli5
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-distilroberta_finetuned_eli5_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-distilroberta_finetuned_eli5_pipeline_en.md
new file mode 100644
index 00000000000000..46a95c34114360
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-distilroberta_finetuned_eli5_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilroberta_finetuned_eli5_pipeline pipeline RoBertaEmbeddings from ashaduzzaman
+author: John Snow Labs
+name: distilroberta_finetuned_eli5_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilroberta_finetuned_eli5_pipeline` is a English model originally trained by ashaduzzaman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_finetuned_eli5_pipeline_en_5.5.0_3.0_1725264758927.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilroberta_finetuned_eli5_pipeline_en_5.5.0_3.0_1725264758927.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilroberta_finetuned_eli5_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilroberta_finetuned_eli5_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_finetuned_eli5_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|306.5 MB|
+
+## References
+
+https://huggingface.co/ashaduzzaman/distilroberta-finetuned-eli5
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-drone_severity_embedding_en.md b/docs/_posts/ahmedlone127/2024-09-02-drone_severity_embedding_en.md
new file mode 100644
index 00000000000000..833e2285c9b833
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-drone_severity_embedding_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English drone_severity_embedding MPNetEmbeddings from swardiantara
+author: John Snow Labs
+name: drone_severity_embedding
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`drone_severity_embedding` is a English model originally trained by swardiantara.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/drone_severity_embedding_en_5.5.0_3.0_1725313578840.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/drone_severity_embedding_en_5.5.0_3.0_1725313578840.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|drone_severity_embedding|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/swardiantara/drone-severity-embedding
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-drone_severity_embedding_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-drone_severity_embedding_pipeline_en.md
new file mode 100644
index 00000000000000..14678c636e6de9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-drone_severity_embedding_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English drone_severity_embedding_pipeline pipeline MPNetEmbeddings from swardiantara
+author: John Snow Labs
+name: drone_severity_embedding_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`drone_severity_embedding_pipeline` is a English model originally trained by swardiantara.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/drone_severity_embedding_pipeline_en_5.5.0_3.0_1725313602821.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/drone_severity_embedding_pipeline_en_5.5.0_3.0_1725313602821.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("drone_severity_embedding_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("drone_severity_embedding_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|drone_severity_embedding_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/swardiantara/drone-severity-embedding
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_camembert_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_camembert_en.md
new file mode 100644
index 00000000000000..6f490688903a36
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_camembert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_camembert CamemBertEmbeddings from vonewman
+author: John Snow Labs
+name: dummy_camembert
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_camembert` is a English model originally trained by vonewman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_camembert_en_5.5.0_3.0_1725301993949.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_camembert_en_5.5.0_3.0_1725301993949.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_2024|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Justin-2024/dummy-model-2024
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_2024_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_2024_pipeline_en.md
new file mode 100644
index 00000000000000..f07e4155d3460f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_2024_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_2024_pipeline pipeline CamemBertEmbeddings from Justin-2024
+author: John Snow Labs
+name: dummy_model_2024_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_2024_pipeline` is a English model originally trained by Justin-2024.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_2024_pipeline_en_5.5.0_3.0_1725303162968.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_2024_pipeline_en_5.5.0_3.0_1725303162968.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_2024_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_2024_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_2024_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Justin-2024/dummy-model-2024
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_adam1224_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_adam1224_pipeline_en.md
new file mode 100644
index 00000000000000..ee7e73a0a333c7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_adam1224_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_adam1224_pipeline pipeline CamemBertEmbeddings from adam1224
+author: John Snow Labs
+name: dummy_model_adam1224_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_adam1224_pipeline` is a English model originally trained by adam1224.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_adam1224_pipeline_en_5.5.0_3.0_1725320307342.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_adam1224_pipeline_en_5.5.0_3.0_1725320307342.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_adam1224_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_adam1224_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_adam1224_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/adam1224/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ahgadji_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ahgadji_en.md
new file mode 100644
index 00000000000000..2784ecc8a4b3b5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ahgadji_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_ahgadji CamemBertEmbeddings from ahGadji
+author: John Snow Labs
+name: dummy_model_ahgadji
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_ahgadji` is a English model originally trained by ahGadji.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_ahgadji_en_5.5.0_3.0_1725320600840.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_ahgadji_en_5.5.0_3.0_1725320600840.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_ahgadji|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/ahGadji/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ahgadji_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ahgadji_pipeline_en.md
new file mode 100644
index 00000000000000..bbea011939d78f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ahgadji_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_ahgadji_pipeline pipeline CamemBertEmbeddings from ahGadji
+author: John Snow Labs
+name: dummy_model_ahgadji_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_ahgadji_pipeline` is a English model originally trained by ahGadji.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_ahgadji_pipeline_en_5.5.0_3.0_1725320678937.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_ahgadji_pipeline_en_5.5.0_3.0_1725320678937.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_ahgadji_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_ahgadji_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_ahgadji_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/ahGadji/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_akshatupadhyay_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_akshatupadhyay_pipeline_en.md
new file mode 100644
index 00000000000000..7a8ae557dcf36c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_akshatupadhyay_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_akshatupadhyay_pipeline pipeline CamemBertEmbeddings from akshatupadhyay
+author: John Snow Labs
+name: dummy_model_akshatupadhyay_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_akshatupadhyay_pipeline` is a English model originally trained by akshatupadhyay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_akshatupadhyay_pipeline_en_5.5.0_3.0_1725299710069.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_akshatupadhyay_pipeline_en_5.5.0_3.0_1725299710069.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_akshatupadhyay_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_akshatupadhyay_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_akshatupadhyay_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/akshatupadhyay/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_alirezatalakoobi_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_alirezatalakoobi_en.md
new file mode 100644
index 00000000000000..a1a0c353ec765a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_alirezatalakoobi_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_alirezatalakoobi CamemBertEmbeddings from alirezatalakoobi
+author: John Snow Labs
+name: dummy_model_alirezatalakoobi
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_alirezatalakoobi` is a English model originally trained by alirezatalakoobi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_alirezatalakoobi_en_5.5.0_3.0_1725300261308.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_alirezatalakoobi_en_5.5.0_3.0_1725300261308.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_almova|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Almova/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_almova_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_almova_pipeline_en.md
new file mode 100644
index 00000000000000..0fd55d89a71c94
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_almova_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_almova_pipeline pipeline CamemBertEmbeddings from Almova
+author: John Snow Labs
+name: dummy_model_almova_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_almova_pipeline` is a English model originally trained by Almova.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_almova_pipeline_en_5.5.0_3.0_1725302712494.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_almova_pipeline_en_5.5.0_3.0_1725302712494.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_almova_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_almova_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_almova_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Almova/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ameer05_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ameer05_en.md
new file mode 100644
index 00000000000000..e77be99e3206bf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ameer05_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_ameer05 CamemBertEmbeddings from Ameer05
+author: John Snow Labs
+name: dummy_model_ameer05
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_ameer05` is a English model originally trained by Ameer05.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_ameer05_en_5.5.0_3.0_1725297877665.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_ameer05_en_5.5.0_3.0_1725297877665.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_andreibelousov|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/AndreiBelousov/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_andreibelousov_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_andreibelousov_pipeline_en.md
new file mode 100644
index 00000000000000..794aa78cc63a5c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_andreibelousov_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_andreibelousov_pipeline pipeline CamemBertEmbeddings from AndreiBelousov
+author: John Snow Labs
+name: dummy_model_andreibelousov_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_andreibelousov_pipeline` is a English model originally trained by AndreiBelousov.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_andreibelousov_pipeline_en_5.5.0_3.0_1725296538246.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_andreibelousov_pipeline_en_5.5.0_3.0_1725296538246.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_andreibelousov_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_andreibelousov_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_andreibelousov_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/AndreiBelousov/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ankitkupadhyay_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ankitkupadhyay_pipeline_en.md
new file mode 100644
index 00000000000000..abbf2af0516514
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ankitkupadhyay_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_ankitkupadhyay_pipeline pipeline CamemBertEmbeddings from ankitkupadhyay
+author: John Snow Labs
+name: dummy_model_ankitkupadhyay_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_ankitkupadhyay_pipeline` is a English model originally trained by ankitkupadhyay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_ankitkupadhyay_pipeline_en_5.5.0_3.0_1725302519362.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_ankitkupadhyay_pipeline_en_5.5.0_3.0_1725302519362.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_ankitkupadhyay_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_ankitkupadhyay_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_ankitkupadhyay_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/ankitkupadhyay/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ankush_chander_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ankush_chander_en.md
new file mode 100644
index 00000000000000..c2b6001a8c213d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ankush_chander_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_ankush_chander CamemBertEmbeddings from Ankush-Chander
+author: John Snow Labs
+name: dummy_model_ankush_chander
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_ankush_chander` is a English model originally trained by Ankush-Chander.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_ankush_chander_en_5.5.0_3.0_1725320692854.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_ankush_chander_en_5.5.0_3.0_1725320692854.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_ankush_chander|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Ankush-Chander/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_arushi151_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_arushi151_pipeline_en.md
new file mode 100644
index 00000000000000..6f2d140c9772a6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_arushi151_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_arushi151_pipeline pipeline CamemBertEmbeddings from Arushi151
+author: John Snow Labs
+name: dummy_model_arushi151_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_arushi151_pipeline` is a English model originally trained by Arushi151.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_arushi151_pipeline_en_5.5.0_3.0_1725300542856.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_arushi151_pipeline_en_5.5.0_3.0_1725300542856.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_arushi151_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_arushi151_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_arushi151_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Arushi151/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_banbiossa_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_banbiossa_en.md
new file mode 100644
index 00000000000000..ddd9f2b2a5b7e0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_banbiossa_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_banbiossa CamemBertEmbeddings from banbiossa
+author: John Snow Labs
+name: dummy_model_banbiossa
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_banbiossa` is a English model originally trained by banbiossa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_banbiossa_en_5.5.0_3.0_1725296638806.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_banbiossa_en_5.5.0_3.0_1725296638806.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_banbiossa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/banbiossa/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_banbiossa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_banbiossa_pipeline_en.md
new file mode 100644
index 00000000000000..bf7cfe428e7f01
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_banbiossa_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_banbiossa_pipeline pipeline CamemBertEmbeddings from banbiossa
+author: John Snow Labs
+name: dummy_model_banbiossa_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_banbiossa_pipeline` is a English model originally trained by banbiossa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_banbiossa_pipeline_en_5.5.0_3.0_1725296717483.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_banbiossa_pipeline_en_5.5.0_3.0_1725296717483.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_banbiossa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_banbiossa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_banbiossa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/banbiossa/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_bishgupp_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_bishgupp_en.md
new file mode 100644
index 00000000000000..cddb828aa5231e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_bishgupp_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_bishgupp CamemBertEmbeddings from bishgupp
+author: John Snow Labs
+name: dummy_model_bishgupp
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_bishgupp` is a English model originally trained by bishgupp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_bishgupp_en_5.5.0_3.0_1725299512032.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_bishgupp_en_5.5.0_3.0_1725299512032.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_bishgupp|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/bishgupp/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_bishgupp_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_bishgupp_pipeline_en.md
new file mode 100644
index 00000000000000..2f45eaba4cdc51
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_bishgupp_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_bishgupp_pipeline pipeline CamemBertEmbeddings from bishgupp
+author: John Snow Labs
+name: dummy_model_bishgupp_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_bishgupp_pipeline` is a English model originally trained by bishgupp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_bishgupp_pipeline_en_5.5.0_3.0_1725299592518.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_bishgupp_pipeline_en_5.5.0_3.0_1725299592518.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_bishgupp_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_bishgupp_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_bishgupp_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/bishgupp/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_bucktrends_fr.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_bucktrends_fr.md
new file mode 100644
index 00000000000000..3d67bf6cb2f600
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_bucktrends_fr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: French dummy_model_bucktrends CamemBertEmbeddings from bucktrends
+author: John Snow Labs
+name: dummy_model_bucktrends
+date: 2024-09-02
+tags: [fr, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_bucktrends` is a French model originally trained by bucktrends.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_bucktrends_fr_5.5.0_3.0_1725297940442.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_bucktrends_fr_5.5.0_3.0_1725297940442.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_chetang|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/chetang/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_chetang_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_chetang_pipeline_en.md
new file mode 100644
index 00000000000000..8485c781296772
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_chetang_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_chetang_pipeline pipeline CamemBertEmbeddings from chetang
+author: John Snow Labs
+name: dummy_model_chetang_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_chetang_pipeline` is a English model originally trained by chetang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_chetang_pipeline_en_5.5.0_3.0_1725302075728.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_chetang_pipeline_en_5.5.0_3.0_1725302075728.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_chetang_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_chetang_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_chetang_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/chetang/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_data_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_data_en.md
new file mode 100644
index 00000000000000..cbe6ffdec20cf4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_data_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_data CamemBertEmbeddings from Yasira
+author: John Snow Labs
+name: dummy_model_data
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_data` is a English model originally trained by Yasira.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_data_en_5.5.0_3.0_1725302660775.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_data_en_5.5.0_3.0_1725302660775.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_data|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Yasira/dummy-model-data
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_data_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_data_pipeline_en.md
new file mode 100644
index 00000000000000..469ca191adf624
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_data_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_data_pipeline pipeline CamemBertEmbeddings from Yasira
+author: John Snow Labs
+name: dummy_model_data_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_data_pipeline` is a English model originally trained by Yasira.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_data_pipeline_en_5.5.0_3.0_1725302739505.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_data_pipeline_en_5.5.0_3.0_1725302739505.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_data_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_data_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_data_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Yasira/dummy-model-data
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ddaannee_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ddaannee_en.md
new file mode 100644
index 00000000000000..411028da1e017a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ddaannee_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_ddaannee CamemBertEmbeddings from ddaannee
+author: John Snow Labs
+name: dummy_model_ddaannee
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_ddaannee` is a English model originally trained by ddaannee.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_ddaannee_en_5.5.0_3.0_1725300768289.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_ddaannee_en_5.5.0_3.0_1725300768289.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_ddaannee|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/ddaannee/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ddaannee_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ddaannee_pipeline_en.md
new file mode 100644
index 00000000000000..dd0c43cd0f12e0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ddaannee_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_ddaannee_pipeline pipeline CamemBertEmbeddings from ddaannee
+author: John Snow Labs
+name: dummy_model_ddaannee_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_ddaannee_pipeline` is a English model originally trained by ddaannee.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_ddaannee_pipeline_en_5.5.0_3.0_1725300844660.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_ddaannee_pipeline_en_5.5.0_3.0_1725300844660.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_ddaannee_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_ddaannee_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_ddaannee_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/ddaannee/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_delayedkarma_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_delayedkarma_en.md
new file mode 100644
index 00000000000000..578dc699ec8e90
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_delayedkarma_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_delayedkarma CamemBertEmbeddings from delayedkarma
+author: John Snow Labs
+name: dummy_model_delayedkarma
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_delayedkarma` is a English model originally trained by delayedkarma.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_delayedkarma_en_5.5.0_3.0_1725319855373.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_delayedkarma_en_5.5.0_3.0_1725319855373.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_delayedkarma|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/delayedkarma/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_delayedkarma_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_delayedkarma_pipeline_en.md
new file mode 100644
index 00000000000000..07d3922c7fe752
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_delayedkarma_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_delayedkarma_pipeline pipeline CamemBertEmbeddings from delayedkarma
+author: John Snow Labs
+name: dummy_model_delayedkarma_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_delayedkarma_pipeline` is a English model originally trained by delayedkarma.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_delayedkarma_pipeline_en_5.5.0_3.0_1725319933678.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_delayedkarma_pipeline_en_5.5.0_3.0_1725319933678.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_delayedkarma_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_delayedkarma_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_delayedkarma_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/delayedkarma/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_deva2_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_deva2_en.md
new file mode 100644
index 00000000000000..c48a921d58ed5c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_deva2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_deva2 CamemBertEmbeddings from Deva2
+author: John Snow Labs
+name: dummy_model_deva2
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_deva2` is a English model originally trained by Deva2.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_deva2_en_5.5.0_3.0_1725302895902.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_deva2_en_5.5.0_3.0_1725302895902.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_deva2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Deva2/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_deva2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_deva2_pipeline_en.md
new file mode 100644
index 00000000000000..439c13ca1dcea5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_deva2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_deva2_pipeline pipeline CamemBertEmbeddings from Deva2
+author: John Snow Labs
+name: dummy_model_deva2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_deva2_pipeline` is a English model originally trained by Deva2.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_deva2_pipeline_en_5.5.0_3.0_1725302974802.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_deva2_pipeline_en_5.5.0_3.0_1725302974802.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_deva2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_deva2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_deva2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Deva2/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_dianeshan_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_dianeshan_en.md
new file mode 100644
index 00000000000000..e42831e79e17a1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_dianeshan_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_dianeshan CamemBertEmbeddings from dianeshan
+author: John Snow Labs
+name: dummy_model_dianeshan
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_dianeshan` is a English model originally trained by dianeshan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_dianeshan_en_5.5.0_3.0_1725320455562.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_dianeshan_en_5.5.0_3.0_1725320455562.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_dianeshan|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/dianeshan/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_dianeshan_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_dianeshan_pipeline_en.md
new file mode 100644
index 00000000000000..4b4b72ba05c52d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_dianeshan_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_dianeshan_pipeline pipeline CamemBertEmbeddings from dianeshan
+author: John Snow Labs
+name: dummy_model_dianeshan_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_dianeshan_pipeline` is a English model originally trained by dianeshan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_dianeshan_pipeline_en_5.5.0_3.0_1725320532670.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_dianeshan_pipeline_en_5.5.0_3.0_1725320532670.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_dianeshan_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_dianeshan_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_dianeshan_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/dianeshan/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_e99y_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_e99y_en.md
new file mode 100644
index 00000000000000..9b025a29c43013
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_e99y_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_e99y CamemBertEmbeddings from E99y
+author: John Snow Labs
+name: dummy_model_e99y
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_e99y` is a English model originally trained by E99y.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_e99y_en_5.5.0_3.0_1725303140863.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_e99y_en_5.5.0_3.0_1725303140863.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_e99y|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/E99y/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_e99y_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_e99y_pipeline_en.md
new file mode 100644
index 00000000000000..40d0ee0cfd2547
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_e99y_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_e99y_pipeline pipeline CamemBertEmbeddings from E99y
+author: John Snow Labs
+name: dummy_model_e99y_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_e99y_pipeline` is a English model originally trained by E99y.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_e99y_pipeline_en_5.5.0_3.0_1725303218854.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_e99y_pipeline_en_5.5.0_3.0_1725303218854.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_e99y_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_e99y_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_e99y_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/E99y/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_giodeleo_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_giodeleo_en.md
new file mode 100644
index 00000000000000..82ccb42e82421b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_giodeleo_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_giodeleo CamemBertEmbeddings from giodeleo
+author: John Snow Labs
+name: dummy_model_giodeleo
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_giodeleo` is a English model originally trained by giodeleo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_giodeleo_en_5.5.0_3.0_1725303032044.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_giodeleo_en_5.5.0_3.0_1725303032044.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_giodeleo|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/giodeleo/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_giodeleo_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_giodeleo_pipeline_en.md
new file mode 100644
index 00000000000000..536309ba59e174
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_giodeleo_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_giodeleo_pipeline pipeline CamemBertEmbeddings from giodeleo
+author: John Snow Labs
+name: dummy_model_giodeleo_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_giodeleo_pipeline` is a English model originally trained by giodeleo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_giodeleo_pipeline_en_5.5.0_3.0_1725303110682.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_giodeleo_pipeline_en_5.5.0_3.0_1725303110682.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_giodeleo_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_giodeleo_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_giodeleo_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/giodeleo/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_heartlocket_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_heartlocket_pipeline_en.md
new file mode 100644
index 00000000000000..c25febfb2cf4a3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_heartlocket_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_heartlocket_pipeline pipeline CamemBertEmbeddings from heartlocket
+author: John Snow Labs
+name: dummy_model_heartlocket_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_heartlocket_pipeline` is a English model originally trained by heartlocket.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_heartlocket_pipeline_en_5.5.0_3.0_1725296949427.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_heartlocket_pipeline_en_5.5.0_3.0_1725296949427.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_heartlocket_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_heartlocket_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_heartlocket_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/heartlocket/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_hironon_actiphy_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_hironon_actiphy_en.md
new file mode 100644
index 00000000000000..2bb716d4f17363
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_hironon_actiphy_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_hironon_actiphy CamemBertEmbeddings from hironon-actiphy
+author: John Snow Labs
+name: dummy_model_hironon_actiphy
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_hironon_actiphy` is a English model originally trained by hironon-actiphy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_hironon_actiphy_en_5.5.0_3.0_1725297112132.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_hironon_actiphy_en_5.5.0_3.0_1725297112132.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_hironon_actiphy|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/hironon-actiphy/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_hironon_actiphy_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_hironon_actiphy_pipeline_en.md
new file mode 100644
index 00000000000000..2174d75ea01486
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_hironon_actiphy_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_hironon_actiphy_pipeline pipeline CamemBertEmbeddings from hironon-actiphy
+author: John Snow Labs
+name: dummy_model_hironon_actiphy_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_hironon_actiphy_pipeline` is a English model originally trained by hironon-actiphy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_hironon_actiphy_pipeline_en_5.5.0_3.0_1725297190384.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_hironon_actiphy_pipeline_en_5.5.0_3.0_1725297190384.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_hironon_actiphy_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_hironon_actiphy_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_hironon_actiphy_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/hironon-actiphy/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_iryska_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_iryska_en.md
new file mode 100644
index 00000000000000..beaa3a871f914a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_iryska_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_iryska CamemBertEmbeddings from iryska
+author: John Snow Labs
+name: dummy_model_iryska
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_iryska` is a English model originally trained by iryska.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_iryska_en_5.5.0_3.0_1725302866284.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_iryska_en_5.5.0_3.0_1725302866284.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_iryska|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/iryska/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_iryska_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_iryska_pipeline_en.md
new file mode 100644
index 00000000000000..60967c3fd00637
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_iryska_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_iryska_pipeline pipeline CamemBertEmbeddings from iryska
+author: John Snow Labs
+name: dummy_model_iryska_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_iryska_pipeline` is a English model originally trained by iryska.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_iryska_pipeline_en_5.5.0_3.0_1725302943879.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_iryska_pipeline_en_5.5.0_3.0_1725302943879.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_iryska_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_iryska_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_iryska_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/iryska/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jamaya_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jamaya_en.md
new file mode 100644
index 00000000000000..9654f4aac06fbd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jamaya_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_jamaya CamemBertEmbeddings from jamaya
+author: John Snow Labs
+name: dummy_model_jamaya
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jamaya` is a English model originally trained by jamaya.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jamaya_en_5.5.0_3.0_1725299866650.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jamaya_en_5.5.0_3.0_1725299866650.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jamaya|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/jamaya/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jamaya_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jamaya_pipeline_en.md
new file mode 100644
index 00000000000000..9807c03a80f2a5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jamaya_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_jamaya_pipeline pipeline CamemBertEmbeddings from jamaya
+author: John Snow Labs
+name: dummy_model_jamaya_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jamaya_pipeline` is a English model originally trained by jamaya.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jamaya_pipeline_en_5.5.0_3.0_1725299944973.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jamaya_pipeline_en_5.5.0_3.0_1725299944973.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_jamaya_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_jamaya_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jamaya_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/jamaya/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jbern29_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jbern29_pipeline_en.md
new file mode 100644
index 00000000000000..f924b661e7c88e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jbern29_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_jbern29_pipeline pipeline CamemBertEmbeddings from JBERN29
+author: John Snow Labs
+name: dummy_model_jbern29_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jbern29_pipeline` is a English model originally trained by JBERN29.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jbern29_pipeline_en_5.5.0_3.0_1725299593057.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jbern29_pipeline_en_5.5.0_3.0_1725299593057.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_jbern29_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_jbern29_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jbern29_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/JBERN29/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jcai1_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jcai1_en.md
new file mode 100644
index 00000000000000..3dcc2ec35bb160
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jcai1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_jcai1 CamemBertEmbeddings from jcai1
+author: John Snow Labs
+name: dummy_model_jcai1
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jcai1` is a English model originally trained by jcai1.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jcai1_en_5.5.0_3.0_1725297718155.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jcai1_en_5.5.0_3.0_1725297718155.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jcai1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/jcai1/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jcai1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jcai1_pipeline_en.md
new file mode 100644
index 00000000000000..c8032beedf78f8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jcai1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_jcai1_pipeline pipeline CamemBertEmbeddings from jcai1
+author: John Snow Labs
+name: dummy_model_jcai1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jcai1_pipeline` is a English model originally trained by jcai1.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jcai1_pipeline_en_5.5.0_3.0_1725297795360.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jcai1_pipeline_en_5.5.0_3.0_1725297795360.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_jcai1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_jcai1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jcai1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/jcai1/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jeeday_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jeeday_en.md
new file mode 100644
index 00000000000000..248e339c366541
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jeeday_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_jeeday CamemBertEmbeddings from JeeDay
+author: John Snow Labs
+name: dummy_model_jeeday
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jeeday` is a English model originally trained by JeeDay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jeeday_en_5.5.0_3.0_1725299746420.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jeeday_en_5.5.0_3.0_1725299746420.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jelly|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Jelly/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jelly_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jelly_pipeline_en.md
new file mode 100644
index 00000000000000..fb067794b469c2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jelly_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_jelly_pipeline pipeline CamemBertEmbeddings from Jelly
+author: John Snow Labs
+name: dummy_model_jelly_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jelly_pipeline` is a English model originally trained by Jelly.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jelly_pipeline_en_5.5.0_3.0_1725299814796.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jelly_pipeline_en_5.5.0_3.0_1725299814796.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_jelly_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_jelly_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jelly_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Jelly/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jlasam_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jlasam_en.md
new file mode 100644
index 00000000000000..e6268c591591fd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jlasam_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_jlasam CamemBertEmbeddings from jlasam
+author: John Snow Labs
+name: dummy_model_jlasam
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jlasam` is a English model originally trained by jlasam.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jlasam_en_5.5.0_3.0_1725297374039.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jlasam_en_5.5.0_3.0_1725297374039.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jlasam|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/jlasam/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jlasam_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jlasam_pipeline_en.md
new file mode 100644
index 00000000000000..b9900f17185747
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jlasam_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_jlasam_pipeline pipeline CamemBertEmbeddings from jlasam
+author: John Snow Labs
+name: dummy_model_jlasam_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jlasam_pipeline` is a English model originally trained by jlasam.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jlasam_pipeline_en_5.5.0_3.0_1725297452606.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jlasam_pipeline_en_5.5.0_3.0_1725297452606.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_jlasam_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_jlasam_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jlasam_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/jlasam/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_joe8zhang_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_joe8zhang_en.md
new file mode 100644
index 00000000000000..8f6a0fe2f02c10
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_joe8zhang_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_joe8zhang CamemBertEmbeddings from joe8zhang
+author: John Snow Labs
+name: dummy_model_joe8zhang
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_joe8zhang` is a English model originally trained by joe8zhang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_joe8zhang_en_5.5.0_3.0_1725300693245.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_joe8zhang_en_5.5.0_3.0_1725300693245.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jonathanlin0707|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/JonathanLin0707/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jongyeop_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jongyeop_pipeline_en.md
new file mode 100644
index 00000000000000..b7e20cd25def6c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jongyeop_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_jongyeop_pipeline pipeline CamemBertEmbeddings from JongYeop
+author: John Snow Labs
+name: dummy_model_jongyeop_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jongyeop_pipeline` is a English model originally trained by JongYeop.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jongyeop_pipeline_en_5.5.0_3.0_1725300524588.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jongyeop_pipeline_en_5.5.0_3.0_1725300524588.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_jongyeop_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_jongyeop_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jongyeop_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/JongYeop/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jwchung_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jwchung_en.md
new file mode 100644
index 00000000000000..576281dc779dee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jwchung_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_jwchung CamemBertEmbeddings from jwchung
+author: John Snow Labs
+name: dummy_model_jwchung
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jwchung` is a English model originally trained by jwchung.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jwchung_en_5.5.0_3.0_1725297516798.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jwchung_en_5.5.0_3.0_1725297516798.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jzzcutler|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/jzzcutler/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jzzcutler_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jzzcutler_pipeline_en.md
new file mode 100644
index 00000000000000..eaa8a05ec6045f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_jzzcutler_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_jzzcutler_pipeline pipeline CamemBertEmbeddings from jzzcutler
+author: John Snow Labs
+name: dummy_model_jzzcutler_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_jzzcutler_pipeline` is a English model originally trained by jzzcutler.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_jzzcutler_pipeline_en_5.5.0_3.0_1725320983334.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_jzzcutler_pipeline_en_5.5.0_3.0_1725320983334.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_jzzcutler_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_jzzcutler_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_jzzcutler_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/jzzcutler/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_katrin_kc_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_katrin_kc_en.md
new file mode 100644
index 00000000000000..d1190675fd3897
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_katrin_kc_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_katrin_kc CamemBertEmbeddings from katrin-kc
+author: John Snow Labs
+name: dummy_model_katrin_kc
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_katrin_kc` is a English model originally trained by katrin-kc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_katrin_kc_en_5.5.0_3.0_1725299902467.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_katrin_kc_en_5.5.0_3.0_1725299902467.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_katrin_kc|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/katrin-kc/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_katrin_kc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_katrin_kc_pipeline_en.md
new file mode 100644
index 00000000000000..40cab98e273671
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_katrin_kc_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_katrin_kc_pipeline pipeline CamemBertEmbeddings from katrin-kc
+author: John Snow Labs
+name: dummy_model_katrin_kc_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_katrin_kc_pipeline` is a English model originally trained by katrin-kc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_katrin_kc_pipeline_en_5.5.0_3.0_1725299980543.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_katrin_kc_pipeline_en_5.5.0_3.0_1725299980543.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_katrin_kc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_katrin_kc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_katrin_kc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/katrin-kc/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_kprashanth_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_kprashanth_pipeline_en.md
new file mode 100644
index 00000000000000..1edef188d9b9e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_kprashanth_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_kprashanth_pipeline pipeline CamemBertEmbeddings from KPrashanth
+author: John Snow Labs
+name: dummy_model_kprashanth_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_kprashanth_pipeline` is a English model originally trained by KPrashanth.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_kprashanth_pipeline_en_5.5.0_3.0_1725300634780.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_kprashanth_pipeline_en_5.5.0_3.0_1725300634780.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_kprashanth_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_kprashanth_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_kprashanth_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/KPrashanth/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_lucianodeben_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_lucianodeben_pipeline_en.md
new file mode 100644
index 00000000000000..c80424e54e1c45
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_lucianodeben_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_lucianodeben_pipeline pipeline CamemBertEmbeddings from LucianoDeben
+author: John Snow Labs
+name: dummy_model_lucianodeben_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_lucianodeben_pipeline` is a English model originally trained by LucianoDeben.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_lucianodeben_pipeline_en_5.5.0_3.0_1725319871233.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_lucianodeben_pipeline_en_5.5.0_3.0_1725319871233.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_lucianodeben_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_lucianodeben_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_lucianodeben_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/LucianoDeben/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_lyla_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_lyla_en.md
new file mode 100644
index 00000000000000..0a92c11c17aeb2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_lyla_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_lyla CamemBertEmbeddings from Lyla
+author: John Snow Labs
+name: dummy_model_lyla
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_lyla` is a English model originally trained by Lyla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_lyla_en_5.5.0_3.0_1725296645460.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_lyla_en_5.5.0_3.0_1725296645460.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_lyla|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Lyla/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_lyla_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_lyla_pipeline_en.md
new file mode 100644
index 00000000000000..a8d57d45403391
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_lyla_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_lyla_pipeline pipeline CamemBertEmbeddings from Lyla
+author: John Snow Labs
+name: dummy_model_lyla_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_lyla_pipeline` is a English model originally trained by Lyla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_lyla_pipeline_en_5.5.0_3.0_1725296723891.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_lyla_pipeline_en_5.5.0_3.0_1725296723891.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_lyla_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_lyla_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_lyla_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Lyla/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_marisming_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_marisming_pipeline_en.md
new file mode 100644
index 00000000000000..a2c95f681a1d00
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_marisming_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_marisming_pipeline pipeline CamemBertEmbeddings from marisming
+author: John Snow Labs
+name: dummy_model_marisming_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_marisming_pipeline` is a English model originally trained by marisming.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_marisming_pipeline_en_5.5.0_3.0_1725297285371.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_marisming_pipeline_en_5.5.0_3.0_1725297285371.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_marisming_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_marisming_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_marisming_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/marisming/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_matthewvedder_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_matthewvedder_pipeline_en.md
new file mode 100644
index 00000000000000..cbd3a5dc0fca59
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_matthewvedder_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_matthewvedder_pipeline pipeline CamemBertEmbeddings from MatthewVedder
+author: John Snow Labs
+name: dummy_model_matthewvedder_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_matthewvedder_pipeline` is a English model originally trained by MatthewVedder.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_matthewvedder_pipeline_en_5.5.0_3.0_1725302964068.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_matthewvedder_pipeline_en_5.5.0_3.0_1725302964068.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_matthewvedder_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_matthewvedder_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_matthewvedder_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/MatthewVedder/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_mbearss_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_mbearss_pipeline_en.md
new file mode 100644
index 00000000000000..dfec112fa79792
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_mbearss_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_mbearss_pipeline pipeline CamemBertEmbeddings from mbearss
+author: John Snow Labs
+name: dummy_model_mbearss_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_mbearss_pipeline` is a English model originally trained by mbearss.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_mbearss_pipeline_en_5.5.0_3.0_1725296488371.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_mbearss_pipeline_en_5.5.0_3.0_1725296488371.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_mbearss_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_mbearss_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_mbearss_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/mbearss/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_nestornav_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_nestornav_en.md
new file mode 100644
index 00000000000000..241ae16b37f020
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_nestornav_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_nestornav CamemBertEmbeddings from nestornav
+author: John Snow Labs
+name: dummy_model_nestornav
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_nestornav` is a English model originally trained by nestornav.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_nestornav_en_5.5.0_3.0_1725302112661.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_nestornav_en_5.5.0_3.0_1725302112661.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_nestornav|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/nestornav/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_nestornav_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_nestornav_pipeline_en.md
new file mode 100644
index 00000000000000..c3ff4e65ac6472
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_nestornav_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_nestornav_pipeline pipeline CamemBertEmbeddings from nestornav
+author: John Snow Labs
+name: dummy_model_nestornav_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_nestornav_pipeline` is a English model originally trained by nestornav.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_nestornav_pipeline_en_5.5.0_3.0_1725302190872.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_nestornav_pipeline_en_5.5.0_3.0_1725302190872.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_nestornav_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_nestornav_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_nestornav_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/nestornav/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_neutron_tom_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_neutron_tom_en.md
new file mode 100644
index 00000000000000..0683871cc5af26
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_neutron_tom_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_neutron_tom CamemBertEmbeddings from neutron-tom
+author: John Snow Labs
+name: dummy_model_neutron_tom
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_neutron_tom` is a English model originally trained by neutron-tom.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_neutron_tom_en_5.5.0_3.0_1725297666966.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_neutron_tom_en_5.5.0_3.0_1725297666966.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_neutron_tom|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/neutron-tom/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_neutron_tom_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_neutron_tom_pipeline_en.md
new file mode 100644
index 00000000000000..3d7e3a46d98742
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_neutron_tom_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_neutron_tom_pipeline pipeline CamemBertEmbeddings from neutron-tom
+author: John Snow Labs
+name: dummy_model_neutron_tom_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_neutron_tom_pipeline` is a English model originally trained by neutron-tom.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_neutron_tom_pipeline_en_5.5.0_3.0_1725297744949.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_neutron_tom_pipeline_en_5.5.0_3.0_1725297744949.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_neutron_tom_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_neutron_tom_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_neutron_tom_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/neutron-tom/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_omenndt_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_omenndt_pipeline_en.md
new file mode 100644
index 00000000000000..90511ba1bfb1e9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_omenndt_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_omenndt_pipeline pipeline CamemBertEmbeddings from OmenNDT
+author: John Snow Labs
+name: dummy_model_omenndt_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_omenndt_pipeline` is a English model originally trained by OmenNDT.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_omenndt_pipeline_en_5.5.0_3.0_1725302728749.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_omenndt_pipeline_en_5.5.0_3.0_1725302728749.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_omenndt_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_omenndt_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_omenndt_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/OmenNDT/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ozguryilmazel_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ozguryilmazel_en.md
new file mode 100644
index 00000000000000..f4c409a1ce3b67
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ozguryilmazel_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_ozguryilmazel CamemBertEmbeddings from ozguryilmazel
+author: John Snow Labs
+name: dummy_model_ozguryilmazel
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_ozguryilmazel` is a English model originally trained by ozguryilmazel.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_ozguryilmazel_en_5.5.0_3.0_1725302061180.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_ozguryilmazel_en_5.5.0_3.0_1725302061180.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_ozguryilmazel|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/ozguryilmazel/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ozguryilmazel_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ozguryilmazel_pipeline_en.md
new file mode 100644
index 00000000000000..99f42b7ade2b0e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_ozguryilmazel_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_ozguryilmazel_pipeline pipeline CamemBertEmbeddings from ozguryilmazel
+author: John Snow Labs
+name: dummy_model_ozguryilmazel_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_ozguryilmazel_pipeline` is a English model originally trained by ozguryilmazel.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_ozguryilmazel_pipeline_en_5.5.0_3.0_1725302140393.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_ozguryilmazel_pipeline_en_5.5.0_3.0_1725302140393.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_ozguryilmazel_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_ozguryilmazel_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_ozguryilmazel_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/ozguryilmazel/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pawankumar_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pawankumar_en.md
new file mode 100644
index 00000000000000..41f801e48c0d41
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pawankumar_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_pawankumar CamemBertEmbeddings from pawankumar
+author: John Snow Labs
+name: dummy_model_pawankumar
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_pawankumar` is a English model originally trained by pawankumar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_pawankumar_en_5.5.0_3.0_1725299964891.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_pawankumar_en_5.5.0_3.0_1725299964891.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_pgperrone|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/pgperrone/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pgperrone_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pgperrone_pipeline_en.md
new file mode 100644
index 00000000000000..6175bee6982a7e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pgperrone_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_pgperrone_pipeline pipeline CamemBertEmbeddings from pgperrone
+author: John Snow Labs
+name: dummy_model_pgperrone_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_pgperrone_pipeline` is a English model originally trained by pgperrone.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_pgperrone_pipeline_en_5.5.0_3.0_1725297438866.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_pgperrone_pipeline_en_5.5.0_3.0_1725297438866.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_pgperrone_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_pgperrone_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_pgperrone_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/pgperrone/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_phamvanlinh143_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_phamvanlinh143_en.md
new file mode 100644
index 00000000000000..ae44ed6aff8df6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_phamvanlinh143_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_phamvanlinh143 CamemBertEmbeddings from phamvanlinh143
+author: John Snow Labs
+name: dummy_model_phamvanlinh143
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_phamvanlinh143` is a English model originally trained by phamvanlinh143.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_phamvanlinh143_en_5.5.0_3.0_1725296402094.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_phamvanlinh143_en_5.5.0_3.0_1725296402094.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_phamvanlinh143|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/phamvanlinh143/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_phamvanlinh143_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_phamvanlinh143_pipeline_en.md
new file mode 100644
index 00000000000000..0b06190238ae6b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_phamvanlinh143_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_phamvanlinh143_pipeline pipeline CamemBertEmbeddings from phamvanlinh143
+author: John Snow Labs
+name: dummy_model_phamvanlinh143_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_phamvanlinh143_pipeline` is a English model originally trained by phamvanlinh143.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_phamvanlinh143_pipeline_en_5.5.0_3.0_1725296488120.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_phamvanlinh143_pipeline_en_5.5.0_3.0_1725296488120.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_phamvanlinh143_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_phamvanlinh143_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_phamvanlinh143_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/phamvanlinh143/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_plan_9_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_plan_9_en.md
new file mode 100644
index 00000000000000..d9526555be1bb4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_plan_9_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_plan_9 CamemBertEmbeddings from Plan-9
+author: John Snow Labs
+name: dummy_model_plan_9
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_plan_9` is a English model originally trained by Plan-9.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_plan_9_en_5.5.0_3.0_1725300096803.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_plan_9_en_5.5.0_3.0_1725300096803.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_plan_9|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Plan-9/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_plan_9_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_plan_9_pipeline_en.md
new file mode 100644
index 00000000000000..713a07e3b23434
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_plan_9_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_plan_9_pipeline pipeline CamemBertEmbeddings from Plan-9
+author: John Snow Labs
+name: dummy_model_plan_9_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_plan_9_pipeline` is a English model originally trained by Plan-9.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_plan_9_pipeline_en_5.5.0_3.0_1725300174780.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_plan_9_pipeline_en_5.5.0_3.0_1725300174780.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_plan_9_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_plan_9_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_plan_9_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Plan-9/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pmontesd_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pmontesd_en.md
new file mode 100644
index 00000000000000..d938c9f434d318
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pmontesd_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_pmontesd CamemBertEmbeddings from pmontesd
+author: John Snow Labs
+name: dummy_model_pmontesd
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_pmontesd` is a English model originally trained by pmontesd.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_pmontesd_en_5.5.0_3.0_1725320379732.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_pmontesd_en_5.5.0_3.0_1725320379732.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_pmontesd|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/pmontesd/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pmontesd_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pmontesd_pipeline_en.md
new file mode 100644
index 00000000000000..fd912e30a8aeac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_pmontesd_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_pmontesd_pipeline pipeline CamemBertEmbeddings from pmontesd
+author: John Snow Labs
+name: dummy_model_pmontesd_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_pmontesd_pipeline` is a English model originally trained by pmontesd.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_pmontesd_pipeline_en_5.5.0_3.0_1725320458109.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_pmontesd_pipeline_en_5.5.0_3.0_1725320458109.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_pmontesd_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_pmontesd_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_pmontesd_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/pmontesd/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_purnima1201_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_purnima1201_en.md
new file mode 100644
index 00000000000000..43704f5cfb4526
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_purnima1201_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_purnima1201 CamemBertEmbeddings from purnima1201
+author: John Snow Labs
+name: dummy_model_purnima1201
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_purnima1201` is a English model originally trained by purnima1201.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_purnima1201_en_5.5.0_3.0_1725302547539.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_purnima1201_en_5.5.0_3.0_1725302547539.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_purnima1201|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/purnima1201/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_purnima1201_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_purnima1201_pipeline_en.md
new file mode 100644
index 00000000000000..cb9d0bba30d6a8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_purnima1201_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_purnima1201_pipeline pipeline CamemBertEmbeddings from purnima1201
+author: John Snow Labs
+name: dummy_model_purnima1201_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_purnima1201_pipeline` is a English model originally trained by purnima1201.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_purnima1201_pipeline_en_5.5.0_3.0_1725302626763.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_purnima1201_pipeline_en_5.5.0_3.0_1725302626763.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_purnima1201_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_purnima1201_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_purnima1201_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/purnima1201/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_rafvb_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_rafvb_en.md
new file mode 100644
index 00000000000000..2832d514f0751d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_rafvb_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_rafvb CamemBertEmbeddings from rafvb
+author: John Snow Labs
+name: dummy_model_rafvb
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_rafvb` is a English model originally trained by rafvb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_rafvb_en_5.5.0_3.0_1725297694489.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_rafvb_en_5.5.0_3.0_1725297694489.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_rafvb|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/rafvb/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_rafvb_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_rafvb_pipeline_en.md
new file mode 100644
index 00000000000000..7d80e80f404e9b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_rafvb_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_rafvb_pipeline pipeline CamemBertEmbeddings from rafvb
+author: John Snow Labs
+name: dummy_model_rafvb_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_rafvb_pipeline` is a English model originally trained by rafvb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_rafvb_pipeline_en_5.5.0_3.0_1725297772023.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_rafvb_pipeline_en_5.5.0_3.0_1725297772023.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_rafvb_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_rafvb_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_rafvb_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/rafvb/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sabazo_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sabazo_en.md
new file mode 100644
index 00000000000000..9edcc49ce435fa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sabazo_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_sabazo CamemBertEmbeddings from sabazo
+author: John Snow Labs
+name: dummy_model_sabazo
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_sabazo` is a English model originally trained by sabazo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_sabazo_en_5.5.0_3.0_1725320159983.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_sabazo_en_5.5.0_3.0_1725320159983.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_sabazo|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/sabazo/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sabazo_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sabazo_pipeline_en.md
new file mode 100644
index 00000000000000..81620655e69e5a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sabazo_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_sabazo_pipeline pipeline CamemBertEmbeddings from sabazo
+author: John Snow Labs
+name: dummy_model_sabazo_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_sabazo_pipeline` is a English model originally trained by sabazo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_sabazo_pipeline_en_5.5.0_3.0_1725320238797.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_sabazo_pipeline_en_5.5.0_3.0_1725320238797.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_sabazo_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_sabazo_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_sabazo_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/sabazo/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sg2023_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sg2023_en.md
new file mode 100644
index 00000000000000..624b29a83d6b67
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sg2023_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_sg2023 CamemBertEmbeddings from sg2023
+author: John Snow Labs
+name: dummy_model_sg2023
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_sg2023` is a English model originally trained by sg2023.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_sg2023_en_5.5.0_3.0_1725302415910.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_sg2023_en_5.5.0_3.0_1725302415910.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_sg2023|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/sg2023/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sg2023_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sg2023_pipeline_en.md
new file mode 100644
index 00000000000000..e7fefc4d9f62c0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sg2023_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_sg2023_pipeline pipeline CamemBertEmbeddings from sg2023
+author: John Snow Labs
+name: dummy_model_sg2023_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_sg2023_pipeline` is a English model originally trained by sg2023.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_sg2023_pipeline_en_5.5.0_3.0_1725302494461.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_sg2023_pipeline_en_5.5.0_3.0_1725302494461.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_sg2023_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_sg2023_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_sg2023_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/sg2023/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_skonmeme_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_skonmeme_en.md
new file mode 100644
index 00000000000000..ba0caa9a7d26b5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_skonmeme_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_skonmeme CamemBertEmbeddings from skonmeme
+author: John Snow Labs
+name: dummy_model_skonmeme
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_skonmeme` is a English model originally trained by skonmeme.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_skonmeme_en_5.5.0_3.0_1725320973604.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_skonmeme_en_5.5.0_3.0_1725320973604.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_skonmeme|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/skonmeme/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_skonmeme_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_skonmeme_pipeline_en.md
new file mode 100644
index 00000000000000..732fd63eb76c73
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_skonmeme_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_skonmeme_pipeline pipeline CamemBertEmbeddings from skonmeme
+author: John Snow Labs
+name: dummy_model_skonmeme_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_skonmeme_pipeline` is a English model originally trained by skonmeme.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_skonmeme_pipeline_en_5.5.0_3.0_1725321048397.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_skonmeme_pipeline_en_5.5.0_3.0_1725321048397.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_skonmeme_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_skonmeme_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_skonmeme_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/skonmeme/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_spaceman23_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_spaceman23_en.md
new file mode 100644
index 00000000000000..3482dd2763fa91
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_spaceman23_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_spaceman23 CamemBertEmbeddings from Spaceman23
+author: John Snow Labs
+name: dummy_model_spaceman23
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_spaceman23` is a English model originally trained by Spaceman23.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_spaceman23_en_5.5.0_3.0_1725300665544.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_spaceman23_en_5.5.0_3.0_1725300665544.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_spaceman23|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Spaceman23/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_spaceman23_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_spaceman23_pipeline_en.md
new file mode 100644
index 00000000000000..515d4c4a19c20b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_spaceman23_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_spaceman23_pipeline pipeline CamemBertEmbeddings from Spaceman23
+author: John Snow Labs
+name: dummy_model_spaceman23_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_spaceman23_pipeline` is a English model originally trained by Spaceman23.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_spaceman23_pipeline_en_5.5.0_3.0_1725300744028.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_spaceman23_pipeline_en_5.5.0_3.0_1725300744028.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_spaceman23_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_spaceman23_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_spaceman23_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Spaceman23/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sul_lix_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sul_lix_en.md
new file mode 100644
index 00000000000000..9a8fbdb9bd088c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sul_lix_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_sul_lix CamemBertEmbeddings from sul-lix
+author: John Snow Labs
+name: dummy_model_sul_lix
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_sul_lix` is a English model originally trained by sul-lix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_sul_lix_en_5.5.0_3.0_1725297919118.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_sul_lix_en_5.5.0_3.0_1725297919118.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_sul_lix|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/sul-lix/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sul_lix_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sul_lix_pipeline_en.md
new file mode 100644
index 00000000000000..639bc4c5db0f2d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_sul_lix_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_sul_lix_pipeline pipeline CamemBertEmbeddings from sul-lix
+author: John Snow Labs
+name: dummy_model_sul_lix_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_sul_lix_pipeline` is a English model originally trained by sul-lix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_sul_lix_pipeline_en_5.5.0_3.0_1725297995378.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_sul_lix_pipeline_en_5.5.0_3.0_1725297995378.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_sul_lix_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_sul_lix_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_sul_lix_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/sul-lix/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_tpanza_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_tpanza_pipeline_en.md
new file mode 100644
index 00000000000000..f1b15aa6bbb4f1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_tpanza_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_tpanza_pipeline pipeline CamemBertEmbeddings from tpanza
+author: John Snow Labs
+name: dummy_model_tpanza_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_tpanza_pipeline` is a English model originally trained by tpanza.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_tpanza_pipeline_en_5.5.0_3.0_1725320752836.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_tpanza_pipeline_en_5.5.0_3.0_1725320752836.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_tpanza_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_tpanza_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_tpanza_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/tpanza/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_wangst_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_wangst_pipeline_en.md
new file mode 100644
index 00000000000000..63ad5394e8baba
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_wangst_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_wangst_pipeline pipeline CamemBertEmbeddings from wangst
+author: John Snow Labs
+name: dummy_model_wangst_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_wangst_pipeline` is a English model originally trained by wangst.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_wangst_pipeline_en_5.5.0_3.0_1725303328481.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_wangst_pipeline_en_5.5.0_3.0_1725303328481.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_wangst_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_wangst_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_wangst_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/wangst/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_xjx001_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_xjx001_en.md
new file mode 100644
index 00000000000000..6b4136d1deb22e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_xjx001_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_xjx001 CamemBertEmbeddings from xjx001
+author: John Snow Labs
+name: dummy_model_xjx001
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_xjx001` is a English model originally trained by xjx001.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_xjx001_en_5.5.0_3.0_1725300257689.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_xjx001_en_5.5.0_3.0_1725300257689.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_xjx001|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/xjx001/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_xjx001_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_xjx001_pipeline_en.md
new file mode 100644
index 00000000000000..8efb3ac7fd9232
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_xjx001_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_xjx001_pipeline pipeline CamemBertEmbeddings from xjx001
+author: John Snow Labs
+name: dummy_model_xjx001_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_xjx001_pipeline` is a English model originally trained by xjx001.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_xjx001_pipeline_en_5.5.0_3.0_1725300335575.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_xjx001_pipeline_en_5.5.0_3.0_1725300335575.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_xjx001_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_xjx001_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_xjx001_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/xjx001/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zarasim_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zarasim_en.md
new file mode 100644
index 00000000000000..62c604c5fffeca
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zarasim_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_zarasim CamemBertEmbeddings from Zarasim
+author: John Snow Labs
+name: dummy_model_zarasim
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_zarasim` is a English model originally trained by Zarasim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_zarasim_en_5.5.0_3.0_1725302881502.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_zarasim_en_5.5.0_3.0_1725302881502.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_zarasim|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Zarasim/dummy-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zarasim_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zarasim_pipeline_en.md
new file mode 100644
index 00000000000000..9ebc64c4ceba93
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zarasim_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_zarasim_pipeline pipeline CamemBertEmbeddings from Zarasim
+author: John Snow Labs
+name: dummy_model_zarasim_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_zarasim_pipeline` is a English model originally trained by Zarasim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_zarasim_pipeline_en_5.5.0_3.0_1725302959908.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_zarasim_pipeline_en_5.5.0_3.0_1725302959908.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_zarasim_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_zarasim_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_zarasim_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Zarasim/dummy-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zhenghuabin_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zhenghuabin_en.md
new file mode 100644
index 00000000000000..ba42ee5e20c910
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zhenghuabin_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_model_zhenghuabin CamemBertEmbeddings from zhenghuabin
+author: John Snow Labs
+name: dummy_model_zhenghuabin
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_zhenghuabin` is a English model originally trained by zhenghuabin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_zhenghuabin_en_5.5.0_3.0_1725302783229.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_zhenghuabin_en_5.5.0_3.0_1725302783229.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_zhenghuabin|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/zhenghuabin/dummy_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zhenghuabin_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zhenghuabin_pipeline_en.md
new file mode 100644
index 00000000000000..4ef1cafccbc15e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_model_zhenghuabin_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_model_zhenghuabin_pipeline pipeline CamemBertEmbeddings from zhenghuabin
+author: John Snow Labs
+name: dummy_model_zhenghuabin_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_model_zhenghuabin_pipeline` is a English model originally trained by zhenghuabin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_model_zhenghuabin_pipeline_en_5.5.0_3.0_1725302861829.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_model_zhenghuabin_pipeline_en_5.5.0_3.0_1725302861829.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_model_zhenghuabin_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_model_zhenghuabin_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_model_zhenghuabin_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/zhenghuabin/dummy_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_translation_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_translation_en.md
new file mode 100644
index 00000000000000..b9faa69ab00886
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_translation_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English dummy_translation MarianTransformer from lewtun
+author: John Snow Labs
+name: dummy_translation
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_translation` is a English model originally trained by lewtun.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_translation_en_5.5.0_3.0_1725242568473.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_translation_en_5.5.0_3.0_1725242568473.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_translation|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.6 MB|
+
+## References
+
+https://huggingface.co/lewtun/dummy-translation
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-dummy_translation_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-dummy_translation_pipeline_en.md
new file mode 100644
index 00000000000000..e338127337cd37
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-dummy_translation_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English dummy_translation_pipeline pipeline MarianTransformer from lewtun
+author: John Snow Labs
+name: dummy_translation_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy_translation_pipeline` is a English model originally trained by lewtun.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_translation_pipeline_en_5.5.0_3.0_1725242601700.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_translation_pipeline_en_5.5.0_3.0_1725242601700.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("dummy_translation_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("dummy_translation_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dummy_translation_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|509.2 MB|
+
+## References
+
+https://huggingface.co/lewtun/dummy-translation
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e2m_best_19_4_23_en.md b/docs/_posts/ahmedlone127/2024-09-02-e2m_best_19_4_23_en.md
new file mode 100644
index 00000000000000..38f1a7a2618416
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e2m_best_19_4_23_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English e2m_best_19_4_23 MarianTransformer from Sunbird
+author: John Snow Labs
+name: e2m_best_19_4_23
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e2m_best_19_4_23` is a English model originally trained by Sunbird.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e2m_best_19_4_23_en_5.5.0_3.0_1725243414801.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e2m_best_19_4_23_en_5.5.0_3.0_1725243414801.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e2m_best_19_4_23|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|530.2 MB|
+
+## References
+
+https://huggingface.co/Sunbird/e2m_best_19_4_23
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e2m_best_19_4_23_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-e2m_best_19_4_23_pipeline_en.md
new file mode 100644
index 00000000000000..d505be2a8000f2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e2m_best_19_4_23_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English e2m_best_19_4_23_pipeline pipeline MarianTransformer from Sunbird
+author: John Snow Labs
+name: e2m_best_19_4_23_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e2m_best_19_4_23_pipeline` is a English model originally trained by Sunbird.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e2m_best_19_4_23_pipeline_en_5.5.0_3.0_1725243444573.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e2m_best_19_4_23_pipeline_en_5.5.0_3.0_1725243444573.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e2m_best_19_4_23_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e2m_best_19_4_23_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e2m_best_19_4_23_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|530.7 MB|
+
+## References
+
+https://huggingface.co/Sunbird/e2m_best_19_4_23
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e2m_dataset_tags_1000_en.md b/docs/_posts/ahmedlone127/2024-09-02-e2m_dataset_tags_1000_en.md
new file mode 100644
index 00000000000000..c5ccc2a834785b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e2m_dataset_tags_1000_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English e2m_dataset_tags_1000 MarianTransformer from mekaneeky
+author: John Snow Labs
+name: e2m_dataset_tags_1000
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e2m_dataset_tags_1000` is a English model originally trained by mekaneeky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e2m_dataset_tags_1000_en_5.5.0_3.0_1725303885322.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e2m_dataset_tags_1000_en_5.5.0_3.0_1725303885322.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e2m_dataset_tags_1000|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|530.2 MB|
+
+## References
+
+https://huggingface.co/mekaneeky/e2m-dataset-tags-1000
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e2m_dataset_tags_900_en.md b/docs/_posts/ahmedlone127/2024-09-02-e2m_dataset_tags_900_en.md
new file mode 100644
index 00000000000000..fb57d56e1f8a20
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e2m_dataset_tags_900_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English e2m_dataset_tags_900 MarianTransformer from mekaneeky
+author: John Snow Labs
+name: e2m_dataset_tags_900
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e2m_dataset_tags_900` is a English model originally trained by mekaneeky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e2m_dataset_tags_900_en_5.5.0_3.0_1725305020528.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e2m_dataset_tags_900_en_5.5.0_3.0_1725305020528.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e2m_dataset_tags_900|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|530.1 MB|
+
+## References
+
+https://huggingface.co/mekaneeky/e2m-dataset-tags-900
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e2m_dataset_tags_900_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-e2m_dataset_tags_900_pipeline_en.md
new file mode 100644
index 00000000000000..0cfb955a788ebd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e2m_dataset_tags_900_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English e2m_dataset_tags_900_pipeline pipeline MarianTransformer from mekaneeky
+author: John Snow Labs
+name: e2m_dataset_tags_900_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e2m_dataset_tags_900_pipeline` is a English model originally trained by mekaneeky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e2m_dataset_tags_900_pipeline_en_5.5.0_3.0_1725305048570.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e2m_dataset_tags_900_pipeline_en_5.5.0_3.0_1725305048570.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e2m_dataset_tags_900_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e2m_dataset_tags_900_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e2m_dataset_tags_900_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|530.6 MB|
+
+## References
+
+https://huggingface.co/mekaneeky/e2m-dataset-tags-900
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e2m_marianmt_tags_en.md b/docs/_posts/ahmedlone127/2024-09-02-e2m_marianmt_tags_en.md
new file mode 100644
index 00000000000000..0420285c64e769
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e2m_marianmt_tags_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English e2m_marianmt_tags MarianTransformer from Sunbird
+author: John Snow Labs
+name: e2m_marianmt_tags
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e2m_marianmt_tags` is a English model originally trained by Sunbird.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e2m_marianmt_tags_en_5.5.0_3.0_1725303680281.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e2m_marianmt_tags_en_5.5.0_3.0_1725303680281.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e2m_marianmt_tags|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|530.2 MB|
+
+## References
+
+https://huggingface.co/Sunbird/e2m_marianmt_tags
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e2m_marianmt_tags_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-e2m_marianmt_tags_pipeline_en.md
new file mode 100644
index 00000000000000..59c4ea7c16efd1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e2m_marianmt_tags_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English e2m_marianmt_tags_pipeline pipeline MarianTransformer from Sunbird
+author: John Snow Labs
+name: e2m_marianmt_tags_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e2m_marianmt_tags_pipeline` is a English model originally trained by Sunbird.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e2m_marianmt_tags_pipeline_en_5.5.0_3.0_1725303716062.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e2m_marianmt_tags_pipeline_en_5.5.0_3.0_1725303716062.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e2m_marianmt_tags_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e2m_marianmt_tags_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e2m_marianmt_tags_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|530.7 MB|
+
+## References
+
+https://huggingface.co/Sunbird/e2m_marianmt_tags
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_10k_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_10k_en.md
new file mode 100644
index 00000000000000..4ae0dc1b6454e7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_10k_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_10k E5Embeddings from heka-ai
+author: John Snow Labs
+name: e5_10k
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_10k` is a English model originally trained by heka-ai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_10k_en_5.5.0_3.0_1725259958514.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_10k_en_5.5.0_3.0_1725259958514.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_10k|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|401.1 MB|
+
+## References
+
+https://huggingface.co/heka-ai/e5-10k
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_10k_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_10k_pipeline_en.md
new file mode 100644
index 00000000000000..e3bd0ca17b9ec6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_10k_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_10k_pipeline pipeline E5Embeddings from heka-ai
+author: John Snow Labs
+name: e5_10k_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_10k_pipeline` is a English model originally trained by heka-ai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_10k_pipeline_en_5.5.0_3.0_1725259987178.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_10k_pipeline_en_5.5.0_3.0_1725259987178.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_10k_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_10k_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_10k_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|401.2 MB|
+
+## References
+
+https://huggingface.co/heka-ai/e5-10k
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_base_arguana_10000_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_base_arguana_10000_en.md
new file mode 100644
index 00000000000000..ce161f858ff63f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_base_arguana_10000_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_base_arguana_10000 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: e5_base_arguana_10000
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_arguana_10000` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_arguana_10000_en_5.5.0_3.0_1725259086357.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_arguana_10000_en_5.5.0_3.0_1725259086357.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_arguana_10000|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|391.1 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/e5-base_arguana_10000
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_base_arguana_10000_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_base_arguana_10000_pipeline_en.md
new file mode 100644
index 00000000000000..a29424350901de
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_base_arguana_10000_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_base_arguana_10000_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: e5_base_arguana_10000_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_arguana_10000_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_arguana_10000_pipeline_en_5.5.0_3.0_1725259111442.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_arguana_10000_pipeline_en_5.5.0_3.0_1725259111442.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_base_arguana_10000_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_base_arguana_10000_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_arguana_10000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|391.1 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/e5-base_arguana_10000
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_en.md
new file mode 100644
index 00000000000000..a415e5bb22b46b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_base_unsupervised E5Embeddings from intfloat
+author: John Snow Labs
+name: e5_base_unsupervised
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_unsupervised` is a English model originally trained by intfloat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_unsupervised_en_5.5.0_3.0_1725259562709.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_unsupervised_en_5.5.0_3.0_1725259562709.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_unsupervised|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|258.6 MB|
+
+## References
+
+https://huggingface.co/intfloat/e5-base-unsupervised
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_pipeline_en.md
new file mode 100644
index 00000000000000..ff90294aa49928
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_base_unsupervised_pipeline pipeline E5Embeddings from intfloat
+author: John Snow Labs
+name: e5_base_unsupervised_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_unsupervised_pipeline` is a English model originally trained by intfloat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_unsupervised_pipeline_en_5.5.0_3.0_1725259640580.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_unsupervised_pipeline_en_5.5.0_3.0_1725259640580.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_base_unsupervised_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_base_unsupervised_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_unsupervised_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|258.7 MB|
+
+## References
+
+https://huggingface.co/intfloat/e5-base-unsupervised
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_en.md
new file mode 100644
index 00000000000000..cb51a19df4d5b9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_en_5.5.0_3.0_1725259868201.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_en_5.5.0_3.0_1725259868201.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|402.7 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/e5-base-unsupervised-pseudo-gpl-fiqa-131a12-d23573-4be015
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline_en.md
new file mode 100644
index 00000000000000..045ebea3bae8f0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline_en_5.5.0_3.0_1725259890196.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline_en_5.5.0_3.0_1725259890196.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_unsupervised_pseudo_gpl_fiqa_131a12_d23573_4be015_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|402.7 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/e5-base-unsupervised-pseudo-gpl-fiqa-131a12-d23573-4be015
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_large_unsupervised_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_large_unsupervised_en.md
new file mode 100644
index 00000000000000..6aac285db9acee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_large_unsupervised_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_large_unsupervised E5Embeddings from intfloat
+author: John Snow Labs
+name: e5_large_unsupervised
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_large_unsupervised` is a English model originally trained by intfloat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_large_unsupervised_en_5.5.0_3.0_1725259637855.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_large_unsupervised_en_5.5.0_3.0_1725259637855.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_large_unsupervised|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|796.1 MB|
+
+## References
+
+https://huggingface.co/intfloat/e5-large-unsupervised
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_large_unsupervised_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_large_unsupervised_pipeline_en.md
new file mode 100644
index 00000000000000..e49a0b6d7f9086
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_large_unsupervised_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_large_unsupervised_pipeline pipeline E5Embeddings from intfloat
+author: John Snow Labs
+name: e5_large_unsupervised_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_large_unsupervised_pipeline` is a English model originally trained by intfloat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_large_unsupervised_pipeline_en_5.5.0_3.0_1725259879580.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_large_unsupervised_pipeline_en_5.5.0_3.0_1725259879580.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_large_unsupervised_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_large_unsupervised_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_large_unsupervised_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|796.1 MB|
+
+## References
+
+https://huggingface.co/intfloat/e5-large-unsupervised
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_large_v2_intfloat_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_large_v2_intfloat_en.md
new file mode 100644
index 00000000000000..efeafd1ab51eed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_large_v2_intfloat_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_large_v2_intfloat E5Embeddings from intfloat
+author: John Snow Labs
+name: e5_large_v2_intfloat
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_large_v2_intfloat` is a English model originally trained by intfloat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_large_v2_intfloat_en_5.5.0_3.0_1725259720064.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_large_v2_intfloat_en_5.5.0_3.0_1725259720064.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_large_v2_intfloat|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|796.2 MB|
+
+## References
+
+https://huggingface.co/intfloat/e5-large-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-e5_large_v2_intfloat_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-e5_large_v2_intfloat_pipeline_en.md
new file mode 100644
index 00000000000000..20d4beb0960371
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-e5_large_v2_intfloat_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_large_v2_intfloat_pipeline pipeline E5Embeddings from intfloat
+author: John Snow Labs
+name: e5_large_v2_intfloat_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_large_v2_intfloat_pipeline` is a English model originally trained by intfloat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_large_v2_intfloat_pipeline_en_5.5.0_3.0_1725259957830.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_large_v2_intfloat_pipeline_en_5.5.0_3.0_1725259957830.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_large_v2_intfloat_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_large_v2_intfloat_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_large_v2_intfloat_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|796.2 MB|
+
+## References
+
+https://huggingface.co/intfloat/e5-large-v2
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-electra_qa_German_question_answer_de.md b/docs/_posts/ahmedlone127/2024-09-02-electra_qa_German_question_answer_de.md
new file mode 100644
index 00000000000000..245bb85370b9c0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-electra_qa_German_question_answer_de.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: German ElectraForQuestionAnswering model (from Sahajtomar)
+author: John Snow Labs
+name: electra_qa_German_question_answer
+date: 2024-09-02
+tags: [de, open_source, electra, question_answering, onnx]
+task: Question Answering
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `German-question-answer-Electra` is a German model originally trained by `Sahajtomar`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/electra_qa_German_question_answer_de_5.5.0_3.0_1725312569508.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/electra_qa_German_question_answer_de_5.5.0_3.0_1725312569508.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+documentAssembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = BertForQuestionAnswering.pretrained("electra_qa_German_question_answer","de") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer")\
+.setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[documentAssembler, spanClassifier])
+
+data = spark.createDataFrame([["Was ist mein Name?", "Mein Name ist Clara und ich lebe in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val documentAssembler = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifer = BertForQuestionAnswering.pretrained("electra_qa_German_question_answer","de")
+.setInputCols(Array("document", "token"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(documentAssembler, spanClassifier))
+
+val data = Seq("Was ist mein Name?", "Mein Name ist Clara und ich lebe in Berkeley.").toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("de.answer_question.electra").predict("""Was ist mein Name?|||"Mein Name ist Clara und ich lebe in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|electra_qa_German_question_answer|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|de|
+|Size:|1.3 GB|
+
+## References
+
+References
+
+- https://huggingface.co/Sahajtomar/German-question-answer-Electra
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-electra_qa_German_question_answer_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-02-electra_qa_German_question_answer_pipeline_de.md
new file mode 100644
index 00000000000000..8bf42e57a223cd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-electra_qa_German_question_answer_pipeline_de.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: German electra_qa_German_question_answer_pipeline pipeline BertForQuestionAnswering from Sahajtomar
+author: John Snow Labs
+name: electra_qa_German_question_answer_pipeline
+date: 2024-09-02
+tags: [de, open_source, pipeline, onnx]
+task: Question Answering
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`electra_qa_German_question_answer_pipeline` is a German model originally trained by Sahajtomar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/electra_qa_German_question_answer_pipeline_de_5.5.0_3.0_1725312632360.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/electra_qa_German_question_answer_pipeline_de_5.5.0_3.0_1725312632360.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("electra_qa_German_question_answer_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("electra_qa_German_question_answer_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|electra_qa_German_question_answer_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/Sahajtomar/German-question-answer-Electra
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-emotion_bot_1000_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-emotion_bot_1000_pipeline_en.md
new file mode 100644
index 00000000000000..e0293b5a546067
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-emotion_bot_1000_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English emotion_bot_1000_pipeline pipeline DistilBertForSequenceClassification from rrpetroff
+author: John Snow Labs
+name: emotion_bot_1000_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`emotion_bot_1000_pipeline` is a English model originally trained by rrpetroff.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/emotion_bot_1000_pipeline_en_5.5.0_3.0_1725306154431.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/emotion_bot_1000_pipeline_en_5.5.0_3.0_1725306154431.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("emotion_bot_1000_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("emotion_bot_1000_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|emotion_bot_1000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/rrpetroff/emotion-bot-1000
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-emotion_recognition_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-emotion_recognition_pipeline_en.md
new file mode 100644
index 00000000000000..b8f3be30a01ae0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-emotion_recognition_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English emotion_recognition_pipeline pipeline DistilBertForSequenceClassification from Atharvsharma14
+author: John Snow Labs
+name: emotion_recognition_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`emotion_recognition_pipeline` is a English model originally trained by Atharvsharma14.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/emotion_recognition_pipeline_en_5.5.0_3.0_1725306146894.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/emotion_recognition_pipeline_en_5.5.0_3.0_1725306146894.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("emotion_recognition_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("emotion_recognition_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|emotion_recognition_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Atharvsharma14/Emotion_Recognition
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-emotion_text_classification_en.md b/docs/_posts/ahmedlone127/2024-09-02-emotion_text_classification_en.md
new file mode 100644
index 00000000000000..27a7b5f1985819
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-emotion_text_classification_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English emotion_text_classification DistilBertForSequenceClassification from yangswei
+author: John Snow Labs
+name: emotion_text_classification
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`emotion_text_classification` is a English model originally trained by yangswei.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/emotion_text_classification_en_5.5.0_3.0_1725291764585.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/emotion_text_classification_en_5.5.0_3.0_1725291764585.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|emotion_text_classification|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/yangswei/emotion_text_classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-emotion_text_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-emotion_text_classification_pipeline_en.md
new file mode 100644
index 00000000000000..e20983c6a410f6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-emotion_text_classification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English emotion_text_classification_pipeline pipeline DistilBertForSequenceClassification from yangswei
+author: John Snow Labs
+name: emotion_text_classification_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`emotion_text_classification_pipeline` is a English model originally trained by yangswei.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/emotion_text_classification_pipeline_en_5.5.0_3.0_1725291777454.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/emotion_text_classification_pipeline_en_5.5.0_3.0_1725291777454.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("emotion_text_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("emotion_text_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|emotion_text_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/yangswei/emotion_text_classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-enccr_en.md b/docs/_posts/ahmedlone127/2024-09-02-enccr_en.md
new file mode 100644
index 00000000000000..4b829da7243378
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-enccr_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English enccr RoBertaForSequenceClassification from AntoineGourru
+author: John Snow Labs
+name: enccr
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`enccr` is a English model originally trained by AntoineGourru.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/enccr_en_5.5.0_3.0_1725276996547.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/enccr_en_5.5.0_3.0_1725276996547.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|enccr|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|417.0 MB|
+
+## References
+
+https://huggingface.co/AntoineGourru/Enccr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-eng_hin_translator_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-eng_hin_translator_pipeline_en.md
new file mode 100644
index 00000000000000..293262f92c1f35
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-eng_hin_translator_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English eng_hin_translator_pipeline pipeline MarianTransformer from Vasanth
+author: John Snow Labs
+name: eng_hin_translator_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`eng_hin_translator_pipeline` is a English model originally trained by Vasanth.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/eng_hin_translator_pipeline_en_5.5.0_3.0_1725244132740.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/eng_hin_translator_pipeline_en_5.5.0_3.0_1725244132740.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("eng_hin_translator_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("eng_hin_translator_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|eng_hin_translator_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|523.4 MB|
+
+## References
+
+https://huggingface.co/Vasanth/eng-hin-translator
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-english_arabic_model_en.md b/docs/_posts/ahmedlone127/2024-09-02-english_arabic_model_en.md
new file mode 100644
index 00000000000000..49d009fea3538c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-english_arabic_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English english_arabic_model MarianTransformer from BoghdadyJR
+author: John Snow Labs
+name: english_arabic_model
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`english_arabic_model` is a English model originally trained by BoghdadyJR.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/english_arabic_model_en_5.5.0_3.0_1725294642051.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/english_arabic_model_en_5.5.0_3.0_1725294642051.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|english_arabic_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|528.2 MB|
+
+## References
+
+https://huggingface.co/BoghdadyJR/en-ar-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-english_ganda_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-english_ganda_pipeline_en.md
new file mode 100644
index 00000000000000..4fdcd9deed5891
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-english_ganda_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English english_ganda_pipeline pipeline MarianTransformer from AI-Lab-Makerere
+author: John Snow Labs
+name: english_ganda_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`english_ganda_pipeline` is a English model originally trained by AI-Lab-Makerere.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/english_ganda_pipeline_en_5.5.0_3.0_1725243741975.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/english_ganda_pipeline_en_5.5.0_3.0_1725243741975.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("english_ganda_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("english_ganda_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|english_ganda_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|530.9 MB|
+
+## References
+
+https://huggingface.co/AI-Lab-Makerere/en_lg
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_dutch_marianmt_en.md b/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_dutch_marianmt_en.md
new file mode 100644
index 00000000000000..d78b1f8e2375d4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_dutch_marianmt_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English english_tonga_tonga_islands_dutch_marianmt MarianTransformer from vvn
+author: John Snow Labs
+name: english_tonga_tonga_islands_dutch_marianmt
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`english_tonga_tonga_islands_dutch_marianmt` is a English model originally trained by vvn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/english_tonga_tonga_islands_dutch_marianmt_en_5.5.0_3.0_1725294838403.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/english_tonga_tonga_islands_dutch_marianmt_en_5.5.0_3.0_1725294838403.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|english_tonga_tonga_islands_dutch_marianmt|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|548.8 MB|
+
+## References
+
+https://huggingface.co/vvn/en-to-dutch-marianmt
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_dutch_marianmt_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_dutch_marianmt_pipeline_en.md
new file mode 100644
index 00000000000000..23b9f7adfd93da
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_dutch_marianmt_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English english_tonga_tonga_islands_dutch_marianmt_pipeline pipeline MarianTransformer from vvn
+author: John Snow Labs
+name: english_tonga_tonga_islands_dutch_marianmt_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`english_tonga_tonga_islands_dutch_marianmt_pipeline` is a English model originally trained by vvn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/english_tonga_tonga_islands_dutch_marianmt_pipeline_en_5.5.0_3.0_1725294867984.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/english_tonga_tonga_islands_dutch_marianmt_pipeline_en_5.5.0_3.0_1725294867984.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("english_tonga_tonga_islands_dutch_marianmt_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("english_tonga_tonga_islands_dutch_marianmt_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|english_tonga_tonga_islands_dutch_marianmt_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|549.4 MB|
+
+## References
+
+https://huggingface.co/vvn/en-to-dutch-marianmt
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_hinglish_en.md b/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_hinglish_en.md
new file mode 100644
index 00000000000000..c4fdff00c88d6a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_hinglish_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English english_tonga_tonga_islands_hinglish MarianTransformer from SkAndMl
+author: John Snow Labs
+name: english_tonga_tonga_islands_hinglish
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`english_tonga_tonga_islands_hinglish` is a English model originally trained by SkAndMl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/english_tonga_tonga_islands_hinglish_en_5.5.0_3.0_1725243266776.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/english_tonga_tonga_islands_hinglish_en_5.5.0_3.0_1725243266776.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|english_tonga_tonga_islands_hinglish|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|522.2 MB|
+
+## References
+
+https://huggingface.co/SkAndMl/english-to-hinglish
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_hinglish_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_hinglish_pipeline_en.md
new file mode 100644
index 00000000000000..11fcbf521db149
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-english_tonga_tonga_islands_hinglish_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English english_tonga_tonga_islands_hinglish_pipeline pipeline MarianTransformer from SkAndMl
+author: John Snow Labs
+name: english_tonga_tonga_islands_hinglish_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`english_tonga_tonga_islands_hinglish_pipeline` is a English model originally trained by SkAndMl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/english_tonga_tonga_islands_hinglish_pipeline_en_5.5.0_3.0_1725243298483.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/english_tonga_tonga_islands_hinglish_pipeline_en_5.5.0_3.0_1725243298483.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("english_tonga_tonga_islands_hinglish_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("english_tonga_tonga_islands_hinglish_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|english_tonga_tonga_islands_hinglish_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|522.7 MB|
+
+## References
+
+https://huggingface.co/SkAndMl/english-to-hinglish
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-englishtodarija_en.md b/docs/_posts/ahmedlone127/2024-09-02-englishtodarija_en.md
new file mode 100644
index 00000000000000..d63816816aab59
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-englishtodarija_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English englishtodarija MarianTransformer from Vrspi
+author: John Snow Labs
+name: englishtodarija
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`englishtodarija` is a English model originally trained by Vrspi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/englishtodarija_en_5.5.0_3.0_1725295860030.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/englishtodarija_en_5.5.0_3.0_1725295860030.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|englishtodarija|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|507.8 MB|
+
+## References
+
+https://huggingface.co/Vrspi/EnglishToDarija
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-englishtodarija_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-englishtodarija_pipeline_en.md
new file mode 100644
index 00000000000000..b69513cbe0d2c7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-englishtodarija_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English englishtodarija_pipeline pipeline MarianTransformer from Vrspi
+author: John Snow Labs
+name: englishtodarija_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`englishtodarija_pipeline` is a English model originally trained by Vrspi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/englishtodarija_pipeline_en_5.5.0_3.0_1725295888293.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/englishtodarija_pipeline_en_5.5.0_3.0_1725295888293.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("englishtodarija_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("englishtodarija_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|englishtodarija_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.4 MB|
+
+## References
+
+https://huggingface.co/Vrspi/EnglishToDarija
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-entitycs_39_wep_xlmr_base_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-02-entitycs_39_wep_xlmr_base_pipeline_xx.md
new file mode 100644
index 00000000000000..957e22bd7401ac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-entitycs_39_wep_xlmr_base_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual entitycs_39_wep_xlmr_base_pipeline pipeline XlmRoBertaEmbeddings from huawei-noah
+author: John Snow Labs
+name: entitycs_39_wep_xlmr_base_pipeline
+date: 2024-09-02
+tags: [xx, open_source, pipeline, onnx]
+task: Embeddings
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`entitycs_39_wep_xlmr_base_pipeline` is a Multilingual model originally trained by huawei-noah.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/entitycs_39_wep_xlmr_base_pipeline_xx_5.5.0_3.0_1725271402620.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/entitycs_39_wep_xlmr_base_pipeline_xx_5.5.0_3.0_1725271402620.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("entitycs_39_wep_xlmr_base_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("entitycs_39_wep_xlmr_base_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|entitycs_39_wep_xlmr_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|944.9 MB|
+
+## References
+
+https://huggingface.co/huawei-noah/EntityCS-39-WEP-xlmr-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-entitycs_39_wep_xlmr_base_xx.md b/docs/_posts/ahmedlone127/2024-09-02-entitycs_39_wep_xlmr_base_xx.md
new file mode 100644
index 00000000000000..a1800f413f14d3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-entitycs_39_wep_xlmr_base_xx.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Multilingual entitycs_39_wep_xlmr_base XlmRoBertaEmbeddings from huawei-noah
+author: John Snow Labs
+name: entitycs_39_wep_xlmr_base
+date: 2024-09-02
+tags: [xx, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`entitycs_39_wep_xlmr_base` is a Multilingual model originally trained by huawei-noah.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/entitycs_39_wep_xlmr_base_xx_5.5.0_3.0_1725271310085.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/entitycs_39_wep_xlmr_base_xx_5.5.0_3.0_1725271310085.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|entitycs_39_wep_xlmr_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|xx|
+|Size:|944.9 MB|
+
+## References
+
+https://huggingface.co/huawei-noah/EntityCS-39-WEP-xlmr-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-environmentalbert_biodiversity_en.md b/docs/_posts/ahmedlone127/2024-09-02-environmentalbert_biodiversity_en.md
new file mode 100644
index 00000000000000..76fd7003b718e0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-environmentalbert_biodiversity_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English environmentalbert_biodiversity RoBertaForSequenceClassification from ESGBERT
+author: John Snow Labs
+name: environmentalbert_biodiversity
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`environmentalbert_biodiversity` is a English model originally trained by ESGBERT.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/environmentalbert_biodiversity_en_5.5.0_3.0_1725277653824.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/environmentalbert_biodiversity_en_5.5.0_3.0_1725277653824.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|environmentalbert_biodiversity|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|309.0 MB|
+
+## References
+
+https://huggingface.co/ESGBERT/EnvironmentalBERT-biodiversity
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-esg_prediction_icelandic_en.md b/docs/_posts/ahmedlone127/2024-09-02-esg_prediction_icelandic_en.md
new file mode 100644
index 00000000000000..8855108aed0313
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-esg_prediction_icelandic_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English esg_prediction_icelandic CamemBertForSequenceClassification from Katkatkuu
+author: John Snow Labs
+name: esg_prediction_icelandic
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`esg_prediction_icelandic` is a English model originally trained by Katkatkuu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/esg_prediction_icelandic_en_5.5.0_3.0_1725298856039.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/esg_prediction_icelandic_en_5.5.0_3.0_1725298856039.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|esg_prediction_icelandic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|394.3 MB|
+
+## References
+
+https://huggingface.co/Katkatkuu/ESG_Prediction_IS
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-esg_prediction_icelandic_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-esg_prediction_icelandic_pipeline_en.md
new file mode 100644
index 00000000000000..e5e6850a9100a7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-esg_prediction_icelandic_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English esg_prediction_icelandic_pipeline pipeline CamemBertForSequenceClassification from Katkatkuu
+author: John Snow Labs
+name: esg_prediction_icelandic_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`esg_prediction_icelandic_pipeline` is a English model originally trained by Katkatkuu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/esg_prediction_icelandic_pipeline_en_5.5.0_3.0_1725298877768.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/esg_prediction_icelandic_pipeline_en_5.5.0_3.0_1725298877768.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("esg_prediction_icelandic_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("esg_prediction_icelandic_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|esg_prediction_icelandic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|394.4 MB|
+
+## References
+
+https://huggingface.co/Katkatkuu/ESG_Prediction_IS
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-esperberto_small_eo.md b/docs/_posts/ahmedlone127/2024-09-02-esperberto_small_eo.md
new file mode 100644
index 00000000000000..3b74539a526a60
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-esperberto_small_eo.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Esperanto esperberto_small RoBertaEmbeddings from julien-c
+author: John Snow Labs
+name: esperberto_small
+date: 2024-09-02
+tags: [eo, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: eo
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`esperberto_small` is a Esperanto model originally trained by julien-c.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/esperberto_small_eo_5.5.0_3.0_1725264870926.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/esperberto_small_eo_5.5.0_3.0_1725264870926.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|esperberto_small|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|eo|
+|Size:|308.6 MB|
+
+## References
+
+https://huggingface.co/julien-c/EsperBERTo-small
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-esperberto_small_pipeline_eo.md b/docs/_posts/ahmedlone127/2024-09-02-esperberto_small_pipeline_eo.md
new file mode 100644
index 00000000000000..6e1f6a8bf0ed5f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-esperberto_small_pipeline_eo.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Esperanto esperberto_small_pipeline pipeline RoBertaEmbeddings from julien-c
+author: John Snow Labs
+name: esperberto_small_pipeline
+date: 2024-09-02
+tags: [eo, open_source, pipeline, onnx]
+task: Embeddings
+language: eo
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`esperberto_small_pipeline` is a Esperanto model originally trained by julien-c.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/esperberto_small_pipeline_eo_5.5.0_3.0_1725264888278.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/esperberto_small_pipeline_eo_5.5.0_3.0_1725264888278.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("esperberto_small_pipeline", lang = "eo")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("esperberto_small_pipeline", lang = "eo")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|esperberto_small_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|eo|
+|Size:|308.6 MB|
+
+## References
+
+https://huggingface.co/julien-c/EsperBERTo-small
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fashion_clip_patrickjohncyh_en.md b/docs/_posts/ahmedlone127/2024-09-02-fashion_clip_patrickjohncyh_en.md
new file mode 100644
index 00000000000000..5b52de07e0447b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fashion_clip_patrickjohncyh_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English fashion_clip_patrickjohncyh CLIPForZeroShotClassification from patrickjohncyh
+author: John Snow Labs
+name: fashion_clip_patrickjohncyh
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fashion_clip_patrickjohncyh` is a English model originally trained by patrickjohncyh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fashion_clip_patrickjohncyh_en_5.5.0_3.0_1725275422662.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fashion_clip_patrickjohncyh_en_5.5.0_3.0_1725275422662.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("fashion_clip_patrickjohncyh","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("fashion_clip_patrickjohncyh","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fashion_clip_patrickjohncyh|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.7 MB|
+
+## References
+
+https://huggingface.co/patrickjohncyh/fashion-clip
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fashion_clip_patrickjohncyh_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-fashion_clip_patrickjohncyh_pipeline_en.md
new file mode 100644
index 00000000000000..b8b6f0ab16eba0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fashion_clip_patrickjohncyh_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fashion_clip_patrickjohncyh_pipeline pipeline CLIPForZeroShotClassification from patrickjohncyh
+author: John Snow Labs
+name: fashion_clip_patrickjohncyh_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fashion_clip_patrickjohncyh_pipeline` is a English model originally trained by patrickjohncyh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fashion_clip_patrickjohncyh_pipeline_en_5.5.0_3.0_1725275519496.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fashion_clip_patrickjohncyh_pipeline_en_5.5.0_3.0_1725275519496.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fashion_clip_patrickjohncyh_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fashion_clip_patrickjohncyh_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fashion_clip_patrickjohncyh_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.7 MB|
+
+## References
+
+https://huggingface.co/patrickjohncyh/fashion-clip
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fashion_embedder_en.md b/docs/_posts/ahmedlone127/2024-09-02-fashion_embedder_en.md
new file mode 100644
index 00000000000000..c60a048aeada6b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fashion_embedder_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English fashion_embedder CLIPForZeroShotClassification from McClain
+author: John Snow Labs
+name: fashion_embedder
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fashion_embedder` is a English model originally trained by McClain.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fashion_embedder_en_5.5.0_3.0_1725256499332.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fashion_embedder_en_5.5.0_3.0_1725256499332.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("fashion_embedder","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("fashion_embedder","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fashion_embedder|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.7 MB|
+
+## References
+
+https://huggingface.co/McClain/fashion-embedder
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fashion_embedder_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-fashion_embedder_pipeline_en.md
new file mode 100644
index 00000000000000..20551ddedf1e15
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fashion_embedder_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fashion_embedder_pipeline pipeline CLIPForZeroShotClassification from McClain
+author: John Snow Labs
+name: fashion_embedder_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fashion_embedder_pipeline` is a English model originally trained by McClain.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fashion_embedder_pipeline_en_5.5.0_3.0_1725256596647.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fashion_embedder_pipeline_en_5.5.0_3.0_1725256596647.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fashion_embedder_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fashion_embedder_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fashion_embedder_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.7 MB|
+
+## References
+
+https://huggingface.co/McClain/fashion-embedder
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-feel_italian_finetuned_pro_emit_big7_en.md b/docs/_posts/ahmedlone127/2024-09-02-feel_italian_finetuned_pro_emit_big7_en.md
new file mode 100644
index 00000000000000..8062accb725502
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-feel_italian_finetuned_pro_emit_big7_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English feel_italian_finetuned_pro_emit_big7 CamemBertForSequenceClassification from lupobricco
+author: John Snow Labs
+name: feel_italian_finetuned_pro_emit_big7
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`feel_italian_finetuned_pro_emit_big7` is a English model originally trained by lupobricco.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/feel_italian_finetuned_pro_emit_big7_en_5.5.0_3.0_1725298769905.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/feel_italian_finetuned_pro_emit_big7_en_5.5.0_3.0_1725298769905.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|feel_italian_finetuned_pro_emit_big7|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|403.1 MB|
+
+## References
+
+https://huggingface.co/lupobricco/feel_it_finetuned_pro_emit_big7
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-feel_italian_finetuned_pro_emit_big8_en.md b/docs/_posts/ahmedlone127/2024-09-02-feel_italian_finetuned_pro_emit_big8_en.md
new file mode 100644
index 00000000000000..be2317aa23256f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-feel_italian_finetuned_pro_emit_big8_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English feel_italian_finetuned_pro_emit_big8 CamemBertForSequenceClassification from lupobricco
+author: John Snow Labs
+name: feel_italian_finetuned_pro_emit_big8
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`feel_italian_finetuned_pro_emit_big8` is a English model originally trained by lupobricco.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/feel_italian_finetuned_pro_emit_big8_en_5.5.0_3.0_1725298821654.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/feel_italian_finetuned_pro_emit_big8_en_5.5.0_3.0_1725298821654.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fewshot_qa_002_20230613_003_exp2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|880.4 MB|
+
+## References
+
+https://huggingface.co/intanm/fewshot-qa-002-20230613-003-exp2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fin_camembert_base_pipeline_fr.md b/docs/_posts/ahmedlone127/2024-09-02-fin_camembert_base_pipeline_fr.md
new file mode 100644
index 00000000000000..797a8d9c8e8421
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fin_camembert_base_pipeline_fr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: French fin_camembert_base_pipeline pipeline CamemBertEmbeddings from Ngawang
+author: John Snow Labs
+name: fin_camembert_base_pipeline
+date: 2024-09-02
+tags: [fr, open_source, pipeline, onnx]
+task: Embeddings
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fin_camembert_base_pipeline` is a French model originally trained by Ngawang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fin_camembert_base_pipeline_fr_5.5.0_3.0_1725320062394.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fin_camembert_base_pipeline_fr_5.5.0_3.0_1725320062394.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fin_camembert_base_pipeline", lang = "fr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fin_camembert_base_pipeline", lang = "fr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fin_camembert_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fr|
+|Size:|412.6 MB|
+
+## References
+
+https://huggingface.co/Ngawang/fin_camembert-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-final_roberta_with_nepal_bhasa_400k_plus_37k_best_en.md b/docs/_posts/ahmedlone127/2024-09-02-final_roberta_with_nepal_bhasa_400k_plus_37k_best_en.md
new file mode 100644
index 00000000000000..ed2bc462d55cf2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-final_roberta_with_nepal_bhasa_400k_plus_37k_best_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English final_roberta_with_nepal_bhasa_400k_plus_37k_best RoBertaForSequenceClassification from ManojAlexender
+author: John Snow Labs
+name: final_roberta_with_nepal_bhasa_400k_plus_37k_best
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`final_roberta_with_nepal_bhasa_400k_plus_37k_best` is a English model originally trained by ManojAlexender.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/final_roberta_with_nepal_bhasa_400k_plus_37k_best_en_5.5.0_3.0_1725278040359.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/final_roberta_with_nepal_bhasa_400k_plus_37k_best_en_5.5.0_3.0_1725278040359.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|final_roberta_with_nepal_bhasa_400k_plus_37k_best|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.4 MB|
+
+## References
+
+https://huggingface.co/ManojAlexender/final_roberta_with_new_400k_plus_37k_Best
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline_en.md
new file mode 100644
index 00000000000000..07877093e194ec
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline pipeline RoBertaForSequenceClassification from ManojAlexender
+author: John Snow Labs
+name: final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline` is a English model originally trained by ManojAlexender.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline_en_5.5.0_3.0_1725278064783.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline_en_5.5.0_3.0_1725278064783.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|final_roberta_with_nepal_bhasa_400k_plus_37k_best_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.4 MB|
+
+## References
+
+https://huggingface.co/ManojAlexender/final_roberta_with_new_400k_plus_37k_Best
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finance_article_titles_classifier_en.md b/docs/_posts/ahmedlone127/2024-09-02-finance_article_titles_classifier_en.md
new file mode 100644
index 00000000000000..309978654ebb02
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finance_article_titles_classifier_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finance_article_titles_classifier DistilBertForSequenceClassification from hatmimoha
+author: John Snow Labs
+name: finance_article_titles_classifier
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finance_article_titles_classifier` is a English model originally trained by hatmimoha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finance_article_titles_classifier_en_5.5.0_3.0_1725291695031.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finance_article_titles_classifier_en_5.5.0_3.0_1725291695031.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finance_article_titles_classifier|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|246.2 MB|
+
+## References
+
+https://huggingface.co/hatmimoha/finance-article-titles-classifier
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_bert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_bert_pipeline_en.md
new file mode 100644
index 00000000000000..f349a335730a6e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_bert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English fine_tuned_bert_pipeline pipeline DistilBertForSequenceClassification from samanthakarungi
+author: John Snow Labs
+name: fine_tuned_bert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_bert_pipeline` is a English model originally trained by samanthakarungi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_bert_pipeline_en_5.5.0_3.0_1725291931111.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_bert_pipeline_en_5.5.0_3.0_1725291931111.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tuned_bert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tuned_bert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_bert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/samanthakarungi/fine-tuned-bert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_bge_small_english_v1_5_another_data_formate_en.md b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_bge_small_english_v1_5_another_data_formate_en.md
new file mode 100644
index 00000000000000..a5ea186fa1aac6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_bge_small_english_v1_5_another_data_formate_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English fine_tuned_bge_small_english_v1_5_another_data_formate BGEEmbeddings from ravch
+author: John Snow Labs
+name: fine_tuned_bge_small_english_v1_5_another_data_formate
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_bge_small_english_v1_5_another_data_formate` is a English model originally trained by ravch.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_bge_small_english_v1_5_another_data_formate_en_5.5.0_3.0_1725242191366.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_bge_small_english_v1_5_another_data_formate_en_5.5.0_3.0_1725242191366.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_bge_small_english_v1_5_another_data_formate|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|124.6 MB|
+
+## References
+
+https://huggingface.co/ravch/fine_tuned_bge_small_en_v1.5_another_data_formate
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline_en.md
new file mode 100644
index 00000000000000..10babd4387a245
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline pipeline BGEEmbeddings from ravch
+author: John Snow Labs
+name: fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline` is a English model originally trained by ravch.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline_en_5.5.0_3.0_1725242197326.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline_en_5.5.0_3.0_1725242197326.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_bge_small_english_v1_5_another_data_formate_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|124.6 MB|
+
+## References
+
+https://huggingface.co/ravch/fine_tuned_bge_small_en_v1.5_another_data_formate
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_deberta_question_answering_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_deberta_question_answering_base_en.md
new file mode 100644
index 00000000000000..18fccfcaef9bbb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_deberta_question_answering_base_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English fine_tuned_deberta_question_answering_base DeBertaForQuestionAnswering from seenuvasanfoss
+author: John Snow Labs
+name: fine_tuned_deberta_question_answering_base
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_deberta_question_answering_base` is a English model originally trained by seenuvasanfoss.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_base_en_5.5.0_3.0_1725240616612.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_base_en_5.5.0_3.0_1725240616612.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_deberta_question_answering_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|550.7 MB|
+
+## References
+
+https://huggingface.co/seenuvasanfoss/fine_tuned_deberta_question_answering_base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_deberta_question_answering_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_deberta_question_answering_base_pipeline_en.md
new file mode 100644
index 00000000000000..0f07d5042fefa8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_deberta_question_answering_base_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fine_tuned_deberta_question_answering_base_pipeline pipeline DeBertaForQuestionAnswering from seenuvasanfoss
+author: John Snow Labs
+name: fine_tuned_deberta_question_answering_base_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_deberta_question_answering_base_pipeline` is a English model originally trained by seenuvasanfoss.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_base_pipeline_en_5.5.0_3.0_1725240702021.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_deberta_question_answering_base_pipeline_en_5.5.0_3.0_1725240702021.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tuned_deberta_question_answering_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tuned_deberta_question_answering_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_deberta_question_answering_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|550.7 MB|
+
+## References
+
+https://huggingface.co/seenuvasanfoss/fine_tuned_deberta_question_answering_base
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_indic_en.md b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_indic_en.md
new file mode 100644
index 00000000000000..cf452c52020e54
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_indic_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English fine_tuned_indic AlbertForQuestionAnswering from manasbarman
+author: John Snow Labs
+name: fine_tuned_indic
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_indic` is a English model originally trained by manasbarman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_indic_en_5.5.0_3.0_1725236975149.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_indic_en_5.5.0_3.0_1725236975149.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_indic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|125.5 MB|
+
+## References
+
+https://huggingface.co/manasbarman/fine-tuned-indic
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_indic_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_indic_pipeline_en.md
new file mode 100644
index 00000000000000..c8a4b74e510aba
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_indic_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fine_tuned_indic_pipeline pipeline AlbertForQuestionAnswering from manasbarman
+author: John Snow Labs
+name: fine_tuned_indic_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_indic_pipeline` is a English model originally trained by manasbarman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_indic_pipeline_en_5.5.0_3.0_1725236982034.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_indic_pipeline_en_5.5.0_3.0_1725236982034.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tuned_indic_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tuned_indic_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_indic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|125.5 MB|
+
+## References
+
+https://huggingface.co/manasbarman/fine-tuned-indic
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline_en.md
new file mode 100644
index 00000000000000..48cc1d879dab4b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline pipeline DistilBertForSequenceClassification from Kayyyy27
+author: John Snow Labs
+name: fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline` is a English model originally trained by Kayyyy27.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline_en_5.5.0_3.0_1725306101027.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline_en_5.5.0_3.0_1725306101027.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_united_airlines_twitter_sentiment_analysis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Kayyyy27/fine-tuned-United_Airlines_Twitter_Sentiment_Analysis
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_bge_small_english_v1_5_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_bge_small_english_v1_5_en.md
new file mode 100644
index 00000000000000..b1c98cc0d23221
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_bge_small_english_v1_5_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English finetuned_bge_small_english_v1_5 BGEEmbeddings from Jjzzzz
+author: John Snow Labs
+name: finetuned_bge_small_english_v1_5
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_bge_small_english_v1_5` is a English model originally trained by Jjzzzz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_bge_small_english_v1_5_en_5.5.0_3.0_1725241960341.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_bge_small_english_v1_5_en_5.5.0_3.0_1725241960341.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_bge_small_english_v1_5|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|78.9 MB|
+
+## References
+
+https://huggingface.co/Jjzzzz/finetuned_bge-small-en-v1.5
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_bge_small_english_v1_5_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_bge_small_english_v1_5_pipeline_en.md
new file mode 100644
index 00000000000000..1eee218c4bb9c3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_bge_small_english_v1_5_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English finetuned_bge_small_english_v1_5_pipeline pipeline BGEEmbeddings from Jjzzzz
+author: John Snow Labs
+name: finetuned_bge_small_english_v1_5_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_bge_small_english_v1_5_pipeline` is a English model originally trained by Jjzzzz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_bge_small_english_v1_5_pipeline_en_5.5.0_3.0_1725241986101.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_bge_small_english_v1_5_pipeline_en_5.5.0_3.0_1725241986101.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_bge_small_english_v1_5_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_bge_small_english_v1_5_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_bge_small_english_v1_5_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|78.9 MB|
+
+## References
+
+https://huggingface.co/Jjzzzz/finetuned_bge-small-en-v1.5
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_classification_model_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_classification_model_en.md
new file mode 100644
index 00000000000000..500d9b92662e9d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_classification_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuned_classification_model DistilBertForSequenceClassification from Mr-Vicky-01
+author: John Snow Labs
+name: finetuned_classification_model
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_classification_model` is a English model originally trained by Mr-Vicky-01.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_classification_model_en_5.5.0_3.0_1725305634884.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_classification_model_en_5.5.0_3.0_1725305634884.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_classification_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Mr-Vicky-01/finetuned_classification_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_ditilbert_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_ditilbert_en.md
new file mode 100644
index 00000000000000..fec996ee8adc87
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_ditilbert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuned_ditilbert DistilBertForTokenClassification from Gkumi
+author: John Snow Labs
+name: finetuned_ditilbert
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_ditilbert` is a English model originally trained by Gkumi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_ditilbert_en_5.5.0_3.0_1725267509633.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_ditilbert_en_5.5.0_3.0_1725267509633.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_ditilbert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|244.1 MB|
+
+## References
+
+https://huggingface.co/Gkumi/finetuned-ditilbert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_ditilbert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_ditilbert_pipeline_en.md
new file mode 100644
index 00000000000000..44b486a1312e2f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_ditilbert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English finetuned_ditilbert_pipeline pipeline DistilBertForTokenClassification from Gkumi
+author: John Snow Labs
+name: finetuned_ditilbert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_ditilbert_pipeline` is a English model originally trained by Gkumi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_ditilbert_pipeline_en_5.5.0_3.0_1725267523277.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_ditilbert_pipeline_en_5.5.0_3.0_1725267523277.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_ditilbert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_ditilbert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_ditilbert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|244.1 MB|
+
+## References
+
+https://huggingface.co/Gkumi/finetuned-ditilbert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_en.md
new file mode 100644
index 00000000000000..14870eefde2672
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English finetuned_four_epoch_multi_qa_mpnet_base_dot_v1 MPNetEmbeddings from mustozsarac
+author: John Snow Labs
+name: finetuned_four_epoch_multi_qa_mpnet_base_dot_v1
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_four_epoch_multi_qa_mpnet_base_dot_v1` is a English model originally trained by mustozsarac.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_en_5.5.0_3.0_1725258578602.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_en_5.5.0_3.0_1725258578602.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_four_epoch_multi_qa_mpnet_base_dot_v1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/mustozsarac/finetuned-four-epoch-multi-qa-mpnet-base-dot-v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline_en.md
new file mode 100644
index 00000000000000..410a156de95216
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline pipeline MPNetEmbeddings from mustozsarac
+author: John Snow Labs
+name: finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline` is a English model originally trained by mustozsarac.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline_en_5.5.0_3.0_1725258600096.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline_en_5.5.0_3.0_1725258600096.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_four_epoch_multi_qa_mpnet_base_dot_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/mustozsarac/finetuned-four-epoch-multi-qa-mpnet-base-dot-v1
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_marianmtmodel_ccmatrix77k_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_marianmtmodel_ccmatrix77k_en.md
new file mode 100644
index 00000000000000..c4c3c44d968941
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_marianmtmodel_ccmatrix77k_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuned_marianmtmodel_ccmatrix77k MarianTransformer from HugginJake
+author: John Snow Labs
+name: finetuned_marianmtmodel_ccmatrix77k
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_marianmtmodel_ccmatrix77k` is a English model originally trained by HugginJake.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_marianmtmodel_ccmatrix77k_en_5.5.0_3.0_1725294954147.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_marianmtmodel_ccmatrix77k_en_5.5.0_3.0_1725294954147.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_marianmtmodel_ccmatrix77k|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|509.6 MB|
+
+## References
+
+https://huggingface.co/HugginJake/Finetuned_MarianMTModel_ccmatrix77k
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_marianmtmodel_ccmatrix77k_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_marianmtmodel_ccmatrix77k_pipeline_en.md
new file mode 100644
index 00000000000000..9135a33253cd04
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_marianmtmodel_ccmatrix77k_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English finetuned_marianmtmodel_ccmatrix77k_pipeline pipeline MarianTransformer from HugginJake
+author: John Snow Labs
+name: finetuned_marianmtmodel_ccmatrix77k_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_marianmtmodel_ccmatrix77k_pipeline` is a English model originally trained by HugginJake.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_marianmtmodel_ccmatrix77k_pipeline_en_5.5.0_3.0_1725294982353.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_marianmtmodel_ccmatrix77k_pipeline_en_5.5.0_3.0_1725294982353.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_marianmtmodel_ccmatrix77k_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_marianmtmodel_ccmatrix77k_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_marianmtmodel_ccmatrix77k_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|510.1 MB|
+
+## References
+
+https://huggingface.co/HugginJake/Finetuned_MarianMTModel_ccmatrix77k
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_opusmt_english_tonga_tonga_islands_hindi_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_opusmt_english_tonga_tonga_islands_hindi_en.md
new file mode 100644
index 00000000000000..bd78eb87442010
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_opusmt_english_tonga_tonga_islands_hindi_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuned_opusmt_english_tonga_tonga_islands_hindi MarianTransformer from Varsha00
+author: John Snow Labs
+name: finetuned_opusmt_english_tonga_tonga_islands_hindi
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_opusmt_english_tonga_tonga_islands_hindi` is a English model originally trained by Varsha00.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_opusmt_english_tonga_tonga_islands_hindi_en_5.5.0_3.0_1725295629136.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_opusmt_english_tonga_tonga_islands_hindi_en_5.5.0_3.0_1725295629136.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_opusmt_english_tonga_tonga_islands_hindi|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|530.1 MB|
+
+## References
+
+https://huggingface.co/Varsha00/finetuned-opusmt-en-to-hi
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_random6_1epoch_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_random6_1epoch_en.md
new file mode 100644
index 00000000000000..31bd1650474645
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_random6_1epoch_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English finetuned_random6_1epoch MPNetEmbeddings from jhsmith
+author: John Snow Labs
+name: finetuned_random6_1epoch
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_random6_1epoch` is a English model originally trained by jhsmith.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_random6_1epoch_en_5.5.0_3.0_1725281077708.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_random6_1epoch_en_5.5.0_3.0_1725281077708.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_random6_1epoch|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.4 MB|
+
+## References
+
+https://huggingface.co/jhsmith/finetuned_random6_1epoch
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_random6_1epoch_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_random6_1epoch_pipeline_en.md
new file mode 100644
index 00000000000000..5626ca921b0d1f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_random6_1epoch_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English finetuned_random6_1epoch_pipeline pipeline MPNetEmbeddings from jhsmith
+author: John Snow Labs
+name: finetuned_random6_1epoch_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_random6_1epoch_pipeline` is a English model originally trained by jhsmith.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_random6_1epoch_pipeline_en_5.5.0_3.0_1725281098948.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_random6_1epoch_pipeline_en_5.5.0_3.0_1725281098948.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_random6_1epoch_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_random6_1epoch_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_random6_1epoch_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.4 MB|
+
+## References
+
+https://huggingface.co/jhsmith/finetuned_random6_1epoch
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_en.md
new file mode 100644
index 00000000000000..4d1be8aa0899a7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50 DistilBertForTokenClassification from ali2066
+author: John Snow Labs
+name: finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50` is a English model originally trained by ali2066.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_en_5.5.0_3.0_1725267284583.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_en_5.5.0_3.0_1725267284583.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.2 MB|
+
+## References
+
+https://huggingface.co/ali2066/finetuned_token_itr0_3e-05_webDiscourse_16_02_2022-20_59_50
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline_en.md
new file mode 100644
index 00000000000000..a9998a9b22721b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline pipeline DistilBertForTokenClassification from ali2066
+author: John Snow Labs
+name: finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline` is a English model originally trained by ali2066.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline_en_5.5.0_3.0_1725267303385.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline_en_5.5.0_3.0_1725267303385.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_token_itr0_3e_05_webdiscourse_16_02_2022_20_59_50_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/ali2066/finetuned_token_itr0_3e-05_webDiscourse_16_02_2022-20_59_50
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_anik02_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_anik02_en.md
new file mode 100644
index 00000000000000..6c3c1fd37abb43
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_anik02_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuning_sentiment_model_3000_samples_anik02 DistilBertForSequenceClassification from Anik02
+author: John Snow Labs
+name: finetuning_sentiment_model_3000_samples_anik02
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuning_sentiment_model_3000_samples_anik02` is a English model originally trained by Anik02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3000_samples_anik02_en_5.5.0_3.0_1725305902889.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3000_samples_anik02_en_5.5.0_3.0_1725305902889.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuning_sentiment_model_3000_samples_anik02|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Anik02/finetuning-sentiment-model-3000-samples
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_anik02_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_anik02_pipeline_en.md
new file mode 100644
index 00000000000000..b45ed27177a55f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_anik02_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English finetuning_sentiment_model_3000_samples_anik02_pipeline pipeline DistilBertForSequenceClassification from Anik02
+author: John Snow Labs
+name: finetuning_sentiment_model_3000_samples_anik02_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuning_sentiment_model_3000_samples_anik02_pipeline` is a English model originally trained by Anik02.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3000_samples_anik02_pipeline_en_5.5.0_3.0_1725305915554.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3000_samples_anik02_pipeline_en_5.5.0_3.0_1725305915554.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuning_sentiment_model_3000_samples_anik02_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuning_sentiment_model_3000_samples_anik02_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuning_sentiment_model_3000_samples_anik02_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Anik02/finetuning-sentiment-model-3000-samples
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_bloodyaca_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_bloodyaca_en.md
new file mode 100644
index 00000000000000..8ec16a428722f7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_bloodyaca_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuning_sentiment_model_3000_samples_bloodyaca DistilBertForSequenceClassification from bloodyaca
+author: John Snow Labs
+name: finetuning_sentiment_model_3000_samples_bloodyaca
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuning_sentiment_model_3000_samples_bloodyaca` is a English model originally trained by bloodyaca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3000_samples_bloodyaca_en_5.5.0_3.0_1725292217479.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3000_samples_bloodyaca_en_5.5.0_3.0_1725292217479.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuning_sentiment_model_3000_samples_bloodyaca|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/bloodyaca/finetuning-sentiment-model-3000-samples
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_bloodyaca_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_bloodyaca_pipeline_en.md
new file mode 100644
index 00000000000000..c569bf7f0533c1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_bloodyaca_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English finetuning_sentiment_model_3000_samples_bloodyaca_pipeline pipeline DistilBertForSequenceClassification from bloodyaca
+author: John Snow Labs
+name: finetuning_sentiment_model_3000_samples_bloodyaca_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuning_sentiment_model_3000_samples_bloodyaca_pipeline` is a English model originally trained by bloodyaca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3000_samples_bloodyaca_pipeline_en_5.5.0_3.0_1725292230921.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3000_samples_bloodyaca_pipeline_en_5.5.0_3.0_1725292230921.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuning_sentiment_model_3000_samples_bloodyaca_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuning_sentiment_model_3000_samples_bloodyaca_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuning_sentiment_model_3000_samples_bloodyaca_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/bloodyaca/finetuning-sentiment-model-3000-samples
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_thp99_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_thp99_pipeline_en.md
new file mode 100644
index 00000000000000..ac254c382c2809
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3000_samples_thp99_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English finetuning_sentiment_model_3000_samples_thp99_pipeline pipeline DistilBertForSequenceClassification from ThP99
+author: John Snow Labs
+name: finetuning_sentiment_model_3000_samples_thp99_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuning_sentiment_model_3000_samples_thp99_pipeline` is a English model originally trained by ThP99.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3000_samples_thp99_pipeline_en_5.5.0_3.0_1725306000604.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3000_samples_thp99_pipeline_en_5.5.0_3.0_1725306000604.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuning_sentiment_model_3000_samples_thp99_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuning_sentiment_model_3000_samples_thp99_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuning_sentiment_model_3000_samples_thp99_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/ThP99/finetuning-sentiment-model-3000-samples
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3004_samples_vaishu23_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3004_samples_vaishu23_en.md
new file mode 100644
index 00000000000000..da9c93888e16c3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_3004_samples_vaishu23_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuning_sentiment_model_3004_samples_vaishu23 DistilBertForSequenceClassification from vaishu23
+author: John Snow Labs
+name: finetuning_sentiment_model_3004_samples_vaishu23
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuning_sentiment_model_3004_samples_vaishu23` is a English model originally trained by vaishu23.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3004_samples_vaishu23_en_5.5.0_3.0_1725305803025.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_3004_samples_vaishu23_en_5.5.0_3.0_1725305803025.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuning_sentiment_model_3004_samples_vaishu23|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/vaishu23/finetuning-sentiment-model-3004-samples
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_hw6_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_hw6_pipeline_en.md
new file mode 100644
index 00000000000000..7b503d2a0ef933
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetuning_sentiment_model_hw6_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English finetuning_sentiment_model_hw6_pipeline pipeline DistilBertForSequenceClassification from anosognosie
+author: John Snow Labs
+name: finetuning_sentiment_model_hw6_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuning_sentiment_model_hw6_pipeline` is a English model originally trained by anosognosie.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_hw6_pipeline_en_5.5.0_3.0_1725305975790.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuning_sentiment_model_hw6_pipeline_en_5.5.0_3.0_1725305975790.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuning_sentiment_model_hw6_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuning_sentiment_model_hw6_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuning_sentiment_model_hw6_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/anosognosie/finetuning-sentiment-model-hw6
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetunned_legal_deberta_v3_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetunned_legal_deberta_v3_base_en.md
new file mode 100644
index 00000000000000..da8139087e9220
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetunned_legal_deberta_v3_base_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English finetunned_legal_deberta_v3_base DeBertaForQuestionAnswering from satishsingh90
+author: John Snow Labs
+name: finetunned_legal_deberta_v3_base
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetunned_legal_deberta_v3_base` is a English model originally trained by satishsingh90.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetunned_legal_deberta_v3_base_en_5.5.0_3.0_1725240218701.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetunned_legal_deberta_v3_base_en_5.5.0_3.0_1725240218701.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetunned_legal_deberta_v3_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|569.2 MB|
+
+## References
+
+https://huggingface.co/satishsingh90/finetunned_legal_deberta_v3_base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-finetunned_legal_deberta_v3_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-finetunned_legal_deberta_v3_base_pipeline_en.md
new file mode 100644
index 00000000000000..7e8f9610e0f68f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-finetunned_legal_deberta_v3_base_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English finetunned_legal_deberta_v3_base_pipeline pipeline DeBertaForQuestionAnswering from satishsingh90
+author: John Snow Labs
+name: finetunned_legal_deberta_v3_base_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetunned_legal_deberta_v3_base_pipeline` is a English model originally trained by satishsingh90.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetunned_legal_deberta_v3_base_pipeline_en_5.5.0_3.0_1725240299329.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetunned_legal_deberta_v3_base_pipeline_en_5.5.0_3.0_1725240299329.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetunned_legal_deberta_v3_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetunned_legal_deberta_v3_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetunned_legal_deberta_v3_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|569.2 MB|
+
+## References
+
+https://huggingface.co/satishsingh90/finetunned_legal_deberta_v3_base
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fn_jll_hackathon_fine_tuned_qa_albert_squad_en.md b/docs/_posts/ahmedlone127/2024-09-02-fn_jll_hackathon_fine_tuned_qa_albert_squad_en.md
new file mode 100644
index 00000000000000..d6cc1a66826262
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fn_jll_hackathon_fine_tuned_qa_albert_squad_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English fn_jll_hackathon_fine_tuned_qa_albert_squad AlbertForQuestionAnswering from FredNajjar
+author: John Snow Labs
+name: fn_jll_hackathon_fine_tuned_qa_albert_squad
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fn_jll_hackathon_fine_tuned_qa_albert_squad` is a English model originally trained by FredNajjar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fn_jll_hackathon_fine_tuned_qa_albert_squad_en_5.5.0_3.0_1725309936873.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fn_jll_hackathon_fine_tuned_qa_albert_squad_en_5.5.0_3.0_1725309936873.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fn_jll_hackathon_fine_tuned_qa_albert_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/FredNajjar/FN_JLL-Hackathon-Fine-Tuned_QA-ALBERT-SQuAD
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline_en.md
new file mode 100644
index 00000000000000..56d2db2ef541bc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline pipeline AlbertForQuestionAnswering from FredNajjar
+author: John Snow Labs
+name: fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline` is a English model originally trained by FredNajjar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline_en_5.5.0_3.0_1725309939308.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline_en_5.5.0_3.0_1725309939308.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fn_jll_hackathon_fine_tuned_qa_albert_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/FredNajjar/FN_JLL-Hackathon-Fine-Tuned_QA-ALBERT-SQuAD
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline_en.md
new file mode 100644
index 00000000000000..5cead793f1ec02
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline pipeline MPNetEmbeddings from DragosGorduza
+author: John Snow Labs
+name: frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline` is a English model originally trained by DragosGorduza.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline_en_5.5.0_3.0_1725314018039.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline_en_5.5.0_3.0_1725314018039.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|frpile_gpl_test_pipeline_all_mpnet_base_v2_14000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.1 MB|
+
+## References
+
+https://huggingface.co/DragosGorduza/FRPile_GPL_test_pipeline_all-mpnet-base-v2_14000
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ganda_english_ai_lab_makerere_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ganda_english_ai_lab_makerere_pipeline_en.md
new file mode 100644
index 00000000000000..08673468021ca1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ganda_english_ai_lab_makerere_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ganda_english_ai_lab_makerere_pipeline pipeline MarianTransformer from AI-Lab-Makerere
+author: John Snow Labs
+name: ganda_english_ai_lab_makerere_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ganda_english_ai_lab_makerere_pipeline` is a English model originally trained by AI-Lab-Makerere.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ganda_english_ai_lab_makerere_pipeline_en_5.5.0_3.0_1725295510905.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ganda_english_ai_lab_makerere_pipeline_en_5.5.0_3.0_1725295510905.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ganda_english_ai_lab_makerere_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ganda_english_ai_lab_makerere_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ganda_english_ai_lab_makerere_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|533.0 MB|
+
+## References
+
+https://huggingface.co/AI-Lab-Makerere/lg_en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-german_english_translation_en.md b/docs/_posts/ahmedlone127/2024-09-02-german_english_translation_en.md
new file mode 100644
index 00000000000000..f35c2c313067f7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-german_english_translation_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English german_english_translation MarianTransformer from alina1997
+author: John Snow Labs
+name: german_english_translation
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`german_english_translation` is a English model originally trained by alina1997.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/german_english_translation_en_5.5.0_3.0_1725243228751.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/german_english_translation_en_5.5.0_3.0_1725243228751.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|german_english_translation|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|499.4 MB|
+
+## References
+
+https://huggingface.co/alina1997/de_en_translation
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-german_english_translation_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-german_english_translation_pipeline_en.md
new file mode 100644
index 00000000000000..902cf0d862bf82
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-german_english_translation_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English german_english_translation_pipeline pipeline MarianTransformer from alina1997
+author: John Snow Labs
+name: german_english_translation_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`german_english_translation_pipeline` is a English model originally trained by alina1997.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/german_english_translation_pipeline_en_5.5.0_3.0_1725243260202.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/german_english_translation_pipeline_en_5.5.0_3.0_1725243260202.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("german_english_translation_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("german_english_translation_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|german_english_translation_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|499.9 MB|
+
+## References
+
+https://huggingface.co/alina1997/de_en_translation
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-german_sentiment_en.md b/docs/_posts/ahmedlone127/2024-09-02-german_sentiment_en.md
new file mode 100644
index 00000000000000..b01a45e7775e5a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-german_sentiment_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English german_sentiment DistilBertForSequenceClassification from swapnasa
+author: John Snow Labs
+name: german_sentiment
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`german_sentiment` is a English model originally trained by swapnasa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/german_sentiment_en_5.5.0_3.0_1725306273726.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/german_sentiment_en_5.5.0_3.0_1725306273726.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gilberto_uncased_from_camembert_fast_tokenizer|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|262.9 MB|
+
+## References
+
+https://huggingface.co/ai-models/gilberto-uncased-from-camembert-fast-tokenizer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-gilberto_uncased_from_camembert_fast_tokenizer_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-gilberto_uncased_from_camembert_fast_tokenizer_pipeline_en.md
new file mode 100644
index 00000000000000..6fa4e279872b17
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-gilberto_uncased_from_camembert_fast_tokenizer_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English gilberto_uncased_from_camembert_fast_tokenizer_pipeline pipeline CamemBertEmbeddings from ai-models
+author: John Snow Labs
+name: gilberto_uncased_from_camembert_fast_tokenizer_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gilberto_uncased_from_camembert_fast_tokenizer_pipeline` is a English model originally trained by ai-models.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gilberto_uncased_from_camembert_fast_tokenizer_pipeline_en_5.5.0_3.0_1725320200943.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gilberto_uncased_from_camembert_fast_tokenizer_pipeline_en_5.5.0_3.0_1725320200943.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("gilberto_uncased_from_camembert_fast_tokenizer_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("gilberto_uncased_from_camembert_fast_tokenizer_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gilberto_uncased_from_camembert_fast_tokenizer_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|262.9 MB|
+
+## References
+
+https://huggingface.co/ai-models/gilberto-uncased-from-camembert-fast-tokenizer
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-github_samples_tclassifier_en.md b/docs/_posts/ahmedlone127/2024-09-02-github_samples_tclassifier_en.md
new file mode 100644
index 00000000000000..5387351ee8bca3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-github_samples_tclassifier_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English github_samples_tclassifier DistilBertForSequenceClassification from h1alexbel
+author: John Snow Labs
+name: github_samples_tclassifier
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`github_samples_tclassifier` is a English model originally trained by h1alexbel.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/github_samples_tclassifier_en_5.5.0_3.0_1725292211118.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/github_samples_tclassifier_en_5.5.0_3.0_1725292211118.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|github_samples_tclassifier|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/h1alexbel/github-samples-tclassifier
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-good_vibes_en.md b/docs/_posts/ahmedlone127/2024-09-02-good_vibes_en.md
new file mode 100644
index 00000000000000..7611be78836e3c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-good_vibes_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English good_vibes AlbertForSequenceClassification from dejanseo
+author: John Snow Labs
+name: good_vibes
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`good_vibes` is a English model originally trained by dejanseo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/good_vibes_en_5.5.0_3.0_1725278791252.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/good_vibes_en_5.5.0_3.0_1725278791252.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|good_vibes|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/dejanseo/good-vibes
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-good_vibes_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-good_vibes_pipeline_en.md
new file mode 100644
index 00000000000000..d17b35f9b0a009
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-good_vibes_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English good_vibes_pipeline pipeline AlbertForSequenceClassification from dejanseo
+author: John Snow Labs
+name: good_vibes_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`good_vibes_pipeline` is a English model originally trained by dejanseo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/good_vibes_pipeline_en_5.5.0_3.0_1725278793770.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/good_vibes_pipeline_en_5.5.0_3.0_1725278793770.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("good_vibes_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("good_vibes_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|good_vibes_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/dejanseo/good-vibes
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-gpl_e5_base_unsupervised_arguana_k10_en.md b/docs/_posts/ahmedlone127/2024-09-02-gpl_e5_base_unsupervised_arguana_k10_en.md
new file mode 100644
index 00000000000000..32b9bc2b81c433
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-gpl_e5_base_unsupervised_arguana_k10_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English gpl_e5_base_unsupervised_arguana_k10 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: gpl_e5_base_unsupervised_arguana_k10
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gpl_e5_base_unsupervised_arguana_k10` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gpl_e5_base_unsupervised_arguana_k10_en_5.5.0_3.0_1725259982755.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gpl_e5_base_unsupervised_arguana_k10_en_5.5.0_3.0_1725259982755.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gpl_e5_base_unsupervised_arguana_k10|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|400.3 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/gpl-e5-base-unsupervised-arguana-k10
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-gpl_e5_base_unsupervised_arguana_k10_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-gpl_e5_base_unsupervised_arguana_k10_pipeline_en.md
new file mode 100644
index 00000000000000..78a4d44433b1ee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-gpl_e5_base_unsupervised_arguana_k10_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English gpl_e5_base_unsupervised_arguana_k10_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: gpl_e5_base_unsupervised_arguana_k10_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gpl_e5_base_unsupervised_arguana_k10_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gpl_e5_base_unsupervised_arguana_k10_pipeline_en_5.5.0_3.0_1725260005929.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gpl_e5_base_unsupervised_arguana_k10_pipeline_en_5.5.0_3.0_1725260005929.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("gpl_e5_base_unsupervised_arguana_k10_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("gpl_e5_base_unsupervised_arguana_k10_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gpl_e5_base_unsupervised_arguana_k10_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|400.3 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/gpl-e5-base-unsupervised-arguana-k10
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-gujarati_in_devanagari_xlm_r_base_gu.md b/docs/_posts/ahmedlone127/2024-09-02-gujarati_in_devanagari_xlm_r_base_gu.md
new file mode 100644
index 00000000000000..459d5d8db976a4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-gujarati_in_devanagari_xlm_r_base_gu.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Gujarati gujarati_in_devanagari_xlm_r_base XlmRoBertaEmbeddings from ashwani-tanwar
+author: John Snow Labs
+name: gujarati_in_devanagari_xlm_r_base
+date: 2024-09-02
+tags: [gu, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: gu
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gujarati_in_devanagari_xlm_r_base` is a Gujarati model originally trained by ashwani-tanwar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gujarati_in_devanagari_xlm_r_base_gu_5.5.0_3.0_1725271261471.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gujarati_in_devanagari_xlm_r_base_gu_5.5.0_3.0_1725271261471.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hel_french_english_4_layers|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|507.4 MB|
+
+## References
+
+https://huggingface.co/Momo200519/hel_fr_en_4_layers
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hel_french_english_4_layers_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-hel_french_english_4_layers_pipeline_en.md
new file mode 100644
index 00000000000000..8e534eb1d8ccae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hel_french_english_4_layers_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English hel_french_english_4_layers_pipeline pipeline MarianTransformer from Momo200519
+author: John Snow Labs
+name: hel_french_english_4_layers_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hel_french_english_4_layers_pipeline` is a English model originally trained by Momo200519.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hel_french_english_4_layers_pipeline_en_5.5.0_3.0_1725243161626.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hel_french_english_4_layers_pipeline_en_5.5.0_3.0_1725243161626.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hel_french_english_4_layers_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hel_french_english_4_layers_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hel_french_english_4_layers_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.0 MB|
+
+## References
+
+https://huggingface.co/Momo200519/hel_fr_en_4_layers
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline_en.md
new file mode 100644
index 00000000000000..6805630a4da47b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline pipeline MarianTransformer from MikolajDeja
+author: John Snow Labs
+name: helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline` is a English model originally trained by MikolajDeja.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline_en_5.5.0_3.0_1725244120521.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline_en_5.5.0_3.0_1725244120521.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|helsinki_nlp_opus_maltese_polish_english_yhavinga_ccmatrix_finetune_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|529.9 MB|
+
+## References
+
+https://huggingface.co/MikolajDeja/Helsinki-NLP-opus-mt-pl-en-yhavinga-ccmatrix-finetune
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-helsinki_translation_english_moroccan_arabic_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-helsinki_translation_english_moroccan_arabic_pipeline_en.md
new file mode 100644
index 00000000000000..12fa81d69f01c3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-helsinki_translation_english_moroccan_arabic_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English helsinki_translation_english_moroccan_arabic_pipeline pipeline MarianTransformer from lachkarsalim
+author: John Snow Labs
+name: helsinki_translation_english_moroccan_arabic_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`helsinki_translation_english_moroccan_arabic_pipeline` is a English model originally trained by lachkarsalim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/helsinki_translation_english_moroccan_arabic_pipeline_en_5.5.0_3.0_1725295006559.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/helsinki_translation_english_moroccan_arabic_pipeline_en_5.5.0_3.0_1725295006559.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("helsinki_translation_english_moroccan_arabic_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("helsinki_translation_english_moroccan_arabic_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|helsinki_translation_english_moroccan_arabic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.4 GB|
+
+## References
+
+https://huggingface.co/lachkarsalim/Helsinki-translation-English_Moroccan-Arabic
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_en.md b/docs/_posts/ahmedlone127/2024-09-02-hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_en.md
new file mode 100644
index 00000000000000..dfa27097f067fc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba MarianTransformer from beanslmao
+author: John Snow Labs
+name: hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba` is a English model originally trained by beanslmao.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_en_5.5.0_3.0_1725304698532.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_en_5.5.0_3.0_1725304698532.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|540.0 MB|
+
+## References
+
+https://huggingface.co/beanslmao/hensinki-en-es-finetuned-english-to-spanish-tateoba
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline_en.md
new file mode 100644
index 00000000000000..189c37a87c9754
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline pipeline MarianTransformer from beanslmao
+author: John Snow Labs
+name: hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline` is a English model originally trained by beanslmao.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline_en_5.5.0_3.0_1725304726407.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline_en_5.5.0_3.0_1725304726407.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hensinki_english_spanish_finetuned_english_tonga_tonga_islands_spanish_tateoba_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|540.5 MB|
+
+## References
+
+https://huggingface.co/beanslmao/hensinki-en-es-finetuned-english-to-spanish-tateoba
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hh_labeler_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-hh_labeler_pipeline_en.md
new file mode 100644
index 00000000000000..f51c937df78e9a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hh_labeler_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English hh_labeler_pipeline pipeline DistilBertForSequenceClassification from davidgaofc
+author: John Snow Labs
+name: hh_labeler_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hh_labeler_pipeline` is a English model originally trained by davidgaofc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hh_labeler_pipeline_en_5.5.0_3.0_1725291829296.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hh_labeler_pipeline_en_5.5.0_3.0_1725291829296.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hh_labeler_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hh_labeler_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hh_labeler_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/davidgaofc/hh-labeler
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hinglish_bert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-hinglish_bert_pipeline_en.md
new file mode 100644
index 00000000000000..5490b93478fa43
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hinglish_bert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English hinglish_bert_pipeline pipeline BertEmbeddings from nirantk
+author: John Snow Labs
+name: hinglish_bert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hinglish_bert_pipeline` is a English model originally trained by nirantk.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hinglish_bert_pipeline_en_5.5.0_3.0_1725318436751.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hinglish_bert_pipeline_en_5.5.0_3.0_1725318436751.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hinglish_bert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hinglish_bert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hinglish_bert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|665.0 MB|
+
+## References
+
+https://huggingface.co/nirantk/hinglish-bert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706130115_en.md b/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706130115_en.md
new file mode 100644
index 00000000000000..83deb4be4b39fa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706130115_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English hub_repoop_1706130115 MPNetForSequenceClassification from Kevinger
+author: John Snow Labs
+name: hub_repoop_1706130115
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, mpnet]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hub_repoop_1706130115` is a English model originally trained by Kevinger.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hub_repoop_1706130115_en_5.5.0_3.0_1725255800074.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hub_repoop_1706130115_en_5.5.0_3.0_1725255800074.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hub_repoop_1706130115|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|409.3 MB|
+
+## References
+
+https://huggingface.co/Kevinger/Hub-Repoop-1706130115
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706130115_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706130115_pipeline_en.md
new file mode 100644
index 00000000000000..ed33b5dedb5744
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706130115_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English hub_repoop_1706130115_pipeline pipeline MPNetForSequenceClassification from Kevinger
+author: John Snow Labs
+name: hub_repoop_1706130115_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hub_repoop_1706130115_pipeline` is a English model originally trained by Kevinger.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hub_repoop_1706130115_pipeline_en_5.5.0_3.0_1725255821671.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hub_repoop_1706130115_pipeline_en_5.5.0_3.0_1725255821671.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hub_repoop_1706130115_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hub_repoop_1706130115_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hub_repoop_1706130115_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|409.3 MB|
+
+## References
+
+https://huggingface.co/Kevinger/Hub-Repoop-1706130115
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- MPNetForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706132005_en.md b/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706132005_en.md
new file mode 100644
index 00000000000000..e7d88d3ae430c1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706132005_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English hub_repoop_1706132005 MPNetForSequenceClassification from Kevinger
+author: John Snow Labs
+name: hub_repoop_1706132005
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, mpnet]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hub_repoop_1706132005` is a English model originally trained by Kevinger.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hub_repoop_1706132005_en_5.5.0_3.0_1725255930920.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hub_repoop_1706132005_en_5.5.0_3.0_1725255930920.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hub_repoop_1706132005|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|409.3 MB|
+
+## References
+
+https://huggingface.co/Kevinger/Hub-Repoop-1706132005
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706132005_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706132005_pipeline_en.md
new file mode 100644
index 00000000000000..e3c7c779b9aa73
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hub_repoop_1706132005_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English hub_repoop_1706132005_pipeline pipeline MPNetForSequenceClassification from Kevinger
+author: John Snow Labs
+name: hub_repoop_1706132005_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hub_repoop_1706132005_pipeline` is a English model originally trained by Kevinger.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hub_repoop_1706132005_pipeline_en_5.5.0_3.0_1725255951856.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hub_repoop_1706132005_pipeline_en_5.5.0_3.0_1725255951856.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hub_repoop_1706132005_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hub_repoop_1706132005_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hub_repoop_1706132005_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|409.3 MB|
+
+## References
+
+https://huggingface.co/Kevinger/Hub-Repoop-1706132005
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- MPNetForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hypothesismining_english_loc_en.md b/docs/_posts/ahmedlone127/2024-09-02-hypothesismining_english_loc_en.md
new file mode 100644
index 00000000000000..9a668471b8d2a3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hypothesismining_english_loc_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English hypothesismining_english_loc RoBertaForSequenceClassification from raruidol
+author: John Snow Labs
+name: hypothesismining_english_loc
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hypothesismining_english_loc` is a English model originally trained by raruidol.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hypothesismining_english_loc_en_5.5.0_3.0_1725277333400.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hypothesismining_english_loc_en_5.5.0_3.0_1725277333400.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hypothesismining_english_loc|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/raruidol/HypothesisMining-EN-Loc
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-hypothesismining_english_loc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-hypothesismining_english_loc_pipeline_en.md
new file mode 100644
index 00000000000000..3ea3dd016d3db6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-hypothesismining_english_loc_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English hypothesismining_english_loc_pipeline pipeline RoBertaForSequenceClassification from raruidol
+author: John Snow Labs
+name: hypothesismining_english_loc_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hypothesismining_english_loc_pipeline` is a English model originally trained by raruidol.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hypothesismining_english_loc_pipeline_en_5.5.0_3.0_1725277422403.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hypothesismining_english_loc_pipeline_en_5.5.0_3.0_1725277422403.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("hypothesismining_english_loc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("hypothesismining_english_loc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hypothesismining_english_loc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/raruidol/HypothesisMining-EN-Loc
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ibert_roberta_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-ibert_roberta_base_en.md
new file mode 100644
index 00000000000000..49060d5ee478c2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ibert_roberta_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ibert_roberta_base RoBertaEmbeddings from kssteven
+author: John Snow Labs
+name: ibert_roberta_base
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ibert_roberta_base` is a English model originally trained by kssteven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ibert_roberta_base_en_5.5.0_3.0_1725264076007.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ibert_roberta_base_en_5.5.0_3.0_1725264076007.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ibert_roberta_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|298.2 MB|
+
+## References
+
+https://huggingface.co/kssteven/ibert-roberta-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ibert_roberta_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ibert_roberta_base_pipeline_en.md
new file mode 100644
index 00000000000000..e1d161be641dd6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ibert_roberta_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ibert_roberta_base_pipeline pipeline RoBertaEmbeddings from kssteven
+author: John Snow Labs
+name: ibert_roberta_base_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ibert_roberta_base_pipeline` is a English model originally trained by kssteven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ibert_roberta_base_pipeline_en_5.5.0_3.0_1725264164658.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ibert_roberta_base_pipeline_en_5.5.0_3.0_1725264164658.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ibert_roberta_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ibert_roberta_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ibert_roberta_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|298.2 MB|
+
+## References
+
+https://huggingface.co/kssteven/ibert-roberta-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-imdb_distilbert_base_uncased_en.md b/docs/_posts/ahmedlone127/2024-09-02-imdb_distilbert_base_uncased_en.md
new file mode 100644
index 00000000000000..088efd343f39b5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-imdb_distilbert_base_uncased_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English imdb_distilbert_base_uncased DistilBertForSequenceClassification from JeremiahZ
+author: John Snow Labs
+name: imdb_distilbert_base_uncased
+date: 2024-09-02
+tags: [bert, en, open_source, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`imdb_distilbert_base_uncased` is a English model originally trained by JeremiahZ.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/imdb_distilbert_base_uncased_en_5.5.0_3.0_1725292034853.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/imdb_distilbert_base_uncased_en_5.5.0_3.0_1725292034853.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|imdb_distilbert_base_uncased|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+References
+
+https://huggingface.co/JeremiahZ/imdb_distilbert-base-uncased
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-imdb_microsoft_deberta_v3_base_seed_2_en.md b/docs/_posts/ahmedlone127/2024-09-02-imdb_microsoft_deberta_v3_base_seed_2_en.md
new file mode 100644
index 00000000000000..07d6d56059761b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-imdb_microsoft_deberta_v3_base_seed_2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English imdb_microsoft_deberta_v3_base_seed_2 DeBertaForSequenceClassification from utahnlp
+author: John Snow Labs
+name: imdb_microsoft_deberta_v3_base_seed_2
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`imdb_microsoft_deberta_v3_base_seed_2` is a English model originally trained by utahnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/imdb_microsoft_deberta_v3_base_seed_2_en_5.5.0_3.0_1725281842051.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/imdb_microsoft_deberta_v3_base_seed_2_en_5.5.0_3.0_1725281842051.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|imdb_microsoft_deberta_v3_base_seed_2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|642.7 MB|
+
+## References
+
+https://huggingface.co/utahnlp/imdb_microsoft_deberta-v3-base_seed-2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-imdb_microsoft_deberta_v3_base_seed_2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-imdb_microsoft_deberta_v3_base_seed_2_pipeline_en.md
new file mode 100644
index 00000000000000..c6aacdbd249b24
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-imdb_microsoft_deberta_v3_base_seed_2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English imdb_microsoft_deberta_v3_base_seed_2_pipeline pipeline DeBertaForSequenceClassification from utahnlp
+author: John Snow Labs
+name: imdb_microsoft_deberta_v3_base_seed_2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`imdb_microsoft_deberta_v3_base_seed_2_pipeline` is a English model originally trained by utahnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/imdb_microsoft_deberta_v3_base_seed_2_pipeline_en_5.5.0_3.0_1725281894636.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/imdb_microsoft_deberta_v3_base_seed_2_pipeline_en_5.5.0_3.0_1725281894636.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("imdb_microsoft_deberta_v3_base_seed_2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("imdb_microsoft_deberta_v3_base_seed_2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|imdb_microsoft_deberta_v3_base_seed_2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|642.8 MB|
+
+## References
+
+https://huggingface.co/utahnlp/imdb_microsoft_deberta-v3-base_seed-2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-immensa_embeddings_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-immensa_embeddings_pipeline_en.md
new file mode 100644
index 00000000000000..7b08d9735374eb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-immensa_embeddings_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English immensa_embeddings_pipeline pipeline MPNetEmbeddings from engineai
+author: John Snow Labs
+name: immensa_embeddings_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`immensa_embeddings_pipeline` is a English model originally trained by engineai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/immensa_embeddings_pipeline_en_5.5.0_3.0_1725313563209.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/immensa_embeddings_pipeline_en_5.5.0_3.0_1725313563209.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("immensa_embeddings_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("immensa_embeddings_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|immensa_embeddings_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/engineai/immensa_embeddings
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-incel_umberto_en.md b/docs/_posts/ahmedlone127/2024-09-02-incel_umberto_en.md
new file mode 100644
index 00000000000000..a455db19c6c9dc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-incel_umberto_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English incel_umberto CamemBertEmbeddings from pgajo
+author: John Snow Labs
+name: incel_umberto
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`incel_umberto` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/incel_umberto_en_5.5.0_3.0_1725301934510.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/incel_umberto_en_5.5.0_3.0_1725301934510.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|incel_umberto|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|412.0 MB|
+
+## References
+
+https://huggingface.co/pgajo/incel-umberto
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-incel_umberto_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-incel_umberto_pipeline_en.md
new file mode 100644
index 00000000000000..20991a53c8b4b0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-incel_umberto_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English incel_umberto_pipeline pipeline CamemBertEmbeddings from pgajo
+author: John Snow Labs
+name: incel_umberto_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`incel_umberto_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/incel_umberto_pipeline_en_5.5.0_3.0_1725301955552.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/incel_umberto_pipeline_en_5.5.0_3.0_1725301955552.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("incel_umberto_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("incel_umberto_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|incel_umberto_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|412.0 MB|
+
+## References
+
+https://huggingface.co/pgajo/incel-umberto
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indic_hindi_bengali_mlm_squad_tydi_mlqa_hi.md b/docs/_posts/ahmedlone127/2024-09-02-indic_hindi_bengali_mlm_squad_tydi_mlqa_hi.md
new file mode 100644
index 00000000000000..e81de7001ed2bd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indic_hindi_bengali_mlm_squad_tydi_mlqa_hi.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: Hindi indic_hindi_bengali_mlm_squad_tydi_mlqa AlbertForQuestionAnswering from hapandya
+author: John Snow Labs
+name: indic_hindi_bengali_mlm_squad_tydi_mlqa
+date: 2024-09-02
+tags: [hi, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: hi
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indic_hindi_bengali_mlm_squad_tydi_mlqa` is a Hindi model originally trained by hapandya.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indic_hindi_bengali_mlm_squad_tydi_mlqa_hi_5.5.0_3.0_1725309959151.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indic_hindi_bengali_mlm_squad_tydi_mlqa_hi_5.5.0_3.0_1725309959151.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indic_hindi_bengali_mlm_squad_tydi_mlqa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|hi|
+|Size:|125.4 MB|
+
+## References
+
+https://huggingface.co/hapandya/indic-hi-bn-MLM-SQuAD-TyDi-MLQA
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline_hi.md b/docs/_posts/ahmedlone127/2024-09-02-indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline_hi.md
new file mode 100644
index 00000000000000..f173293d4d4076
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline_hi.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Hindi indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline pipeline AlbertForQuestionAnswering from hapandya
+author: John Snow Labs
+name: indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline
+date: 2024-09-02
+tags: [hi, open_source, pipeline, onnx]
+task: Question Answering
+language: hi
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline` is a Hindi model originally trained by hapandya.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline_hi_5.5.0_3.0_1725309965724.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline_hi_5.5.0_3.0_1725309965724.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline", lang = "hi")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline", lang = "hi")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indic_hindi_bengali_mlm_squad_tydi_mlqa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|hi|
+|Size:|125.4 MB|
+
+## References
+
+https://huggingface.co/hapandya/indic-hi-bn-MLM-SQuAD-TyDi-MLQA
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indic_malbert_squad_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-indic_malbert_squad_v2_en.md
new file mode 100644
index 00000000000000..53d34c532436cb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indic_malbert_squad_v2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English indic_malbert_squad_v2 AlbertForQuestionAnswering from rohitsroch
+author: John Snow Labs
+name: indic_malbert_squad_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indic_malbert_squad_v2` is a English model originally trained by rohitsroch.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indic_malbert_squad_v2_en_5.5.0_3.0_1725236767485.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indic_malbert_squad_v2_en_5.5.0_3.0_1725236767485.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indic_malbert_squad_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|125.5 MB|
+
+## References
+
+https://huggingface.co/rohitsroch/indic-mALBERT-squad-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indic_malbert_squad_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-indic_malbert_squad_v2_pipeline_en.md
new file mode 100644
index 00000000000000..878166751a6cfc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indic_malbert_squad_v2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English indic_malbert_squad_v2_pipeline pipeline AlbertForQuestionAnswering from rohitsroch
+author: John Snow Labs
+name: indic_malbert_squad_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indic_malbert_squad_v2_pipeline` is a English model originally trained by rohitsroch.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indic_malbert_squad_v2_pipeline_en_5.5.0_3.0_1725236773720.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indic_malbert_squad_v2_pipeline_en_5.5.0_3.0_1725236773720.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("indic_malbert_squad_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("indic_malbert_squad_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indic_malbert_squad_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|125.5 MB|
+
+## References
+
+https://huggingface.co/rohitsroch/indic-mALBERT-squad-v2
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indo_roberta_small_pipeline_id.md b/docs/_posts/ahmedlone127/2024-09-02-indo_roberta_small_pipeline_id.md
new file mode 100644
index 00000000000000..aa1259e5b3bb6a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indo_roberta_small_pipeline_id.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Indonesian indo_roberta_small_pipeline pipeline RoBertaEmbeddings from w11wo
+author: John Snow Labs
+name: indo_roberta_small_pipeline
+date: 2024-09-02
+tags: [id, open_source, pipeline, onnx]
+task: Embeddings
+language: id
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indo_roberta_small_pipeline` is a Indonesian model originally trained by w11wo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indo_roberta_small_pipeline_id_5.5.0_3.0_1725264274053.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indo_roberta_small_pipeline_id_5.5.0_3.0_1725264274053.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("indo_roberta_small_pipeline", lang = "id")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("indo_roberta_small_pipeline", lang = "id")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indo_roberta_small_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|id|
+|Size:|311.5 MB|
+
+## References
+
+https://huggingface.co/w11wo/indo-roberta-small
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indodistilbertweet_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-indodistilbertweet_pipeline_en.md
new file mode 100644
index 00000000000000..c2b7cd973ef582
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indodistilbertweet_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English indodistilbertweet_pipeline pipeline RoBertaForSequenceClassification from dafqi
+author: John Snow Labs
+name: indodistilbertweet_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indodistilbertweet_pipeline` is a English model originally trained by dafqi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indodistilbertweet_pipeline_en_5.5.0_3.0_1725277756266.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indodistilbertweet_pipeline_en_5.5.0_3.0_1725277756266.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("indodistilbertweet_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("indodistilbertweet_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indodistilbertweet_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|467.7 MB|
+
+## References
+
+https://huggingface.co/dafqi/indoDistilBertweet
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indonesian_bge_small_en.md b/docs/_posts/ahmedlone127/2024-09-02-indonesian_bge_small_en.md
new file mode 100644
index 00000000000000..15997ee66fd5fa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indonesian_bge_small_en.md
@@ -0,0 +1,87 @@
+---
+layout: model
+title: English indonesian_bge_small BGEEmbeddings from ingtech
+author: John Snow Labs
+name: indonesian_bge_small
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bge]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BGEEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indonesian_bge_small` is a English model originally trained by ingtech.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indonesian_bge_small_en_5.5.0_3.0_1725262551451.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indonesian_bge_small_en_5.5.0_3.0_1725262551451.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indonesian_bge_small|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[bge]|
+|Language:|en|
+|Size:|117.1 MB|
+
+## References
+
+https://huggingface.co/ingtech/indonesian-bge-small
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indonesian_bge_small_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-indonesian_bge_small_pipeline_en.md
new file mode 100644
index 00000000000000..fbc9c624083521
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indonesian_bge_small_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English indonesian_bge_small_pipeline pipeline BGEEmbeddings from ingtech
+author: John Snow Labs
+name: indonesian_bge_small_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indonesian_bge_small_pipeline` is a English model originally trained by ingtech.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indonesian_bge_small_pipeline_en_5.5.0_3.0_1725262560398.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indonesian_bge_small_pipeline_en_5.5.0_3.0_1725262560398.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("indonesian_bge_small_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("indonesian_bge_small_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indonesian_bge_small_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|117.1 MB|
+
+## References
+
+https://huggingface.co/ingtech/indonesian-bge-small
+
+## Included Models
+
+- DocumentAssembler
+- BGEEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indonesian_emotion_distilbert_base_cased_finetuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-indonesian_emotion_distilbert_base_cased_finetuned_pipeline_en.md
new file mode 100644
index 00000000000000..d3646810be1910
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indonesian_emotion_distilbert_base_cased_finetuned_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English indonesian_emotion_distilbert_base_cased_finetuned_pipeline pipeline DistilBertForSequenceClassification from AptaArkana
+author: John Snow Labs
+name: indonesian_emotion_distilbert_base_cased_finetuned_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indonesian_emotion_distilbert_base_cased_finetuned_pipeline` is a English model originally trained by AptaArkana.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indonesian_emotion_distilbert_base_cased_finetuned_pipeline_en_5.5.0_3.0_1725306162353.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indonesian_emotion_distilbert_base_cased_finetuned_pipeline_en_5.5.0_3.0_1725306162353.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("indonesian_emotion_distilbert_base_cased_finetuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("indonesian_emotion_distilbert_base_cased_finetuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indonesian_emotion_distilbert_base_cased_finetuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|507.7 MB|
+
+## References
+
+https://huggingface.co/AptaArkana/indonesian-emotion-distilbert-base-cased-finetuned
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indrajith_camembert_en.md b/docs/_posts/ahmedlone127/2024-09-02-indrajith_camembert_en.md
new file mode 100644
index 00000000000000..e556e3e4aef74c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indrajith_camembert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English indrajith_camembert CamemBertEmbeddings from INDRA9388
+author: John Snow Labs
+name: indrajith_camembert
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indrajith_camembert` is a English model originally trained by INDRA9388.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indrajith_camembert_en_5.5.0_3.0_1725300915317.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indrajith_camembert_en_5.5.0_3.0_1725300915317.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indrajith_camembert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/INDRA9388/Indrajith_camembert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-indrajith_camembert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-indrajith_camembert_pipeline_en.md
new file mode 100644
index 00000000000000..81f3190c0f8335
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-indrajith_camembert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English indrajith_camembert_pipeline pipeline CamemBertEmbeddings from INDRA9388
+author: John Snow Labs
+name: indrajith_camembert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`indrajith_camembert_pipeline` is a English model originally trained by INDRA9388.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/indrajith_camembert_pipeline_en_5.5.0_3.0_1725300991058.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/indrajith_camembert_pipeline_en_5.5.0_3.0_1725300991058.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("indrajith_camembert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("indrajith_camembert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|indrajith_camembert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/INDRA9388/Indrajith_camembert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-intent_classification_en.md b/docs/_posts/ahmedlone127/2024-09-02-intent_classification_en.md
new file mode 100644
index 00000000000000..dd9fa893b4bb47
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-intent_classification_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English intent_classification MPNetEmbeddings from Vishwas
+author: John Snow Labs
+name: intent_classification
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`intent_classification` is a English model originally trained by Vishwas.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/intent_classification_en_5.5.0_3.0_1725280549740.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/intent_classification_en_5.5.0_3.0_1725280549740.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|intent_classification|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/Vishwas/intent_classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-intent_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-intent_classification_pipeline_en.md
new file mode 100644
index 00000000000000..3a3bdba23441db
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-intent_classification_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English intent_classification_pipeline pipeline MPNetEmbeddings from Vishwas
+author: John Snow Labs
+name: intent_classification_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`intent_classification_pipeline` is a English model originally trained by Vishwas.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/intent_classification_pipeline_en_5.5.0_3.0_1725280571305.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/intent_classification_pipeline_en_5.5.0_3.0_1725280571305.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("intent_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("intent_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|intent_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/Vishwas/intent_classification
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-intent_xs_en.md b/docs/_posts/ahmedlone127/2024-09-02-intent_xs_en.md
new file mode 100644
index 00000000000000..cd315762139402
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-intent_xs_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English intent_xs AlbertForSequenceClassification from dejanseo
+author: John Snow Labs
+name: intent_xs
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`intent_xs` is a English model originally trained by dejanseo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/intent_xs_en_5.5.0_3.0_1725278924956.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/intent_xs_en_5.5.0_3.0_1725278924956.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|intent_xs|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/dejanseo/Intent-XS
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-intent_xs_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-intent_xs_pipeline_en.md
new file mode 100644
index 00000000000000..ceb48111d50b87
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-intent_xs_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English intent_xs_pipeline pipeline AlbertForSequenceClassification from dejanseo
+author: John Snow Labs
+name: intent_xs_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`intent_xs_pipeline` is a English model originally trained by dejanseo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/intent_xs_pipeline_en_5.5.0_3.0_1725278927499.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/intent_xs_pipeline_en_5.5.0_3.0_1725278927499.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("intent_xs_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("intent_xs_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|intent_xs_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|44.3 MB|
+
+## References
+
+https://huggingface.co/dejanseo/Intent-XS
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-iwslt17_marian_big_target_ctx4_cwd0_english_french_en.md b/docs/_posts/ahmedlone127/2024-09-02-iwslt17_marian_big_target_ctx4_cwd0_english_french_en.md
new file mode 100644
index 00000000000000..67d05b1f119c6f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-iwslt17_marian_big_target_ctx4_cwd0_english_french_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English iwslt17_marian_big_target_ctx4_cwd0_english_french MarianTransformer from context-mt
+author: John Snow Labs
+name: iwslt17_marian_big_target_ctx4_cwd0_english_french
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`iwslt17_marian_big_target_ctx4_cwd0_english_french` is a English model originally trained by context-mt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/iwslt17_marian_big_target_ctx4_cwd0_english_french_en_5.5.0_3.0_1725295731200.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/iwslt17_marian_big_target_ctx4_cwd0_english_french_en_5.5.0_3.0_1725295731200.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|iwslt17_marian_big_target_ctx4_cwd0_english_french|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/context-mt/iwslt17-marian-big-target-ctx4-cwd0-en-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-iwslt17_marian_small_ctx4_cwd0_english_french_en.md b/docs/_posts/ahmedlone127/2024-09-02-iwslt17_marian_small_ctx4_cwd0_english_french_en.md
new file mode 100644
index 00000000000000..baec12ed15a812
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-iwslt17_marian_small_ctx4_cwd0_english_french_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English iwslt17_marian_small_ctx4_cwd0_english_french MarianTransformer from context-mt
+author: John Snow Labs
+name: iwslt17_marian_small_ctx4_cwd0_english_french
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`iwslt17_marian_small_ctx4_cwd0_english_french` is a English model originally trained by context-mt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/iwslt17_marian_small_ctx4_cwd0_english_french_en_5.5.0_3.0_1725305137625.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/iwslt17_marian_small_ctx4_cwd0_english_french_en_5.5.0_3.0_1725305137625.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|iwslt17_marian_small_ctx4_cwd0_english_french|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.3 MB|
+
+## References
+
+https://huggingface.co/context-mt/iwslt17-marian-small-ctx4-cwd0-en-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-iwslt17_marian_small_ctx4_cwd0_english_french_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-iwslt17_marian_small_ctx4_cwd0_english_french_pipeline_en.md
new file mode 100644
index 00000000000000..3b6d3f9dba2af5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-iwslt17_marian_small_ctx4_cwd0_english_french_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English iwslt17_marian_small_ctx4_cwd0_english_french_pipeline pipeline MarianTransformer from context-mt
+author: John Snow Labs
+name: iwslt17_marian_small_ctx4_cwd0_english_french_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`iwslt17_marian_small_ctx4_cwd0_english_french_pipeline` is a English model originally trained by context-mt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/iwslt17_marian_small_ctx4_cwd0_english_french_pipeline_en_5.5.0_3.0_1725305165113.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/iwslt17_marian_small_ctx4_cwd0_english_french_pipeline_en_5.5.0_3.0_1725305165113.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("iwslt17_marian_small_ctx4_cwd0_english_french_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("iwslt17_marian_small_ctx4_cwd0_english_french_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|iwslt17_marian_small_ctx4_cwd0_english_french_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.8 MB|
+
+## References
+
+https://huggingface.co/context-mt/iwslt17-marian-small-ctx4-cwd0-en-fr
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-kie_semantics_en.md b/docs/_posts/ahmedlone127/2024-09-02-kie_semantics_en.md
new file mode 100644
index 00000000000000..1fc22fd44c0578
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-kie_semantics_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English kie_semantics DistilBertForSequenceClassification from oulmokhtar
+author: John Snow Labs
+name: kie_semantics
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`kie_semantics` is a English model originally trained by oulmokhtar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/kie_semantics_en_5.5.0_3.0_1725291602236.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/kie_semantics_en_5.5.0_3.0_1725291602236.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lab1_finetuning_stellayin|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.1 MB|
+
+## References
+
+https://huggingface.co/Stellayin/lab1_finetuning
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lab1_finetuning_stellayin_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-lab1_finetuning_stellayin_pipeline_en.md
new file mode 100644
index 00000000000000..bdc74fe90c6b23
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lab1_finetuning_stellayin_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English lab1_finetuning_stellayin_pipeline pipeline MarianTransformer from Stellayin
+author: John Snow Labs
+name: lab1_finetuning_stellayin_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lab1_finetuning_stellayin_pipeline` is a English model originally trained by Stellayin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lab1_finetuning_stellayin_pipeline_en_5.5.0_3.0_1725242920184.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lab1_finetuning_stellayin_pipeline_en_5.5.0_3.0_1725242920184.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lab1_finetuning_stellayin_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lab1_finetuning_stellayin_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lab1_finetuning_stellayin_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.6 MB|
+
+## References
+
+https://huggingface.co/Stellayin/lab1_finetuning
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lab1_finetuning_tchoudh8_en.md b/docs/_posts/ahmedlone127/2024-09-02-lab1_finetuning_tchoudh8_en.md
new file mode 100644
index 00000000000000..3458112515a3ac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lab1_finetuning_tchoudh8_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English lab1_finetuning_tchoudh8 MarianTransformer from tchoudh8
+author: John Snow Labs
+name: lab1_finetuning_tchoudh8
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lab1_finetuning_tchoudh8` is a English model originally trained by tchoudh8.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lab1_finetuning_tchoudh8_en_5.5.0_3.0_1725304088658.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lab1_finetuning_tchoudh8_en_5.5.0_3.0_1725304088658.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lab1_finetuning_tchoudh8|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.3 MB|
+
+## References
+
+https://huggingface.co/tchoudh8/lab1_finetuning
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lab2_fine_tune_english_russian_en.md b/docs/_posts/ahmedlone127/2024-09-02-lab2_fine_tune_english_russian_en.md
new file mode 100644
index 00000000000000..d54c0b664659dd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lab2_fine_tune_english_russian_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English lab2_fine_tune_english_russian MarianTransformer from SAFUANlip
+author: John Snow Labs
+name: lab2_fine_tune_english_russian
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lab2_fine_tune_english_russian` is a English model originally trained by SAFUANlip.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lab2_fine_tune_english_russian_en_5.5.0_3.0_1725304302784.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lab2_fine_tune_english_russian_en_5.5.0_3.0_1725304302784.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lab2_fine_tune_english_russian|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|525.5 MB|
+
+## References
+
+https://huggingface.co/SAFUANlip/lab2_fine_tune_en_ru
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lab2_fine_tune_english_russian_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-lab2_fine_tune_english_russian_pipeline_en.md
new file mode 100644
index 00000000000000..1aec8c35510fb7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lab2_fine_tune_english_russian_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English lab2_fine_tune_english_russian_pipeline pipeline MarianTransformer from SAFUANlip
+author: John Snow Labs
+name: lab2_fine_tune_english_russian_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lab2_fine_tune_english_russian_pipeline` is a English model originally trained by SAFUANlip.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lab2_fine_tune_english_russian_pipeline_en_5.5.0_3.0_1725304330046.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lab2_fine_tune_english_russian_pipeline_en_5.5.0_3.0_1725304330046.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lab2_fine_tune_english_russian_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lab2_fine_tune_english_russian_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lab2_fine_tune_english_russian_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|526.1 MB|
+
+## References
+
+https://huggingface.co/SAFUANlip/lab2_fine_tune_en_ru
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-latin_english_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-latin_english_base_en.md
new file mode 100644
index 00000000000000..84d57ecc0ff4c0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-latin_english_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English latin_english_base MarianTransformer from grosenthal
+author: John Snow Labs
+name: latin_english_base
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`latin_english_base` is a English model originally trained by grosenthal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/latin_english_base_en_5.5.0_3.0_1725243063391.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/latin_english_base_en_5.5.0_3.0_1725243063391.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|latin_english_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|539.2 MB|
+
+## References
+
+https://huggingface.co/grosenthal/la_en_base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-latin_english_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-latin_english_base_pipeline_en.md
new file mode 100644
index 00000000000000..bbc590a253125a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-latin_english_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English latin_english_base_pipeline pipeline MarianTransformer from grosenthal
+author: John Snow Labs
+name: latin_english_base_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`latin_english_base_pipeline` is a English model originally trained by grosenthal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/latin_english_base_pipeline_en_5.5.0_3.0_1725243102965.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/latin_english_base_pipeline_en_5.5.0_3.0_1725243102965.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("latin_english_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("latin_english_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|latin_english_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|539.7 MB|
+
+## References
+
+https://huggingface.co/grosenthal/la_en_base
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline_en.md
new file mode 100644
index 00000000000000..f45f32eb6e7414
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline pipeline DistilBertForSequenceClassification from mrdbourke
+author: John Snow Labs
+name: learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline` is a English model originally trained by mrdbourke.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline_en_5.5.0_3.0_1725292362961.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline_en_5.5.0_3.0_1725292362961.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|learn_hf_food_not_food_text_classifier_distilbert_base_uncased_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/mrdbourke/learn_hf_food_not_food_text_classifier-distilbert-base-uncased
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-legal_camembert_base_fr.md b/docs/_posts/ahmedlone127/2024-09-02-legal_camembert_base_fr.md
new file mode 100644
index 00000000000000..ebd09c9a75d700
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-legal_camembert_base_fr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: French legal_camembert_base CamemBertEmbeddings from maastrichtlawtech
+author: John Snow Labs
+name: legal_camembert_base
+date: 2024-09-02
+tags: [fr, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`legal_camembert_base` is a French model originally trained by maastrichtlawtech.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/legal_camembert_base_fr_5.5.0_3.0_1725296920563.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/legal_camembert_base_fr_5.5.0_3.0_1725296920563.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|legal_roberta_base_lexlms|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|465.3 MB|
+
+## References
+
+https://huggingface.co/lexlms/legal-roberta-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-legal_roberta_base_lexlms_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-legal_roberta_base_lexlms_pipeline_en.md
new file mode 100644
index 00000000000000..73707bdf1c2fdf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-legal_roberta_base_lexlms_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English legal_roberta_base_lexlms_pipeline pipeline RoBertaEmbeddings from lexlms
+author: John Snow Labs
+name: legal_roberta_base_lexlms_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`legal_roberta_base_lexlms_pipeline` is a English model originally trained by lexlms.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/legal_roberta_base_lexlms_pipeline_en_5.5.0_3.0_1725265064303.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/legal_roberta_base_lexlms_pipeline_en_5.5.0_3.0_1725265064303.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("legal_roberta_base_lexlms_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("legal_roberta_base_lexlms_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|legal_roberta_base_lexlms_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|465.3 MB|
+
+## References
+
+https://huggingface.co/lexlms/legal-roberta-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-legalbert_en.md b/docs/_posts/ahmedlone127/2024-09-02-legalbert_en.md
new file mode 100644
index 00000000000000..cfe3f3e222e705
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-legalbert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English legalbert BertEmbeddings from casehold
+author: John Snow Labs
+name: legalbert
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`legalbert` is a English model originally trained by casehold.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/legalbert_en_5.5.0_3.0_1725318399545.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/legalbert_en_5.5.0_3.0_1725318399545.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|legalbert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[bert]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/casehold/legalbert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-legalbert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-legalbert_pipeline_en.md
new file mode 100644
index 00000000000000..7c76b102d85a64
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-legalbert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English legalbert_pipeline pipeline BertEmbeddings from casehold
+author: John Snow Labs
+name: legalbert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`legalbert_pipeline` is a English model originally trained by casehold.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/legalbert_pipeline_en_5.5.0_3.0_1725318420157.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/legalbert_pipeline_en_5.5.0_3.0_1725318420157.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("legalbert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("legalbert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|legalbert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/casehold/legalbert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-legistorm_categorizer_seqclass_deberta_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-legistorm_categorizer_seqclass_deberta_v2_en.md
new file mode 100644
index 00000000000000..96f99527844399
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-legistorm_categorizer_seqclass_deberta_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English legistorm_categorizer_seqclass_deberta_v2 DeBertaForSequenceClassification from leobg
+author: John Snow Labs
+name: legistorm_categorizer_seqclass_deberta_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`legistorm_categorizer_seqclass_deberta_v2` is a English model originally trained by leobg.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/legistorm_categorizer_seqclass_deberta_v2_en_5.5.0_3.0_1725283392216.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/legistorm_categorizer_seqclass_deberta_v2_en_5.5.0_3.0_1725283392216.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|legistorm_categorizer_seqclass_deberta_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/leobg/legistorm-categorizer-seqclass-deberta-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-legistorm_categorizer_seqclass_deberta_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-legistorm_categorizer_seqclass_deberta_v2_pipeline_en.md
new file mode 100644
index 00000000000000..6db808563d8b46
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-legistorm_categorizer_seqclass_deberta_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English legistorm_categorizer_seqclass_deberta_v2_pipeline pipeline DeBertaForSequenceClassification from leobg
+author: John Snow Labs
+name: legistorm_categorizer_seqclass_deberta_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`legistorm_categorizer_seqclass_deberta_v2_pipeline` is a English model originally trained by leobg.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/legistorm_categorizer_seqclass_deberta_v2_pipeline_en_5.5.0_3.0_1725283514564.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/legistorm_categorizer_seqclass_deberta_v2_pipeline_en_5.5.0_3.0_1725283514564.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("legistorm_categorizer_seqclass_deberta_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("legistorm_categorizer_seqclass_deberta_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|legistorm_categorizer_seqclass_deberta_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/leobg/legistorm-categorizer-seqclass-deberta-v2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lenu_finnish_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-lenu_finnish_pipeline_en.md
new file mode 100644
index 00000000000000..24de02188919db
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lenu_finnish_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English lenu_finnish_pipeline pipeline BertForSequenceClassification from Sociovestix
+author: John Snow Labs
+name: lenu_finnish_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lenu_finnish_pipeline` is a English model originally trained by Sociovestix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lenu_finnish_pipeline_en_5.5.0_3.0_1725293322747.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lenu_finnish_pipeline_en_5.5.0_3.0_1725293322747.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lenu_finnish_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lenu_finnish_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lenu_finnish_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|467.1 MB|
+
+## References
+
+https://huggingface.co/Sociovestix/lenu_FI
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lenu_us_german_en.md b/docs/_posts/ahmedlone127/2024-09-02-lenu_us_german_en.md
new file mode 100644
index 00000000000000..4bbb61774f8cae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lenu_us_german_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English lenu_us_german BertForSequenceClassification from Sociovestix
+author: John Snow Labs
+name: lenu_us_german
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lenu_us_german` is a English model originally trained by Sociovestix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lenu_us_german_en_5.5.0_3.0_1725293834000.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lenu_us_german_en_5.5.0_3.0_1725293834000.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lenu_us_german|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|411.7 MB|
+
+## References
+
+https://huggingface.co/Sociovestix/lenu_US-DE
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lenu_us_german_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-lenu_us_german_pipeline_en.md
new file mode 100644
index 00000000000000..ab0021b494d37d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lenu_us_german_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English lenu_us_german_pipeline pipeline BertForSequenceClassification from Sociovestix
+author: John Snow Labs
+name: lenu_us_german_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lenu_us_german_pipeline` is a English model originally trained by Sociovestix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lenu_us_german_pipeline_en_5.5.0_3.0_1725293855583.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lenu_us_german_pipeline_en_5.5.0_3.0_1725293855583.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lenu_us_german_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lenu_us_german_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lenu_us_german_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|411.7 MB|
+
+## References
+
+https://huggingface.co/Sociovestix/lenu_US-DE
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-less_100000_xlm_roberta_mmar_recipe_10_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-less_100000_xlm_roberta_mmar_recipe_10_base_en.md
new file mode 100644
index 00000000000000..ecb187b4c82f0f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-less_100000_xlm_roberta_mmar_recipe_10_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English less_100000_xlm_roberta_mmar_recipe_10_base XlmRoBertaEmbeddings from CennetOguz
+author: John Snow Labs
+name: less_100000_xlm_roberta_mmar_recipe_10_base
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`less_100000_xlm_roberta_mmar_recipe_10_base` is a English model originally trained by CennetOguz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/less_100000_xlm_roberta_mmar_recipe_10_base_en_5.5.0_3.0_1725271156356.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/less_100000_xlm_roberta_mmar_recipe_10_base_en_5.5.0_3.0_1725271156356.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|less_100000_xlm_roberta_mmar_recipe_10_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/CennetOguz/less_100000_xlm_roberta_mmar_recipe_10_base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lettuce_sayula_popoluca_french_mono_en.md b/docs/_posts/ahmedlone127/2024-09-02-lettuce_sayula_popoluca_french_mono_en.md
new file mode 100644
index 00000000000000..2cccee77c41dae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lettuce_sayula_popoluca_french_mono_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English lettuce_sayula_popoluca_french_mono CamemBertForTokenClassification from pranaydeeps
+author: John Snow Labs
+name: lettuce_sayula_popoluca_french_mono
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, camembert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lettuce_sayula_popoluca_french_mono` is a English model originally trained by pranaydeeps.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lettuce_sayula_popoluca_french_mono_en_5.5.0_3.0_1725266186085.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lettuce_sayula_popoluca_french_mono_en_5.5.0_3.0_1725266186085.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lettuce_sayula_popoluca_french_mono|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|406.7 MB|
+
+## References
+
+https://huggingface.co/pranaydeeps/lettuce_pos_fr_mono
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lettuce_sayula_popoluca_french_mono_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-lettuce_sayula_popoluca_french_mono_pipeline_en.md
new file mode 100644
index 00000000000000..e8ce227a546b49
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lettuce_sayula_popoluca_french_mono_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English lettuce_sayula_popoluca_french_mono_pipeline pipeline CamemBertForTokenClassification from pranaydeeps
+author: John Snow Labs
+name: lettuce_sayula_popoluca_french_mono_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lettuce_sayula_popoluca_french_mono_pipeline` is a English model originally trained by pranaydeeps.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lettuce_sayula_popoluca_french_mono_pipeline_en_5.5.0_3.0_1725266208923.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lettuce_sayula_popoluca_french_mono_pipeline_en_5.5.0_3.0_1725266208923.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lettuce_sayula_popoluca_french_mono_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lettuce_sayula_popoluca_french_mono_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lettuce_sayula_popoluca_french_mono_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.7 MB|
+
+## References
+
+https://huggingface.co/pranaydeeps/lettuce_pos_fr_mono
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_fine_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_fine_english_en.md
new file mode 100644
index 00000000000000..3d6123b053cf97
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_fine_english_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English lithuanian_un_data_fine_fine_english MPNetEmbeddings from dell-research-harvard
+author: John Snow Labs
+name: lithuanian_un_data_fine_fine_english
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lithuanian_un_data_fine_fine_english` is a English model originally trained by dell-research-harvard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lithuanian_un_data_fine_fine_english_en_5.5.0_3.0_1725280854536.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lithuanian_un_data_fine_fine_english_en_5.5.0_3.0_1725280854536.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lithuanian_un_data_fine_fine_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.0 MB|
+
+## References
+
+https://huggingface.co/dell-research-harvard/lt-un-data-fine-fine-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_fine_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_fine_english_pipeline_en.md
new file mode 100644
index 00000000000000..db950f5a9b786a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_fine_english_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English lithuanian_un_data_fine_fine_english_pipeline pipeline MPNetEmbeddings from dell-research-harvard
+author: John Snow Labs
+name: lithuanian_un_data_fine_fine_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lithuanian_un_data_fine_fine_english_pipeline` is a English model originally trained by dell-research-harvard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lithuanian_un_data_fine_fine_english_pipeline_en_5.5.0_3.0_1725280877079.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lithuanian_un_data_fine_fine_english_pipeline_en_5.5.0_3.0_1725280877079.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lithuanian_un_data_fine_fine_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lithuanian_un_data_fine_fine_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lithuanian_un_data_fine_fine_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.0 MB|
+
+## References
+
+https://huggingface.co/dell-research-harvard/lt-un-data-fine-fine-en
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_industry_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_industry_english_en.md
new file mode 100644
index 00000000000000..cbbdc3fe652b26
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_industry_english_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English lithuanian_un_data_fine_industry_english MPNetEmbeddings from dell-research-harvard
+author: John Snow Labs
+name: lithuanian_un_data_fine_industry_english
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lithuanian_un_data_fine_industry_english` is a English model originally trained by dell-research-harvard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lithuanian_un_data_fine_industry_english_en_5.5.0_3.0_1725280510247.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lithuanian_un_data_fine_industry_english_en_5.5.0_3.0_1725280510247.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lithuanian_un_data_fine_industry_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/dell-research-harvard/lt-un-data-fine-industry-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_industry_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_industry_english_pipeline_en.md
new file mode 100644
index 00000000000000..7e7e2d3b52d32d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lithuanian_un_data_fine_industry_english_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English lithuanian_un_data_fine_industry_english_pipeline pipeline MPNetEmbeddings from dell-research-harvard
+author: John Snow Labs
+name: lithuanian_un_data_fine_industry_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lithuanian_un_data_fine_industry_english_pipeline` is a English model originally trained by dell-research-harvard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lithuanian_un_data_fine_industry_english_pipeline_en_5.5.0_3.0_1725280535109.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lithuanian_un_data_fine_industry_english_pipeline_en_5.5.0_3.0_1725280535109.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lithuanian_un_data_fine_industry_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lithuanian_un_data_fine_industry_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lithuanian_un_data_fine_industry_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/dell-research-harvard/lt-un-data-fine-industry-en
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-llama_goodlens_mpnet_en.md b/docs/_posts/ahmedlone127/2024-09-02-llama_goodlens_mpnet_en.md
new file mode 100644
index 00000000000000..d19acea6ddd605
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-llama_goodlens_mpnet_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English llama_goodlens_mpnet MPNetEmbeddings from beeformer
+author: John Snow Labs
+name: llama_goodlens_mpnet
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`llama_goodlens_mpnet` is a English model originally trained by beeformer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/llama_goodlens_mpnet_en_5.5.0_3.0_1725258791038.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/llama_goodlens_mpnet_en_5.5.0_3.0_1725258791038.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|llama_goodlens_mpnet|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/beeformer/Llama-goodlens-mpnet
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-llama_goodlens_mpnet_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-llama_goodlens_mpnet_pipeline_en.md
new file mode 100644
index 00000000000000..9401d7b16a8ab5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-llama_goodlens_mpnet_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English llama_goodlens_mpnet_pipeline pipeline MPNetEmbeddings from beeformer
+author: John Snow Labs
+name: llama_goodlens_mpnet_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`llama_goodlens_mpnet_pipeline` is a English model originally trained by beeformer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/llama_goodlens_mpnet_pipeline_en_5.5.0_3.0_1725258812549.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/llama_goodlens_mpnet_pipeline_en_5.5.0_3.0_1725258812549.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("llama_goodlens_mpnet_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("llama_goodlens_mpnet_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|llama_goodlens_mpnet_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/beeformer/Llama-goodlens-mpnet
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-longclip_l_diffusers_en.md b/docs/_posts/ahmedlone127/2024-09-02-longclip_l_diffusers_en.md
new file mode 100644
index 00000000000000..0b6dcac15db63d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-longclip_l_diffusers_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English longclip_l_diffusers CLIPForZeroShotClassification from Azazelle
+author: John Snow Labs
+name: longclip_l_diffusers
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`longclip_l_diffusers` is a English model originally trained by Azazelle.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/longclip_l_diffusers_en_5.5.0_3.0_1725257271476.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/longclip_l_diffusers_en_5.5.0_3.0_1725257271476.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("longclip_l_diffusers","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("longclip_l_diffusers","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|longclip_l_diffusers|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/Azazelle/LongClip-L-diffusers
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-longclip_l_diffusers_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-longclip_l_diffusers_pipeline_en.md
new file mode 100644
index 00000000000000..63ff8be0f7c658
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-longclip_l_diffusers_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English longclip_l_diffusers_pipeline pipeline CLIPForZeroShotClassification from Azazelle
+author: John Snow Labs
+name: longclip_l_diffusers_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`longclip_l_diffusers_pipeline` is a English model originally trained by Azazelle.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/longclip_l_diffusers_pipeline_en_5.5.0_3.0_1725257353000.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/longclip_l_diffusers_pipeline_en_5.5.0_3.0_1725257353000.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("longclip_l_diffusers_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("longclip_l_diffusers_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|longclip_l_diffusers_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/Azazelle/LongClip-L-diffusers
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lostintranslation_en.md b/docs/_posts/ahmedlone127/2024-09-02-lostintranslation_en.md
new file mode 100644
index 00000000000000..53356c10efe654
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lostintranslation_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English lostintranslation MarianTransformer from guymorlan
+author: John Snow Labs
+name: lostintranslation
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lostintranslation` is a English model originally trained by guymorlan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lostintranslation_en_5.5.0_3.0_1725243464778.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lostintranslation_en_5.5.0_3.0_1725243464778.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lostintranslation|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|544.3 MB|
+
+## References
+
+https://huggingface.co/guymorlan/LostInTranslation
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lostintranslation_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-lostintranslation_pipeline_en.md
new file mode 100644
index 00000000000000..6c417edbb40260
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lostintranslation_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English lostintranslation_pipeline pipeline MarianTransformer from guymorlan
+author: John Snow Labs
+name: lostintranslation_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lostintranslation_pipeline` is a English model originally trained by guymorlan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lostintranslation_pipeline_en_5.5.0_3.0_1725243493847.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lostintranslation_pipeline_en_5.5.0_3.0_1725243493847.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lostintranslation_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lostintranslation_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lostintranslation_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|544.8 MB|
+
+## References
+
+https://huggingface.co/guymorlan/LostInTranslation
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-lugatitdistilbert_pipeline_tr.md b/docs/_posts/ahmedlone127/2024-09-02-lugatitdistilbert_pipeline_tr.md
new file mode 100644
index 00000000000000..b1775d7dd46baf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-lugatitdistilbert_pipeline_tr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Turkish lugatitdistilbert_pipeline pipeline DistilBertForSequenceClassification from LugatitTurk
+author: John Snow Labs
+name: lugatitdistilbert_pipeline
+date: 2024-09-02
+tags: [tr, open_source, pipeline, onnx]
+task: Text Classification
+language: tr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lugatitdistilbert_pipeline` is a Turkish model originally trained by LugatitTurk.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lugatitdistilbert_pipeline_tr_5.5.0_3.0_1725292029362.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lugatitdistilbert_pipeline_tr_5.5.0_3.0_1725292029362.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lugatitdistilbert_pipeline", lang = "tr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lugatitdistilbert_pipeline", lang = "tr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lugatitdistilbert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|tr|
+|Size:|254.1 MB|
+
+## References
+
+https://huggingface.co/LugatitTurk/LugatitDistilBert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-m0_flat_ner_ref_ptrn_cmbert_io_pipeline_fr.md b/docs/_posts/ahmedlone127/2024-09-02-m0_flat_ner_ref_ptrn_cmbert_io_pipeline_fr.md
new file mode 100644
index 00000000000000..7bc07797fe10e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-m0_flat_ner_ref_ptrn_cmbert_io_pipeline_fr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: French m0_flat_ner_ref_ptrn_cmbert_io_pipeline pipeline CamemBertForTokenClassification from nlpso
+author: John Snow Labs
+name: m0_flat_ner_ref_ptrn_cmbert_io_pipeline
+date: 2024-09-02
+tags: [fr, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`m0_flat_ner_ref_ptrn_cmbert_io_pipeline` is a French model originally trained by nlpso.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/m0_flat_ner_ref_ptrn_cmbert_io_pipeline_fr_5.5.0_3.0_1725266012634.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/m0_flat_ner_ref_ptrn_cmbert_io_pipeline_fr_5.5.0_3.0_1725266012634.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("m0_flat_ner_ref_ptrn_cmbert_io_pipeline", lang = "fr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("m0_flat_ner_ref_ptrn_cmbert_io_pipeline", lang = "fr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|m0_flat_ner_ref_ptrn_cmbert_io_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fr|
+|Size:|412.9 MB|
+
+## References
+
+https://huggingface.co/nlpso/m0_flat_ner_ref_ptrn_cmbert_io
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-maltese_coref_english_french_gender_exp_en.md b/docs/_posts/ahmedlone127/2024-09-02-maltese_coref_english_french_gender_exp_en.md
new file mode 100644
index 00000000000000..6ac96a7f279905
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-maltese_coref_english_french_gender_exp_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English maltese_coref_english_french_gender_exp MarianTransformer from nlphuji
+author: John Snow Labs
+name: maltese_coref_english_french_gender_exp
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`maltese_coref_english_french_gender_exp` is a English model originally trained by nlphuji.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/maltese_coref_english_french_gender_exp_en_5.5.0_3.0_1725294649479.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/maltese_coref_english_french_gender_exp_en_5.5.0_3.0_1725294649479.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|maltese_coref_english_french_gender_exp|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.7 MB|
+
+## References
+
+https://huggingface.co/nlphuji/mt_coref_en_fr_gender_exp
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-maltese_coref_english_french_gender_exp_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-maltese_coref_english_french_gender_exp_pipeline_en.md
new file mode 100644
index 00000000000000..fe56556618424d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-maltese_coref_english_french_gender_exp_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English maltese_coref_english_french_gender_exp_pipeline pipeline MarianTransformer from nlphuji
+author: John Snow Labs
+name: maltese_coref_english_french_gender_exp_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`maltese_coref_english_french_gender_exp_pipeline` is a English model originally trained by nlphuji.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/maltese_coref_english_french_gender_exp_pipeline_en_5.5.0_3.0_1725294681905.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/maltese_coref_english_french_gender_exp_pipeline_en_5.5.0_3.0_1725294681905.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("maltese_coref_english_french_gender_exp_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("maltese_coref_english_french_gender_exp_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|maltese_coref_english_french_gender_exp_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|509.2 MB|
+
+## References
+
+https://huggingface.co/nlphuji/mt_coref_en_fr_gender_exp
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marathisampark_en.md b/docs/_posts/ahmedlone127/2024-09-02-marathisampark_en.md
new file mode 100644
index 00000000000000..eaabfb2d1801ae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marathisampark_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marathisampark MarianTransformer from SRDdev
+author: John Snow Labs
+name: marathisampark
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marathisampark` is a English model originally trained by SRDdev.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marathisampark_en_5.5.0_3.0_1725242783806.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marathisampark_en_5.5.0_3.0_1725242783806.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marathisampark|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|519.1 MB|
+
+## References
+
+https://huggingface.co/SRDdev/MarathiSampark
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marathisampark_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marathisampark_pipeline_en.md
new file mode 100644
index 00000000000000..63137de15e9e9c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marathisampark_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marathisampark_pipeline pipeline MarianTransformer from SRDdev
+author: John Snow Labs
+name: marathisampark_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marathisampark_pipeline` is a English model originally trained by SRDdev.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marathisampark_pipeline_en_5.5.0_3.0_1725242812045.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marathisampark_pipeline_en_5.5.0_3.0_1725242812045.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marathisampark_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marathisampark_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marathisampark_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|519.6 MB|
+
+## References
+
+https://huggingface.co/SRDdev/MarathiSampark
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_medium_masked_en.md b/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_medium_masked_en.md
new file mode 100644
index 00000000000000..132153c04ba6dc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_medium_masked_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marcel_customer_service_medium_masked CamemBertEmbeddings from maelfabien
+author: John Snow Labs
+name: marcel_customer_service_medium_masked
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marcel_customer_service_medium_masked` is a English model originally trained by maelfabien.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marcel_customer_service_medium_masked_en_5.5.0_3.0_1725297135041.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marcel_customer_service_medium_masked_en_5.5.0_3.0_1725297135041.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marcel_customer_service_medium_masked|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|412.5 MB|
+
+## References
+
+https://huggingface.co/maelfabien/marcel_customer_service_medium_masked
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_medium_masked_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_medium_masked_pipeline_en.md
new file mode 100644
index 00000000000000..78226d963bcc31
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_medium_masked_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marcel_customer_service_medium_masked_pipeline pipeline CamemBertEmbeddings from maelfabien
+author: John Snow Labs
+name: marcel_customer_service_medium_masked_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marcel_customer_service_medium_masked_pipeline` is a English model originally trained by maelfabien.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marcel_customer_service_medium_masked_pipeline_en_5.5.0_3.0_1725297156157.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marcel_customer_service_medium_masked_pipeline_en_5.5.0_3.0_1725297156157.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marcel_customer_service_medium_masked_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marcel_customer_service_medium_masked_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marcel_customer_service_medium_masked_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|412.6 MB|
+
+## References
+
+https://huggingface.co/maelfabien/marcel_customer_service_medium_masked
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_xlarge_masked_en.md b/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_xlarge_masked_en.md
new file mode 100644
index 00000000000000..e3b3bfdd8f2bd6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_xlarge_masked_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marcel_customer_service_xlarge_masked CamemBertEmbeddings from maelfabien
+author: John Snow Labs
+name: marcel_customer_service_xlarge_masked
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marcel_customer_service_xlarge_masked` is a English model originally trained by maelfabien.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marcel_customer_service_xlarge_masked_en_5.5.0_3.0_1725300502994.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marcel_customer_service_xlarge_masked_en_5.5.0_3.0_1725300502994.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marcel_customer_service_xlarge_masked|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|412.6 MB|
+
+## References
+
+https://huggingface.co/maelfabien/marcel_customer_service_xlarge_masked
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_xlarge_masked_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_xlarge_masked_pipeline_en.md
new file mode 100644
index 00000000000000..8fd1b7a9923195
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marcel_customer_service_xlarge_masked_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marcel_customer_service_xlarge_masked_pipeline pipeline CamemBertEmbeddings from maelfabien
+author: John Snow Labs
+name: marcel_customer_service_xlarge_masked_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marcel_customer_service_xlarge_masked_pipeline` is a English model originally trained by maelfabien.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marcel_customer_service_xlarge_masked_pipeline_en_5.5.0_3.0_1725300524362.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marcel_customer_service_xlarge_masked_pipeline_en_5.5.0_3.0_1725300524362.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marcel_customer_service_xlarge_masked_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marcel_customer_service_xlarge_masked_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marcel_customer_service_xlarge_masked_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|412.6 MB|
+
+## References
+
+https://huggingface.co/maelfabien/marcel_customer_service_xlarge_masked
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_en.md
new file mode 100644
index 00000000000000..2393cbc5290d87
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate MarianTransformer from zhenchuan
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate` is a English model originally trained by zhenchuan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_en_5.5.0_3.0_1725294444476.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_en_5.5.0_3.0_1725294444476.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|540.6 MB|
+
+## References
+
+https://huggingface.co/zhenchuan/marian-finetuned-kde4-en-to-cn-accelerate
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline_en.md
new file mode 100644
index 00000000000000..6d2da761872d5a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline pipeline MarianTransformer from zhenchuan
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline` is a English model originally trained by zhenchuan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline_en_5.5.0_3.0_1725294483779.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline_en_5.5.0_3.0_1725294483779.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_cn_accelerate_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|541.2 MB|
+
+## References
+
+https://huggingface.co/zhenchuan/marian-finetuned-kde4-en-to-cn-accelerate
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_en.md
new file mode 100644
index 00000000000000..85cf2bca9cd38f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88 MarianTransformer from qianyu88
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88` is a English model originally trained by qianyu88.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_en_5.5.0_3.0_1725243365831.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_en_5.5.0_3.0_1725243365831.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.2 MB|
+
+## References
+
+https://huggingface.co/qianyu88/marian-finetuned-kde4-en-to-fr-accelerate
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline_en.md
new file mode 100644
index 00000000000000..bb5d9321ecd138
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline pipeline MarianTransformer from qianyu88
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline` is a English model originally trained by qianyu88.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline_en_5.5.0_3.0_1725243391977.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline_en_5.5.0_3.0_1725243391977.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_french_accelerate_qianyu88_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.7 MB|
+
+## References
+
+https://huggingface.co/qianyu88/marian-finetuned-kde4-en-to-fr-accelerate
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_en.md
new file mode 100644
index 00000000000000..785af597dd8921
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis MarianTransformer from akousis
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis` is a English model originally trained by akousis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_en_5.5.0_3.0_1725304399946.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_en_5.5.0_3.0_1725304399946.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.2 MB|
+
+## References
+
+https://huggingface.co/akousis/marian-finetuned-kde4-en-to-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline_en.md
new file mode 100644
index 00000000000000..230385ebf60b11
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline pipeline MarianTransformer from akousis
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline` is a English model originally trained by akousis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline_en_5.5.0_3.0_1725304431671.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline_en_5.5.0_3.0_1725304431671.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_french_akousis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.7 MB|
+
+## References
+
+https://huggingface.co/akousis/marian-finetuned-kde4-en-to-fr
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_en.md
new file mode 100644
index 00000000000000..f9e827f42cd9b8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix MarianTransformer from sul-lix
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix` is a English model originally trained by sul-lix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_en_5.5.0_3.0_1725304314266.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_en_5.5.0_3.0_1725304314266.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.1 MB|
+
+## References
+
+https://huggingface.co/sul-lix/marian-finetuned-kde4-en-to-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline_en.md
new file mode 100644
index 00000000000000..fa164f6e707135
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline pipeline MarianTransformer from sul-lix
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline` is a English model originally trained by sul-lix.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline_en_5.5.0_3.0_1725304340623.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline_en_5.5.0_3.0_1725304340623.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_french_sul_lix_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.6 MB|
+
+## References
+
+https://huggingface.co/sul-lix/marian-finetuned-kde4-en-to-fr
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline_en.md
new file mode 100644
index 00000000000000..584a860a6ee33d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline pipeline MarianTransformer from zihoh
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline` is a English model originally trained by zihoh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline_en_5.5.0_3.0_1725304087473.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline_en_5.5.0_3.0_1725304087473.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_french_zihoh_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.8 MB|
+
+## References
+
+https://huggingface.co/zihoh/marian-finetuned-kde4-en-to-fr
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_german_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_german_en.md
new file mode 100644
index 00000000000000..e617751f7a651e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_german_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_german MarianTransformer from kktommy
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_german
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_german` is a English model originally trained by kktommy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_german_en_5.5.0_3.0_1725294831100.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_german_en_5.5.0_3.0_1725294831100.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_german|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|499.5 MB|
+
+## References
+
+https://huggingface.co/kktommy/marian-finetuned-kde4-en-to-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline_en.md
new file mode 100644
index 00000000000000..80af5ceefdda79
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline pipeline MarianTransformer from kktommy
+author: John Snow Labs
+name: marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline` is a English model originally trained by kktommy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline_en_5.5.0_3.0_1725294857911.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline_en_5.5.0_3.0_1725294857911.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_german_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|500.0 MB|
+
+## References
+
+https://huggingface.co/kktommy/marian-finetuned-kde4-en-to-de
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline_en.md
new file mode 100644
index 00000000000000..5bcf78232ecada
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline pipeline MarianTransformer from sephinroth
+author: John Snow Labs
+name: marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline` is a English model originally trained by sephinroth.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline_en_5.5.0_3.0_1725305143457.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline_en_5.5.0_3.0_1725305143457.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kftt_japanese_tonga_tonga_islands_english_wandb_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|515.8 MB|
+
+## References
+
+https://huggingface.co/sephinroth/marian-finetuned-kftt-ja-to-en-wandb
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_bbc_english_nigerian_pidgin_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_bbc_english_nigerian_pidgin_en.md
new file mode 100644
index 00000000000000..cd9bed53815790
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_bbc_english_nigerian_pidgin_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marian_maltese_bbc_english_nigerian_pidgin MarianTransformer from NITHUB-AI
+author: John Snow Labs
+name: marian_maltese_bbc_english_nigerian_pidgin
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_maltese_bbc_english_nigerian_pidgin` is a English model originally trained by NITHUB-AI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_maltese_bbc_english_nigerian_pidgin_en_5.5.0_3.0_1725243648861.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_maltese_bbc_english_nigerian_pidgin_en_5.5.0_3.0_1725243648861.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_maltese_bbc_english_nigerian_pidgin|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|499.1 MB|
+
+## References
+
+https://huggingface.co/NITHUB-AI/marian-mt-bbc-en-pcm
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_bbc_english_nigerian_pidgin_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_bbc_english_nigerian_pidgin_pipeline_en.md
new file mode 100644
index 00000000000000..b6c5333fb160bf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_bbc_english_nigerian_pidgin_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marian_maltese_bbc_english_nigerian_pidgin_pipeline pipeline MarianTransformer from NITHUB-AI
+author: John Snow Labs
+name: marian_maltese_bbc_english_nigerian_pidgin_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_maltese_bbc_english_nigerian_pidgin_pipeline` is a English model originally trained by NITHUB-AI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_maltese_bbc_english_nigerian_pidgin_pipeline_en_5.5.0_3.0_1725243676608.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_maltese_bbc_english_nigerian_pidgin_pipeline_en_5.5.0_3.0_1725243676608.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marian_maltese_bbc_english_nigerian_pidgin_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marian_maltese_bbc_english_nigerian_pidgin_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_maltese_bbc_english_nigerian_pidgin_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|499.6 MB|
+
+## References
+
+https://huggingface.co/NITHUB-AI/marian-mt-bbc-en-pcm
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_english_nigerian_pidgin_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_english_nigerian_pidgin_en.md
new file mode 100644
index 00000000000000..e416f83d676129
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_english_nigerian_pidgin_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marian_maltese_english_nigerian_pidgin MarianTransformer from Enutrof
+author: John Snow Labs
+name: marian_maltese_english_nigerian_pidgin
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_maltese_english_nigerian_pidgin` is a English model originally trained by Enutrof.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_maltese_english_nigerian_pidgin_en_5.5.0_3.0_1725243579153.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_maltese_english_nigerian_pidgin_en_5.5.0_3.0_1725243579153.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_maltese_english_nigerian_pidgin|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|499.1 MB|
+
+## References
+
+https://huggingface.co/Enutrof/marian-mt-en-pcm
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_english_nigerian_pidgin_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_english_nigerian_pidgin_pipeline_en.md
new file mode 100644
index 00000000000000..fe8a09cd078b20
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_maltese_english_nigerian_pidgin_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marian_maltese_english_nigerian_pidgin_pipeline pipeline MarianTransformer from Enutrof
+author: John Snow Labs
+name: marian_maltese_english_nigerian_pidgin_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_maltese_english_nigerian_pidgin_pipeline` is a English model originally trained by Enutrof.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_maltese_english_nigerian_pidgin_pipeline_en_5.5.0_3.0_1725243606277.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_maltese_english_nigerian_pidgin_pipeline_en_5.5.0_3.0_1725243606277.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marian_maltese_english_nigerian_pidgin_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marian_maltese_english_nigerian_pidgin_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_maltese_english_nigerian_pidgin_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|499.7 MB|
+
+## References
+
+https://huggingface.co/Enutrof/marian-mt-en-pcm
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_rinconada_tonga_tonga_islands_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_rinconada_tonga_tonga_islands_english_en.md
new file mode 100644
index 00000000000000..19d83bcad496ae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_rinconada_tonga_tonga_islands_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marian_rinconada_tonga_tonga_islands_english MarianTransformer from tiffp
+author: John Snow Labs
+name: marian_rinconada_tonga_tonga_islands_english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_rinconada_tonga_tonga_islands_english` is a English model originally trained by tiffp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_rinconada_tonga_tonga_islands_english_en_5.5.0_3.0_1725295970083.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_rinconada_tonga_tonga_islands_english_en_5.5.0_3.0_1725295970083.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_rinconada_tonga_tonga_islands_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|496.4 MB|
+
+## References
+
+https://huggingface.co/tiffp/marian-rinconada-to-english
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marian_rinconada_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marian_rinconada_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..aaece012c2fd21
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marian_rinconada_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marian_rinconada_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from tiffp
+author: John Snow Labs
+name: marian_rinconada_tonga_tonga_islands_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marian_rinconada_tonga_tonga_islands_english_pipeline` is a English model originally trained by tiffp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marian_rinconada_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725295994751.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marian_rinconada_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725295994751.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marian_rinconada_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marian_rinconada_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_rinconada_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|496.9 MB|
+
+## References
+
+https://huggingface.co/tiffp/marian-rinconada-to-english
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marianmt_en.md b/docs/_posts/ahmedlone127/2024-09-02-marianmt_en.md
new file mode 100644
index 00000000000000..cb1192759e9814
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marianmt_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marianmt MarianTransformer from alina1997
+author: John Snow Labs
+name: marianmt
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marianmt` is a English model originally trained by alina1997.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marianmt_en_5.5.0_3.0_1725294793416.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marianmt_en_5.5.0_3.0_1725294793416.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marianmt|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|499.4 MB|
+
+## References
+
+https://huggingface.co/alina1997/MarianMT
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marianmt_hin_eng_czech_hi.md b/docs/_posts/ahmedlone127/2024-09-02-marianmt_hin_eng_czech_hi.md
new file mode 100644
index 00000000000000..947c07fa1bd3e8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marianmt_hin_eng_czech_hi.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Hindi marianmt_hin_eng_czech MarianTransformer from ar5entum
+author: John Snow Labs
+name: marianmt_hin_eng_czech
+date: 2024-09-02
+tags: [hi, open_source, onnx, translation, marian]
+task: Translation
+language: hi
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marianmt_hin_eng_czech` is a Hindi model originally trained by ar5entum.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marianmt_hin_eng_czech_hi_5.5.0_3.0_1725295178931.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marianmt_hin_eng_czech_hi_5.5.0_3.0_1725295178931.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marianmt_hin_eng_czech|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|hi|
+|Size:|532.6 MB|
+
+## References
+
+https://huggingface.co/ar5entum/marianMT_hin_eng_cs
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marianmt_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marianmt_pipeline_en.md
new file mode 100644
index 00000000000000..b8263f60dae9d1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marianmt_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marianmt_pipeline pipeline MarianTransformer from alina1997
+author: John Snow Labs
+name: marianmt_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marianmt_pipeline` is a English model originally trained by alina1997.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marianmt_pipeline_en_5.5.0_3.0_1725294819767.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marianmt_pipeline_en_5.5.0_3.0_1725294819767.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marianmt_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marianmt_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marianmt_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|500.0 MB|
+
+## References
+
+https://huggingface.co/alina1997/MarianMT
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marianmt_tatoeba_ruen_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marianmt_tatoeba_ruen_pipeline_en.md
new file mode 100644
index 00000000000000..2503bbd836ce24
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marianmt_tatoeba_ruen_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marianmt_tatoeba_ruen_pipeline pipeline MarianTransformer from DeepPavlov
+author: John Snow Labs
+name: marianmt_tatoeba_ruen_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marianmt_tatoeba_ruen_pipeline` is a English model originally trained by DeepPavlov.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marianmt_tatoeba_ruen_pipeline_en_5.5.0_3.0_1725295283178.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marianmt_tatoeba_ruen_pipeline_en_5.5.0_3.0_1725295283178.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marianmt_tatoeba_ruen_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marianmt_tatoeba_ruen_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marianmt_tatoeba_ruen_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|528.2 MB|
+
+## References
+
+https://huggingface.co/DeepPavlov/marianmt-tatoeba-ruen
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marianmt_ufal_english_romanian_en.md b/docs/_posts/ahmedlone127/2024-09-02-marianmt_ufal_english_romanian_en.md
new file mode 100644
index 00000000000000..158e7a2ed77b5e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marianmt_ufal_english_romanian_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marianmt_ufal_english_romanian MarianTransformer from irenelizihui
+author: John Snow Labs
+name: marianmt_ufal_english_romanian
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marianmt_ufal_english_romanian` is a English model originally trained by irenelizihui.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marianmt_ufal_english_romanian_en_5.5.0_3.0_1725242789636.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marianmt_ufal_english_romanian_en_5.5.0_3.0_1725242789636.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marianmt_ufal_english_romanian|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|507.8 MB|
+
+## References
+
+https://huggingface.co/irenelizihui/MarianMT_UFAL_en_ro
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marianmt_ufal_english_romanian_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marianmt_ufal_english_romanian_pipeline_en.md
new file mode 100644
index 00000000000000..cb82216e01104a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marianmt_ufal_english_romanian_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marianmt_ufal_english_romanian_pipeline pipeline MarianTransformer from irenelizihui
+author: John Snow Labs
+name: marianmt_ufal_english_romanian_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marianmt_ufal_english_romanian_pipeline` is a English model originally trained by irenelizihui.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marianmt_ufal_english_romanian_pipeline_en_5.5.0_3.0_1725242819250.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marianmt_ufal_english_romanian_pipeline_en_5.5.0_3.0_1725242819250.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marianmt_ufal_english_romanian_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marianmt_ufal_english_romanian_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marianmt_ufal_english_romanian_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.3 MB|
+
+## References
+
+https://huggingface.co/irenelizihui/MarianMT_UFAL_en_ro
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marianmtfinetuningarabic2english_en.md b/docs/_posts/ahmedlone127/2024-09-02-marianmtfinetuningarabic2english_en.md
new file mode 100644
index 00000000000000..bf23dd295e08c8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marianmtfinetuningarabic2english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English marianmtfinetuningarabic2english MarianTransformer from Ahmedhisham
+author: John Snow Labs
+name: marianmtfinetuningarabic2english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marianmtfinetuningarabic2english` is a English model originally trained by Ahmedhisham.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marianmtfinetuningarabic2english_en_5.5.0_3.0_1725304988913.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marianmtfinetuningarabic2english_en_5.5.0_3.0_1725304988913.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marianmtfinetuningarabic2english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|527.8 MB|
+
+## References
+
+https://huggingface.co/Ahmedhisham/MarianMTfinetuningArabic2English
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-marianmtfinetuningarabic2english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-marianmtfinetuningarabic2english_pipeline_en.md
new file mode 100644
index 00000000000000..c57d9bfeeb95fd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-marianmtfinetuningarabic2english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marianmtfinetuningarabic2english_pipeline pipeline MarianTransformer from Ahmedhisham
+author: John Snow Labs
+name: marianmtfinetuningarabic2english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marianmtfinetuningarabic2english_pipeline` is a English model originally trained by Ahmedhisham.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marianmtfinetuningarabic2english_pipeline_en_5.5.0_3.0_1725305016244.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marianmtfinetuningarabic2english_pipeline_en_5.5.0_3.0_1725305016244.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marianmtfinetuningarabic2english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marianmtfinetuningarabic2english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marianmtfinetuningarabic2english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|528.4 MB|
+
+## References
+
+https://huggingface.co/Ahmedhisham/MarianMTfinetuningArabic2English
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mcd_speech_en.md b/docs/_posts/ahmedlone127/2024-09-02-mcd_speech_en.md
new file mode 100644
index 00000000000000..91d43d14666043
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mcd_speech_en.md
@@ -0,0 +1,84 @@
+---
+layout: model
+title: English mcd_speech WhisperForCTC from Vishwaksen
+author: John Snow Labs
+name: mcd_speech
+date: 2024-09-02
+tags: [en, open_source, onnx, asr, whisper]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: WhisperForCTC
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mcd_speech` is a English model originally trained by Vishwaksen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mcd_speech_en_5.5.0_3.0_1725245080111.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mcd_speech_en_5.5.0_3.0_1725245080111.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mcd_speech|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|en|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/Vishwaksen/MCD_Speech
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mcd_speech_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mcd_speech_pipeline_en.md
new file mode 100644
index 00000000000000..4bfa1763cccdc3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mcd_speech_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mcd_speech_pipeline pipeline WhisperForCTC from Vishwaksen
+author: John Snow Labs
+name: mcd_speech_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mcd_speech_pipeline` is a English model originally trained by Vishwaksen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mcd_speech_pipeline_en_5.5.0_3.0_1725245167991.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mcd_speech_pipeline_en_5.5.0_3.0_1725245167991.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mcd_speech_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mcd_speech_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mcd_speech_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/Vishwaksen/MCD_Speech
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_en.md
new file mode 100644
index 00000000000000..06c96bd83d2cdd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0 DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_en_5.5.0_3.0_1725268564180.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_en_5.5.0_3.0_1725268564180.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|811.6 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta_EW-TT-PE_U0_S1_Tingredient_DROP1_mdeberta_E4_DEV96.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline_en.md
new file mode 100644
index 00000000000000..0b66b8d58c6316
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline_en_5.5.0_3.0_1725268679036.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline_en_5.5.0_3.0_1725268679036.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_ew_tatar_pe_u0_s1_tingredient_drop1_mdeberta_e4_dev96_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|811.6 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta_EW-TT-PE_U0_S1_Tingredient_DROP1_mdeberta_E4_DEV96.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_en.md
new file mode 100644
index 00000000000000..03687b8c2be019
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0 DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_en_5.5.0_3.0_1725269388851.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_en_5.5.0_3.0_1725269388851.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|811.0 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta_EW-TT-PE_U0_S1_Tingredient_P0.25_DROP1_mdeberta_E9_DEV97.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline_en.md
new file mode 100644
index 00000000000000..661ef36e9eeff5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline_en_5.5.0_3.0_1725269520796.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline_en_5.5.0_3.0_1725269520796.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_25_drop1_mdeberta_e9_dev97_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|811.0 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta_EW-TT-PE_U0_S1_Tingredient_P0.25_DROP1_mdeberta_E9_DEV97.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_en.md
new file mode 100644
index 00000000000000..8e5c9e1359ca5f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0 DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_en_5.5.0_3.0_1725269760457.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_en_5.5.0_3.0_1725269760457.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|811.5 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta_EW-TT-PE_U0_S1_Tingredient_P0.5_DROP1_mdeberta_E4_DEV97.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline_en.md
new file mode 100644
index 00000000000000..ff1d08f11492c6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline_en_5.5.0_3.0_1725269874580.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline_en_5.5.0_3.0_1725269874580.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e4_dev97_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|811.5 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta_EW-TT-PE_U0_S1_Tingredient_P0.5_DROP1_mdeberta_E4_DEV97.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_pipeline_xx.md
new file mode 100644
index 00000000000000..c2e1552f9e1b76
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual mdeberta_v3_base_pipeline pipeline DeBertaEmbeddings from microsoft
+author: John Snow Labs
+name: mdeberta_v3_base_pipeline
+date: 2024-09-02
+tags: [xx, open_source, pipeline, onnx]
+task: Embeddings
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_pipeline` is a Multilingual model originally trained by microsoft.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_pipeline_xx_5.5.0_3.0_1725261599166.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_pipeline_xx_5.5.0_3.0_1725261599166.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|660.8 MB|
+
+## References
+
+https://huggingface.co/microsoft/mdeberta-v3-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_en.md
new file mode 100644
index 00000000000000..406d266595602a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp DeBertaForQuestionAnswering from eanderson
+author: John Snow Labs
+name: mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp` is a English model originally trained by eanderson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_en_5.5.0_3.0_1725268879818.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_en_5.5.0_3.0_1725268879818.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|874.2 MB|
+
+## References
+
+https://huggingface.co/eanderson/mdeberta-v3-base-qa-squad-nb_v2_temp
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline_en.md
new file mode 100644
index 00000000000000..3904c0b74fc31a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline pipeline DeBertaForQuestionAnswering from eanderson
+author: John Snow Labs
+name: mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline` is a English model originally trained by eanderson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline_en_5.5.0_3.0_1725268990053.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline_en_5.5.0_3.0_1725268990053.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_qa_squad_norwegian_bokml_v2_temp_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|874.2 MB|
+
+## References
+
+https://huggingface.co/eanderson/mdeberta-v3-base-qa-squad-nb_v2_temp
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_squad2_sjrhuschlee_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_squad2_sjrhuschlee_pipeline_en.md
new file mode 100644
index 00000000000000..2dcabf79c05a94
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_squad2_sjrhuschlee_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_v3_base_squad2_sjrhuschlee_pipeline pipeline DeBertaForQuestionAnswering from sjrhuschlee
+author: John Snow Labs
+name: mdeberta_v3_base_squad2_sjrhuschlee_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_squad2_sjrhuschlee_pipeline` is a English model originally trained by sjrhuschlee.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_squad2_sjrhuschlee_pipeline_en_5.5.0_3.0_1725268879801.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_squad2_sjrhuschlee_pipeline_en_5.5.0_3.0_1725268879801.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_squad2_sjrhuschlee_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_squad2_sjrhuschlee_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_squad2_sjrhuschlee_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|854.1 MB|
+
+## References
+
+https://huggingface.co/sjrhuschlee/mdeberta-v3-base-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_vnrte_1_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_vnrte_1_en.md
new file mode 100644
index 00000000000000..d34ded6c73576b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_vnrte_1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mdeberta_v3_base_vnrte_1 DeBertaForSequenceClassification from tmnam20
+author: John Snow Labs
+name: mdeberta_v3_base_vnrte_1
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_vnrte_1` is a English model originally trained by tmnam20.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_vnrte_1_en_5.5.0_3.0_1725281541989.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_vnrte_1_en_5.5.0_3.0_1725281541989.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_vnrte_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|794.8 MB|
+
+## References
+
+https://huggingface.co/tmnam20/mdeberta-v3-base-vnrte-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_vnrte_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_vnrte_1_pipeline_en.md
new file mode 100644
index 00000000000000..83ac9dfe5be3d2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_vnrte_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mdeberta_v3_base_vnrte_1_pipeline pipeline DeBertaForSequenceClassification from tmnam20
+author: John Snow Labs
+name: mdeberta_v3_base_vnrte_1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base_vnrte_1_pipeline` is a English model originally trained by tmnam20.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_vnrte_1_pipeline_en_5.5.0_3.0_1725281691746.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_vnrte_1_pipeline_en_5.5.0_3.0_1725281691746.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_v3_base_vnrte_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_v3_base_vnrte_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_v3_base_vnrte_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|794.8 MB|
+
+## References
+
+https://huggingface.co/tmnam20/mdeberta-v3-base-vnrte-1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_xx.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_xx.md
new file mode 100644
index 00000000000000..049275f6d4f4b8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_v3_base_xx.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Multilingual mdeberta_v3_base DeBertaEmbeddings from microsoft
+author: John Snow Labs
+name: mdeberta_v3_base
+date: 2024-09-02
+tags: [xx, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_v3_base` is a Multilingual model originally trained by microsoft.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_xx_5.5.0_3.0_1725261401860.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_v3_base_xx_5.5.0_3.0_1725261401860.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_webis|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|849.6 MB|
+
+## References
+
+https://huggingface.co/intanm/mdeberta-webis
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_webis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_webis_pipeline_en.md
new file mode 100644
index 00000000000000..5a1758b014a7d1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_webis_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_webis_pipeline pipeline DeBertaForQuestionAnswering from intanm
+author: John Snow Labs
+name: mdeberta_webis_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_webis_pipeline` is a English model originally trained by intanm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_webis_pipeline_en_5.5.0_3.0_1725269387141.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_webis_pipeline_en_5.5.0_3.0_1725269387141.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_webis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_webis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_webis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|849.6 MB|
+
+## References
+
+https://huggingface.co/intanm/mdeberta-webis
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_en.md
new file mode 100644
index 00000000000000..1250e0aec2b7f9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0 DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_en_5.5.0_3.0_1725268660842.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_en_5.5.0_3.0_1725268660842.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|817.8 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-xlwa-en-it_EW-TT-PE_U0_S1_Tingredient_P0.5_DROP1_mdeberta_E5_DEV96.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline_en.md
new file mode 100644
index 00000000000000..43eefdaebc7ec2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline_en_5.5.0_3.0_1725268774956.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline_en_5.5.0_3.0_1725268774956.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_5_drop1_mdeberta_e5_dev96_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|817.8 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-xlwa-en-it_EW-TT-PE_U0_S1_Tingredient_P0.5_DROP1_mdeberta_E5_DEV96.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline_en.md
new file mode 100644
index 00000000000000..e8ca123c2c06bf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline_en_5.5.0_3.0_1725269516020.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline_en_5.5.0_3.0_1725269516020.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_xlwa_english_italian_ew_tatar_pe_u0_s1_tingredient_p0_75_drop1_mdeberta_e4_dev98_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|817.4 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-xlwa-en-it_EW-TT-PE_U0_S1_Tingredient_P0.75_DROP1_mdeberta_E4_DEV98.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline_en.md
new file mode 100644
index 00000000000000..ed50a1826ed5b8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline pipeline DeBertaForQuestionAnswering from pgajo
+author: John Snow Labs
+name: mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline` is a English model originally trained by pgajo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline_en_5.5.0_3.0_1725240570073.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline_en_5.5.0_3.0_1725240570073.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mdeberta_xlwa_english_italian_ew_tatar_pe_u1_s0_drop1_mdeberta_e2_dev100_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|818.7 MB|
+
+## References
+
+https://huggingface.co/pgajo/mdeberta-xlwa-en-it_EW-TT-PE_U1_S0_DROP1_mdeberta_E2_DEV100.0
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-medical_english_french_9_4_en.md b/docs/_posts/ahmedlone127/2024-09-02-medical_english_french_9_4_en.md
new file mode 100644
index 00000000000000..a1757e7abf79f9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-medical_english_french_9_4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English medical_english_french_9_4 MarianTransformer from DogGoesBark
+author: John Snow Labs
+name: medical_english_french_9_4
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`medical_english_french_9_4` is a English model originally trained by DogGoesBark.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/medical_english_french_9_4_en_5.5.0_3.0_1725304325292.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/medical_english_french_9_4_en_5.5.0_3.0_1725304325292.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|medical_english_french_9_4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.3 MB|
+
+## References
+
+https://huggingface.co/DogGoesBark/medical_en_fr_9_4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-medical_english_french_9_4_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-medical_english_french_9_4_pipeline_en.md
new file mode 100644
index 00000000000000..60f82a02c5bb72
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-medical_english_french_9_4_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English medical_english_french_9_4_pipeline pipeline MarianTransformer from DogGoesBark
+author: John Snow Labs
+name: medical_english_french_9_4_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`medical_english_french_9_4_pipeline` is a English model originally trained by DogGoesBark.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/medical_english_french_9_4_pipeline_en_5.5.0_3.0_1725304359509.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/medical_english_french_9_4_pipeline_en_5.5.0_3.0_1725304359509.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("medical_english_french_9_4_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("medical_english_french_9_4_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|medical_english_french_9_4_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.8 MB|
+
+## References
+
+https://huggingface.co/DogGoesBark/medical_en_fr_9_4
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-medical_pubmed_8_6_en.md b/docs/_posts/ahmedlone127/2024-09-02-medical_pubmed_8_6_en.md
new file mode 100644
index 00000000000000..677f712988dcfd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-medical_pubmed_8_6_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English medical_pubmed_8_6 MarianTransformer from DogGoesBark
+author: John Snow Labs
+name: medical_pubmed_8_6
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`medical_pubmed_8_6` is a English model originally trained by DogGoesBark.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/medical_pubmed_8_6_en_5.5.0_3.0_1725304560238.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/medical_pubmed_8_6_en_5.5.0_3.0_1725304560238.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|medical_pubmed_8_6|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|540.1 MB|
+
+## References
+
+https://huggingface.co/DogGoesBark/medical_pubmed_8_6
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-medical_pubmed_8_6_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-medical_pubmed_8_6_pipeline_en.md
new file mode 100644
index 00000000000000..7586023d7ebb2a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-medical_pubmed_8_6_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English medical_pubmed_8_6_pipeline pipeline MarianTransformer from DogGoesBark
+author: John Snow Labs
+name: medical_pubmed_8_6_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`medical_pubmed_8_6_pipeline` is a English model originally trained by DogGoesBark.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/medical_pubmed_8_6_pipeline_en_5.5.0_3.0_1725304592566.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/medical_pubmed_8_6_pipeline_en_5.5.0_3.0_1725304592566.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("medical_pubmed_8_6_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("medical_pubmed_8_6_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|medical_pubmed_8_6_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|540.6 MB|
+
+## References
+
+https://huggingface.co/DogGoesBark/medical_pubmed_8_6
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-memo_final_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-memo_final_pipeline_en.md
new file mode 100644
index 00000000000000..dae4a09ba6e081
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-memo_final_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English memo_final_pipeline pipeline XlmRoBertaEmbeddings from yemen2016
+author: John Snow Labs
+name: memo_final_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`memo_final_pipeline` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/memo_final_pipeline_en_5.5.0_3.0_1725270404068.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/memo_final_pipeline_en_5.5.0_3.0_1725270404068.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("memo_final_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("memo_final_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|memo_final_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/memo_final
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-memo_model_3500_en.md b/docs/_posts/ahmedlone127/2024-09-02-memo_model_3500_en.md
new file mode 100644
index 00000000000000..0948878ac4b695
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-memo_model_3500_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English memo_model_3500 XlmRoBertaEmbeddings from yemen2016
+author: John Snow Labs
+name: memo_model_3500
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`memo_model_3500` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/memo_model_3500_en_5.5.0_3.0_1725270759003.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/memo_model_3500_en_5.5.0_3.0_1725270759003.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|memo_model_3500|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/memo_model_3500
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-metaphor_detection_xlmr_en.md b/docs/_posts/ahmedlone127/2024-09-02-metaphor_detection_xlmr_en.md
new file mode 100644
index 00000000000000..7d40cb88136975
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-metaphor_detection_xlmr_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English metaphor_detection_xlmr XlmRoBertaForTokenClassification from lwachowiak
+author: John Snow Labs
+name: metaphor_detection_xlmr
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`metaphor_detection_xlmr` is a English model originally trained by lwachowiak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/metaphor_detection_xlmr_en_5.5.0_3.0_1725307620847.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/metaphor_detection_xlmr_en_5.5.0_3.0_1725307620847.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|metaphor_detection_xlmr|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|786.0 MB|
+
+## References
+
+https://huggingface.co/lwachowiak/Metaphor-Detection-XLMR
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-metaphor_detection_xlmr_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-metaphor_detection_xlmr_pipeline_en.md
new file mode 100644
index 00000000000000..b46638e495d956
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-metaphor_detection_xlmr_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English metaphor_detection_xlmr_pipeline pipeline XlmRoBertaForTokenClassification from lwachowiak
+author: John Snow Labs
+name: metaphor_detection_xlmr_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`metaphor_detection_xlmr_pipeline` is a English model originally trained by lwachowiak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/metaphor_detection_xlmr_pipeline_en_5.5.0_3.0_1725307769857.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/metaphor_detection_xlmr_pipeline_en_5.5.0_3.0_1725307769857.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("metaphor_detection_xlmr_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("metaphor_detection_xlmr_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|metaphor_detection_xlmr_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|786.0 MB|
+
+## References
+
+https://huggingface.co/lwachowiak/Metaphor-Detection-XLMR
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mformer_fairness_en.md b/docs/_posts/ahmedlone127/2024-09-02-mformer_fairness_en.md
new file mode 100644
index 00000000000000..db9da4b86d5c79
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mformer_fairness_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mformer_fairness RoBertaForSequenceClassification from joshnguyen
+author: John Snow Labs
+name: mformer_fairness
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mformer_fairness` is a English model originally trained by joshnguyen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mformer_fairness_en_5.5.0_3.0_1725238087234.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mformer_fairness_en_5.5.0_3.0_1725238087234.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mika_custom_ir|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.4 MB|
+
+## References
+
+https://huggingface.co/NASA-AIML/MIKA_Custom_IR
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mika_custom_ir_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mika_custom_ir_pipeline_en.md
new file mode 100644
index 00000000000000..afad4005535e24
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mika_custom_ir_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mika_custom_ir_pipeline pipeline MPNetEmbeddings from NASA-AIML
+author: John Snow Labs
+name: mika_custom_ir_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mika_custom_ir_pipeline` is a English model originally trained by NASA-AIML.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mika_custom_ir_pipeline_en_5.5.0_3.0_1725258352519.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mika_custom_ir_pipeline_en_5.5.0_3.0_1725258352519.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mika_custom_ir_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mika_custom_ir_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mika_custom_ir_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.4 MB|
+
+## References
+
+https://huggingface.co/NASA-AIML/MIKA_Custom_IR
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-minicheck_roberta_large_en.md b/docs/_posts/ahmedlone127/2024-09-02-minicheck_roberta_large_en.md
new file mode 100644
index 00000000000000..53993a06aa5927
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-minicheck_roberta_large_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English minicheck_roberta_large RoBertaForSequenceClassification from lytang
+author: John Snow Labs
+name: minicheck_roberta_large
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`minicheck_roberta_large` is a English model originally trained by lytang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/minicheck_roberta_large_en_5.5.0_3.0_1725277491493.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/minicheck_roberta_large_en_5.5.0_3.0_1725277491493.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|minicheck_roberta_large|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/lytang/MiniCheck-RoBERTa-Large
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-minicheck_roberta_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-minicheck_roberta_large_pipeline_en.md
new file mode 100644
index 00000000000000..b4f2a60313670e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-minicheck_roberta_large_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English minicheck_roberta_large_pipeline pipeline RoBertaForSequenceClassification from lytang
+author: John Snow Labs
+name: minicheck_roberta_large_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`minicheck_roberta_large_pipeline` is a English model originally trained by lytang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/minicheck_roberta_large_pipeline_en_5.5.0_3.0_1725277560238.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/minicheck_roberta_large_pipeline_en_5.5.0_3.0_1725277560238.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("minicheck_roberta_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("minicheck_roberta_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|minicheck_roberta_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/lytang/MiniCheck-RoBERTa-Large
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-misinformation_trainer_en.md b/docs/_posts/ahmedlone127/2024-09-02-misinformation_trainer_en.md
new file mode 100644
index 00000000000000..e994ef53d2037c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-misinformation_trainer_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English misinformation_trainer DistilBertForSequenceClassification from AIUs3r0
+author: John Snow Labs
+name: misinformation_trainer
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`misinformation_trainer` is a English model originally trained by AIUs3r0.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/misinformation_trainer_en_5.5.0_3.0_1725292056811.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/misinformation_trainer_en_5.5.0_3.0_1725292056811.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mix1_japanese_english_helsinki|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|517.3 MB|
+
+## References
+
+https://huggingface.co/twieland/MIX1_ja-en_helsinki
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mix1_japanese_english_helsinki_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mix1_japanese_english_helsinki_pipeline_en.md
new file mode 100644
index 00000000000000..bf8d6981df125b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mix1_japanese_english_helsinki_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mix1_japanese_english_helsinki_pipeline pipeline MarianTransformer from twieland
+author: John Snow Labs
+name: mix1_japanese_english_helsinki_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mix1_japanese_english_helsinki_pipeline` is a English model originally trained by twieland.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mix1_japanese_english_helsinki_pipeline_en_5.5.0_3.0_1725242966138.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mix1_japanese_english_helsinki_pipeline_en_5.5.0_3.0_1725242966138.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mix1_japanese_english_helsinki_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mix1_japanese_english_helsinki_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mix1_japanese_english_helsinki_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|517.8 MB|
+
+## References
+
+https://huggingface.co/twieland/MIX1_ja-en_helsinki
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mix2_english_japanese_helsinki_en.md b/docs/_posts/ahmedlone127/2024-09-02-mix2_english_japanese_helsinki_en.md
new file mode 100644
index 00000000000000..ccd47296aa3a41
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mix2_english_japanese_helsinki_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mix2_english_japanese_helsinki MarianTransformer from twieland
+author: John Snow Labs
+name: mix2_english_japanese_helsinki
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mix2_english_japanese_helsinki` is a English model originally trained by twieland.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mix2_english_japanese_helsinki_en_5.5.0_3.0_1725304538345.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mix2_english_japanese_helsinki_en_5.5.0_3.0_1725304538345.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mix2_english_japanese_helsinki|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|434.3 MB|
+
+## References
+
+https://huggingface.co/twieland/MIX2_en-ja_helsinki
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mminilmv2_l12_h384_distilled_from_xlmr_large_en.md b/docs/_posts/ahmedlone127/2024-09-02-mminilmv2_l12_h384_distilled_from_xlmr_large_en.md
new file mode 100644
index 00000000000000..340c4368855546
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mminilmv2_l12_h384_distilled_from_xlmr_large_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mminilmv2_l12_h384_distilled_from_xlmr_large XlmRoBertaEmbeddings from nreimers
+author: John Snow Labs
+name: mminilmv2_l12_h384_distilled_from_xlmr_large
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mminilmv2_l12_h384_distilled_from_xlmr_large` is a English model originally trained by nreimers.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mminilmv2_l12_h384_distilled_from_xlmr_large_en_5.5.0_3.0_1725270394743.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mminilmv2_l12_h384_distilled_from_xlmr_large_en_5.5.0_3.0_1725270394743.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mminilmv2_l12_h384_distilled_from_xlmr_large|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|282.9 MB|
+
+## References
+
+https://huggingface.co/nreimers/mMiniLMv2-L12-H384-distilled-from-XLMR-Large
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline_en.md
new file mode 100644
index 00000000000000..d60a53d43d330b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline pipeline XlmRoBertaEmbeddings from nreimers
+author: John Snow Labs
+name: mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline` is a English model originally trained by nreimers.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline_en_5.5.0_3.0_1725270480022.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline_en_5.5.0_3.0_1725270480022.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mminilmv2_l12_h384_distilled_from_xlmr_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|282.9 MB|
+
+## References
+
+https://huggingface.co/nreimers/mMiniLMv2-L12-H384-distilled-from-XLMR-Large
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-model_3_edges_beloiual_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-model_3_edges_beloiual_pipeline_en.md
new file mode 100644
index 00000000000000..a14e7fa3b0e89e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-model_3_edges_beloiual_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English model_3_edges_beloiual_pipeline pipeline DistilBertForTokenClassification from beloiual
+author: John Snow Labs
+name: model_3_edges_beloiual_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_3_edges_beloiual_pipeline` is a English model originally trained by beloiual.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_3_edges_beloiual_pipeline_en_5.5.0_3.0_1725267414064.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_3_edges_beloiual_pipeline_en_5.5.0_3.0_1725267414064.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("model_3_edges_beloiual_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("model_3_edges_beloiual_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_3_edges_beloiual_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/beloiual/model_3_edges
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-model_opus_maltese_tc_big_english_portuguese_finetuned_en.md b/docs/_posts/ahmedlone127/2024-09-02-model_opus_maltese_tc_big_english_portuguese_finetuned_en.md
new file mode 100644
index 00000000000000..e0a2eddbde484f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-model_opus_maltese_tc_big_english_portuguese_finetuned_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English model_opus_maltese_tc_big_english_portuguese_finetuned MarianTransformer from Miguelcj1
+author: John Snow Labs
+name: model_opus_maltese_tc_big_english_portuguese_finetuned
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_opus_maltese_tc_big_english_portuguese_finetuned` is a English model originally trained by Miguelcj1.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_opus_maltese_tc_big_english_portuguese_finetuned_en_5.5.0_3.0_1725244148348.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_opus_maltese_tc_big_english_portuguese_finetuned_en_5.5.0_3.0_1725244148348.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_opus_maltese_tc_big_english_portuguese_finetuned|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/Miguelcj1/model_opus-mt-tc-big-en-pt-finetuned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline_en.md
new file mode 100644
index 00000000000000..58d7f816957b32
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline pipeline MarianTransformer from Miguelcj1
+author: John Snow Labs
+name: model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline` is a English model originally trained by Miguelcj1.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline_en_5.5.0_3.0_1725244213858.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline_en_5.5.0_3.0_1725244213858.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_opus_maltese_tc_big_english_portuguese_finetuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/Miguelcj1/model_opus-mt-tc-big-en-pt-finetuned
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-model_pipeline_en.md
new file mode 100644
index 00000000000000..0dc0e2381b2784
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-model_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English model_pipeline pipeline MPNetEmbeddings from Watwat100
+author: John Snow Labs
+name: model_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_pipeline` is a English model originally trained by Watwat100.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_pipeline_en_5.5.0_3.0_1725280838166.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_pipeline_en_5.5.0_3.0_1725280838166.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/Watwat100/model
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-model_rikvc_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-02-model_rikvc_pipeline_es.md
new file mode 100644
index 00000000000000..44d0faf24a87bd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-model_rikvc_pipeline_es.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Castilian, Spanish model_rikvc_pipeline pipeline CamemBertEmbeddings from ovieyra21
+author: John Snow Labs
+name: model_rikvc_pipeline
+date: 2024-09-02
+tags: [es, open_source, pipeline, onnx]
+task: Embeddings
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`model_rikvc_pipeline` is a Castilian, Spanish model originally trained by ovieyra21.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/model_rikvc_pipeline_es_5.5.0_3.0_1725320786086.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/model_rikvc_pipeline_es_5.5.0_3.0_1725320786086.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("model_rikvc_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("model_rikvc_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|model_rikvc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/ovieyra21/model-rikvc
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-modele_trad_food_english_french_en.md b/docs/_posts/ahmedlone127/2024-09-02-modele_trad_food_english_french_en.md
new file mode 100644
index 00000000000000..3c182d6f3bb4d0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-modele_trad_food_english_french_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English modele_trad_food_english_french MarianTransformer from PaulineSanchez
+author: John Snow Labs
+name: modele_trad_food_english_french
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`modele_trad_food_english_french` is a English model originally trained by PaulineSanchez.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/modele_trad_food_english_french_en_5.5.0_3.0_1725304575027.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/modele_trad_food_english_french_en_5.5.0_3.0_1725304575027.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|modele_trad_food_english_french|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.4 MB|
+
+## References
+
+https://huggingface.co/PaulineSanchez/Modele_Trad_Food_en_fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-modele_trad_food_english_french_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-modele_trad_food_english_french_pipeline_en.md
new file mode 100644
index 00000000000000..c608af145e5779
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-modele_trad_food_english_french_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English modele_trad_food_english_french_pipeline pipeline MarianTransformer from PaulineSanchez
+author: John Snow Labs
+name: modele_trad_food_english_french_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`modele_trad_food_english_french_pipeline` is a English model originally trained by PaulineSanchez.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/modele_trad_food_english_french_pipeline_en_5.5.0_3.0_1725304605819.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/modele_trad_food_english_french_pipeline_en_5.5.0_3.0_1725304605819.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("modele_trad_food_english_french_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("modele_trad_food_english_french_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|modele_trad_food_english_french_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|509.0 MB|
+
+## References
+
+https://huggingface.co/PaulineSanchez/Modele_Trad_Food_en_fr
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-modelo_qa_beto_squad_spanish_pdqa_en.md b/docs/_posts/ahmedlone127/2024-09-02-modelo_qa_beto_squad_spanish_pdqa_en.md
new file mode 100644
index 00000000000000..ced77e3f8cd463
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-modelo_qa_beto_squad_spanish_pdqa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English modelo_qa_beto_squad_spanish_pdqa BertForQuestionAnswering from Lisibonny
+author: John Snow Labs
+name: modelo_qa_beto_squad_spanish_pdqa
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, bert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`modelo_qa_beto_squad_spanish_pdqa` is a English model originally trained by Lisibonny.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/modelo_qa_beto_squad_spanish_pdqa_en_5.5.0_3.0_1725313095729.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/modelo_qa_beto_squad_spanish_pdqa_en_5.5.0_3.0_1725313095729.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|modelo_qa_beto_squad_spanish_pdqa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|409.7 MB|
+
+## References
+
+https://huggingface.co/Lisibonny/modelo_qa_beto_squad_es_pdqa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-modelo_qa_beto_squad_spanish_pdqa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-modelo_qa_beto_squad_spanish_pdqa_pipeline_en.md
new file mode 100644
index 00000000000000..b4b9a6150fbfc4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-modelo_qa_beto_squad_spanish_pdqa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English modelo_qa_beto_squad_spanish_pdqa_pipeline pipeline BertForQuestionAnswering from Lisibonny
+author: John Snow Labs
+name: modelo_qa_beto_squad_spanish_pdqa_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`modelo_qa_beto_squad_spanish_pdqa_pipeline` is a English model originally trained by Lisibonny.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/modelo_qa_beto_squad_spanish_pdqa_pipeline_en_5.5.0_3.0_1725313118239.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/modelo_qa_beto_squad_spanish_pdqa_pipeline_en_5.5.0_3.0_1725313118239.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("modelo_qa_beto_squad_spanish_pdqa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("modelo_qa_beto_squad_spanish_pdqa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|modelo_qa_beto_squad_spanish_pdqa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|409.7 MB|
+
+## References
+
+https://huggingface.co/Lisibonny/modelo_qa_beto_squad_es_pdqa
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mongolian_xlm_roberta_base_named_entity_mn.md b/docs/_posts/ahmedlone127/2024-09-02-mongolian_xlm_roberta_base_named_entity_mn.md
new file mode 100644
index 00000000000000..10d0dc3c6974b8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mongolian_xlm_roberta_base_named_entity_mn.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Mongolian mongolian_xlm_roberta_base_named_entity XlmRoBertaForTokenClassification from 2rtl3
+author: John Snow Labs
+name: mongolian_xlm_roberta_base_named_entity
+date: 2024-09-02
+tags: [mn, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: mn
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mongolian_xlm_roberta_base_named_entity` is a Mongolian model originally trained by 2rtl3.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mongolian_xlm_roberta_base_named_entity_mn_5.5.0_3.0_1725308747908.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mongolian_xlm_roberta_base_named_entity_mn_5.5.0_3.0_1725308747908.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_gooaq|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.7 MB|
+
+## References
+
+https://huggingface.co/tomaarsen/mpnet-base-gooaq
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_gooaq_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_gooaq_pipeline_en.md
new file mode 100644
index 00000000000000..9bf1c9b5ab8b42
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_gooaq_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mpnet_base_gooaq_pipeline pipeline MPNetEmbeddings from tomaarsen
+author: John Snow Labs
+name: mpnet_base_gooaq_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_base_gooaq_pipeline` is a English model originally trained by tomaarsen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_base_gooaq_pipeline_en_5.5.0_3.0_1725258388258.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_base_gooaq_pipeline_en_5.5.0_3.0_1725258388258.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mpnet_base_gooaq_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mpnet_base_gooaq_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_gooaq_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.7 MB|
+
+## References
+
+https://huggingface.co/tomaarsen/mpnet-base-gooaq
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_adaptive_layer_en.md b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_adaptive_layer_en.md
new file mode 100644
index 00000000000000..2bd73c65480722
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_adaptive_layer_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mpnet_base_nli_adaptive_layer MPNetEmbeddings from tomaarsen
+author: John Snow Labs
+name: mpnet_base_nli_adaptive_layer
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_base_nli_adaptive_layer` is a English model originally trained by tomaarsen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_base_nli_adaptive_layer_en_5.5.0_3.0_1725313969061.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_base_nli_adaptive_layer_en_5.5.0_3.0_1725313969061.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_nli_adaptive_layer|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|404.6 MB|
+
+## References
+
+https://huggingface.co/tomaarsen/mpnet-base-nli-adaptive-layer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_en.md b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_en.md
new file mode 100644
index 00000000000000..1aa6ca1486b9ec
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mpnet_base_nli MPNetEmbeddings from tomaarsen
+author: John Snow Labs
+name: mpnet_base_nli
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_base_nli` is a English model originally trained by tomaarsen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_base_nli_en_5.5.0_3.0_1725258444954.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_base_nli_en_5.5.0_3.0_1725258444954.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_nli|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|404.4 MB|
+
+## References
+
+https://huggingface.co/tomaarsen/mpnet-base-nli
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_matryoshka_tomaarsen_en.md b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_matryoshka_tomaarsen_en.md
new file mode 100644
index 00000000000000..3d0b6520b8e0ed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_matryoshka_tomaarsen_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mpnet_base_nli_matryoshka_tomaarsen MPNetEmbeddings from tomaarsen
+author: John Snow Labs
+name: mpnet_base_nli_matryoshka_tomaarsen
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_base_nli_matryoshka_tomaarsen` is a English model originally trained by tomaarsen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_base_nli_matryoshka_tomaarsen_en_5.5.0_3.0_1725258603180.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_base_nli_matryoshka_tomaarsen_en_5.5.0_3.0_1725258603180.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_nli_matryoshka_tomaarsen|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|404.4 MB|
+
+## References
+
+https://huggingface.co/tomaarsen/mpnet-base-nli-matryoshka
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_matryoshka_tomaarsen_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_matryoshka_tomaarsen_pipeline_en.md
new file mode 100644
index 00000000000000..3d874ac395b3ed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_nli_matryoshka_tomaarsen_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mpnet_base_nli_matryoshka_tomaarsen_pipeline pipeline MPNetEmbeddings from tomaarsen
+author: John Snow Labs
+name: mpnet_base_nli_matryoshka_tomaarsen_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_base_nli_matryoshka_tomaarsen_pipeline` is a English model originally trained by tomaarsen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_base_nli_matryoshka_tomaarsen_pipeline_en_5.5.0_3.0_1725258628758.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_base_nli_matryoshka_tomaarsen_pipeline_en_5.5.0_3.0_1725258628758.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mpnet_base_nli_matryoshka_tomaarsen_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mpnet_base_nli_matryoshka_tomaarsen_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_nli_matryoshka_tomaarsen_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|404.4 MB|
+
+## References
+
+https://huggingface.co/tomaarsen/mpnet-base-nli-matryoshka
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_sst2_distilled_en.md b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_sst2_distilled_en.md
new file mode 100644
index 00000000000000..3a0d061007fe38
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_sst2_distilled_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mpnet_base_sst2_distilled MPNetForSequenceClassification from moshew
+author: John Snow Labs
+name: mpnet_base_sst2_distilled
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, mpnet]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_base_sst2_distilled` is a English model originally trained by moshew.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_base_sst2_distilled_en_5.5.0_3.0_1725255536060.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_base_sst2_distilled_en_5.5.0_3.0_1725255536060.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_sst2_distilled|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|393.8 MB|
+
+## References
+
+https://huggingface.co/moshew/mpnet-base-sst2-distilled
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_sst2_distilled_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_sst2_distilled_pipeline_en.md
new file mode 100644
index 00000000000000..d51e0d3e940385
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_sst2_distilled_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mpnet_base_sst2_distilled_pipeline pipeline MPNetForSequenceClassification from moshew
+author: John Snow Labs
+name: mpnet_base_sst2_distilled_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_base_sst2_distilled_pipeline` is a English model originally trained by moshew.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_base_sst2_distilled_pipeline_en_5.5.0_3.0_1725255564074.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_base_sst2_distilled_pipeline_en_5.5.0_3.0_1725255564074.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mpnet_base_sst2_distilled_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mpnet_base_sst2_distilled_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_sst2_distilled_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|393.8 MB|
+
+## References
+
+https://huggingface.co/moshew/mpnet-base-sst2-distilled
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- MPNetForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_v2_ukgov_finetuned_en.md b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_v2_ukgov_finetuned_en.md
new file mode 100644
index 00000000000000..ad9f0bf23e3aab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mpnet_base_v2_ukgov_finetuned_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English mpnet_base_v2_ukgov_finetuned MPNetEmbeddings from AndreasThinks
+author: John Snow Labs
+name: mpnet_base_v2_ukgov_finetuned
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mpnet_base_v2_ukgov_finetuned` is a English model originally trained by AndreasThinks.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mpnet_base_v2_ukgov_finetuned_en_5.5.0_3.0_1725313977953.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mpnet_base_v2_ukgov_finetuned_en_5.5.0_3.0_1725313977953.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mpnet_base_v2_ukgov_finetuned|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.1 MB|
+
+## References
+
+https://huggingface.co/AndreasThinks/mpnet-base-v2-ukgov-finetuned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mrc_xlmr_base_dsc_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mrc_xlmr_base_dsc_pipeline_en.md
new file mode 100644
index 00000000000000..990167b2a42d88
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mrc_xlmr_base_dsc_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English mrc_xlmr_base_dsc_pipeline pipeline XlmRoBertaForQuestionAnswering from MiuN2k3
+author: John Snow Labs
+name: mrc_xlmr_base_dsc_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mrc_xlmr_base_dsc_pipeline` is a English model originally trained by MiuN2k3.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mrc_xlmr_base_dsc_pipeline_en_5.5.0_3.0_1725254114807.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mrc_xlmr_base_dsc_pipeline_en_5.5.0_3.0_1725254114807.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mrc_xlmr_base_dsc_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mrc_xlmr_base_dsc_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mrc_xlmr_base_dsc_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|815.8 MB|
+
+## References
+
+https://huggingface.co/MiuN2k3/mrc-xlmr-base-dsc
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mrpc_microsoft_deberta_v3_base_seed_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-mrpc_microsoft_deberta_v3_base_seed_1_pipeline_en.md
new file mode 100644
index 00000000000000..bcebd34381bf29
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mrpc_microsoft_deberta_v3_base_seed_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mrpc_microsoft_deberta_v3_base_seed_1_pipeline pipeline DeBertaForSequenceClassification from utahnlp
+author: John Snow Labs
+name: mrpc_microsoft_deberta_v3_base_seed_1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mrpc_microsoft_deberta_v3_base_seed_1_pipeline` is a English model originally trained by utahnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mrpc_microsoft_deberta_v3_base_seed_1_pipeline_en_5.5.0_3.0_1725282290223.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mrpc_microsoft_deberta_v3_base_seed_1_pipeline_en_5.5.0_3.0_1725282290223.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mrpc_microsoft_deberta_v3_base_seed_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mrpc_microsoft_deberta_v3_base_seed_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mrpc_microsoft_deberta_v3_base_seed_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|573.9 MB|
+
+## References
+
+https://huggingface.co/utahnlp/mrpc_microsoft_deberta-v3-base_seed-1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_en.md b/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_en.md
new file mode 100644
index 00000000000000..80956c70b82304
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150 MPNetEmbeddings from checkiejan
+author: John Snow Labs
+name: multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150` is a English model originally trained by checkiejan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_en_5.5.0_3.0_1725280719589.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_en_5.5.0_3.0_1725280719589.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/checkiejan/multi-qa-mpnet-base-dot-v1-covidqa-search-75-25-1epoch-1150
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline_en.md
new file mode 100644
index 00000000000000..d43b060ebe0cc9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline pipeline MPNetEmbeddings from checkiejan
+author: John Snow Labs
+name: multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline` is a English model originally trained by checkiejan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline_en_5.5.0_3.0_1725280743422.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline_en_5.5.0_3.0_1725280743422.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|multi_qa_mpnet_base_dot_v1_covidqa_search_75_25_1epoch_1150_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/checkiejan/multi-qa-mpnet-base-dot-v1-covidqa-search-75-25-1epoch-1150
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_en.md b/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_en.md
new file mode 100644
index 00000000000000..f5a7904496ab07
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed MPNetEmbeddings from legacy107
+author: John Snow Labs
+name: multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed` is a English model originally trained by legacy107.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_en_5.5.0_3.0_1725314123004.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_en_5.5.0_3.0_1725314123004.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/legacy107/multi-qa-mpnet-base-dot-v1-wikipedia-search-farmed
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline_en.md
new file mode 100644
index 00000000000000..ade7de532d2f3f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline pipeline MPNetEmbeddings from legacy107
+author: John Snow Labs
+name: multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline` is a English model originally trained by legacy107.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline_en_5.5.0_3.0_1725314143837.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline_en_5.5.0_3.0_1725314143837.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|multi_qa_mpnet_base_dot_v1_wikipedia_search_farmed_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.3 MB|
+
+## References
+
+https://huggingface.co/legacy107/multi-qa-mpnet-base-dot-v1-wikipedia-search-farmed
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-02-multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline_xx.md
new file mode 100644
index 00000000000000..3e29e79acceb65
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline pipeline MarianTransformer from Klarly
+author: John Snow Labs
+name: multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline
+date: 2024-09-02
+tags: [xx, open_source, pipeline, onnx]
+task: Translation
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline` is a Multilingual model originally trained by Klarly.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline_xx_5.5.0_3.0_1725243730972.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline_xx_5.5.0_3.0_1725243730972.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|495.3 MB|
+
+## References
+
+https://huggingface.co/Klarly/multilingual-MT_FR-ES-IT-PT-RO_CAS-NLP
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_xx.md b/docs/_posts/ahmedlone127/2024-09-02-multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_xx.md
new file mode 100644
index 00000000000000..566918ed527754
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_xx.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Multilingual multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp MarianTransformer from Klarly
+author: John Snow Labs
+name: multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp
+date: 2024-09-02
+tags: [xx, open_source, onnx, translation, marian]
+task: Translation
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp` is a Multilingual model originally trained by Klarly.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_xx_5.5.0_3.0_1725243704665.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp_xx_5.5.0_3.0_1725243704665.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|multilingual_maltese_french_spanish_italian_portuguese_romanian_cas_nlp|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|xx|
+|Size:|494.7 MB|
+
+## References
+
+https://huggingface.co/Klarly/multilingual-MT_FR-ES-IT-PT-RO_CAS-NLP
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-multiplenegativesrankingloss_10_en.md b/docs/_posts/ahmedlone127/2024-09-02-multiplenegativesrankingloss_10_en.md
new file mode 100644
index 00000000000000..e5f04e6cca5a2b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-multiplenegativesrankingloss_10_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English multiplenegativesrankingloss_10 MPNetEmbeddings from marianodo
+author: John Snow Labs
+name: multiplenegativesrankingloss_10
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`multiplenegativesrankingloss_10` is a English model originally trained by marianodo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/multiplenegativesrankingloss_10_en_5.5.0_3.0_1725280695575.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/multiplenegativesrankingloss_10_en_5.5.0_3.0_1725280695575.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|multiplenegativesrankingloss_10|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/marianodo/MultipleNegativesRankingLoss-10
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-multiplenegativesrankingloss_10_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-multiplenegativesrankingloss_10_pipeline_en.md
new file mode 100644
index 00000000000000..87cc1f2dc528b1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-multiplenegativesrankingloss_10_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English multiplenegativesrankingloss_10_pipeline pipeline MPNetEmbeddings from marianodo
+author: John Snow Labs
+name: multiplenegativesrankingloss_10_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`multiplenegativesrankingloss_10_pipeline` is a English model originally trained by marianodo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/multiplenegativesrankingloss_10_pipeline_en_5.5.0_3.0_1725280716955.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/multiplenegativesrankingloss_10_pipeline_en_5.5.0_3.0_1725280716955.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("multiplenegativesrankingloss_10_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("multiplenegativesrankingloss_10_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|multiplenegativesrankingloss_10_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/marianodo/MultipleNegativesRankingLoss-10
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-mytextcheck_en.md b/docs/_posts/ahmedlone127/2024-09-02-mytextcheck_en.md
new file mode 100644
index 00000000000000..1732ad05476b67
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-mytextcheck_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mytextcheck DistilBertForSequenceClassification from Jnanesh12
+author: John Snow Labs
+name: mytextcheck
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mytextcheck` is a English model originally trained by Jnanesh12.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mytextcheck_en_5.5.0_3.0_1725305944627.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mytextcheck_en_5.5.0_3.0_1725305944627.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mytextcheck|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Jnanesh12/MyTextCheck
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-n_distilbert_imdb_padding10model_realgon_en.md b/docs/_posts/ahmedlone127/2024-09-02-n_distilbert_imdb_padding10model_realgon_en.md
new file mode 100644
index 00000000000000..fcae7b47af2fb2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-n_distilbert_imdb_padding10model_realgon_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English n_distilbert_imdb_padding10model_realgon DistilBertForSequenceClassification from Realgon
+author: John Snow Labs
+name: n_distilbert_imdb_padding10model_realgon
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`n_distilbert_imdb_padding10model_realgon` is a English model originally trained by Realgon.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/n_distilbert_imdb_padding10model_realgon_en_5.5.0_3.0_1725305973517.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/n_distilbert_imdb_padding10model_realgon_en_5.5.0_3.0_1725305973517.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|n_distilbert_imdb_padding10model_realgon|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Realgon/N_distilbert_imdb_padding10model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-n_distilbert_imdb_padding10model_realgon_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-n_distilbert_imdb_padding10model_realgon_pipeline_en.md
new file mode 100644
index 00000000000000..8abd624b9b574c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-n_distilbert_imdb_padding10model_realgon_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English n_distilbert_imdb_padding10model_realgon_pipeline pipeline DistilBertForSequenceClassification from Realgon
+author: John Snow Labs
+name: n_distilbert_imdb_padding10model_realgon_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`n_distilbert_imdb_padding10model_realgon_pipeline` is a English model originally trained by Realgon.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/n_distilbert_imdb_padding10model_realgon_pipeline_en_5.5.0_3.0_1725305986003.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/n_distilbert_imdb_padding10model_realgon_pipeline_en_5.5.0_3.0_1725305986003.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("n_distilbert_imdb_padding10model_realgon_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("n_distilbert_imdb_padding10model_realgon_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|n_distilbert_imdb_padding10model_realgon_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Realgon/N_distilbert_imdb_padding10model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-nadi2024_baseline_ar.md b/docs/_posts/ahmedlone127/2024-09-02-nadi2024_baseline_ar.md
new file mode 100644
index 00000000000000..1430fd746eb840
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-nadi2024_baseline_ar.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Arabic nadi2024_baseline BertForSequenceClassification from AMR-KELEG
+author: John Snow Labs
+name: nadi2024_baseline
+date: 2024-09-02
+tags: [ar, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: ar
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nadi2024_baseline` is a Arabic model originally trained by AMR-KELEG.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nadi2024_baseline_ar_5.5.0_3.0_1725293237294.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nadi2024_baseline_ar_5.5.0_3.0_1725293237294.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|named_entity_recognition_distilbert_b|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/imrazaa/named-entity-recognition-distilbert-B
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-named_entity_recognition_distilbert_b_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-named_entity_recognition_distilbert_b_pipeline_en.md
new file mode 100644
index 00000000000000..0cb628ffd9c301
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-named_entity_recognition_distilbert_b_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English named_entity_recognition_distilbert_b_pipeline pipeline DistilBertForTokenClassification from imrazaa
+author: John Snow Labs
+name: named_entity_recognition_distilbert_b_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`named_entity_recognition_distilbert_b_pipeline` is a English model originally trained by imrazaa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/named_entity_recognition_distilbert_b_pipeline_en_5.5.0_3.0_1725267698028.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/named_entity_recognition_distilbert_b_pipeline_en_5.5.0_3.0_1725267698028.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("named_entity_recognition_distilbert_b_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("named_entity_recognition_distilbert_b_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|named_entity_recognition_distilbert_b_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.4 MB|
+
+## References
+
+https://huggingface.co/imrazaa/named-entity-recognition-distilbert-B
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-national_climate_targets_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-national_climate_targets_pipeline_en.md
new file mode 100644
index 00000000000000..7ce8e34478e0a7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-national_climate_targets_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English national_climate_targets_pipeline pipeline RoBertaForSequenceClassification from ClimatePolicyRadar
+author: John Snow Labs
+name: national_climate_targets_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`national_climate_targets_pipeline` is a English model originally trained by ClimatePolicyRadar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/national_climate_targets_pipeline_en_5.5.0_3.0_1725238338115.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/national_climate_targets_pipeline_en_5.5.0_3.0_1725238338115.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("national_climate_targets_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("national_climate_targets_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|national_climate_targets_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|309.7 MB|
+
+## References
+
+https://huggingface.co/ClimatePolicyRadar/national-climate-targets
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-negmpnet_en.md b/docs/_posts/ahmedlone127/2024-09-02-negmpnet_en.md
new file mode 100644
index 00000000000000..57c9c80c77bf48
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-negmpnet_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English negmpnet MPNetEmbeddings from tum-nlp
+author: John Snow Labs
+name: negmpnet
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`negmpnet` is a English model originally trained by tum-nlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/negmpnet_en_5.5.0_3.0_1725280361176.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/negmpnet_en_5.5.0_3.0_1725280361176.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|negmpnet|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/tum-nlp/NegMPNet
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-negmpnet_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-negmpnet_pipeline_en.md
new file mode 100644
index 00000000000000..41c6fe555b76d2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-negmpnet_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English negmpnet_pipeline pipeline MPNetEmbeddings from tum-nlp
+author: John Snow Labs
+name: negmpnet_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`negmpnet_pipeline` is a English model originally trained by tum-nlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/negmpnet_pipeline_en_5.5.0_3.0_1725280391787.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/negmpnet_pipeline_en_5.5.0_3.0_1725280391787.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("negmpnet_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("negmpnet_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|negmpnet_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/tum-nlp/NegMPNet
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_croatian_en.md b/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_croatian_en.md
new file mode 100644
index 00000000000000..29e6144157cadb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_croatian_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English nepal_bhasa_trained_croatian DistilBertForTokenClassification from annamariagnat
+author: John Snow Labs
+name: nepal_bhasa_trained_croatian
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nepal_bhasa_trained_croatian` is a English model originally trained by annamariagnat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nepal_bhasa_trained_croatian_en_5.5.0_3.0_1725268135711.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nepal_bhasa_trained_croatian_en_5.5.0_3.0_1725268135711.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nepal_bhasa_trained_croatian|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|505.4 MB|
+
+## References
+
+https://huggingface.co/annamariagnat/NEW_trained_croatian
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_croatian_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_croatian_pipeline_en.md
new file mode 100644
index 00000000000000..c0c378af22096f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_croatian_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English nepal_bhasa_trained_croatian_pipeline pipeline DistilBertForTokenClassification from annamariagnat
+author: John Snow Labs
+name: nepal_bhasa_trained_croatian_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nepal_bhasa_trained_croatian_pipeline` is a English model originally trained by annamariagnat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nepal_bhasa_trained_croatian_pipeline_en_5.5.0_3.0_1725268162105.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nepal_bhasa_trained_croatian_pipeline_en_5.5.0_3.0_1725268162105.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("nepal_bhasa_trained_croatian_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("nepal_bhasa_trained_croatian_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nepal_bhasa_trained_croatian_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|505.4 MB|
+
+## References
+
+https://huggingface.co/annamariagnat/NEW_trained_croatian
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_english_en.md
new file mode 100644
index 00000000000000..d1136481d82265
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English nepal_bhasa_trained_english DistilBertForTokenClassification from annamariagnat
+author: John Snow Labs
+name: nepal_bhasa_trained_english
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nepal_bhasa_trained_english` is a English model originally trained by annamariagnat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nepal_bhasa_trained_english_en_5.5.0_3.0_1725267993646.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nepal_bhasa_trained_english_en_5.5.0_3.0_1725267993646.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nepal_bhasa_trained_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|505.4 MB|
+
+## References
+
+https://huggingface.co/annamariagnat/NEW_trained_english
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_english_pipeline_en.md
new file mode 100644
index 00000000000000..7f19f09cd55bc5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-nepal_bhasa_trained_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English nepal_bhasa_trained_english_pipeline pipeline DistilBertForTokenClassification from annamariagnat
+author: John Snow Labs
+name: nepal_bhasa_trained_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nepal_bhasa_trained_english_pipeline` is a English model originally trained by annamariagnat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nepal_bhasa_trained_english_pipeline_en_5.5.0_3.0_1725268021575.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nepal_bhasa_trained_english_pipeline_en_5.5.0_3.0_1725268021575.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("nepal_bhasa_trained_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("nepal_bhasa_trained_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nepal_bhasa_trained_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|505.4 MB|
+
+## References
+
+https://huggingface.co/annamariagnat/NEW_trained_english
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ner_phi0108_en.md b/docs/_posts/ahmedlone127/2024-09-02-ner_phi0108_en.md
new file mode 100644
index 00000000000000..6c1efd6c60647a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ner_phi0108_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ner_phi0108 DistilBertForTokenClassification from phi0108
+author: John Snow Labs
+name: ner_phi0108
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ner_phi0108` is a English model originally trained by phi0108.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ner_phi0108_en_5.5.0_3.0_1725268048831.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ner_phi0108_en_5.5.0_3.0_1725268048831.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ner_phi0108|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/phi0108/ner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ner_phi0108_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ner_phi0108_pipeline_en.md
new file mode 100644
index 00000000000000..c7bd3d25aa8563
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ner_phi0108_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ner_phi0108_pipeline pipeline DistilBertForTokenClassification from phi0108
+author: John Snow Labs
+name: ner_phi0108_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ner_phi0108_pipeline` is a English model originally trained by phi0108.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ner_phi0108_pipeline_en_5.5.0_3.0_1725268065147.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ner_phi0108_pipeline_en_5.5.0_3.0_1725268065147.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ner_phi0108_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ner_phi0108_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ner_phi0108_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/phi0108/ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-nermembert_base_4entities_pipeline_fr.md b/docs/_posts/ahmedlone127/2024-09-02-nermembert_base_4entities_pipeline_fr.md
new file mode 100644
index 00000000000000..0d031aba94bf6b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-nermembert_base_4entities_pipeline_fr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: French nermembert_base_4entities_pipeline pipeline CamemBertForTokenClassification from CATIE-AQ
+author: John Snow Labs
+name: nermembert_base_4entities_pipeline
+date: 2024-09-02
+tags: [fr, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nermembert_base_4entities_pipeline` is a French model originally trained by CATIE-AQ.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nermembert_base_4entities_pipeline_fr_5.5.0_3.0_1725266012461.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nermembert_base_4entities_pipeline_fr_5.5.0_3.0_1725266012461.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("nermembert_base_4entities_pipeline", lang = "fr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("nermembert_base_4entities_pipeline", lang = "fr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nermembert_base_4entities_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fr|
+|Size:|412.0 MB|
+
+## References
+
+https://huggingface.co/CATIE-AQ/NERmembert-base-4entities
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-nlp_hf_workshop_arshia_hz_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-nlp_hf_workshop_arshia_hz_pipeline_en.md
new file mode 100644
index 00000000000000..08913159ac6321
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-nlp_hf_workshop_arshia_hz_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English nlp_hf_workshop_arshia_hz_pipeline pipeline DistilBertForSequenceClassification from Arshia-HZ
+author: John Snow Labs
+name: nlp_hf_workshop_arshia_hz_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nlp_hf_workshop_arshia_hz_pipeline` is a English model originally trained by Arshia-HZ.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nlp_hf_workshop_arshia_hz_pipeline_en_5.5.0_3.0_1725305624698.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nlp_hf_workshop_arshia_hz_pipeline_en_5.5.0_3.0_1725305624698.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("nlp_hf_workshop_arshia_hz_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("nlp_hf_workshop_arshia_hz_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nlp_hf_workshop_arshia_hz_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|246.0 MB|
+
+## References
+
+https://huggingface.co/Arshia-HZ/NLP_HF_Workshop
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-nlp_transformer_distillbert_sentiment_analysis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-nlp_transformer_distillbert_sentiment_analysis_pipeline_en.md
new file mode 100644
index 00000000000000..c13b73954a9ef2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-nlp_transformer_distillbert_sentiment_analysis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English nlp_transformer_distillbert_sentiment_analysis_pipeline pipeline DistilBertForSequenceClassification from mwrites
+author: John Snow Labs
+name: nlp_transformer_distillbert_sentiment_analysis_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nlp_transformer_distillbert_sentiment_analysis_pipeline` is a English model originally trained by mwrites.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nlp_transformer_distillbert_sentiment_analysis_pipeline_en_5.5.0_3.0_1725306034262.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nlp_transformer_distillbert_sentiment_analysis_pipeline_en_5.5.0_3.0_1725306034262.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("nlp_transformer_distillbert_sentiment_analysis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("nlp_transformer_distillbert_sentiment_analysis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|nlp_transformer_distillbert_sentiment_analysis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/mwrites/nlp_transformer_distillbert_sentiment_analysis
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-norwegian_bokml_bert_ncc_male2female_en.md b/docs/_posts/ahmedlone127/2024-09-02-norwegian_bokml_bert_ncc_male2female_en.md
new file mode 100644
index 00000000000000..ffc9a93534cd2b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-norwegian_bokml_bert_ncc_male2female_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English norwegian_bokml_bert_ncc_male2female BertEmbeddings from NbAiLab
+author: John Snow Labs
+name: norwegian_bokml_bert_ncc_male2female
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`norwegian_bokml_bert_ncc_male2female` is a English model originally trained by NbAiLab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/norwegian_bokml_bert_ncc_male2female_en_5.5.0_3.0_1725318910383.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/norwegian_bokml_bert_ncc_male2female_en_5.5.0_3.0_1725318910383.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|norwegian_bokml_whisper_tiny_verbatim_nbailab|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|no|
+|Size:|384.1 MB|
+
+## References
+
+https://huggingface.co/NbAiLab/nb-whisper-tiny-verbatim
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline_no.md b/docs/_posts/ahmedlone127/2024-09-02-norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline_no.md
new file mode 100644
index 00000000000000..9eec26cf2d539e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline_no.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Norwegian norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline pipeline WhisperForCTC from NbAiLab
+author: John Snow Labs
+name: norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline
+date: 2024-09-02
+tags: ["no", open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: "no"
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline` is a Norwegian model originally trained by NbAiLab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline_no_5.5.0_3.0_1725287809310.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline_no_5.5.0_3.0_1725287809310.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline", lang = "no")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline", lang = "no")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|norwegian_bokml_whisper_tiny_verbatim_nbailab_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|no|
+|Size:|384.1 MB|
+
+## References
+
+https://huggingface.co/NbAiLab/nb-whisper-tiny-verbatim
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ofa_multi_400_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ofa_multi_400_pipeline_en.md
new file mode 100644
index 00000000000000..40d9458540f48c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ofa_multi_400_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ofa_multi_400_pipeline pipeline XlmRoBertaEmbeddings from yihongLiu
+author: John Snow Labs
+name: ofa_multi_400_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ofa_multi_400_pipeline` is a English model originally trained by yihongLiu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ofa_multi_400_pipeline_en_5.5.0_3.0_1725271676079.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ofa_multi_400_pipeline_en_5.5.0_3.0_1725271676079.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ofa_multi_400_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ofa_multi_400_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ofa_multi_400_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/yihongLiu/ofa-multi-400
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ofm_clip_base_patch32_cifar100_en.md b/docs/_posts/ahmedlone127/2024-09-02-ofm_clip_base_patch32_cifar100_en.md
new file mode 100644
index 00000000000000..e8cc59203de08d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ofm_clip_base_patch32_cifar100_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English ofm_clip_base_patch32_cifar100 CLIPForZeroShotClassification from yusx-swapp
+author: John Snow Labs
+name: ofm_clip_base_patch32_cifar100
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ofm_clip_base_patch32_cifar100` is a English model originally trained by yusx-swapp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ofm_clip_base_patch32_cifar100_en_5.5.0_3.0_1725275509659.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ofm_clip_base_patch32_cifar100_en_5.5.0_3.0_1725275509659.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("ofm_clip_base_patch32_cifar100","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("ofm_clip_base_patch32_cifar100","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ofm_clip_base_patch32_cifar100|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|521.5 MB|
+
+## References
+
+https://huggingface.co/yusx-swapp/ofm-clip-base-patch32-cifar100
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ofm_clip_base_patch32_cifar100_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ofm_clip_base_patch32_cifar100_pipeline_en.md
new file mode 100644
index 00000000000000..2f7bf4766e9ec0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ofm_clip_base_patch32_cifar100_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English ofm_clip_base_patch32_cifar100_pipeline pipeline CLIPForZeroShotClassification from yusx-swapp
+author: John Snow Labs
+name: ofm_clip_base_patch32_cifar100_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ofm_clip_base_patch32_cifar100_pipeline` is a English model originally trained by yusx-swapp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ofm_clip_base_patch32_cifar100_pipeline_en_5.5.0_3.0_1725275556182.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ofm_clip_base_patch32_cifar100_pipeline_en_5.5.0_3.0_1725275556182.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ofm_clip_base_patch32_cifar100_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ofm_clip_base_patch32_cifar100_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ofm_clip_base_patch32_cifar100_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|521.5 MB|
+
+## References
+
+https://huggingface.co/yusx-swapp/ofm-clip-base-patch32-cifar100
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_fire20_fin_en.md b/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_fire20_fin_en.md
new file mode 100644
index 00000000000000..5779c691075779
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_fire20_fin_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ogbv_gender_indicbert_tamil_fire20_fin AlbertForSequenceClassification from Maha
+author: John Snow Labs
+name: ogbv_gender_indicbert_tamil_fire20_fin
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ogbv_gender_indicbert_tamil_fire20_fin` is a English model originally trained by Maha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ogbv_gender_indicbert_tamil_fire20_fin_en_5.5.0_3.0_1725301686240.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ogbv_gender_indicbert_tamil_fire20_fin_en_5.5.0_3.0_1725301686240.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ogbv_gender_indicbert_tamil_fire20_fin|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|127.7 MB|
+
+## References
+
+https://huggingface.co/Maha/OGBV-gender-indicbert-ta-fire20_fin
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_fire20_fin_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_fire20_fin_pipeline_en.md
new file mode 100644
index 00000000000000..73f9b4ed1900d3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_fire20_fin_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ogbv_gender_indicbert_tamil_fire20_fin_pipeline pipeline AlbertForSequenceClassification from Maha
+author: John Snow Labs
+name: ogbv_gender_indicbert_tamil_fire20_fin_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ogbv_gender_indicbert_tamil_fire20_fin_pipeline` is a English model originally trained by Maha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ogbv_gender_indicbert_tamil_fire20_fin_pipeline_en_5.5.0_3.0_1725301692651.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ogbv_gender_indicbert_tamil_fire20_fin_pipeline_en_5.5.0_3.0_1725301692651.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ogbv_gender_indicbert_tamil_fire20_fin_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ogbv_gender_indicbert_tamil_fire20_fin_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ogbv_gender_indicbert_tamil_fire20_fin_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|127.8 MB|
+
+## References
+
+https://huggingface.co/Maha/OGBV-gender-indicbert-ta-fire20_fin
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_hasoc21_codemix_en.md b/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_hasoc21_codemix_en.md
new file mode 100644
index 00000000000000..b4741cdc4c1010
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_hasoc21_codemix_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ogbv_gender_indicbert_tamil_hasoc21_codemix AlbertForSequenceClassification from Maha
+author: John Snow Labs
+name: ogbv_gender_indicbert_tamil_hasoc21_codemix
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ogbv_gender_indicbert_tamil_hasoc21_codemix` is a English model originally trained by Maha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ogbv_gender_indicbert_tamil_hasoc21_codemix_en_5.5.0_3.0_1725301609249.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ogbv_gender_indicbert_tamil_hasoc21_codemix_en_5.5.0_3.0_1725301609249.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ogbv_gender_indicbert_tamil_hasoc21_codemix|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|127.7 MB|
+
+## References
+
+https://huggingface.co/Maha/OGBV-gender-indicbert-ta-hasoc21_codemix
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline_en.md
new file mode 100644
index 00000000000000..7d19dd6b0d66e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline pipeline AlbertForSequenceClassification from Maha
+author: John Snow Labs
+name: ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline` is a English model originally trained by Maha.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline_en_5.5.0_3.0_1725301615883.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline_en_5.5.0_3.0_1725301615883.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ogbv_gender_indicbert_tamil_hasoc21_codemix_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|127.8 MB|
+
+## References
+
+https://huggingface.co/Maha/OGBV-gender-indicbert-ta-hasoc21_codemix
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-omega_bioclip_en.md b/docs/_posts/ahmedlone127/2024-09-02-omega_bioclip_en.md
new file mode 100644
index 00000000000000..17af4ac6ec7878
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-omega_bioclip_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English omega_bioclip CLIPForZeroShotClassification from Omega02gdfdd
+author: John Snow Labs
+name: omega_bioclip
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`omega_bioclip` is a English model originally trained by Omega02gdfdd.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/omega_bioclip_en_5.5.0_3.0_1725256786183.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/omega_bioclip_en_5.5.0_3.0_1725256786183.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("omega_bioclip","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("omega_bioclip","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|omega_bioclip|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|567.0 MB|
+
+## References
+
+https://huggingface.co/Omega02gdfdd/Omega-bioclip
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-omega_bioclip_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-omega_bioclip_pipeline_en.md
new file mode 100644
index 00000000000000..90b1871c334670
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-omega_bioclip_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English omega_bioclip_pipeline pipeline CLIPForZeroShotClassification from Omega02gdfdd
+author: John Snow Labs
+name: omega_bioclip_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`omega_bioclip_pipeline` is a English model originally trained by Omega02gdfdd.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/omega_bioclip_pipeline_en_5.5.0_3.0_1725256815865.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/omega_bioclip_pipeline_en_5.5.0_3.0_1725256815865.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("omega_bioclip_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("omega_bioclip_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|omega_bioclip_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.0 MB|
+
+## References
+
+https://huggingface.co/Omega02gdfdd/Omega-bioclip
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline_en.md
new file mode 100644
index 00000000000000..6fdfb5f0a44eef
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline pipeline MarianTransformer from kaiku03
+author: John Snow Labs
+name: open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline` is a English model originally trained by kaiku03.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline_en_5.5.0_3.0_1725294524928.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline_en_5.5.0_3.0_1725294524928.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|open_subtitles_finetuned_opus_maltese_english_tagalog_accelerate_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|497.1 MB|
+
+## References
+
+https://huggingface.co/kaiku03/open_subtitles-finetuned-opus-mt-en-tl-accelerate
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-optimizer_ner_finetune_lst2021_en.md b/docs/_posts/ahmedlone127/2024-09-02-optimizer_ner_finetune_lst2021_en.md
new file mode 100644
index 00000000000000..83faf32bde5cde
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-optimizer_ner_finetune_lst2021_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English optimizer_ner_finetune_lst2021 CamemBertForTokenClassification from famodde
+author: John Snow Labs
+name: optimizer_ner_finetune_lst2021
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, camembert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`optimizer_ner_finetune_lst2021` is a English model originally trained by famodde.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/optimizer_ner_finetune_lst2021_en_5.5.0_3.0_1725266653837.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/optimizer_ner_finetune_lst2021_en_5.5.0_3.0_1725266653837.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_base_simple_freq_wce_unsampled|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.4 MB|
+
+## References
+
+https://huggingface.co/ethansimrm/opus_base_simple_freq_wce_unsampled
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_big_enfr_ft_choi_2022_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_big_enfr_ft_choi_2022_en.md
new file mode 100644
index 00000000000000..3031941a090501
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_big_enfr_ft_choi_2022_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_big_enfr_ft_choi_2022 MarianTransformer from ethansimrm
+author: John Snow Labs
+name: opus_big_enfr_ft_choi_2022
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_big_enfr_ft_choi_2022` is a English model originally trained by ethansimrm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_big_enfr_ft_choi_2022_en_5.5.0_3.0_1725304189077.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_big_enfr_ft_choi_2022_en_5.5.0_3.0_1725304189077.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_big_enfr_ft_choi_2022|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/ethansimrm/opus_big_enfr_FT_choi_2022
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_big_enfr_ft_choi_2022_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_big_enfr_ft_choi_2022_pipeline_en.md
new file mode 100644
index 00000000000000..74e221a9e20359
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_big_enfr_ft_choi_2022_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_big_enfr_ft_choi_2022_pipeline pipeline MarianTransformer from ethansimrm
+author: John Snow Labs
+name: opus_big_enfr_ft_choi_2022_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_big_enfr_ft_choi_2022_pipeline` is a English model originally trained by ethansimrm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_big_enfr_ft_choi_2022_pipeline_en_5.5.0_3.0_1725304252053.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_big_enfr_ft_choi_2022_pipeline_en_5.5.0_3.0_1725304252053.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_big_enfr_ft_choi_2022_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_big_enfr_ft_choi_2022_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_big_enfr_ft_choi_2022_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/ethansimrm/opus_big_enfr_FT_choi_2022
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_big_wce_antagonistic_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_big_wce_antagonistic_pipeline_en.md
new file mode 100644
index 00000000000000..cbcffd82476e80
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_big_wce_antagonistic_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_big_wce_antagonistic_pipeline pipeline MarianTransformer from ethansimrm
+author: John Snow Labs
+name: opus_big_wce_antagonistic_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_big_wce_antagonistic_pipeline` is a English model originally trained by ethansimrm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_big_wce_antagonistic_pipeline_en_5.5.0_3.0_1725304387833.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_big_wce_antagonistic_pipeline_en_5.5.0_3.0_1725304387833.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_big_wce_antagonistic_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_big_wce_antagonistic_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_big_wce_antagonistic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/ethansimrm/opus_big_wce_antagonistic
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_em_deberta_3_large_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_em_deberta_3_large_v2_en.md
new file mode 100644
index 00000000000000..5c29b7432cecd6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_em_deberta_3_large_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_em_deberta_3_large_v2 DeBertaForSequenceClassification from kerpr
+author: John Snow Labs
+name: opus_em_deberta_3_large_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_em_deberta_3_large_v2` is a English model originally trained by kerpr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_em_deberta_3_large_v2_en_5.5.0_3.0_1725283664456.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_em_deberta_3_large_v2_en_5.5.0_3.0_1725283664456.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_em_deberta_3_large_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/kerpr/opus-em-deberta-3-large-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_em_deberta_3_large_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_em_deberta_3_large_v2_pipeline_en.md
new file mode 100644
index 00000000000000..2e8b994a04d15a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_em_deberta_3_large_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_em_deberta_3_large_v2_pipeline pipeline DeBertaForSequenceClassification from kerpr
+author: John Snow Labs
+name: opus_em_deberta_3_large_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_em_deberta_3_large_v2_pipeline` is a English model originally trained by kerpr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_em_deberta_3_large_v2_pipeline_en_5.5.0_3.0_1725283810263.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_em_deberta_3_large_v2_pipeline_en_5.5.0_3.0_1725283810263.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_em_deberta_3_large_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_em_deberta_3_large_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_em_deberta_3_large_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/kerpr/opus-em-deberta-3-large-v2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_en.md
new file mode 100644
index 00000000000000..33d48726d97780
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english MarianTransformer from Jezia
+author: John Snow Labs
+name: opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english` is a English model originally trained by Jezia.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_en_5.5.0_3.0_1725295641252.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_en_5.5.0_3.0_1725295641252.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|527.8 MB|
+
+## References
+
+https://huggingface.co/Jezia/opus-mt-ar-en-finetuned_augmented_synthetic_cleaned-ar-to-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..8f0c6b2afcb73b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from Jezia
+author: John Snow Labs
+name: opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline` is a English model originally trained by Jezia.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725295669438.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725295669438.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_arabic_english_finetuned_augmented_synthetic_cleaned_arabic_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|528.4 MB|
+
+## References
+
+https://huggingface.co/Jezia/opus-mt-ar-en-finetuned_augmented_synthetic_cleaned-ar-to-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_cantonese_v1_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_cantonese_v1_en.md
new file mode 100644
index 00000000000000..89df71ac14a47f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_cantonese_v1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_cantonese_v1 MarianTransformer from edwinlaw
+author: John Snow Labs
+name: opus_maltese_cantonese_v1
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_cantonese_v1` is a English model originally trained by edwinlaw.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_cantonese_v1_en_5.5.0_3.0_1725295087496.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_cantonese_v1_en_5.5.0_3.0_1725295087496.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_cantonese_v1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|540.7 MB|
+
+## References
+
+https://huggingface.co/edwinlaw/opus-mt-cantonese-v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_cantonese_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_cantonese_v1_pipeline_en.md
new file mode 100644
index 00000000000000..a3a74846147408
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_cantonese_v1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_cantonese_v1_pipeline pipeline MarianTransformer from edwinlaw
+author: John Snow Labs
+name: opus_maltese_cantonese_v1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_cantonese_v1_pipeline` is a English model originally trained by edwinlaw.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_cantonese_v1_pipeline_en_5.5.0_3.0_1725295115409.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_cantonese_v1_pipeline_en_5.5.0_3.0_1725295115409.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_cantonese_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_cantonese_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_cantonese_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|541.3 MB|
+
+## References
+
+https://huggingface.co/edwinlaw/opus-mt-cantonese-v1
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_cantonese_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_cantonese_v2_en.md
new file mode 100644
index 00000000000000..bbfb37a97c0295
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_cantonese_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_cantonese_v2 MarianTransformer from edwinlaw
+author: John Snow Labs
+name: opus_maltese_cantonese_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_cantonese_v2` is a English model originally trained by edwinlaw.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_cantonese_v2_en_5.5.0_3.0_1725295443717.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_cantonese_v2_en_5.5.0_3.0_1725295443717.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_cantonese_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|540.7 MB|
+
+## References
+
+https://huggingface.co/edwinlaw/opus-mt-cantonese-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_celtic_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_celtic_english_en.md
new file mode 100644
index 00000000000000..5906f3b22caf9a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_celtic_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_celtic_english MarianTransformer from sshleifer
+author: John Snow Labs
+name: opus_maltese_celtic_english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_celtic_english` is a English model originally trained by sshleifer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_celtic_english_en_5.5.0_3.0_1725243971153.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_celtic_english_en_5.5.0_3.0_1725243971153.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_celtic_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|218.6 MB|
+
+## References
+
+https://huggingface.co/sshleifer/opus-mt-CELTIC-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_celtic_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_celtic_english_pipeline_en.md
new file mode 100644
index 00000000000000..d377925d2aaf03
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_celtic_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_celtic_english_pipeline pipeline MarianTransformer from sshleifer
+author: John Snow Labs
+name: opus_maltese_celtic_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_celtic_english_pipeline` is a English model originally trained by sshleifer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_celtic_english_pipeline_en_5.5.0_3.0_1725243982779.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_celtic_english_pipeline_en_5.5.0_3.0_1725243982779.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_celtic_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_celtic_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_celtic_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|219.2 MB|
+
+## References
+
+https://huggingface.co/sshleifer/opus-mt-CELTIC-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_en.md
new file mode 100644
index 00000000000000..72646887cd4c29
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english MarianTransformer from dadada
+author: John Snow Labs
+name: opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english` is a English model originally trained by dadada.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_en_5.5.0_3.0_1725243196241.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_en_5.5.0_3.0_1725243196241.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|540.3 MB|
+
+## References
+
+https://huggingface.co/dadada/opus-mt-zh-en-ep1-renri-zh-to-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..46b25f55810409
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from dadada
+author: John Snow Labs
+name: opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline` is a English model originally trained by dadada.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725243225064.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725243225064.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_chinese_english_ep1_renri_chinese_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|540.8 MB|
+
+## References
+
+https://huggingface.co/dadada/opus-mt-zh-en-ep1-renri-zh-to-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bengali_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bengali_en.md
new file mode 100644
index 00000000000000..4878276a0a114b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bengali_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_bengali MarianTransformer from sarwarshafee8709809365
+author: John Snow Labs
+name: opus_maltese_english_bengali
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_bengali` is a English model originally trained by sarwarshafee8709809365.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bengali_en_5.5.0_3.0_1725304807821.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bengali_en_5.5.0_3.0_1725304807821.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_bengali|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|530.8 MB|
+
+## References
+
+https://huggingface.co/sarwarshafee8709809365/opus-mt-en-bn
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bengali_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bengali_pipeline_en.md
new file mode 100644
index 00000000000000..1e60c4d9bc3d05
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bengali_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_bengali_pipeline pipeline MarianTransformer from sarwarshafee8709809365
+author: John Snow Labs
+name: opus_maltese_english_bengali_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_bengali_pipeline` is a English model originally trained by sarwarshafee8709809365.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bengali_pipeline_en_5.5.0_3.0_1725304836283.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bengali_pipeline_en_5.5.0_3.0_1725304836283.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_bengali_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_bengali_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_bengali_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|531.4 MB|
+
+## References
+
+https://huggingface.co/sarwarshafee8709809365/opus-mt-en-bn
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bkm_10e32_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bkm_10e32_en.md
new file mode 100644
index 00000000000000..2a7fae9c823ef5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bkm_10e32_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_bkm_10e32 MarianTransformer from kalese
+author: John Snow Labs
+name: opus_maltese_english_bkm_10e32
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_bkm_10e32` is a English model originally trained by kalese.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bkm_10e32_en_5.5.0_3.0_1725304078367.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bkm_10e32_en_5.5.0_3.0_1725304078367.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_bkm_10e32|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|507.8 MB|
+
+## References
+
+https://huggingface.co/kalese/opus-mt-en-bkm-10e32
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bkm_10e32_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bkm_10e32_pipeline_en.md
new file mode 100644
index 00000000000000..9c6e6d9a102a20
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_bkm_10e32_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_bkm_10e32_pipeline pipeline MarianTransformer from kalese
+author: John Snow Labs
+name: opus_maltese_english_bkm_10e32_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_bkm_10e32_pipeline` is a English model originally trained by kalese.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bkm_10e32_pipeline_en_5.5.0_3.0_1725304104328.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bkm_10e32_pipeline_en_5.5.0_3.0_1725304104328.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_bkm_10e32_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_bkm_10e32_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_bkm_10e32_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.4 MB|
+
+## References
+
+https://huggingface.co/kalese/opus-mt-en-bkm-10e32
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_en.md
new file mode 100644
index 00000000000000..d03d57412ddf0b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva MarianTransformer from muvva
+author: John Snow Labs
+name: opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva` is a English model originally trained by muvva.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_en_5.5.0_3.0_1725242569203.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_en_5.5.0_3.0_1725242569203.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|523.0 MB|
+
+## References
+
+https://huggingface.co/muvva/opus-mt-en-hi-finetuned-en-to-hi
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline_en.md
new file mode 100644
index 00000000000000..2955bf8a01d86c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline pipeline MarianTransformer from muvva
+author: John Snow Labs
+name: opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline` is a English model originally trained by muvva.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline_en_5.5.0_3.0_1725242601949.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline_en_5.5.0_3.0_1725242601949.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_hindi_finetuned_english_tonga_tonga_islands_hindi_muvva_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|523.5 MB|
+
+## References
+
+https://huggingface.co/muvva/opus-mt-en-hi-finetuned-en-to-hi
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_indonesian_ccmatrix_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_indonesian_ccmatrix_v2_en.md
new file mode 100644
index 00000000000000..2746d7a42a5dc9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_indonesian_ccmatrix_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_indonesian_ccmatrix_v2 MarianTransformer from yonathanstwn
+author: John Snow Labs
+name: opus_maltese_english_indonesian_ccmatrix_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_indonesian_ccmatrix_v2` is a English model originally trained by yonathanstwn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_indonesian_ccmatrix_v2_en_5.5.0_3.0_1725243529031.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_indonesian_ccmatrix_v2_en_5.5.0_3.0_1725243529031.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_indonesian_ccmatrix_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|481.9 MB|
+
+## References
+
+https://huggingface.co/yonathanstwn/opus-mt-en-id-ccmatrix-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_indonesian_ccmatrix_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_indonesian_ccmatrix_v2_pipeline_en.md
new file mode 100644
index 00000000000000..d86884686456fe
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_indonesian_ccmatrix_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_indonesian_ccmatrix_v2_pipeline pipeline MarianTransformer from yonathanstwn
+author: John Snow Labs
+name: opus_maltese_english_indonesian_ccmatrix_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_indonesian_ccmatrix_v2_pipeline` is a English model originally trained by yonathanstwn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_indonesian_ccmatrix_v2_pipeline_en_5.5.0_3.0_1725243554858.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_indonesian_ccmatrix_v2_pipeline_en_5.5.0_3.0_1725243554858.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_indonesian_ccmatrix_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_indonesian_ccmatrix_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_indonesian_ccmatrix_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|482.4 MB|
+
+## References
+
+https://huggingface.co/yonathanstwn/opus-mt-en-id-ccmatrix-v2
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline_en.md
new file mode 100644
index 00000000000000..2139e2b8d42419
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline pipeline MarianTransformer from dagger667
+author: John Snow Labs
+name: opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline` is a English model originally trained by dagger667.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline_en_5.5.0_3.0_1725295300339.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline_en_5.5.0_3.0_1725295300339.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dagger667_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|509.2 MB|
+
+## References
+
+https://huggingface.co/dagger667/opus-mt-en-ro-finetuned-en-to-ro
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_en.md
new file mode 100644
index 00000000000000..7473022ae08efe
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal MarianTransformer from devyanikoshal
+author: John Snow Labs
+name: opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal` is a English model originally trained by devyanikoshal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_en_5.5.0_3.0_1725305177627.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_en_5.5.0_3.0_1725305177627.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.5 MB|
+
+## References
+
+https://huggingface.co/devyanikoshal/opus-mt-en-ro-finetuned-en-to-ro
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline_en.md
new file mode 100644
index 00000000000000..1ae9c1b35dabd2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline pipeline MarianTransformer from devyanikoshal
+author: John Snow Labs
+name: opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline` is a English model originally trained by devyanikoshal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline_en_5.5.0_3.0_1725305203522.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline_en_5.5.0_3.0_1725305203522.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_devyanikoshal_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|509.1 MB|
+
+## References
+
+https://huggingface.co/devyanikoshal/opus-mt-en-ro-finetuned-en-to-ro
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline_en.md
new file mode 100644
index 00000000000000..3b1914418deba3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline pipeline MarianTransformer from pankaj10034
+author: John Snow Labs
+name: opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline` is a English model originally trained by pankaj10034.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline_en_5.5.0_3.0_1725295614028.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline_en_5.5.0_3.0_1725295614028.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pankaj10034_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|509.2 MB|
+
+## References
+
+https://huggingface.co/pankaj10034/opus-mt-en-ro-finetuned-en-to-ro
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_en.md
new file mode 100644
index 00000000000000..b63431b1beee61
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus MarianTransformer from PontifexMaximus
+author: John Snow Labs
+name: opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus` is a English model originally trained by PontifexMaximus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_en_5.5.0_3.0_1725304756466.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_en_5.5.0_3.0_1725304756466.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.6 MB|
+
+## References
+
+https://huggingface.co/PontifexMaximus/opus-mt-en-ro-finetuned-en-to-ro
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline_en.md
new file mode 100644
index 00000000000000..81771abb6a6cda
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline pipeline MarianTransformer from PontifexMaximus
+author: John Snow Labs
+name: opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline` is a English model originally trained by PontifexMaximus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline_en_5.5.0_3.0_1725304783506.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline_en_5.5.0_3.0_1725304783506.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_pontifexmaximus_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|509.1 MB|
+
+## References
+
+https://huggingface.co/PontifexMaximus/opus-mt-en-ro-finetuned-en-to-ro
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_en.md
new file mode 100644
index 00000000000000..b95ba391fb259e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk MarianTransformer from niktiuk
+author: John Snow Labs
+name: opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk` is a English model originally trained by niktiuk.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_en_5.5.0_3.0_1725304811252.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_en_5.5.0_3.0_1725304811252.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|525.3 MB|
+
+## References
+
+https://huggingface.co/niktiuk/opus-mt-en-ru-finetuned-en-to-ru
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline_en.md
new file mode 100644
index 00000000000000..2a0e2c71102e14
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline pipeline MarianTransformer from niktiuk
+author: John Snow Labs
+name: opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline` is a English model originally trained by niktiuk.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline_en_5.5.0_3.0_1725304839220.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline_en_5.5.0_3.0_1725304839220.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_russian_finetuned_english_tonga_tonga_islands_russian_niktiuk_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|525.8 MB|
+
+## References
+
+https://huggingface.co/niktiuk/opus-mt-en-ru-finetuned-en-to-ru
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_finetuned_indonesian_tonga_tonga_islands_javanese_jv.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_finetuned_indonesian_tonga_tonga_islands_javanese_jv.md
new file mode 100644
index 00000000000000..4e03748057d34c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_finetuned_indonesian_tonga_tonga_islands_javanese_jv.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Javanese opus_maltese_finetuned_indonesian_tonga_tonga_islands_javanese MarianTransformer from hermanshid
+author: John Snow Labs
+name: opus_maltese_finetuned_indonesian_tonga_tonga_islands_javanese
+date: 2024-09-02
+tags: [jv, open_source, onnx, translation, marian]
+task: Translation
+language: jv
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_finetuned_indonesian_tonga_tonga_islands_javanese` is a Javanese model originally trained by hermanshid.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_finetuned_indonesian_tonga_tonga_islands_javanese_jv_5.5.0_3.0_1725243840211.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_finetuned_indonesian_tonga_tonga_islands_javanese_jv_5.5.0_3.0_1725243840211.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_ft_6|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|482.1 MB|
+
+## References
+
+https://huggingface.co/abdiharyadi/opus-mt-ft-6
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_ft_6_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_ft_6_pipeline_en.md
new file mode 100644
index 00000000000000..9d5bf268f5752e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_ft_6_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_ft_6_pipeline pipeline MarianTransformer from abdiharyadi
+author: John Snow Labs
+name: opus_maltese_ft_6_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_ft_6_pipeline` is a English model originally trained by abdiharyadi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_ft_6_pipeline_en_5.5.0_3.0_1725295134730.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_ft_6_pipeline_en_5.5.0_3.0_1725295134730.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_ft_6_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_ft_6_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_ft_6_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|482.6 MB|
+
+## References
+
+https://huggingface.co/abdiharyadi/opus-mt-ft-6
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_en.md
new file mode 100644
index 00000000000000..7bb757800f34dc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney MarianTransformer from NiallRooney
+author: John Snow Labs
+name: opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney` is a English model originally trained by NiallRooney.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_en_5.5.0_3.0_1725243259774.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_en_5.5.0_3.0_1725243259774.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|499.4 MB|
+
+## References
+
+https://huggingface.co/NiallRooney/opus-mt-de-en-finetuned-de-to-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline_en.md
new file mode 100644
index 00000000000000..65be353f477401
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline pipeline MarianTransformer from NiallRooney
+author: John Snow Labs
+name: opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline` is a English model originally trained by NiallRooney.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline_en_5.5.0_3.0_1725243297281.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline_en_5.5.0_3.0_1725243297281.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_german_english_finetuned_german_tonga_tonga_islands_english_niallrooney_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|500.0 MB|
+
+## References
+
+https://huggingface.co/NiallRooney/opus-mt-de-en-finetuned-de-to-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_indonesian_english_ccmatrix_norwegian_warmup_best_bleu_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_indonesian_english_ccmatrix_norwegian_warmup_best_bleu_en.md
new file mode 100644
index 00000000000000..0ec0b58b85b912
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_indonesian_english_ccmatrix_norwegian_warmup_best_bleu_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_indonesian_english_ccmatrix_norwegian_warmup_best_bleu MarianTransformer from yonathanstwn
+author: John Snow Labs
+name: opus_maltese_indonesian_english_ccmatrix_norwegian_warmup_best_bleu
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_indonesian_english_ccmatrix_norwegian_warmup_best_bleu` is a English model originally trained by yonathanstwn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_indonesian_english_ccmatrix_norwegian_warmup_best_bleu_en_5.5.0_3.0_1725295980053.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_indonesian_english_ccmatrix_norwegian_warmup_best_bleu_en_5.5.0_3.0_1725295980053.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_indonesian_english_ccmatrix_norwegian_warmup_best_bleu|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|481.4 MB|
+
+## References
+
+https://huggingface.co/yonathanstwn/opus-mt-id-en-ccmatrix-no-warmup-best-bleu
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_en.md
new file mode 100644
index 00000000000000..4c9a13c5f87a4b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test MarianTransformer from Edomonndo
+author: John Snow Labs
+name: opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test` is a English model originally trained by Edomonndo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_en_5.5.0_3.0_1725243455842.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_en_5.5.0_3.0_1725243455842.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|514.9 MB|
+
+## References
+
+https://huggingface.co/Edomonndo/opus-mt-ja-en-finetuned-ja-to-en_test
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline_en.md
new file mode 100644
index 00000000000000..9bebc2f4d089a4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline pipeline MarianTransformer from Edomonndo
+author: John Snow Labs
+name: opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline` is a English model originally trained by Edomonndo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline_en_5.5.0_3.0_1725243483292.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline_en_5.5.0_3.0_1725243483292.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_japanese_english_finetuned_japanese_tonga_tonga_islands_english_test_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|515.4 MB|
+
+## References
+
+https://huggingface.co/Edomonndo/opus-mt-ja-en-finetuned-ja-to-en_test
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_polish_pop_pipeline_pl.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_polish_pop_pipeline_pl.md
new file mode 100644
index 00000000000000..791310078c39ea
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_polish_pop_pipeline_pl.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Polish opus_maltese_japanese_polish_pop_pipeline pipeline MarianTransformer from Vimek
+author: John Snow Labs
+name: opus_maltese_japanese_polish_pop_pipeline
+date: 2024-09-02
+tags: [pl, open_source, pipeline, onnx]
+task: Translation
+language: pl
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_japanese_polish_pop_pipeline` is a Polish model originally trained by Vimek.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_japanese_polish_pop_pipeline_pl_5.5.0_3.0_1725242874265.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_japanese_polish_pop_pipeline_pl_5.5.0_3.0_1725242874265.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_japanese_polish_pop_pipeline", lang = "pl")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_japanese_polish_pop_pipeline", lang = "pl")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_japanese_polish_pop_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|pl|
+|Size:|541.3 MB|
+
+## References
+
+https://huggingface.co/Vimek/opus-mt-ja-pl-pop
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_polish_pop_pl.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_polish_pop_pl.md
new file mode 100644
index 00000000000000..421bc2ae26e905
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_japanese_polish_pop_pl.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Polish opus_maltese_japanese_polish_pop MarianTransformer from Vimek
+author: John Snow Labs
+name: opus_maltese_japanese_polish_pop
+date: 2024-09-02
+tags: [pl, open_source, onnx, translation, marian]
+task: Translation
+language: pl
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_japanese_polish_pop` is a Polish model originally trained by Vimek.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_japanese_polish_pop_pl_5.5.0_3.0_1725242845446.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_japanese_polish_pop_pl_5.5.0_3.0_1725242845446.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_japanese_polish_pop|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|pl|
+|Size:|540.7 MB|
+
+## References
+
+https://huggingface.co/Vimek/opus-mt-ja-pl-pop
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_portuguese_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_portuguese_english_pipeline_en.md
new file mode 100644
index 00000000000000..57744118dbd404
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_portuguese_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_portuguese_english_pipeline pipeline MarianTransformer from geralt
+author: John Snow Labs
+name: opus_maltese_portuguese_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_portuguese_english_pipeline` is a English model originally trained by geralt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_portuguese_english_pipeline_en_5.5.0_3.0_1725295345817.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_portuguese_english_pipeline_en_5.5.0_3.0_1725295345817.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_portuguese_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_portuguese_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_portuguese_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|322.0 MB|
+
+## References
+
+https://huggingface.co/geralt/Opus-mt-pt-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_akardashova_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_akardashova_en.md
new file mode 100644
index 00000000000000..31b331e19e9edb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_akardashova_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_akardashova MarianTransformer from akardashova
+author: John Snow Labs
+name: opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_akardashova
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_akardashova` is a English model originally trained by akardashova.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_akardashova_en_5.5.0_3.0_1725305188480.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_akardashova_en_5.5.0_3.0_1725305188480.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_akardashova|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|526.4 MB|
+
+## References
+
+https://huggingface.co/akardashova/opus-mt-ru-en-finetuned-ru-to-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_en.md
new file mode 100644
index 00000000000000..3d1872ffce1bbd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin MarianTransformer from parutin
+author: John Snow Labs
+name: opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin` is a English model originally trained by parutin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_en_5.5.0_3.0_1725303731239.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_en_5.5.0_3.0_1725303731239.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|526.4 MB|
+
+## References
+
+https://huggingface.co/parutin/opus-mt-ru-en-finetuned-ru-to-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline_en.md
new file mode 100644
index 00000000000000..9c04fd1041ba75
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline pipeline MarianTransformer from parutin
+author: John Snow Labs
+name: opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline` is a English model originally trained by parutin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline_en_5.5.0_3.0_1725303759975.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline_en_5.5.0_3.0_1725303759975.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_russian_english_finetuned_russian_tonga_tonga_islands_english_parutin_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|526.9 MB|
+
+## References
+
+https://huggingface.co/parutin/opus-mt-ru-en-finetuned-ru-to-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_en.md
new file mode 100644
index 00000000000000..2a3052bedf5db1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese MarianTransformer from arcadinis
+author: John Snow Labs
+name: opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese` is a English model originally trained by arcadinis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_en_5.5.0_3.0_1725242674019.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_en_5.5.0_3.0_1725242674019.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/arcadinis/opus-mt-tc-big-en-pt-finetuned-en-to-pt
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline_en.md
new file mode 100644
index 00000000000000..19f051d7ce23ee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline pipeline MarianTransformer from arcadinis
+author: John Snow Labs
+name: opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline` is a English model originally trained by arcadinis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline_en_5.5.0_3.0_1725242743329.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline_en_5.5.0_3.0_1725242743329.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_tc_big_english_portuguese_finetuned_english_tonga_tonga_islands_portuguese_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/arcadinis/opus-mt-tc-big-en-pt-finetuned-en-to-pt
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_en.md
new file mode 100644
index 00000000000000..93834d5a3c5c45
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english MarianTransformer from PontifexMaximus
+author: John Snow Labs
+name: opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english` is a English model originally trained by PontifexMaximus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_en_5.5.0_3.0_1725242573258.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_en_5.5.0_3.0_1725242573258.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|511.8 MB|
+
+## References
+
+https://huggingface.co/PontifexMaximus/opus-mt-tr-en-finetuned-az-to-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..144ba5c4e5cadb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from PontifexMaximus
+author: John Snow Labs
+name: opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline` is a English model originally trained by PontifexMaximus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725242609976.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725242609976.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_turkish_english_finetuned_azerbaijani_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|512.3 MB|
+
+## References
+
+https://huggingface.co/PontifexMaximus/opus-mt-tr-en-finetuned-az-to-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_en.md
new file mode 100644
index 00000000000000..f834ccf8ee266b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish MarianTransformer from emre
+author: John Snow Labs
+name: opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish` is a English model originally trained by emre.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_en_5.5.0_3.0_1725242656645.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_en_5.5.0_3.0_1725242656645.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|524.6 MB|
+
+## References
+
+https://huggingface.co/emre/opus-mt-tr-en-finetuned-en-to-tr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline_en.md
new file mode 100644
index 00000000000000..a558313b413ea2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline pipeline MarianTransformer from emre
+author: John Snow Labs
+name: opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline` is a English model originally trained by emre.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline_en_5.5.0_3.0_1725242684219.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline_en_5.5.0_3.0_1725242684219.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_turkish_english_finetuned_english_tonga_tonga_islands_turkish_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|525.2 MB|
+
+## References
+
+https://huggingface.co/emre/opus-mt-tr-en-finetuned-en-to-tr
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..717e09c3064d76
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from PontifexMaximus
+author: John Snow Labs
+name: opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline` is a English model originally trained by PontifexMaximus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725243919052.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725243919052.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_urdu_english_finetuned_urdu_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|521.3 MB|
+
+## References
+
+https://huggingface.co/PontifexMaximus/opus-mt-ur-en-finetuned-ur-to-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-opus_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-opus_pipeline_en.md
new file mode 100644
index 00000000000000..26fcd1630186fb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-opus_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_pipeline pipeline MarianTransformer from andrejaystevenson
+author: John Snow Labs
+name: opus_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_pipeline` is a English model originally trained by andrejaystevenson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_pipeline_en_5.5.0_3.0_1725304895277.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_pipeline_en_5.5.0_3.0_1725304895277.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|330.6 MB|
+
+## References
+
+https://huggingface.co/andrejaystevenson/opus
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-out_en.md b/docs/_posts/ahmedlone127/2024-09-02-out_en.md
new file mode 100644
index 00000000000000..461b96685d1e12
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-out_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English out AlbertForQuestionAnswering from haibotamiu
+author: John Snow Labs
+name: out
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`out` is a English model originally trained by haibotamiu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/out_en_5.5.0_3.0_1725236844762.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/out_en_5.5.0_3.0_1725236844762.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|out|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/haibotamiu/out
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-out_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-out_pipeline_en.md
new file mode 100644
index 00000000000000..3ed51607dbf8c3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-out_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English out_pipeline pipeline AlbertForQuestionAnswering from haibotamiu
+author: John Snow Labs
+name: out_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`out_pipeline` is a English model originally trained by haibotamiu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/out_pipeline_en_5.5.0_3.0_1725236847099.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/out_pipeline_en_5.5.0_3.0_1725236847099.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("out_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("out_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|out_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/haibotamiu/out
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_en.md b/docs/_posts/ahmedlone127/2024-09-02-output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_en.md
new file mode 100644
index 00000000000000..bafc48fce7f45f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1 RoBertaForQuestionAnswering from AnonymousSub
+author: John Snow Labs
+name: output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1` is a English model originally trained by AnonymousSub.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_en_5.5.0_3.0_1725252286733.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_en_5.5.0_3.0_1725252286733.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/AnonymousSub/output_mask_TWO_STEPS_pretraining_plus_contr_roberta-large_EASY_EPOCHS_1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline_en.md
new file mode 100644
index 00000000000000..ee3182a30f1261
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline pipeline RoBertaForQuestionAnswering from AnonymousSub
+author: John Snow Labs
+name: output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline` is a English model originally trained by AnonymousSub.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline_en_5.5.0_3.0_1725252357459.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline_en_5.5.0_3.0_1725252357459.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|output_mask_two_steps_pretraining_plus_contr_roberta_large_easy_epochs_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/AnonymousSub/output_mask_TWO_STEPS_pretraining_plus_contr_roberta-large_EASY_EPOCHS_1
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-parsbert_quran_qa_en.md b/docs/_posts/ahmedlone127/2024-09-02-parsbert_quran_qa_en.md
new file mode 100644
index 00000000000000..627186bee10182
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-parsbert_quran_qa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English parsbert_quran_qa BertForQuestionAnswering from NeginShams
+author: John Snow Labs
+name: parsbert_quran_qa
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, bert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`parsbert_quran_qa` is a English model originally trained by NeginShams.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/parsbert_quran_qa_en_5.5.0_3.0_1725313093388.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/parsbert_quran_qa_en_5.5.0_3.0_1725313093388.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|parsbert_quran_qa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|441.5 MB|
+
+## References
+
+https://huggingface.co/NeginShams/parsbert-Quran_QA
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-parsbert_quran_qa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-parsbert_quran_qa_pipeline_en.md
new file mode 100644
index 00000000000000..e17669e8196806
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-parsbert_quran_qa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English parsbert_quran_qa_pipeline pipeline BertForQuestionAnswering from NeginShams
+author: John Snow Labs
+name: parsbert_quran_qa_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`parsbert_quran_qa_pipeline` is a English model originally trained by NeginShams.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/parsbert_quran_qa_pipeline_en_5.5.0_3.0_1725313119404.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/parsbert_quran_qa_pipeline_en_5.5.0_3.0_1725313119404.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("parsbert_quran_qa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("parsbert_quran_qa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|parsbert_quran_qa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|441.5 MB|
+
+## References
+
+https://huggingface.co/NeginShams/parsbert-Quran_QA
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-partypress_monolingual_ukrainian_en.md b/docs/_posts/ahmedlone127/2024-09-02-partypress_monolingual_ukrainian_en.md
new file mode 100644
index 00000000000000..c8ad7f49e89e7a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-partypress_monolingual_ukrainian_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English partypress_monolingual_ukrainian RoBertaForSequenceClassification from partypress
+author: John Snow Labs
+name: partypress_monolingual_ukrainian
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`partypress_monolingual_ukrainian` is a English model originally trained by partypress.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/partypress_monolingual_ukrainian_en_5.5.0_3.0_1725277008750.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/partypress_monolingual_ukrainian_en_5.5.0_3.0_1725277008750.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|partypress_monolingual_ukrainian|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|446.8 MB|
+
+## References
+
+https://huggingface.co/partypress/partypress-monolingual-uk
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-partypress_monolingual_ukrainian_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-partypress_monolingual_ukrainian_pipeline_en.md
new file mode 100644
index 00000000000000..38fccad6c6d5ac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-partypress_monolingual_ukrainian_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English partypress_monolingual_ukrainian_pipeline pipeline RoBertaForSequenceClassification from partypress
+author: John Snow Labs
+name: partypress_monolingual_ukrainian_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`partypress_monolingual_ukrainian_pipeline` is a English model originally trained by partypress.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/partypress_monolingual_ukrainian_pipeline_en_5.5.0_3.0_1725277045782.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/partypress_monolingual_ukrainian_pipeline_en_5.5.0_3.0_1725277045782.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("partypress_monolingual_ukrainian_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("partypress_monolingual_ukrainian_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|partypress_monolingual_ukrainian_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|446.8 MB|
+
+## References
+
+https://huggingface.co/partypress/partypress-monolingual-uk
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-personal_whisper_distilled_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-personal_whisper_distilled_model_pipeline_en.md
new file mode 100644
index 00000000000000..6c7d49507a6304
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-personal_whisper_distilled_model_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English personal_whisper_distilled_model_pipeline pipeline WhisperForCTC from fractalego
+author: John Snow Labs
+name: personal_whisper_distilled_model_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`personal_whisper_distilled_model_pipeline` is a English model originally trained by fractalego.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/personal_whisper_distilled_model_pipeline_en_5.5.0_3.0_1725290594149.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/personal_whisper_distilled_model_pipeline_en_5.5.0_3.0_1725290594149.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("personal_whisper_distilled_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("personal_whisper_distilled_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|personal_whisper_distilled_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|2.2 GB|
+
+## References
+
+https://huggingface.co/fractalego/personal-whisper-distilled-model
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-personality_lm_kevsun_en.md b/docs/_posts/ahmedlone127/2024-09-02-personality_lm_kevsun_en.md
new file mode 100644
index 00000000000000..cebc0f4dcb96f6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-personality_lm_kevsun_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English personality_lm_kevsun RoBertaForSequenceClassification from KevSun
+author: John Snow Labs
+name: personality_lm_kevsun
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`personality_lm_kevsun` is a English model originally trained by KevSun.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/personality_lm_kevsun_en_5.5.0_3.0_1725237803600.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/personality_lm_kevsun_en_5.5.0_3.0_1725237803600.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|personality_lm_kevsun|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|466.4 MB|
+
+## References
+
+https://huggingface.co/KevSun/Personality_LM
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-personality_lm_kevsun_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-personality_lm_kevsun_pipeline_en.md
new file mode 100644
index 00000000000000..e35a1fec4f7b91
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-personality_lm_kevsun_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English personality_lm_kevsun_pipeline pipeline RoBertaForSequenceClassification from KevSun
+author: John Snow Labs
+name: personality_lm_kevsun_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`personality_lm_kevsun_pipeline` is a English model originally trained by KevSun.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/personality_lm_kevsun_pipeline_en_5.5.0_3.0_1725237831270.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/personality_lm_kevsun_pipeline_en_5.5.0_3.0_1725237831270.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("personality_lm_kevsun_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("personality_lm_kevsun_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|personality_lm_kevsun_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|466.4 MB|
+
+## References
+
+https://huggingface.co/KevSun/Personality_LM
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-plant_model_en.md b/docs/_posts/ahmedlone127/2024-09-02-plant_model_en.md
new file mode 100644
index 00000000000000..f139f879c44f80
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-plant_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English plant_model DistilBertForTokenClassification from KHEYH
+author: John Snow Labs
+name: plant_model
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`plant_model` is a English model originally trained by KHEYH.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/plant_model_en_5.5.0_3.0_1725267811112.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/plant_model_en_5.5.0_3.0_1725267811112.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|plant_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/KHEYH/plant_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-plant_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-plant_model_pipeline_en.md
new file mode 100644
index 00000000000000..ff5d8b7ed4f968
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-plant_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English plant_model_pipeline pipeline DistilBertForTokenClassification from KHEYH
+author: John Snow Labs
+name: plant_model_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`plant_model_pipeline` is a English model originally trained by KHEYH.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/plant_model_pipeline_en_5.5.0_3.0_1725267824475.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/plant_model_pipeline_en_5.5.0_3.0_1725267824475.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("plant_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("plant_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|plant_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/KHEYH/plant_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-plip_en.md b/docs/_posts/ahmedlone127/2024-09-02-plip_en.md
new file mode 100644
index 00000000000000..f25c5ebd8650c9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-plip_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English plip CLIPForZeroShotClassification from vinid
+author: John Snow Labs
+name: plip
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`plip` is a English model originally trained by vinid.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/plip_en_5.5.0_3.0_1725275401988.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/plip_en_5.5.0_3.0_1725275401988.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("plip","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("plip","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|plip|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/vinid/plip
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-plip_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-plip_pipeline_en.md
new file mode 100644
index 00000000000000..9d0dbd510351c0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-plip_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English plip_pipeline pipeline CLIPForZeroShotClassification from vinid
+author: John Snow Labs
+name: plip_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`plip_pipeline` is a English model originally trained by vinid.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/plip_pipeline_en_5.5.0_3.0_1725275501205.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/plip_pipeline_en_5.5.0_3.0_1725275501205.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("plip_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("plip_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|plip_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.5 MB|
+
+## References
+
+https://huggingface.co/vinid/plip
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-poitreqm_model_sentiment_tweets_en.md b/docs/_posts/ahmedlone127/2024-09-02-poitreqm_model_sentiment_tweets_en.md
new file mode 100644
index 00000000000000..da0a0a70d4b961
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-poitreqm_model_sentiment_tweets_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English poitreqm_model_sentiment_tweets RoBertaForSequenceClassification from Poitreqm
+author: John Snow Labs
+name: poitreqm_model_sentiment_tweets
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`poitreqm_model_sentiment_tweets` is a English model originally trained by Poitreqm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/poitreqm_model_sentiment_tweets_en_5.5.0_3.0_1725277002655.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/poitreqm_model_sentiment_tweets_en_5.5.0_3.0_1725277002655.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|poitreqm_model_sentiment_tweets|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/Poitreqm/poitreqm-model-sentiment-tweets
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-poitreqm_model_sentiment_tweets_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-poitreqm_model_sentiment_tweets_pipeline_en.md
new file mode 100644
index 00000000000000..09d00b1afb9a43
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-poitreqm_model_sentiment_tweets_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English poitreqm_model_sentiment_tweets_pipeline pipeline RoBertaForSequenceClassification from Poitreqm
+author: John Snow Labs
+name: poitreqm_model_sentiment_tweets_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`poitreqm_model_sentiment_tweets_pipeline` is a English model originally trained by Poitreqm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/poitreqm_model_sentiment_tweets_pipeline_en_5.5.0_3.0_1725277030733.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/poitreqm_model_sentiment_tweets_pipeline_en_5.5.0_3.0_1725277030733.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("poitreqm_model_sentiment_tweets_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("poitreqm_model_sentiment_tweets_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|poitreqm_model_sentiment_tweets_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/Poitreqm/poitreqm-model-sentiment-tweets
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-pokemon_english_tonga_tonga_islands_chinese_en.md b/docs/_posts/ahmedlone127/2024-09-02-pokemon_english_tonga_tonga_islands_chinese_en.md
new file mode 100644
index 00000000000000..5b8585f0cb6a22
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-pokemon_english_tonga_tonga_islands_chinese_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English pokemon_english_tonga_tonga_islands_chinese MarianTransformer from nkuAlexLee
+author: John Snow Labs
+name: pokemon_english_tonga_tonga_islands_chinese
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`pokemon_english_tonga_tonga_islands_chinese` is a English model originally trained by nkuAlexLee.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pokemon_english_tonga_tonga_islands_chinese_en_5.5.0_3.0_1725305105813.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/pokemon_english_tonga_tonga_islands_chinese_en_5.5.0_3.0_1725305105813.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|pokemon_english_tonga_tonga_islands_chinese|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|541.0 MB|
+
+## References
+
+https://huggingface.co/nkuAlexLee/Pokemon_EN_to_ZH
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-pokemon_english_tonga_tonga_islands_chinese_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-pokemon_english_tonga_tonga_islands_chinese_pipeline_en.md
new file mode 100644
index 00000000000000..a6f7af8092d52d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-pokemon_english_tonga_tonga_islands_chinese_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English pokemon_english_tonga_tonga_islands_chinese_pipeline pipeline MarianTransformer from nkuAlexLee
+author: John Snow Labs
+name: pokemon_english_tonga_tonga_islands_chinese_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`pokemon_english_tonga_tonga_islands_chinese_pipeline` is a English model originally trained by nkuAlexLee.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pokemon_english_tonga_tonga_islands_chinese_pipeline_en_5.5.0_3.0_1725305133441.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/pokemon_english_tonga_tonga_islands_chinese_pipeline_en_5.5.0_3.0_1725305133441.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("pokemon_english_tonga_tonga_islands_chinese_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("pokemon_english_tonga_tonga_islands_chinese_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|pokemon_english_tonga_tonga_islands_chinese_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|541.6 MB|
+
+## References
+
+https://huggingface.co/nkuAlexLee/Pokemon_EN_to_ZH
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-preposition_dbg_german_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-preposition_dbg_german_v2_en.md
new file mode 100644
index 00000000000000..f8e7ca5fd66925
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-preposition_dbg_german_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English preposition_dbg_german_v2 CamemBertForTokenClassification from gguichard
+author: John Snow Labs
+name: preposition_dbg_german_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, camembert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`preposition_dbg_german_v2` is a English model originally trained by gguichard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/preposition_dbg_german_v2_en_5.5.0_3.0_1725266224667.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/preposition_dbg_german_v2_en_5.5.0_3.0_1725266224667.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|preposition_dbg_german_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|904.4 MB|
+
+## References
+
+https://huggingface.co/gguichard/preposition_dbg_de_v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-preposition_dbg_german_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-preposition_dbg_german_v2_pipeline_en.md
new file mode 100644
index 00000000000000..7c50b03ef48f9f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-preposition_dbg_german_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English preposition_dbg_german_v2_pipeline pipeline CamemBertForTokenClassification from gguichard
+author: John Snow Labs
+name: preposition_dbg_german_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`preposition_dbg_german_v2_pipeline` is a English model originally trained by gguichard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/preposition_dbg_german_v2_pipeline_en_5.5.0_3.0_1725266430064.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/preposition_dbg_german_v2_pipeline_en_5.5.0_3.0_1725266430064.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("preposition_dbg_german_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("preposition_dbg_german_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|preposition_dbg_german_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|904.4 MB|
+
+## References
+
+https://huggingface.co/gguichard/preposition_dbg_de_v2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-prev_lab1_random_en.md b/docs/_posts/ahmedlone127/2024-09-02-prev_lab1_random_en.md
new file mode 100644
index 00000000000000..33fa83b1511fa6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-prev_lab1_random_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English prev_lab1_random MarianTransformer from minhngca
+author: John Snow Labs
+name: prev_lab1_random
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`prev_lab1_random` is a English model originally trained by minhngca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/prev_lab1_random_en_5.5.0_3.0_1725294440517.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/prev_lab1_random_en_5.5.0_3.0_1725294440517.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|prev_lab1_random|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.3 MB|
+
+## References
+
+https://huggingface.co/minhngca/prev_lab1_random
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-prev_lab1_random_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-prev_lab1_random_pipeline_en.md
new file mode 100644
index 00000000000000..4f190432000a74
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-prev_lab1_random_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English prev_lab1_random_pipeline pipeline MarianTransformer from minhngca
+author: John Snow Labs
+name: prev_lab1_random_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`prev_lab1_random_pipeline` is a English model originally trained by minhngca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/prev_lab1_random_pipeline_en_5.5.0_3.0_1725294482586.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/prev_lab1_random_pipeline_en_5.5.0_3.0_1725294482586.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("prev_lab1_random_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("prev_lab1_random_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|prev_lab1_random_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.8 MB|
+
+## References
+
+https://huggingface.co/minhngca/prev_lab1_random
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-privacy_masknig_en.md b/docs/_posts/ahmedlone127/2024-09-02-privacy_masknig_en.md
new file mode 100644
index 00000000000000..180ce6dbcea06c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-privacy_masknig_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English privacy_masknig DistilBertForTokenClassification from taro-pudding
+author: John Snow Labs
+name: privacy_masknig
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, distilbert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`privacy_masknig` is a English model originally trained by taro-pudding.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/privacy_masknig_en_5.5.0_3.0_1725267426778.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/privacy_masknig_en_5.5.0_3.0_1725267426778.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|privacy_masknig|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|505.6 MB|
+
+## References
+
+https://huggingface.co/taro-pudding/privacy-masknig
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-privacy_masknig_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-privacy_masknig_pipeline_en.md
new file mode 100644
index 00000000000000..e8dd95be2126e5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-privacy_masknig_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English privacy_masknig_pipeline pipeline DistilBertForTokenClassification from taro-pudding
+author: John Snow Labs
+name: privacy_masknig_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`privacy_masknig_pipeline` is a English model originally trained by taro-pudding.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/privacy_masknig_pipeline_en_5.5.0_3.0_1725267456314.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/privacy_masknig_pipeline_en_5.5.0_3.0_1725267456314.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("privacy_masknig_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("privacy_masknig_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|privacy_masknig_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|505.6 MB|
+
+## References
+
+https://huggingface.co/taro-pudding/privacy-masknig
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-pubchem10m_smiles_bpe_60k_en.md b/docs/_posts/ahmedlone127/2024-09-02-pubchem10m_smiles_bpe_60k_en.md
new file mode 100644
index 00000000000000..be45455f4179e5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-pubchem10m_smiles_bpe_60k_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English pubchem10m_smiles_bpe_60k RoBertaEmbeddings from seyonec
+author: John Snow Labs
+name: pubchem10m_smiles_bpe_60k
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`pubchem10m_smiles_bpe_60k` is a English model originally trained by seyonec.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/pubchem10m_smiles_bpe_60k_en_5.5.0_3.0_1725264265628.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/pubchem10m_smiles_bpe_60k_en_5.5.0_3.0_1725264265628.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|punjabi_albert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[albert]|
+|Language:|en|
+|Size:|62.6 MB|
+
+## References
+
+https://huggingface.co/mirfan899/punjabi_albert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-punjabi_albert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-punjabi_albert_pipeline_en.md
new file mode 100644
index 00000000000000..cb58537ed57ec5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-punjabi_albert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English punjabi_albert_pipeline pipeline AlbertEmbeddings from mirfan899
+author: John Snow Labs
+name: punjabi_albert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`punjabi_albert_pipeline` is a English model originally trained by mirfan899.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/punjabi_albert_pipeline_en_5.5.0_3.0_1725306695195.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/punjabi_albert_pipeline_en_5.5.0_3.0_1725306695195.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("punjabi_albert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("punjabi_albert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|punjabi_albert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|62.6 MB|
+
+## References
+
+https://huggingface.co/mirfan899/punjabi_albert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-qa_persian_albert_persian_farsi_zwnj_base_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-qa_persian_albert_persian_farsi_zwnj_base_v2_en.md
new file mode 100644
index 00000000000000..e7694385e1ada8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-qa_persian_albert_persian_farsi_zwnj_base_v2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English qa_persian_albert_persian_farsi_zwnj_base_v2 AlbertForQuestionAnswering from makhataei
+author: John Snow Labs
+name: qa_persian_albert_persian_farsi_zwnj_base_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qa_persian_albert_persian_farsi_zwnj_base_v2` is a English model originally trained by makhataei.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qa_persian_albert_persian_farsi_zwnj_base_v2_en_5.5.0_3.0_1725236729719.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qa_persian_albert_persian_farsi_zwnj_base_v2_en_5.5.0_3.0_1725236729719.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qa_persian_albert_persian_farsi_zwnj_base_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|41.9 MB|
+
+## References
+
+https://huggingface.co/makhataei/qa-persian-albert-fa-zwnj-base-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline_en.md
new file mode 100644
index 00000000000000..66b3aa49818770
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline pipeline AlbertForQuestionAnswering from makhataei
+author: John Snow Labs
+name: qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline` is a English model originally trained by makhataei.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline_en_5.5.0_3.0_1725236732434.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline_en_5.5.0_3.0_1725236732434.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qa_persian_albert_persian_farsi_zwnj_base_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|41.9 MB|
+
+## References
+
+https://huggingface.co/makhataei/qa-persian-albert-fa-zwnj-base-v2
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-qa_persian_farsi_mdeberta_v3_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-qa_persian_farsi_mdeberta_v3_base_en.md
new file mode 100644
index 00000000000000..d2299805be9e49
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-qa_persian_farsi_mdeberta_v3_base_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English qa_persian_farsi_mdeberta_v3_base DeBertaForQuestionAnswering from makhataei
+author: John Snow Labs
+name: qa_persian_farsi_mdeberta_v3_base
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, deberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qa_persian_farsi_mdeberta_v3_base` is a English model originally trained by makhataei.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qa_persian_farsi_mdeberta_v3_base_en_5.5.0_3.0_1725269609669.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qa_persian_farsi_mdeberta_v3_base_en_5.5.0_3.0_1725269609669.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qa_persian_farsi_mdeberta_v3_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|795.2 MB|
+
+## References
+
+https://huggingface.co/makhataei/qa-fa-mdeberta-v3-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-qa_persian_farsi_mdeberta_v3_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-qa_persian_farsi_mdeberta_v3_base_pipeline_en.md
new file mode 100644
index 00000000000000..400b23c5ee817b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-qa_persian_farsi_mdeberta_v3_base_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English qa_persian_farsi_mdeberta_v3_base_pipeline pipeline DeBertaForQuestionAnswering from makhataei
+author: John Snow Labs
+name: qa_persian_farsi_mdeberta_v3_base_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qa_persian_farsi_mdeberta_v3_base_pipeline` is a English model originally trained by makhataei.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qa_persian_farsi_mdeberta_v3_base_pipeline_en_5.5.0_3.0_1725269765792.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qa_persian_farsi_mdeberta_v3_base_pipeline_en_5.5.0_3.0_1725269765792.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("qa_persian_farsi_mdeberta_v3_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("qa_persian_farsi_mdeberta_v3_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qa_persian_farsi_mdeberta_v3_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|795.2 MB|
+
+## References
+
+https://huggingface.co/makhataei/qa-fa-mdeberta-v3-base
+
+## Included Models
+
+- MultiDocumentAssembler
+- DeBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-qa_synth_data_with_unanswerable_28_aug_v1_en.md b/docs/_posts/ahmedlone127/2024-09-02-qa_synth_data_with_unanswerable_28_aug_v1_en.md
new file mode 100644
index 00000000000000..e6d59f621c13a9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-qa_synth_data_with_unanswerable_28_aug_v1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English qa_synth_data_with_unanswerable_28_aug_v1 XlmRoBertaForQuestionAnswering from am-infoweb
+author: John Snow Labs
+name: qa_synth_data_with_unanswerable_28_aug_v1
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qa_synth_data_with_unanswerable_28_aug_v1` is a English model originally trained by am-infoweb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qa_synth_data_with_unanswerable_28_aug_v1_en_5.5.0_3.0_1725253376514.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qa_synth_data_with_unanswerable_28_aug_v1_en_5.5.0_3.0_1725253376514.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qa_synth_data_with_unanswerable_28_aug_v1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|805.7 MB|
+
+## References
+
+https://huggingface.co/am-infoweb/QA_SYNTH_DATA_WITH_UNANSWERABLE_28_AUG_v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-qa_synth_data_with_unanswerable_28_aug_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-qa_synth_data_with_unanswerable_28_aug_v1_pipeline_en.md
new file mode 100644
index 00000000000000..dfcd40e41a3d44
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-qa_synth_data_with_unanswerable_28_aug_v1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English qa_synth_data_with_unanswerable_28_aug_v1_pipeline pipeline XlmRoBertaForQuestionAnswering from am-infoweb
+author: John Snow Labs
+name: qa_synth_data_with_unanswerable_28_aug_v1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`qa_synth_data_with_unanswerable_28_aug_v1_pipeline` is a English model originally trained by am-infoweb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/qa_synth_data_with_unanswerable_28_aug_v1_pipeline_en_5.5.0_3.0_1725253493535.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/qa_synth_data_with_unanswerable_28_aug_v1_pipeline_en_5.5.0_3.0_1725253493535.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("qa_synth_data_with_unanswerable_28_aug_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("qa_synth_data_with_unanswerable_28_aug_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|qa_synth_data_with_unanswerable_28_aug_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|805.7 MB|
+
+## References
+
+https://huggingface.co/am-infoweb/QA_SYNTH_DATA_WITH_UNANSWERABLE_28_AUG_v1
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-query_classification_en.md b/docs/_posts/ahmedlone127/2024-09-02-query_classification_en.md
new file mode 100644
index 00000000000000..7621a8ec433819
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-query_classification_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English query_classification DistilBertForSequenceClassification from nullpointer-ind
+author: John Snow Labs
+name: query_classification
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`query_classification` is a English model originally trained by nullpointer-ind.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/query_classification_en_5.5.0_3.0_1725292004175.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/query_classification_en_5.5.0_3.0_1725292004175.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|query_classification|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/nullpointer-ind/Query-Classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-query_classification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-query_classification_pipeline_en.md
new file mode 100644
index 00000000000000..ee150206ade0ac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-query_classification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English query_classification_pipeline pipeline DistilBertForSequenceClassification from nullpointer-ind
+author: John Snow Labs
+name: query_classification_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`query_classification_pipeline` is a English model originally trained by nullpointer-ind.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/query_classification_pipeline_en_5.5.0_3.0_1725292017687.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/query_classification_pipeline_en_5.5.0_3.0_1725292017687.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("query_classification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("query_classification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|query_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/nullpointer-ind/Query-Classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-query_quality_classifier_en.md b/docs/_posts/ahmedlone127/2024-09-02-query_quality_classifier_en.md
new file mode 100644
index 00000000000000..c4e2dfa77a6762
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-query_quality_classifier_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English query_quality_classifier AlbertForSequenceClassification from dejanseo
+author: John Snow Labs
+name: query_quality_classifier
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, albert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`query_quality_classifier` is a English model originally trained by dejanseo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/query_quality_classifier_en_5.5.0_3.0_1725278971492.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/query_quality_classifier_en_5.5.0_3.0_1725278971492.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|query_quality_classifier|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/dejanseo/Query-Quality-Classifier
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-query_quality_classifier_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-query_quality_classifier_pipeline_en.md
new file mode 100644
index 00000000000000..422d1598705da6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-query_quality_classifier_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English query_quality_classifier_pipeline pipeline AlbertForSequenceClassification from dejanseo
+author: John Snow Labs
+name: query_quality_classifier_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`query_quality_classifier_pipeline` is a English model originally trained by dejanseo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/query_quality_classifier_pipeline_en_5.5.0_3.0_1725278973969.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/query_quality_classifier_pipeline_en_5.5.0_3.0_1725278973969.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("query_quality_classifier_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("query_quality_classifier_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|query_quality_classifier_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|44.2 MB|
+
+## References
+
+https://huggingface.co/dejanseo/Query-Quality-Classifier
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-radiology_report_english_chinese_ft_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-radiology_report_english_chinese_ft_base_en.md
new file mode 100644
index 00000000000000..447bff46414a94
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-radiology_report_english_chinese_ft_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English radiology_report_english_chinese_ft_base MarianTransformer from sindri101
+author: John Snow Labs
+name: radiology_report_english_chinese_ft_base
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`radiology_report_english_chinese_ft_base` is a English model originally trained by sindri101.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/radiology_report_english_chinese_ft_base_en_5.5.0_3.0_1725243029007.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/radiology_report_english_chinese_ft_base_en_5.5.0_3.0_1725243029007.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|radiology_report_english_chinese_ft_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|540.7 MB|
+
+## References
+
+https://huggingface.co/sindri101/radiology-report-en-zh-ft-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-radiology_report_english_chinese_ft_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-radiology_report_english_chinese_ft_base_pipeline_en.md
new file mode 100644
index 00000000000000..ba80d19be8fc9c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-radiology_report_english_chinese_ft_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English radiology_report_english_chinese_ft_base_pipeline pipeline MarianTransformer from sindri101
+author: John Snow Labs
+name: radiology_report_english_chinese_ft_base_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`radiology_report_english_chinese_ft_base_pipeline` is a English model originally trained by sindri101.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/radiology_report_english_chinese_ft_base_pipeline_en_5.5.0_3.0_1725243057946.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/radiology_report_english_chinese_ft_base_pipeline_en_5.5.0_3.0_1725243057946.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("radiology_report_english_chinese_ft_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("radiology_report_english_chinese_ft_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|radiology_report_english_chinese_ft_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|541.2 MB|
+
+## References
+
+https://huggingface.co/sindri101/radiology-report-en-zh-ft-base
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline_en.md
new file mode 100644
index 00000000000000..002dff52409fcd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline pipeline XlmRoBertaForTokenClassification from ajtamayoh
+author: John Snow Labs
+name: re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline` is a English model originally trained by ajtamayoh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline_en_5.5.0_3.0_1725308312312.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline_en_5.5.0_3.0_1725308312312.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|re_negref_nsd_nubes_training_development_dataset_xlm_roberta_base_fine_tuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|848.2 MB|
+
+## References
+
+https://huggingface.co/ajtamayoh/RE_NegREF_NSD_Nubes_Training_Development_dataset_xlm_RoBERTa_base_fine_tuned
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-readabert_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-readabert_english_en.md
new file mode 100644
index 00000000000000..cbfa493ac07cab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-readabert_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English readabert_english BertForSequenceClassification from tareknaous
+author: John Snow Labs
+name: readabert_english
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`readabert_english` is a English model originally trained by tareknaous.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/readabert_english_en_5.5.0_3.0_1725293898625.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/readabert_english_en_5.5.0_3.0_1725293898625.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|readabert_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|409.4 MB|
+
+## References
+
+https://huggingface.co/tareknaous/readabert-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-readabert_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-readabert_english_pipeline_en.md
new file mode 100644
index 00000000000000..94681b3a454282
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-readabert_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English readabert_english_pipeline pipeline BertForSequenceClassification from tareknaous
+author: John Snow Labs
+name: readabert_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`readabert_english_pipeline` is a English model originally trained by tareknaous.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/readabert_english_pipeline_en_5.5.0_3.0_1725293919569.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/readabert_english_pipeline_en_5.5.0_3.0_1725293919569.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("readabert_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("readabert_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|readabert_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|409.4 MB|
+
+## References
+
+https://huggingface.co/tareknaous/readabert-en
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-reddit_left_en.md b/docs/_posts/ahmedlone127/2024-09-02-reddit_left_en.md
new file mode 100644
index 00000000000000..fbc74870adddec
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-reddit_left_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English reddit_left RoBertaEmbeddings from haleyej
+author: John Snow Labs
+name: reddit_left
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reddit_left` is a English model originally trained by haleyej.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reddit_left_en_5.5.0_3.0_1725265055547.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reddit_left_en_5.5.0_3.0_1725265055547.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reddit_left|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|306.7 MB|
+
+## References
+
+https://huggingface.co/haleyej/reddit-left
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-reddit_left_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-reddit_left_pipeline_en.md
new file mode 100644
index 00000000000000..8cfccaf0122cc6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-reddit_left_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English reddit_left_pipeline pipeline RoBertaEmbeddings from haleyej
+author: John Snow Labs
+name: reddit_left_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reddit_left_pipeline` is a English model originally trained by haleyej.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reddit_left_pipeline_en_5.5.0_3.0_1725265072454.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reddit_left_pipeline_en_5.5.0_3.0_1725265072454.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("reddit_left_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("reddit_left_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reddit_left_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|306.7 MB|
+
+## References
+
+https://huggingface.co/haleyej/reddit-left
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-reduplication_repetition_xlmr_v2_hi.md b/docs/_posts/ahmedlone127/2024-09-02-reduplication_repetition_xlmr_v2_hi.md
new file mode 100644
index 00000000000000..63d2c06704c920
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-reduplication_repetition_xlmr_v2_hi.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Hindi reduplication_repetition_xlmr_v2 XlmRoBertaForTokenClassification from theArif
+author: John Snow Labs
+name: reduplication_repetition_xlmr_v2
+date: 2024-09-02
+tags: [hi, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: hi
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reduplication_repetition_xlmr_v2` is a Hindi model originally trained by theArif.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reduplication_repetition_xlmr_v2_hi_5.5.0_3.0_1725317908148.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reduplication_repetition_xlmr_v2_hi_5.5.0_3.0_1725317908148.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reduplication_repetition_xlmr_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|hi|
+|Size:|790.9 MB|
+
+## References
+
+https://huggingface.co/theArif/reduplication-repetition-xlmr-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-reduplication_repetition_xlmr_v2_pipeline_hi.md b/docs/_posts/ahmedlone127/2024-09-02-reduplication_repetition_xlmr_v2_pipeline_hi.md
new file mode 100644
index 00000000000000..9456624f6f6de6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-reduplication_repetition_xlmr_v2_pipeline_hi.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Hindi reduplication_repetition_xlmr_v2_pipeline pipeline XlmRoBertaForTokenClassification from theArif
+author: John Snow Labs
+name: reduplication_repetition_xlmr_v2_pipeline
+date: 2024-09-02
+tags: [hi, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: hi
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reduplication_repetition_xlmr_v2_pipeline` is a Hindi model originally trained by theArif.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reduplication_repetition_xlmr_v2_pipeline_hi_5.5.0_3.0_1725318035291.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reduplication_repetition_xlmr_v2_pipeline_hi_5.5.0_3.0_1725318035291.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("reduplication_repetition_xlmr_v2_pipeline", lang = "hi")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("reduplication_repetition_xlmr_v2_pipeline", lang = "hi")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reduplication_repetition_xlmr_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|hi|
+|Size:|790.9 MB|
+
+## References
+
+https://huggingface.co/theArif/reduplication-repetition-xlmr-v2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v1_en.md b/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v1_en.md
new file mode 100644
index 00000000000000..6de34b5f11faec
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English refpydst_1p_referredstates_split_v1 MPNetEmbeddings from Brendan
+author: John Snow Labs
+name: refpydst_1p_referredstates_split_v1
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`refpydst_1p_referredstates_split_v1` is a English model originally trained by Brendan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/refpydst_1p_referredstates_split_v1_en_5.5.0_3.0_1725280486460.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/refpydst_1p_referredstates_split_v1_en_5.5.0_3.0_1725280486460.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|refpydst_1p_referredstates_split_v1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/Brendan/refpydst-1p-referredstates-split-v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v1_pipeline_en.md
new file mode 100644
index 00000000000000..cd907f7539d120
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English refpydst_1p_referredstates_split_v1_pipeline pipeline MPNetEmbeddings from Brendan
+author: John Snow Labs
+name: refpydst_1p_referredstates_split_v1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`refpydst_1p_referredstates_split_v1_pipeline` is a English model originally trained by Brendan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/refpydst_1p_referredstates_split_v1_pipeline_en_5.5.0_3.0_1725280507991.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/refpydst_1p_referredstates_split_v1_pipeline_en_5.5.0_3.0_1725280507991.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("refpydst_1p_referredstates_split_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("refpydst_1p_referredstates_split_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|refpydst_1p_referredstates_split_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/Brendan/refpydst-1p-referredstates-split-v1
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v3_en.md b/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v3_en.md
new file mode 100644
index 00000000000000..2acfbda083c2e1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v3_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English refpydst_1p_referredstates_split_v3 MPNetEmbeddings from Brendan
+author: John Snow Labs
+name: refpydst_1p_referredstates_split_v3
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`refpydst_1p_referredstates_split_v3` is a English model originally trained by Brendan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/refpydst_1p_referredstates_split_v3_en_5.5.0_3.0_1725313795811.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/refpydst_1p_referredstates_split_v3_en_5.5.0_3.0_1725313795811.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|refpydst_1p_referredstates_split_v3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/Brendan/refpydst-1p-referredstates-split-v3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v3_pipeline_en.md
new file mode 100644
index 00000000000000..40abf043de2d1a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-refpydst_1p_referredstates_split_v3_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English refpydst_1p_referredstates_split_v3_pipeline pipeline MPNetEmbeddings from Brendan
+author: John Snow Labs
+name: refpydst_1p_referredstates_split_v3_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`refpydst_1p_referredstates_split_v3_pipeline` is a English model originally trained by Brendan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/refpydst_1p_referredstates_split_v3_pipeline_en_5.5.0_3.0_1725313816904.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/refpydst_1p_referredstates_split_v3_pipeline_en_5.5.0_3.0_1725313816904.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("refpydst_1p_referredstates_split_v3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("refpydst_1p_referredstates_split_v3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|refpydst_1p_referredstates_split_v3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/Brendan/refpydst-1p-referredstates-split-v3
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-reviews_roberta_base_sentiment_analysis_en.md b/docs/_posts/ahmedlone127/2024-09-02-reviews_roberta_base_sentiment_analysis_en.md
new file mode 100644
index 00000000000000..8f2e86624a4f94
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-reviews_roberta_base_sentiment_analysis_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English reviews_roberta_base_sentiment_analysis RoBertaForSequenceClassification from AnkitAI
+author: John Snow Labs
+name: reviews_roberta_base_sentiment_analysis
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reviews_roberta_base_sentiment_analysis` is a English model originally trained by AnkitAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reviews_roberta_base_sentiment_analysis_en_5.5.0_3.0_1725238603902.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reviews_roberta_base_sentiment_analysis_en_5.5.0_3.0_1725238603902.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reviews_roberta_base_sentiment_analysis|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.2 MB|
+
+## References
+
+https://huggingface.co/AnkitAI/reviews-roberta-base-sentiment-analysis
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-reviews_roberta_base_sentiment_analysis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-reviews_roberta_base_sentiment_analysis_pipeline_en.md
new file mode 100644
index 00000000000000..a6dbfd05a968b2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-reviews_roberta_base_sentiment_analysis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English reviews_roberta_base_sentiment_analysis_pipeline pipeline RoBertaForSequenceClassification from AnkitAI
+author: John Snow Labs
+name: reviews_roberta_base_sentiment_analysis_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reviews_roberta_base_sentiment_analysis_pipeline` is a English model originally trained by AnkitAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reviews_roberta_base_sentiment_analysis_pipeline_en_5.5.0_3.0_1725238627812.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reviews_roberta_base_sentiment_analysis_pipeline_en_5.5.0_3.0_1725238627812.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("reviews_roberta_base_sentiment_analysis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("reviews_roberta_base_sentiment_analysis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reviews_roberta_base_sentiment_analysis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.2 MB|
+
+## References
+
+https://huggingface.co/AnkitAI/reviews-roberta-base-sentiment-analysis
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-reward_deberta_v3_large_aspect_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-02-reward_deberta_v3_large_aspect_pipeline_xx.md
new file mode 100644
index 00000000000000..5bd76870d63fab
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-reward_deberta_v3_large_aspect_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual reward_deberta_v3_large_aspect_pipeline pipeline DeBertaForSequenceClassification from theblackcat102
+author: John Snow Labs
+name: reward_deberta_v3_large_aspect_pipeline
+date: 2024-09-02
+tags: [xx, open_source, pipeline, onnx]
+task: Text Classification
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`reward_deberta_v3_large_aspect_pipeline` is a Multilingual model originally trained by theblackcat102.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/reward_deberta_v3_large_aspect_pipeline_xx_5.5.0_3.0_1725282119939.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/reward_deberta_v3_large_aspect_pipeline_xx_5.5.0_3.0_1725282119939.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("reward_deberta_v3_large_aspect_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("reward_deberta_v3_large_aspect_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|reward_deberta_v3_large_aspect_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/theblackcat102/reward-deberta-v3-large-aspect
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-robbert_2023_dutch_base_nl.md b/docs/_posts/ahmedlone127/2024-09-02-robbert_2023_dutch_base_nl.md
new file mode 100644
index 00000000000000..145e13de3b9d5f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-robbert_2023_dutch_base_nl.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Dutch, Flemish robbert_2023_dutch_base RoBertaEmbeddings from DTAI-KULeuven
+author: John Snow Labs
+name: robbert_2023_dutch_base
+date: 2024-09-02
+tags: [nl, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: nl
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`robbert_2023_dutch_base` is a Dutch, Flemish model originally trained by DTAI-KULeuven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/robbert_2023_dutch_base_nl_5.5.0_3.0_1725264394868.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/robbert_2023_dutch_base_nl_5.5.0_3.0_1725264394868.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|robbert_2023_dutch_large|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|nl|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/DTAI-KULeuven/robbert-2023-dutch-large
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-robbert_2023_dutch_large_pipeline_nl.md b/docs/_posts/ahmedlone127/2024-09-02-robbert_2023_dutch_large_pipeline_nl.md
new file mode 100644
index 00000000000000..565c6eb75885f0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-robbert_2023_dutch_large_pipeline_nl.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Dutch, Flemish robbert_2023_dutch_large_pipeline pipeline RoBertaEmbeddings from DTAI-KULeuven
+author: John Snow Labs
+name: robbert_2023_dutch_large_pipeline
+date: 2024-09-02
+tags: [nl, open_source, pipeline, onnx]
+task: Embeddings
+language: nl
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`robbert_2023_dutch_large_pipeline` is a Dutch, Flemish model originally trained by DTAI-KULeuven.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/robbert_2023_dutch_large_pipeline_nl_5.5.0_3.0_1725264735529.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/robbert_2023_dutch_large_pipeline_nl_5.5.0_3.0_1725264735529.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("robbert_2023_dutch_large_pipeline", lang = "nl")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("robbert_2023_dutch_large_pipeline", lang = "nl")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|robbert_2023_dutch_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|nl|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/DTAI-KULeuven/robbert-2023-dutch-large
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta22_model_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta22_model_en.md
new file mode 100644
index 00000000000000..f23237f6f5a8be
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta22_model_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta22_model RoBertaForSequenceClassification from abdulrahman4111
+author: John Snow Labs
+name: roberta22_model
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta22_model` is a English model originally trained by abdulrahman4111.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta22_model_en_5.5.0_3.0_1725277721303.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta22_model_en_5.5.0_3.0_1725277721303.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta22_model|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|425.3 MB|
+
+## References
+
+https://huggingface.co/abdulrahman4111/roberta22-model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta22_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta22_model_pipeline_en.md
new file mode 100644
index 00000000000000..69609ac27fb525
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta22_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta22_model_pipeline pipeline RoBertaForSequenceClassification from abdulrahman4111
+author: John Snow Labs
+name: roberta22_model_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta22_model_pipeline` is a English model originally trained by abdulrahman4111.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta22_model_pipeline_en_5.5.0_3.0_1725277750804.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta22_model_pipeline_en_5.5.0_3.0_1725277750804.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta22_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta22_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta22_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|425.3 MB|
+
+## References
+
+https://huggingface.co/abdulrahman4111/roberta22-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_base_facebookai_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_facebookai_en.md
new file mode 100644
index 00000000000000..15941c104aece1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_facebookai_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_base_facebookai RoBertaEmbeddings from FacebookAI
+author: John Snow Labs
+name: roberta_base_facebookai
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_facebookai` is a English model originally trained by FacebookAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_facebookai_en_5.5.0_3.0_1725264643077.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_facebookai_en_5.5.0_3.0_1725264643077.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_facebookai|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|298.2 MB|
+
+## References
+
+https://huggingface.co/FacebookAI/roberta-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_base_facebookai_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_facebookai_pipeline_en.md
new file mode 100644
index 00000000000000..9edc4cf6541c73
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_facebookai_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_base_facebookai_pipeline pipeline RoBertaEmbeddings from FacebookAI
+author: John Snow Labs
+name: roberta_base_facebookai_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_facebookai_pipeline` is a English model originally trained by FacebookAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_facebookai_pipeline_en_5.5.0_3.0_1725264734025.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_facebookai_pipeline_en_5.5.0_3.0_1725264734025.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_facebookai_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_facebookai_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_facebookai_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|298.2 MB|
+
+## References
+
+https://huggingface.co/FacebookAI/roberta-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_en.md
new file mode 100644
index 00000000000000..e06f9708184064
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset RoBertaForSequenceClassification from abdiharyadi
+author: John Snow Labs
+name: roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset` is a English model originally trained by abdiharyadi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_en_5.5.0_3.0_1725238113897.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_en_5.5.0_3.0_1725238113897.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|473.0 MB|
+
+## References
+
+https://huggingface.co/abdiharyadi/roberta-base-indonesian-522M-with-sa-william-dataset
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline_en.md
new file mode 100644
index 00000000000000..17e02d109ee54e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline pipeline RoBertaForSequenceClassification from abdiharyadi
+author: John Snow Labs
+name: roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline` is a English model originally trained by abdiharyadi.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline_en_5.5.0_3.0_1725238141592.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline_en_5.5.0_3.0_1725238141592.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_indonesian_522m_with_sanskrit_saskta_william_dataset_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|473.0 MB|
+
+## References
+
+https://huggingface.co/abdiharyadi/roberta-base-indonesian-522M-with-sa-william-dataset
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_base_nepali_ne.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_nepali_ne.md
new file mode 100644
index 00000000000000..16a4637c503203
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_nepali_ne.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Nepali (macrolanguage) roberta_base_nepali RoBertaEmbeddings from amitness
+author: John Snow Labs
+name: roberta_base_nepali
+date: 2024-09-02
+tags: [ne, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: ne
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_nepali` is a Nepali (macrolanguage) model originally trained by amitness.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_nepali_ne_5.5.0_3.0_1725264502063.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_nepali_ne_5.5.0_3.0_1725264502063.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_on_cuad_finetuned_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|454.2 MB|
+
+## References
+
+https://huggingface.co/ygory/roberta-base-on-cuad-finetuned-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_base_on_cuad_finetuned_squad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_on_cuad_finetuned_squad_pipeline_en.md
new file mode 100644
index 00000000000000..daf0bc16336464
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_on_cuad_finetuned_squad_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_base_on_cuad_finetuned_squad_pipeline pipeline RoBertaForQuestionAnswering from ygory
+author: John Snow Labs
+name: roberta_base_on_cuad_finetuned_squad_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_on_cuad_finetuned_squad_pipeline` is a English model originally trained by ygory.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_on_cuad_finetuned_squad_pipeline_en_5.5.0_3.0_1725252165940.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_on_cuad_finetuned_squad_pipeline_en_5.5.0_3.0_1725252165940.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_on_cuad_finetuned_squad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_on_cuad_finetuned_squad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_on_cuad_finetuned_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|454.2 MB|
+
+## References
+
+https://huggingface.co/ygory/roberta-base-on-cuad-finetuned-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_base_suicide_prediction_phr_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_suicide_prediction_phr_v2_en.md
new file mode 100644
index 00000000000000..293df0677181d4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_base_suicide_prediction_phr_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_base_suicide_prediction_phr_v2 RoBertaForSequenceClassification from vibhorag101
+author: John Snow Labs
+name: roberta_base_suicide_prediction_phr_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_suicide_prediction_phr_v2` is a English model originally trained by vibhorag101.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_suicide_prediction_phr_v2_en_5.5.0_3.0_1725277003275.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_suicide_prediction_phr_v2_en_5.5.0_3.0_1725277003275.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_fever|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.6 MB|
+
+## References
+
+References
+
+- https://huggingface.co/stanleychu2/roberta-fever
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_fever_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_fever_pipeline_en.md
new file mode 100644
index 00000000000000..3ced61f1ac88e0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_fever_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_classifier_fever_pipeline pipeline RoBertaForSequenceClassification from stanleychu2
+author: John Snow Labs
+name: roberta_classifier_fever_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_classifier_fever_pipeline` is a English model originally trained by stanleychu2.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_fever_pipeline_en_5.5.0_3.0_1725237865763.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_fever_pipeline_en_5.5.0_3.0_1725237865763.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_classifier_fever_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_classifier_fever_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_fever_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.6 MB|
+
+## References
+
+https://huggingface.co/stanleychu2/roberta-fever
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_financial_large_sentiment_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_financial_large_sentiment_en.md
new file mode 100644
index 00000000000000..b805021b7b71d8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_financial_large_sentiment_en.md
@@ -0,0 +1,105 @@
+---
+layout: model
+title: English RoBertaForSequenceClassification Large Cased model (from soleimanian)
+author: John Snow Labs
+name: roberta_classifier_financial_large_sentiment
+date: 2024-09-02
+tags: [en, open_source, roberta, sequence_classification, classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `financial-roberta-large-sentiment` is a English model originally trained by `soleimanian`.
+
+## Predicted Entities
+
+`neutral`, `negative`, `positive`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_financial_large_sentiment_en_5.5.0_3.0_1725238637650.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_financial_large_sentiment_en_5.5.0_3.0_1725238637650.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_financial_large_sentiment|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+References
+
+- https://huggingface.co/soleimanian/financial-roberta-large-sentiment
+- https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4115943
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_financial_large_sentiment_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_financial_large_sentiment_pipeline_en.md
new file mode 100644
index 00000000000000..fe41a4cfd27387
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_financial_large_sentiment_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_classifier_financial_large_sentiment_pipeline pipeline RoBertaForSequenceClassification from soleimanian
+author: John Snow Labs
+name: roberta_classifier_financial_large_sentiment_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_classifier_financial_large_sentiment_pipeline` is a English model originally trained by soleimanian.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_financial_large_sentiment_pipeline_en_5.5.0_3.0_1725238704828.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_financial_large_sentiment_pipeline_en_5.5.0_3.0_1725238704828.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_classifier_financial_large_sentiment_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_classifier_financial_large_sentiment_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_financial_large_sentiment_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/soleimanian/financial-roberta-large-sentiment
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_sentiment_analysis_custom_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_sentiment_analysis_custom_en.md
new file mode 100644
index 00000000000000..b7b4501bedd960
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_sentiment_analysis_custom_en.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: English RoBertaForSequenceClassification Cased model (from acho0057)
+author: John Snow Labs
+name: roberta_classifier_sentiment_analysis_custom
+date: 2024-09-02
+tags: [en, open_source, roberta, sequence_classification, classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `sentiment_analysis_custom` is a English model originally trained by `acho0057`.
+
+## Predicted Entities
+
+`Negative`, `Positive`, `Neutral`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_sentiment_analysis_custom_en_5.5.0_3.0_1725277347682.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_sentiment_analysis_custom_en_5.5.0_3.0_1725277347682.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_sentiment_analysis_custom|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/acho0057/sentiment_analysis_custom
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_sentiment_analysis_custom_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_sentiment_analysis_custom_pipeline_en.md
new file mode 100644
index 00000000000000..4c21199821c91a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_sentiment_analysis_custom_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_classifier_sentiment_analysis_custom_pipeline pipeline RoBertaForSequenceClassification from acho0057
+author: John Snow Labs
+name: roberta_classifier_sentiment_analysis_custom_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_classifier_sentiment_analysis_custom_pipeline` is a English model originally trained by acho0057.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_sentiment_analysis_custom_pipeline_en_5.5.0_3.0_1725277372904.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_sentiment_analysis_custom_pipeline_en_5.5.0_3.0_1725277372904.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_classifier_sentiment_analysis_custom_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_classifier_sentiment_analysis_custom_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_sentiment_analysis_custom_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/acho0057/sentiment_analysis_custom
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_tweet_sentiment_eval_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_tweet_sentiment_eval_en.md
new file mode 100644
index 00000000000000..e97c1234a13b5f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_tweet_sentiment_eval_en.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: English RobertaForSequenceClassification Cased model (from elozano)
+author: John Snow Labs
+name: roberta_classifier_tweet_sentiment_eval
+date: 2024-09-02
+tags: [en, open_source, roberta, sequence_classification, classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `tweet_sentiment_eval` is a English model originally trained by `elozano`.
+
+## Predicted Entities
+
+`Positive`, `Neutral`, `Negative`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_tweet_sentiment_eval_en_5.5.0_3.0_1725237798268.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_tweet_sentiment_eval_en_5.5.0_3.0_1725237798268.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_tweet_sentiment_eval|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|460.4 MB|
+
+## References
+
+References
+
+- https://huggingface.co/elozano/tweet_sentiment_eval
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_tweet_sentiment_eval_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_tweet_sentiment_eval_pipeline_en.md
new file mode 100644
index 00000000000000..3c24322d7485a3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_tweet_sentiment_eval_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_classifier_tweet_sentiment_eval_pipeline pipeline RoBertaForSequenceClassification from elozano
+author: John Snow Labs
+name: roberta_classifier_tweet_sentiment_eval_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_classifier_tweet_sentiment_eval_pipeline` is a English model originally trained by elozano.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_tweet_sentiment_eval_pipeline_en_5.5.0_3.0_1725237823812.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_tweet_sentiment_eval_pipeline_en_5.5.0_3.0_1725237823812.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_classifier_tweet_sentiment_eval_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_classifier_tweet_sentiment_eval_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_tweet_sentiment_eval_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|460.4 MB|
+
+## References
+
+https://huggingface.co/elozano/tweet_sentiment_eval
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_en.md
new file mode 100644
index 00000000000000..ff7e7566a0fa4e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_en.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: English RoBertaForSequenceClassification Base Cased model (from lucaordronneau)
+author: John Snow Labs
+name: roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news
+date: 2024-09-02
+tags: [en, open_source, roberta, sequence_classification, classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `twitter-roberta-base-sentiment-latest-finetuned-FG-SINGLE_SENTENCE-NEWS` is a English model originally trained by `lucaordronneau`.
+
+## Predicted Entities
+
+`neutral`, `greed`, `fear`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_en_5.5.0_3.0_1725237935975.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_en_5.5.0_3.0_1725237935975.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/lucaordronneau/twitter-roberta-base-sentiment-latest-finetuned-FG-SINGLE_SENTENCE-NEWS
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline_en.md
new file mode 100644
index 00000000000000..0226a8b9ba3844
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline pipeline RoBertaForSequenceClassification from lucaordronneau
+author: John Snow Labs
+name: roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline` is a English model originally trained by lucaordronneau.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline_en_5.5.0_3.0_1725237965022.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline_en_5.5.0_3.0_1725237965022.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classifier_twitter_base_sentiment_latest_finetuned_fg_single_sentence_news_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/lucaordronneau/twitter-roberta-base-sentiment-latest-finetuned-FG-SINGLE_SENTENCE-NEWS
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classweight_sentiment_classifier_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classweight_sentiment_classifier_en.md
new file mode 100644
index 00000000000000..b8c0c4ef3aec65
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classweight_sentiment_classifier_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_classweight_sentiment_classifier RoBertaForSequenceClassification from gArthur98
+author: John Snow Labs
+name: roberta_classweight_sentiment_classifier
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_classweight_sentiment_classifier` is a English model originally trained by gArthur98.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classweight_sentiment_classifier_en_5.5.0_3.0_1725277926245.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classweight_sentiment_classifier_en_5.5.0_3.0_1725277926245.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classweight_sentiment_classifier|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|435.7 MB|
+
+## References
+
+https://huggingface.co/gArthur98/Roberta-classweight-Sentiment-classifier
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_classweight_sentiment_classifier_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_classweight_sentiment_classifier_pipeline_en.md
new file mode 100644
index 00000000000000..66dc2ce12d2079
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_classweight_sentiment_classifier_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_classweight_sentiment_classifier_pipeline pipeline RoBertaForSequenceClassification from gArthur98
+author: John Snow Labs
+name: roberta_classweight_sentiment_classifier_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_classweight_sentiment_classifier_pipeline` is a English model originally trained by gArthur98.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classweight_sentiment_classifier_pipeline_en_5.5.0_3.0_1725277952897.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classweight_sentiment_classifier_pipeline_en_5.5.0_3.0_1725277952897.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_classweight_sentiment_classifier_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_classweight_sentiment_classifier_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_classweight_sentiment_classifier_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|435.7 MB|
+
+## References
+
+https://huggingface.co/gArthur98/Roberta-classweight-Sentiment-classifier
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_daigt_kaggle_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_daigt_kaggle_en.md
new file mode 100644
index 00000000000000..47a5f2ccfc9051
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_daigt_kaggle_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_daigt_kaggle RoBertaForSequenceClassification from zeyadusf
+author: John Snow Labs
+name: roberta_daigt_kaggle
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_daigt_kaggle` is a English model originally trained by zeyadusf.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_daigt_kaggle_en_5.5.0_3.0_1725237913399.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_daigt_kaggle_en_5.5.0_3.0_1725237913399.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_daigt_kaggle|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|457.2 MB|
+
+## References
+
+https://huggingface.co/zeyadusf/roberta-DAIGT-kaggle
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_daigt_kaggle_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_daigt_kaggle_pipeline_en.md
new file mode 100644
index 00000000000000..1603a1a7889926
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_daigt_kaggle_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_daigt_kaggle_pipeline pipeline RoBertaForSequenceClassification from zeyadusf
+author: John Snow Labs
+name: roberta_daigt_kaggle_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_daigt_kaggle_pipeline` is a English model originally trained by zeyadusf.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_daigt_kaggle_pipeline_en_5.5.0_3.0_1725237940458.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_daigt_kaggle_pipeline_en_5.5.0_3.0_1725237940458.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_daigt_kaggle_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_daigt_kaggle_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_daigt_kaggle_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|457.2 MB|
+
+## References
+
+https://huggingface.co/zeyadusf/roberta-DAIGT-kaggle
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_embeddings_legal_roberta_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_embeddings_legal_roberta_base_en.md
new file mode 100644
index 00000000000000..8c4bc8b72886f1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_embeddings_legal_roberta_base_en.md
@@ -0,0 +1,108 @@
+---
+layout: model
+title: English Legal RoBERTa Embeddings (CaseLaw, Base, Cased)
+author: John Snow Labs
+name: roberta_embeddings_legal_roberta_base
+date: 2024-09-02
+tags: [roberta, embeddings, en, open_source, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Legal RoBERTa Embeddings model, uploaded to Hugging Face, adapted and imported into Spark NLP. `legal-roberta-base` is a English model orginally trained by `saibo`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_embeddings_legal_roberta_base_en_5.5.0_3.0_1725264385593.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_embeddings_legal_roberta_base_en_5.5.0_3.0_1725264385593.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_embeddings_roberta_large_bne|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|es|
+|Size:|843.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/PlanTL-GOB-ES/roberta-large-bne
+- https://arxiv.org/abs/1907.11692
+- http://www.bne.es/en/Inicio/index.html
+- http://www.bne.es/en/Inicio/index.html
+- https://arxiv.org/abs/1907.11692
+- https://github.com/PlanTL-GOB-ES/lm-spanish
+- https://arxiv.org/abs/2107.07253
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_embeddings_roberta_large_bne_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_embeddings_roberta_large_bne_pipeline_es.md
new file mode 100644
index 00000000000000..4ec9cdf0640a7d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_embeddings_roberta_large_bne_pipeline_es.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Castilian, Spanish roberta_embeddings_roberta_large_bne_pipeline pipeline RoBertaEmbeddings from PlanTL-GOB-ES
+author: John Snow Labs
+name: roberta_embeddings_roberta_large_bne_pipeline
+date: 2024-09-02
+tags: [es, open_source, pipeline, onnx]
+task: Embeddings
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_embeddings_roberta_large_bne_pipeline` is a Castilian, Spanish model originally trained by PlanTL-GOB-ES.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_embeddings_roberta_large_bne_pipeline_es_5.5.0_3.0_1725265674189.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_embeddings_roberta_large_bne_pipeline_es_5.5.0_3.0_1725265674189.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_embeddings_roberta_large_bne_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_embeddings_roberta_large_bne_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_embeddings_roberta_large_bne_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|843.3 MB|
+
+## References
+
+https://huggingface.co/PlanTL-GOB-ES/roberta-large-bne
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_large_bne_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_bne_pipeline_es.md
new file mode 100644
index 00000000000000..940d66b9049fac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_bne_pipeline_es.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Castilian, Spanish roberta_large_bne_pipeline pipeline RoBertaEmbeddings from BSC-LT
+author: John Snow Labs
+name: roberta_large_bne_pipeline
+date: 2024-09-02
+tags: [es, open_source, pipeline, onnx]
+task: Embeddings
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_bne_pipeline` is a Castilian, Spanish model originally trained by BSC-LT.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_bne_pipeline_es_5.5.0_3.0_1725264559182.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_bne_pipeline_es_5.5.0_3.0_1725264559182.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_bne_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_bne_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_bne_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|843.3 MB|
+
+## References
+
+https://huggingface.co/BSC-LT/roberta-large-bne
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_large_cola_krishna2020_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_cola_krishna2020_en.md
new file mode 100644
index 00000000000000..7d3fb76dfd5a1b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_cola_krishna2020_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_large_cola_krishna2020 RoBertaForSequenceClassification from cointegrated
+author: John Snow Labs
+name: roberta_large_cola_krishna2020
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_cola_krishna2020` is a English model originally trained by cointegrated.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_cola_krishna2020_en_5.5.0_3.0_1725278319550.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_cola_krishna2020_en_5.5.0_3.0_1725278319550.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_cola_krishna2020|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|845.3 MB|
+
+## References
+
+https://huggingface.co/cointegrated/roberta-large-cola-krishna2020
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_large_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_en.md
new file mode 100644
index 00000000000000..7b5ed75baf984f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_en.md
@@ -0,0 +1,90 @@
+---
+layout: model
+title: RoBERTa large model
+author: John Snow Labs
+name: roberta_large
+date: 2024-09-02
+tags: [en, english, embeddings, roberta, open_source, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained model on English language using a masked language modeling (MLM) objective. It was introduced in [this paper](https://arxiv.org/abs/1907.11692) and first released in [this repository](https://github.com/pytorch/fairseq/tree/master/examples/roberta). This model is case-sensitive: it makes a difference between english and English.
+
+RoBERTa is a transformers model pretrained on a large corpus of English data in a self-supervised fashion. This means it was pretrained on the raw texts only, with no humans labeling them in any way (which is why it can use lots of publicly available data) with an automatic process to generate inputs and labels from those texts.
+
+More precisely, it was pretrained with the Masked language modeling (MLM) objective. Taking a sentence, the model randomly masks 15% of the words in the input then runs the entire masked sentence through the model and has to predict the masked words. This is different from traditional recurrent neural networks (RNNs) that usually see the words one after the other, or from autoregressive models like GPT which internally mask the future tokens. It allows the model to learn a bidirectional representation of the sentence.
+
+This way, the model learns an inner representation of the English language that can then be used to extract features useful for downstream tasks: if you have a dataset of labeled sentences, for instance, you can train a standard classifier using the features produced by the BERT model as inputs.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_en_5.5.0_3.0_1725265519613.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_en_5.5.0_3.0_1725265519613.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_pfg_donation_detection|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/LACAI/roberta-large-PFG-donation-detection
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_large_pfg_donation_detection_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_pfg_donation_detection_pipeline_en.md
new file mode 100644
index 00000000000000..0afdd84b00380d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_pfg_donation_detection_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_large_pfg_donation_detection_pipeline pipeline RoBertaForSequenceClassification from LACAI
+author: John Snow Labs
+name: roberta_large_pfg_donation_detection_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_pfg_donation_detection_pipeline` is a English model originally trained by LACAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_pfg_donation_detection_pipeline_en_5.5.0_3.0_1725238612447.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_pfg_donation_detection_pipeline_en_5.5.0_3.0_1725238612447.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_pfg_donation_detection_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_pfg_donation_detection_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_pfg_donation_detection_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/LACAI/roberta-large-PFG-donation-detection
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_large_swiss_legal_gsw.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_swiss_legal_gsw.md
new file mode 100644
index 00000000000000..e7e06422763836
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_swiss_legal_gsw.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Swiss Legal Roberta Embeddings
+author: John Snow Labs
+name: roberta_large_swiss_legal
+date: 2024-09-02
+tags: [gsw, swiss, embeddings, transformer, open_source, legal, onnx]
+task: Embeddings
+language: gsw
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Legal Roberta Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `legal-swiss-roberta-large` is a Swiss model originally trained by `joelito`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_swiss_legal_gsw_5.5.0_3.0_1725264232623.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_swiss_legal_gsw_5.5.0_3.0_1725264232623.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_swiss_legal|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|gsw|
+|Size:|1.6 GB|
+
+## References
+
+References
+
+https://huggingface.co/joelito/legal-swiss-roberta-large
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_large_yelp2class_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_yelp2class_en.md
new file mode 100644
index 00000000000000..8b6ac797238230
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_large_yelp2class_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_large_yelp2class RoBertaForSequenceClassification from Siki-77
+author: John Snow Labs
+name: roberta_large_yelp2class
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_yelp2class` is a English model originally trained by Siki-77.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_yelp2class_en_5.5.0_3.0_1725238047655.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_yelp2class_en_5.5.0_3.0_1725238047655.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_yelp2class|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/Siki-77/roberta_large_yelp2class
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_long_answer_nq_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_long_answer_nq_en.md
new file mode 100644
index 00000000000000..c4ed31e49638f4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_long_answer_nq_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_long_answer_nq RoBertaForSequenceClassification from RameshArvind
+author: John Snow Labs
+name: roberta_long_answer_nq
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_long_answer_nq` is a English model originally trained by RameshArvind.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_long_answer_nq_en_5.5.0_3.0_1725277593460.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_long_answer_nq_en_5.5.0_3.0_1725277593460.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_long_answer_nq|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|467.7 MB|
+
+## References
+
+https://huggingface.co/RameshArvind/roberta_long_answer_nq
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_long_answer_nq_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_long_answer_nq_pipeline_en.md
new file mode 100644
index 00000000000000..1053048e7de7fd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_long_answer_nq_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_long_answer_nq_pipeline pipeline RoBertaForSequenceClassification from RameshArvind
+author: John Snow Labs
+name: roberta_long_answer_nq_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_long_answer_nq_pipeline` is a English model originally trained by RameshArvind.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_long_answer_nq_pipeline_en_5.5.0_3.0_1725277618163.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_long_answer_nq_pipeline_en_5.5.0_3.0_1725277618163.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_long_answer_nq_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_long_answer_nq_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_ner_graphpolygot_MT4TS|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|607.7 MB|
+
+## References
+
+References
+
+- https://huggingface.co/kevinjesse/graphpolygot-MT4TS
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline_xx.md
new file mode 100644
index 00000000000000..f59b447c4b2684
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline pipeline RoBertaForTokenClassification from StivenLancheros
+author: John Snow Labs
+name: roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline
+date: 2024-09-02
+tags: [xx, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline` is a Multilingual model originally trained by StivenLancheros.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline_xx_5.5.0_3.0_1725311077665.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline_xx_5.5.0_3.0_1725311077665.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_ner_roberta_base_biomedical_clinical_spanish_finetuned_ner_craft_augmentedtransfer_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|438.8 MB|
+
+## References
+
+https://huggingface.co/StivenLancheros/roberta-base-biomedical-clinical-es-finetuned-ner-CRAFT_AugmentedTransfer_EN
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline_en.md
new file mode 100644
index 00000000000000..91acb14603ec69
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline pipeline RoBertaForTokenClassification from tner
+author: John Snow Labs
+name: roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline` is a English model originally trained by tner.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline_en_5.5.0_3.0_1725311594974.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline_en_5.5.0_3.0_1725311594974.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_ner_roberta_base_tweetner_2020_2021_continuous_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|443.6 MB|
+
+## References
+
+https://huggingface.co/tner/roberta-base-tweetner-2020-2021-continuous
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_spanish_squades_becasincentivos4_es.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_spanish_squades_becasincentivos4_es.md
new file mode 100644
index 00000000000000..1eb35b7f87e057
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_spanish_squades_becasincentivos4_es.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: Spanish RobertaForQuestionAnswering Base Cased model (from Evelyn18)
+author: John Snow Labs
+name: roberta_qa_base_spanish_squades_becasincentivos4
+date: 2024-09-02
+tags: [es, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-spanish-squades-becasIncentivos4` is a Spanish model originally trained by `Evelyn18`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_becasincentivos4_es_5.5.0_3.0_1725252081843.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_base_spanish_squades_becasincentivos4_es_5.5.0_3.0_1725252081843.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_spanish_squades_becasincentivos4","es")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_spanish_squades_becasincentivos4","es")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_base_spanish_squades_becasincentivos4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|es|
+|Size:|459.1 MB|
+
+## References
+
+References
+
+- https://huggingface.co/Evelyn18/roberta-base-spanish-squades-becasIncentivos4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_squad2_finetuned_squad2_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_squad2_finetuned_squad2_en.md
new file mode 100644
index 00000000000000..c4bf2f3b026526
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_squad2_finetuned_squad2_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering Base Cased model (from Marscen)
+author: John Snow Labs
+name: roberta_qa_base_squad2_finetuned_squad2
+date: 2024-09-02
+tags: [en, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-squad2-finetuned-squad2` is a English model originally trained by `Marscen`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_base_squad2_finetuned_squad2_en_5.5.0_3.0_1725252777799.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_base_squad2_finetuned_squad2_en_5.5.0_3.0_1725252777799.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_squad2_finetuned_squad2","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_squad2_finetuned_squad2","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_base_squad2_finetuned_squad2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+References
+
+- https://huggingface.co/Marscen/roberta-base-squad2-finetuned-squad2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_squad2_finetuned_squad2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_squad2_finetuned_squad2_pipeline_en.md
new file mode 100644
index 00000000000000..1c0fe338b93380
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_squad2_finetuned_squad2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_base_squad2_finetuned_squad2_pipeline pipeline RoBertaForQuestionAnswering from Marscen
+author: John Snow Labs
+name: roberta_qa_base_squad2_finetuned_squad2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_base_squad2_finetuned_squad2_pipeline` is a English model originally trained by Marscen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_base_squad2_finetuned_squad2_pipeline_en_5.5.0_3.0_1725252801960.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_base_squad2_finetuned_squad2_pipeline_en_5.5.0_3.0_1725252801960.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_base_squad2_finetuned_squad2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_base_squad2_finetuned_squad2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_base_squad2_finetuned_squad2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+https://huggingface.co/Marscen/roberta-base-squad2-finetuned-squad2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_squad2_finetuned_visquad_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_squad2_finetuned_visquad_en.md
new file mode 100644
index 00000000000000..2402b8c1d4f7dc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_base_squad2_finetuned_visquad_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering Base Cased model (from khoanvm)
+author: John Snow Labs
+name: roberta_qa_base_squad2_finetuned_visquad
+date: 2024-09-02
+tags: [en, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-squad2-finetuned-visquad` is a English model originally trained by `khoanvm`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_base_squad2_finetuned_visquad_en_5.5.0_3.0_1725251932157.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_base_squad2_finetuned_visquad_en_5.5.0_3.0_1725251932157.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_squad2_finetuned_visquad","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_base_squad2_finetuned_visquad","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_base_squad2_finetuned_visquad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.6 MB|
+
+## References
+
+References
+
+- https://huggingface.co/khoanvm/roberta-base-squad2-finetuned-visquad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_becasv4.1_es.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_becasv4.1_es.md
new file mode 100644
index 00000000000000..d9a4207deb2b3b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_becasv4.1_es.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: Spanish RobertaForQuestionAnswering Cased model (from Evelyn18)
+author: John Snow Labs
+name: roberta_qa_becasv4.1
+date: 2024-09-02
+tags: [es, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `BECASV4.1` is a Spanish model originally trained by `Evelyn18`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_becasv4.1_es_5.5.0_3.0_1725252069364.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_becasv4.1_es_5.5.0_3.0_1725252069364.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_becasv4.1","es")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_becasv4.1","es")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_becasv4.1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|es|
+|Size:|459.1 MB|
+
+## References
+
+References
+
+- https://huggingface.co/Evelyn18/BECASV4.1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_becasv4.1_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_becasv4.1_pipeline_es.md
new file mode 100644
index 00000000000000..f1c902e36f8eae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_becasv4.1_pipeline_es.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Castilian, Spanish roberta_qa_becasv4.1_pipeline pipeline RoBertaForQuestionAnswering from Evelyn18
+author: John Snow Labs
+name: roberta_qa_becasv4.1_pipeline
+date: 2024-09-02
+tags: [es, open_source, pipeline, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_becasv4.1_pipeline` is a Castilian, Spanish model originally trained by Evelyn18.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_becasv4.1_pipeline_es_5.5.0_3.0_1725252094448.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_becasv4.1_pipeline_es_5.5.0_3.0_1725252094448.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_becasv4.1_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_becasv4.1_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_becasv4.1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|459.1 MB|
+
+## References
+
+https://huggingface.co/Evelyn18/BECASV4.1
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_dpr_nq_reader_roberta_base_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_dpr_nq_reader_roberta_base_v2_en.md
new file mode 100644
index 00000000000000..0cf527fcc8a279
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_dpr_nq_reader_roberta_base_v2_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from nlpconnect)
+author: John Snow Labs
+name: roberta_qa_dpr_nq_reader_roberta_base_v2
+date: 2024-09-02
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `dpr-nq-reader-roberta-base-v2` is a English model originally trained by `nlpconnect`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_dpr_nq_reader_roberta_base_v2_en_5.5.0_3.0_1725251674364.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_dpr_nq_reader_roberta_base_v2_en_5.5.0_3.0_1725251674364.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_dpr_nq_reader_roberta_base_v2","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_dpr_nq_reader_roberta_base_v2","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.roberta.base_v2").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_dpr_nq_reader_roberta_base_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|465.6 MB|
+
+## References
+
+References
+
+- https://huggingface.co/nlpconnect/dpr-nq-reader-roberta-base-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline_en.md
new file mode 100644
index 00000000000000..ebc563ed87ab39
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline pipeline RoBertaForQuestionAnswering from nlpconnect
+author: John Snow Labs
+name: roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline` is a English model originally trained by nlpconnect.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline_en_5.5.0_3.0_1725251704416.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline_en_5.5.0_3.0_1725251704416.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_dpr_nq_reader_roberta_base_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|465.6 MB|
+
+## References
+
+https://huggingface.co/nlpconnect/dpr-nq-reader-roberta-base-v2
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_finetuned_country_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_finetuned_country_en.md
new file mode 100644
index 00000000000000..e6968c631b843d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_finetuned_country_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering Cased model (from nsridhar)
+author: John Snow Labs
+name: roberta_qa_finetuned_country
+date: 2024-09-02
+tags: [en, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-finetuned-country` is a English model originally trained by `nsridhar`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_finetuned_country_en_5.5.0_3.0_1725251998694.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_finetuned_country_en_5.5.0_3.0_1725251998694.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_finetuned_country","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_finetuned_country","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_finetuned_country|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.7 MB|
+
+## References
+
+References
+
+- https://huggingface.co/nsridhar/roberta-finetuned-country
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_finetuned_country_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_finetuned_country_pipeline_en.md
new file mode 100644
index 00000000000000..5411ee51b46c46
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_finetuned_country_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_finetuned_country_pipeline pipeline RoBertaForQuestionAnswering from nsridhar
+author: John Snow Labs
+name: roberta_qa_finetuned_country_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_finetuned_country_pipeline` is a English model originally trained by nsridhar.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_finetuned_country_pipeline_en_5.5.0_3.0_1725252025265.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_finetuned_country_pipeline_en_5.5.0_3.0_1725252025265.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_finetuned_country_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_finetuned_country_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_finetuned_country_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.7 MB|
+
+## References
+
+https://huggingface.co/nsridhar/roberta-finetuned-country
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_en.md
new file mode 100644
index 00000000000000..4f643ddcd9f5a4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering Large Cased model (from anas-awadalla)
+author: John Snow Labs
+name: roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0
+date: 2024-09-02
+tags: [en, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-large-few-shot-k-32-finetuned-squad-seed-0` is a English model originally trained by `anas-awadalla`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_en_5.5.0_3.0_1725252817737.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_en_5.5.0_3.0_1725252817737.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+References
+
+- https://huggingface.co/anas-awadalla/roberta-large-few-shot-k-32-finetuned-squad-seed-0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline_en.md
new file mode 100644
index 00000000000000..93cce0941bcf20
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline pipeline RoBertaForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline_en_5.5.0_3.0_1725252907697.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline_en_5.5.0_3.0_1725252907697.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_large_few_shot_k_32_finetuned_squad_seed_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-large-few-shot-k-32-finetuned-squad-seed-0
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_fine_tuned_squad_es.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_fine_tuned_squad_es.md
new file mode 100644
index 00000000000000..93e60e6350abfe
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_fine_tuned_squad_es.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: Spanish RobertaForQuestionAnswering Large Cased model (from stevemobs)
+author: John Snow Labs
+name: roberta_qa_large_fine_tuned_squad
+date: 2024-09-02
+tags: [es, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-large-fine-tuned-squad-es` is a Spanish model originally trained by `stevemobs`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_large_fine_tuned_squad_es_5.5.0_3.0_1725251886608.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_large_fine_tuned_squad_es_5.5.0_3.0_1725251886608.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_large_fine_tuned_squad","es")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_large_fine_tuned_squad","es")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_large_fine_tuned_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|es|
+|Size:|1.3 GB|
+
+## References
+
+References
+
+- https://huggingface.co/stevemobs/roberta-large-fine-tuned-squad-es
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_fine_tuned_squad_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_fine_tuned_squad_pipeline_es.md
new file mode 100644
index 00000000000000..8a1c59f1596bff
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_large_fine_tuned_squad_pipeline_es.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Castilian, Spanish roberta_qa_large_fine_tuned_squad_pipeline pipeline RoBertaForQuestionAnswering from stevemobs
+author: John Snow Labs
+name: roberta_qa_large_fine_tuned_squad_pipeline
+date: 2024-09-02
+tags: [es, open_source, pipeline, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_large_fine_tuned_squad_pipeline` is a Castilian, Spanish model originally trained by stevemobs.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_large_fine_tuned_squad_pipeline_es_5.5.0_3.0_1725251955365.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_large_fine_tuned_squad_pipeline_es_5.5.0_3.0_1725251955365.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_large_fine_tuned_squad_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_large_fine_tuned_squad_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_large_fine_tuned_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/stevemobs/roberta-large-fine-tuned-squad-es
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_miamiya_base_squad2_finetuned_squad_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_miamiya_base_squad2_finetuned_squad_en.md
new file mode 100644
index 00000000000000..670617201c07ed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_miamiya_base_squad2_finetuned_squad_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering Base Cased model (from miamiya)
+author: John Snow Labs
+name: roberta_qa_miamiya_base_squad2_finetuned_squad
+date: 2024-09-02
+tags: [en, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-squad2-finetuned-squad` is a English model originally trained by `miamiya`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_miamiya_base_squad2_finetuned_squad_en_5.5.0_3.0_1725251701673.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_miamiya_base_squad2_finetuned_squad_en_5.5.0_3.0_1725251701673.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_miamiya_base_squad2_finetuned_squad","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_miamiya_base_squad2_finetuned_squad","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_miamiya_base_squad2_finetuned_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.5 MB|
+
+## References
+
+References
+
+- https://huggingface.co/miamiya/roberta-base-squad2-finetuned-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_movie_roberta_squad_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_movie_roberta_squad_en.md
new file mode 100644
index 00000000000000..b1de821bf21a1b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_movie_roberta_squad_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from thatdramebaazguy)
+author: John Snow Labs
+name: roberta_qa_movie_roberta_squad
+date: 2024-09-02
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `movie-roberta-squad` is a English model originally trained by `thatdramebaazguy`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_movie_roberta_squad_en_5.5.0_3.0_1725251674572.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_movie_roberta_squad_en_5.5.0_3.0_1725251674572.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_movie_roberta_squad","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_movie_roberta_squad","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.movie_squad.roberta.by_thatdramebaazguy").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_movie_roberta_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|466.0 MB|
+
+## References
+
+References
+
+- https://huggingface.co/thatdramebaazguy/movie-roberta-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_en.md
new file mode 100644
index 00000000000000..5cf976c8e40227
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_en.md
@@ -0,0 +1,92 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering Base Cased model (from AnonymousSub)
+author: John Snow Labs
+name: roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3
+date: 2024-09-02
+tags: [en, open_source, roberta, question_answering, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `recipe_triplet_recipes-roberta-base_squadv2_epochs_3` is a English model originally trained by `AnonymousSub`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_en_5.5.0_3.0_1725252034680.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_en_5.5.0_3.0_1725252034680.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+Document_Assembler = MultiDocumentAssembler()\
+ .setInputCols(["question", "context"])\
+ .setOutputCols(["document_question", "document_context"])
+
+Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3","en")\
+ .setInputCols(["document_question", "document_context"])\
+ .setOutputCol("answer")\
+ .setCaseSensitive(True)
+
+pipeline = Pipeline(stages=[Document_Assembler, Question_Answering])
+
+data = spark.createDataFrame([["What's my name?","My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(data).transform(data)
+```
+```scala
+val Document_Assembler = new MultiDocumentAssembler()
+ .setInputCols(Array("question", "context"))
+ .setOutputCols(Array("document_question", "document_context"))
+
+val Question_Answering = RoBertaForQuestionAnswering.pretrained("roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3","en")
+ .setInputCols(Array("document_question", "document_context"))
+ .setOutputCol("answer")
+ .setCaseSensitive(true)
+
+val pipeline = new Pipeline().setStages(Array(Document_Assembler, Question_Answering))
+
+val data = Seq("What's my name?","My name is Clara and I live in Berkeley.").toDS.toDF("question", "context")
+
+val result = pipeline.fit(data).transform(data)
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|466.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/AnonymousSub/recipe_triplet_recipes-roberta-base_squadv2_epochs_3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline_en.md
new file mode 100644
index 00000000000000..ace2bc8ee9337e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline pipeline RoBertaForQuestionAnswering from AnonymousSub
+author: John Snow Labs
+name: roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline` is a English model originally trained by AnonymousSub.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline_en_5.5.0_3.0_1725252062298.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline_en_5.5.0_3.0_1725252062298.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_recipe_triplet_recipes_base_squadv2_epochs_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|466.3 MB|
+
+## References
+
+https://huggingface.co/AnonymousSub/recipe_triplet_recipes-roberta-base_squadv2_epochs_3
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_FT_newsqa_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_FT_newsqa_en.md
new file mode 100644
index 00000000000000..8c5acaeead8474
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_FT_newsqa_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from AnonymousSub)
+author: John Snow Labs
+name: roberta_qa_roberta_FT_newsqa
+date: 2024-09-02
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta_FT_newsqa` is a English model originally trained by `AnonymousSub`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_FT_newsqa_en_5.5.0_3.0_1725252512022.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_FT_newsqa_en_5.5.0_3.0_1725252512022.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_roberta_FT_newsqa","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_roberta_FT_newsqa","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.news.roberta.qa_roberta_ft_newsqa.by_AnonymousSub").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_FT_newsqa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|457.8 MB|
+
+## References
+
+References
+
+- https://huggingface.co/AnonymousSub/roberta_FT_newsqa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_es.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_es.md
new file mode 100644
index 00000000000000..9c29f00f9d6db6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_es.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: Castilian, Spanish roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln RoBertaForQuestionAnswering from hackathon-pln-es
+author: John Snow Labs
+name: roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln
+date: 2024-09-02
+tags: [es, open_source, onnx, question_answering, roberta]
+task: Question Answering
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln` is a Castilian, Spanish model originally trained by hackathon-pln-es.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_es_5.5.0_3.0_1725252437530.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_es_5.5.0_3.0_1725252437530.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|es|
+|Size:|464.7 MB|
+
+## References
+
+https://huggingface.co/hackathon-pln-es/roberta-base-biomedical-es-squad2-es
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline_es.md
new file mode 100644
index 00000000000000..44628dab649067
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline_es.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Castilian, Spanish roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline pipeline RoBertaForQuestionAnswering from hackathon-pln-es
+author: John Snow Labs
+name: roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline
+date: 2024-09-02
+tags: [es, open_source, pipeline, onnx]
+task: Question Answering
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline` is a Castilian, Spanish model originally trained by hackathon-pln-es.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline_es_5.5.0_3.0_1725252463252.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline_es_5.5.0_3.0_1725252463252.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_base_biomedical_spanish_squad2_hackathon_pln_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|464.7 MB|
+
+## References
+
+https://huggingface.co/hackathon-pln-es/roberta-base-biomedical-es-squad2-es
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_en.md
new file mode 100644
index 00000000000000..6fa8e1a83adc65
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from anas-awadalla)
+author: John Snow Labs
+name: roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42
+date: 2024-09-02
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-few-shot-k-1024-finetuned-squad-seed-42` is a English model originally trained by `anas-awadalla`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_en_5.5.0_3.0_1725252476462.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_en_5.5.0_3.0_1725252476462.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squad.roberta.base_1024d_seed_42").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|446.4 MB|
+
+## References
+
+References
+
+- https://huggingface.co/anas-awadalla/roberta-base-few-shot-k-1024-finetuned-squad-seed-42
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline_en.md
new file mode 100644
index 00000000000000..85d2c3fce75fa4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline pipeline RoBertaForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline_en_5.5.0_3.0_1725252503757.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline_en_5.5.0_3.0_1725252503757.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_base_few_shot_k_1024_finetuned_squad_seed_42_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|446.4 MB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-base-few-shot-k-1024-finetuned-squad-seed-42
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_en.md
new file mode 100644
index 00000000000000..ce9fa1bd06f44a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from anas-awadalla)
+author: John Snow Labs
+name: roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6
+date: 2024-09-02
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-few-shot-k-128-finetuned-squad-seed-6` is a English model originally trained by `anas-awadalla`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_en_5.5.0_3.0_1725252619373.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_en_5.5.0_3.0_1725252619373.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squad.roberta.base_128d_seed_6").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|422.0 MB|
+
+## References
+
+References
+
+- https://huggingface.co/anas-awadalla/roberta-base-few-shot-k-128-finetuned-squad-seed-6
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline_en.md
new file mode 100644
index 00000000000000..8f9eb3fdd29e69
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline pipeline RoBertaForQuestionAnswering from anas-awadalla
+author: John Snow Labs
+name: roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline` is a English model originally trained by anas-awadalla.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline_en_5.5.0_3.0_1725252660643.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline_en_5.5.0_3.0_1725252660643.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_base_few_shot_k_128_finetuned_squad_seed_6_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|422.0 MB|
+
+## References
+
+https://huggingface.co/anas-awadalla/roberta-base-few-shot-k-128-finetuned-squad-seed-6
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_16_finetuned_squad_seed_42_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_16_finetuned_squad_seed_42_en.md
new file mode 100644
index 00000000000000..76733cd1d5282c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_roberta_base_few_shot_k_16_finetuned_squad_seed_42_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from anas-awadalla)
+author: John Snow Labs
+name: roberta_qa_roberta_base_few_shot_k_16_finetuned_squad_seed_42
+date: 2024-09-02
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `roberta-base-few-shot-k-16-finetuned-squad-seed-42` is a English model originally trained by `anas-awadalla`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_few_shot_k_16_finetuned_squad_seed_42_en_5.5.0_3.0_1725252277917.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_roberta_base_few_shot_k_16_finetuned_squad_seed_42_en_5.5.0_3.0_1725252277917.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_roberta_base_few_shot_k_16_finetuned_squad_seed_42","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_roberta_base_few_shot_k_16_finetuned_squad_seed_42","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squad.roberta.base_seed_42").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_roberta_base_few_shot_k_16_finetuned_squad_seed_42|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|424.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/anas-awadalla/roberta-base-few-shot-k-16-finetuned-squad-seed-42
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_unqover_roberta_base_squad_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_unqover_roberta_base_squad_en.md
new file mode 100644
index 00000000000000..71d33579c25b37
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_unqover_roberta_base_squad_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English RobertaForQuestionAnswering (from tli8hf)
+author: John Snow Labs
+name: roberta_qa_unqover_roberta_base_squad
+date: 2024-09-02
+tags: [en, open_source, question_answering, roberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `unqover-roberta-base-squad` is a English model originally trained by `tli8hf`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_unqover_roberta_base_squad_en_5.5.0_3.0_1725252001537.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_unqover_roberta_base_squad_en_5.5.0_3.0_1725252001537.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = RoBertaForQuestionAnswering.pretrained("roberta_qa_unqover_roberta_base_squad","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols("question", "context")
+.setOutputCols("document_question", "document_context")
+
+val spanClassifier = RoBertaForQuestionAnswering
+.pretrained("roberta_qa_unqover_roberta_base_squad","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squad.roberta.base.by_tli8hf").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_unqover_roberta_base_squad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|463.1 MB|
+
+## References
+
+References
+
+- https://huggingface.co/tli8hf/unqover-roberta-base-squad
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_unqover_roberta_base_squad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_unqover_roberta_base_squad_pipeline_en.md
new file mode 100644
index 00000000000000..0538a3fa11b7f3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_qa_unqover_roberta_base_squad_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English roberta_qa_unqover_roberta_base_squad_pipeline pipeline RoBertaForQuestionAnswering from tli8hf
+author: John Snow Labs
+name: roberta_qa_unqover_roberta_base_squad_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_qa_unqover_roberta_base_squad_pipeline` is a English model originally trained by tli8hf.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_qa_unqover_roberta_base_squad_pipeline_en_5.5.0_3.0_1725252027902.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_qa_unqover_roberta_base_squad_pipeline_en_5.5.0_3.0_1725252027902.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_qa_unqover_roberta_base_squad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_qa_unqover_roberta_base_squad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_qa_unqover_roberta_base_squad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|463.1 MB|
+
+## References
+
+https://huggingface.co/tli8hf/unqover-roberta-base-squad
+
+## Included Models
+
+- MultiDocumentAssembler
+- RoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_en.md
new file mode 100644
index 00000000000000..bc00ccdd541e5a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_en.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: English RobertaForSequenceClassification Cased model (from mrm8488)
+author: John Snow Labs
+name: roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech
+date: 2024-09-02
+tags: [en, open_source, roberta, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RobertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `distilroberta-finetuned-tweets-hate-speech` is a English model originally trained by `mrm8488`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_en_5.5.0_3.0_1725277199543.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_en_5.5.0_3.0_1725277199543.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|308.9 MB|
+
+## References
+
+References
+
+- https://huggingface.co/mrm8488/distilroberta-finetuned-tweets-hate-speech
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline_en.md
new file mode 100644
index 00000000000000..5d6ea828cb2203
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline pipeline RoBertaForSequenceClassification from mrm8488
+author: John Snow Labs
+name: roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline_en_5.5.0_3.0_1725277216335.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline_en_5.5.0_3.0_1725277216335.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_sequence_classifier_distilroberta_finetuned_tweets_hate_speech_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|309.0 MB|
+
+## References
+
+https://huggingface.co/mrm8488/distilroberta-finetuned-tweets-hate-speech
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_small_greek_el.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_small_greek_el.md
new file mode 100644
index 00000000000000..3f6a48c9c883ae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_small_greek_el.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Modern Greek (1453-) roberta_small_greek RoBertaEmbeddings from ClassCat
+author: John Snow Labs
+name: roberta_small_greek
+date: 2024-09-02
+tags: [el, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: el
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_small_greek` is a Modern Greek (1453-) model originally trained by ClassCat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_small_greek_el_5.5.0_3.0_1725264500771.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_small_greek_el_5.5.0_3.0_1725264500771.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_tiny_10m|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|353.3 MB|
+
+## References
+
+https://huggingface.co/g8a9/roberta-tiny-10M
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-roberta_tiny_10m_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-roberta_tiny_10m_pipeline_en.md
new file mode 100644
index 00000000000000..ce5a26c7d5827b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-roberta_tiny_10m_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_tiny_10m_pipeline pipeline RoBertaEmbeddings from g8a9
+author: John Snow Labs
+name: roberta_tiny_10m_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_tiny_10m_pipeline` is a English model originally trained by g8a9.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_tiny_10m_pipeline_en_5.5.0_3.0_1725264630682.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_tiny_10m_pipeline_en_5.5.0_3.0_1725264630682.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_tiny_10m_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_tiny_10m_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_tiny_10m_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|353.3 MB|
+
+## References
+
+https://huggingface.co/g8a9/roberta-tiny-10M
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-robertalex_plantl_gob_es_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-02-robertalex_plantl_gob_es_pipeline_es.md
new file mode 100644
index 00000000000000..fc30deb3172f8c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-robertalex_plantl_gob_es_pipeline_es.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Castilian, Spanish robertalex_plantl_gob_es_pipeline pipeline RoBertaEmbeddings from PlanTL-GOB-ES
+author: John Snow Labs
+name: robertalex_plantl_gob_es_pipeline
+date: 2024-09-02
+tags: [es, open_source, pipeline, onnx]
+task: Embeddings
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`robertalex_plantl_gob_es_pipeline` is a Castilian, Spanish model originally trained by PlanTL-GOB-ES.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/robertalex_plantl_gob_es_pipeline_es_5.5.0_3.0_1725264155577.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/robertalex_plantl_gob_es_pipeline_es_5.5.0_3.0_1725264155577.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("robertalex_plantl_gob_es_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("robertalex_plantl_gob_es_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|robertalex_plantl_gob_es_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|298.1 MB|
+
+## References
+
+https://huggingface.co/PlanTL-GOB-ES/RoBERTalex
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-rubioroberta_pipeline_ru.md b/docs/_posts/ahmedlone127/2024-09-02-rubioroberta_pipeline_ru.md
new file mode 100644
index 00000000000000..ab9d0d14456529
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-rubioroberta_pipeline_ru.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Russian rubioroberta_pipeline pipeline RoBertaEmbeddings from alexyalunin
+author: John Snow Labs
+name: rubioroberta_pipeline
+date: 2024-09-02
+tags: [ru, open_source, pipeline, onnx]
+task: Embeddings
+language: ru
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rubioroberta_pipeline` is a Russian model originally trained by alexyalunin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rubioroberta_pipeline_ru_5.5.0_3.0_1725265017235.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rubioroberta_pipeline_ru_5.5.0_3.0_1725265017235.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("rubioroberta_pipeline", lang = "ru")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("rubioroberta_pipeline", lang = "ru")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|rubioroberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ru|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/alexyalunin/RuBioRoBERTa
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-rubioroberta_ru.md b/docs/_posts/ahmedlone127/2024-09-02-rubioroberta_ru.md
new file mode 100644
index 00000000000000..ac4c6ccaf2444b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-rubioroberta_ru.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Russian rubioroberta RoBertaEmbeddings from alexyalunin
+author: John Snow Labs
+name: rubioroberta
+date: 2024-09-02
+tags: [ru, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: ru
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`rubioroberta` is a Russian model originally trained by alexyalunin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/rubioroberta_ru_5.5.0_3.0_1725264947622.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/rubioroberta_ru_5.5.0_3.0_1725264947622.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|russian_english_hw_iad|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|526.3 MB|
+
+## References
+
+https://huggingface.co/MegaSerega/ru-en-HW-IAD
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-russian_english_hw_iad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-russian_english_hw_iad_pipeline_en.md
new file mode 100644
index 00000000000000..eb2b9f38183136
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-russian_english_hw_iad_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English russian_english_hw_iad_pipeline pipeline MarianTransformer from MegaSerega
+author: John Snow Labs
+name: russian_english_hw_iad_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`russian_english_hw_iad_pipeline` is a English model originally trained by MegaSerega.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/russian_english_hw_iad_pipeline_en_5.5.0_3.0_1725304525591.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/russian_english_hw_iad_pipeline_en_5.5.0_3.0_1725304525591.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("russian_english_hw_iad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("russian_english_hw_iad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|russian_english_hw_iad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|526.9 MB|
+
+## References
+
+https://huggingface.co/MegaSerega/ru-en-HW-IAD
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_ha.md b/docs/_posts/ahmedlone127/2024-09-02-saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_ha.md
new file mode 100644
index 00000000000000..3baf6cd17b20b8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_ha.md
@@ -0,0 +1,84 @@
+---
+layout: model
+title: Hausa saad_speech_recognition_hausa_audio_tonga_tonga_islands_text WhisperForCTC from Baghdad99
+author: John Snow Labs
+name: saad_speech_recognition_hausa_audio_tonga_tonga_islands_text
+date: 2024-09-02
+tags: [ha, open_source, onnx, asr, whisper]
+task: Automatic Speech Recognition
+language: ha
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: WhisperForCTC
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`saad_speech_recognition_hausa_audio_tonga_tonga_islands_text` is a Hausa model originally trained by Baghdad99.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_ha_5.5.0_3.0_1725287451878.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_ha_5.5.0_3.0_1725287451878.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|saad_speech_recognition_hausa_audio_tonga_tonga_islands_text|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|ha|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/Baghdad99/saad-speech-recognition-hausa-audio-to-text
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline_ha.md b/docs/_posts/ahmedlone127/2024-09-02-saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline_ha.md
new file mode 100644
index 00000000000000..921918b7dbf111
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline_ha.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Hausa saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline pipeline WhisperForCTC from Baghdad99
+author: John Snow Labs
+name: saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline
+date: 2024-09-02
+tags: [ha, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: ha
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline` is a Hausa model originally trained by Baghdad99.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline_ha_5.5.0_3.0_1725287548733.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline_ha_5.5.0_3.0_1725287548733.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline", lang = "ha")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline", lang = "ha")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|saad_speech_recognition_hausa_audio_tonga_tonga_islands_text_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ha|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/Baghdad99/saad-speech-recognition-hausa-audio-to-text
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-safeedit_safety_classifier_en.md b/docs/_posts/ahmedlone127/2024-09-02-safeedit_safety_classifier_en.md
new file mode 100644
index 00000000000000..cc5b033069c095
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-safeedit_safety_classifier_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English safeedit_safety_classifier RoBertaForSequenceClassification from zjunlp
+author: John Snow Labs
+name: safeedit_safety_classifier
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`safeedit_safety_classifier` is a English model originally trained by zjunlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/safeedit_safety_classifier_en_5.5.0_3.0_1725238468092.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/safeedit_safety_classifier_en_5.5.0_3.0_1725238468092.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|safeedit_safety_classifier|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/zjunlp/SafeEdit-Safety-Classifier
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-safeedit_safety_classifier_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-safeedit_safety_classifier_pipeline_en.md
new file mode 100644
index 00000000000000..1090e6a48e15be
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-safeedit_safety_classifier_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English safeedit_safety_classifier_pipeline pipeline RoBertaForSequenceClassification from zjunlp
+author: John Snow Labs
+name: safeedit_safety_classifier_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`safeedit_safety_classifier_pipeline` is a English model originally trained by zjunlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/safeedit_safety_classifier_pipeline_en_5.5.0_3.0_1725238550839.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/safeedit_safety_classifier_pipeline_en_5.5.0_3.0_1725238550839.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("safeedit_safety_classifier_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("safeedit_safety_classifier_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|safeedit_safety_classifier_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/zjunlp/SafeEdit-Safety-Classifier
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sci_finnish_bert_en.md b/docs/_posts/ahmedlone127/2024-09-02-sci_finnish_bert_en.md
new file mode 100644
index 00000000000000..b3ba16827e50c5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sci_finnish_bert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sci_finnish_bert CamemBertEmbeddings from Sci-fi-vy
+author: John Snow Labs
+name: sci_finnish_bert
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sci_finnish_bert` is a English model originally trained by Sci-fi-vy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sci_finnish_bert_en_5.5.0_3.0_1725299547137.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sci_finnish_bert_en_5.5.0_3.0_1725299547137.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sci_finnish_bert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Sci-fi-vy/Sci-fi-Bert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sci_finnish_bert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sci_finnish_bert_pipeline_en.md
new file mode 100644
index 00000000000000..4a2cabe5cbde49
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sci_finnish_bert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English sci_finnish_bert_pipeline pipeline CamemBertEmbeddings from Sci-fi-vy
+author: John Snow Labs
+name: sci_finnish_bert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sci_finnish_bert_pipeline` is a English model originally trained by Sci-fi-vy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sci_finnish_bert_pipeline_en_5.5.0_3.0_1725299626143.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sci_finnish_bert_pipeline_en_5.5.0_3.0_1725299626143.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sci_finnish_bert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sci_finnish_bert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sci_finnish_bert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Sci-fi-vy/Sci-fi-Bert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sciencebrief_translation_en.md b/docs/_posts/ahmedlone127/2024-09-02-sciencebrief_translation_en.md
new file mode 100644
index 00000000000000..bafcc092901eac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sciencebrief_translation_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sciencebrief_translation MarianTransformer from ieuniversity
+author: John Snow Labs
+name: sciencebrief_translation
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sciencebrief_translation` is a English model originally trained by ieuniversity.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sciencebrief_translation_en_5.5.0_3.0_1725243659189.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sciencebrief_translation_en_5.5.0_3.0_1725243659189.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sciencebrief_translation|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|539.2 MB|
+
+## References
+
+https://huggingface.co/ieuniversity/sciencebrief_translation
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sciencebrief_translation_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sciencebrief_translation_pipeline_en.md
new file mode 100644
index 00000000000000..1a4f8000a21eb4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sciencebrief_translation_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English sciencebrief_translation_pipeline pipeline MarianTransformer from ieuniversity
+author: John Snow Labs
+name: sciencebrief_translation_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sciencebrief_translation_pipeline` is a English model originally trained by ieuniversity.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sciencebrief_translation_pipeline_en_5.5.0_3.0_1725243689501.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sciencebrief_translation_pipeline_en_5.5.0_3.0_1725243689501.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sciencebrief_translation_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sciencebrief_translation_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sciencebrief_translation_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|539.7 MB|
+
+## References
+
+https://huggingface.co/ieuniversity/sciencebrief_translation
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_adaptive_lm_molecules_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_adaptive_lm_molecules_en.md
new file mode 100644
index 00000000000000..9f063b35333d36
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_adaptive_lm_molecules_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_adaptive_lm_molecules BertSentenceEmbeddings from mossaic-candle
+author: John Snow Labs
+name: sent_adaptive_lm_molecules
+date: 2024-09-02
+tags: [en, open_source, onnx, sentence_embeddings, bert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_adaptive_lm_molecules` is a English model originally trained by mossaic-candle.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_adaptive_lm_molecules_en_5.5.0_3.0_1725273612434.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_adaptive_lm_molecules_en_5.5.0_3.0_1725273612434.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_adaptive_lm_molecules|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|263.8 MB|
+
+## References
+
+https://huggingface.co/mossaic-candle/adaptive-lm-molecules
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_adaptive_lm_molecules_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_adaptive_lm_molecules_pipeline_en.md
new file mode 100644
index 00000000000000..6357671b554273
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_adaptive_lm_molecules_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_adaptive_lm_molecules_pipeline pipeline BertSentenceEmbeddings from mossaic-candle
+author: John Snow Labs
+name: sent_adaptive_lm_molecules_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_adaptive_lm_molecules_pipeline` is a English model originally trained by mossaic-candle.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_adaptive_lm_molecules_pipeline_en_5.5.0_3.0_1725273691275.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_adaptive_lm_molecules_pipeline_en_5.5.0_3.0_1725273691275.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_adaptive_lm_molecules_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_adaptive_lm_molecules_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_adaptive_lm_molecules_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.4 MB|
+
+## References
+
+https://huggingface.co/mossaic-candle/adaptive-lm-molecules
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_arbert_ar.md b/docs/_posts/ahmedlone127/2024-09-02-sent_arbert_ar.md
new file mode 100644
index 00000000000000..098c3fc65b85ad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_arbert_ar.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Arabic sent_arbert BertSentenceEmbeddings from UBC-NLP
+author: John Snow Labs
+name: sent_arbert
+date: 2024-09-02
+tags: [ar, open_source, onnx, sentence_embeddings, bert]
+task: Embeddings
+language: ar
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_arbert` is a Arabic model originally trained by UBC-NLP.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_arbert_ar_5.5.0_3.0_1725274130789.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_arbert_ar_5.5.0_3.0_1725274130789.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_bert_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|ko|
+|Size:|412.4 MB|
+
+## References
+
+https://huggingface.co/klue/bert-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_bert_base_pipeline_ko.md b/docs/_posts/ahmedlone127/2024-09-02-sent_bert_base_pipeline_ko.md
new file mode 100644
index 00000000000000..9be009bdd82903
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_bert_base_pipeline_ko.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: Korean sent_bert_base_pipeline pipeline BertSentenceEmbeddings from klue
+author: John Snow Labs
+name: sent_bert_base_pipeline
+date: 2024-09-02
+tags: [ko, open_source, pipeline, onnx]
+task: Embeddings
+language: ko
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_bert_base_pipeline` is a Korean model originally trained by klue.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_bert_base_pipeline_ko_5.5.0_3.0_1725273443859.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_bert_base_pipeline_ko_5.5.0_3.0_1725273443859.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_bert_base_pipeline", lang = "ko")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_bert_base_pipeline", lang = "ko")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_bert_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ko|
+|Size:|413.0 MB|
+
+## References
+
+https://huggingface.co/klue/bert-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_bert_large_arabertv02_ar.md b/docs/_posts/ahmedlone127/2024-09-02-sent_bert_large_arabertv02_ar.md
new file mode 100644
index 00000000000000..3a2e151da13160
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_bert_large_arabertv02_ar.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Arabic sent_bert_large_arabertv02 BertSentenceEmbeddings from aubmindlab
+author: John Snow Labs
+name: sent_bert_large_arabertv02
+date: 2024-09-02
+tags: [ar, open_source, onnx, sentence_embeddings, bert]
+task: Embeddings
+language: ar
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_bert_large_arabertv02` is a Arabic model originally trained by aubmindlab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_bert_large_arabertv02_ar_5.5.0_3.0_1725274241558.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_bert_large_arabertv02_ar_5.5.0_3.0_1725274241558.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_bertabaporu_base_uncased|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|pt|
+|Size:|504.8 MB|
+
+## References
+
+https://huggingface.co/pablocosta/bertabaporu-base-uncased
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_biomednlp_biomedbert_base_uncased_abstract_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_biomednlp_biomedbert_base_uncased_abstract_pipeline_en.md
new file mode 100644
index 00000000000000..6e42becb8e1fb2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_biomednlp_biomedbert_base_uncased_abstract_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_biomednlp_biomedbert_base_uncased_abstract_pipeline pipeline BertSentenceEmbeddings from microsoft
+author: John Snow Labs
+name: sent_biomednlp_biomedbert_base_uncased_abstract_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_biomednlp_biomedbert_base_uncased_abstract_pipeline` is a English model originally trained by microsoft.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_biomednlp_biomedbert_base_uncased_abstract_pipeline_en_5.5.0_3.0_1725274502551.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_biomednlp_biomedbert_base_uncased_abstract_pipeline_en_5.5.0_3.0_1725274502551.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_biomednlp_biomedbert_base_uncased_abstract_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_biomednlp_biomedbert_base_uncased_abstract_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_biomednlp_biomedbert_base_uncased_abstract_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|408.6 MB|
+
+## References
+
+https://huggingface.co/microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_conflibert_scr_uncased_snowood1_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_conflibert_scr_uncased_snowood1_en.md
new file mode 100644
index 00000000000000..0b51a2dc06fce1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_conflibert_scr_uncased_snowood1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_conflibert_scr_uncased_snowood1 BertSentenceEmbeddings from snowood1
+author: John Snow Labs
+name: sent_conflibert_scr_uncased_snowood1
+date: 2024-09-02
+tags: [en, open_source, onnx, sentence_embeddings, bert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_conflibert_scr_uncased_snowood1` is a English model originally trained by snowood1.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_conflibert_scr_uncased_snowood1_en_5.5.0_3.0_1725273653466.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_conflibert_scr_uncased_snowood1_en_5.5.0_3.0_1725273653466.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_conflibert_scr_uncased_snowood1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|406.0 MB|
+
+## References
+
+https://huggingface.co/snowood1/ConfliBERT-scr-uncased
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_conflibert_scr_uncased_snowood1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_conflibert_scr_uncased_snowood1_pipeline_en.md
new file mode 100644
index 00000000000000..6966a9fe1a7ccb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_conflibert_scr_uncased_snowood1_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_conflibert_scr_uncased_snowood1_pipeline pipeline BertSentenceEmbeddings from snowood1
+author: John Snow Labs
+name: sent_conflibert_scr_uncased_snowood1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_conflibert_scr_uncased_snowood1_pipeline` is a English model originally trained by snowood1.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_conflibert_scr_uncased_snowood1_pipeline_en_5.5.0_3.0_1725273674763.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_conflibert_scr_uncased_snowood1_pipeline_en_5.5.0_3.0_1725273674763.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_conflibert_scr_uncased_snowood1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_conflibert_scr_uncased_snowood1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_conflibert_scr_uncased_snowood1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.5 MB|
+
+## References
+
+https://huggingface.co/snowood1/ConfliBERT-scr-uncased
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_hatebert_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_hatebert_en.md
new file mode 100644
index 00000000000000..f2233119686f3f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_hatebert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_hatebert BertSentenceEmbeddings from GroNLP
+author: John Snow Labs
+name: sent_hatebert
+date: 2024-09-02
+tags: [en, open_source, onnx, sentence_embeddings, bert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_hatebert` is a English model originally trained by GroNLP.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_hatebert_en_5.5.0_3.0_1725273808922.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_hatebert_en_5.5.0_3.0_1725273808922.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_hatebert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|406.1 MB|
+
+## References
+
+https://huggingface.co/GroNLP/hateBERT
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_hatebert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_hatebert_pipeline_en.md
new file mode 100644
index 00000000000000..43f6dd097fef72
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_hatebert_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_hatebert_pipeline pipeline BertSentenceEmbeddings from GroNLP
+author: John Snow Labs
+name: sent_hatebert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_hatebert_pipeline` is a English model originally trained by GroNLP.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_hatebert_pipeline_en_5.5.0_3.0_1725273830487.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_hatebert_pipeline_en_5.5.0_3.0_1725273830487.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_hatebert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_hatebert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_hatebert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.7 MB|
+
+## References
+
+https://huggingface.co/GroNLP/hateBERT
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_indobert_base_uncased_id.md b/docs/_posts/ahmedlone127/2024-09-02-sent_indobert_base_uncased_id.md
new file mode 100644
index 00000000000000..9092b3b49c2227
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_indobert_base_uncased_id.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Indonesian sent_indobert_base_uncased BertSentenceEmbeddings from indolem
+author: John Snow Labs
+name: sent_indobert_base_uncased
+date: 2024-09-02
+tags: [id, open_source, onnx, sentence_embeddings, bert]
+task: Embeddings
+language: id
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_indobert_base_uncased` is a Indonesian model originally trained by indolem.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_indobert_base_uncased_id_5.5.0_3.0_1725273336060.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_indobert_base_uncased_id_5.5.0_3.0_1725273336060.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_indobert_base_uncased|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|id|
+|Size:|411.7 MB|
+
+## References
+
+https://huggingface.co/indolem/indobert-base-uncased
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_indobert_base_uncased_pipeline_id.md b/docs/_posts/ahmedlone127/2024-09-02-sent_indobert_base_uncased_pipeline_id.md
new file mode 100644
index 00000000000000..2f8960b59db426
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_indobert_base_uncased_pipeline_id.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: Indonesian sent_indobert_base_uncased_pipeline pipeline BertSentenceEmbeddings from indolem
+author: John Snow Labs
+name: sent_indobert_base_uncased_pipeline
+date: 2024-09-02
+tags: [id, open_source, pipeline, onnx]
+task: Embeddings
+language: id
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_indobert_base_uncased_pipeline` is a Indonesian model originally trained by indolem.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_indobert_base_uncased_pipeline_id_5.5.0_3.0_1725273360097.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_indobert_base_uncased_pipeline_id_5.5.0_3.0_1725273360097.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_indobert_base_uncased_pipeline", lang = "id")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_indobert_base_uncased_pipeline", lang = "id")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_indobert_base_uncased_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|id|
+|Size:|412.3 MB|
+
+## References
+
+https://huggingface.co/indolem/indobert-base-uncased
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_medbit_r3_plus_it.md b/docs/_posts/ahmedlone127/2024-09-02-sent_medbit_r3_plus_it.md
new file mode 100644
index 00000000000000..37910fd227ef1a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_medbit_r3_plus_it.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Italian sent_medbit_r3_plus BertSentenceEmbeddings from IVN-RIN
+author: John Snow Labs
+name: sent_medbit_r3_plus
+date: 2024-09-02
+tags: [it, open_source, onnx, sentence_embeddings, bert]
+task: Embeddings
+language: it
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_medbit_r3_plus` is a Italian model originally trained by IVN-RIN.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_medbit_r3_plus_it_5.5.0_3.0_1725273764547.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_medbit_r3_plus_it_5.5.0_3.0_1725273764547.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_medbit_r3_plus|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|it|
+|Size:|409.2 MB|
+
+## References
+
+https://huggingface.co/IVN-RIN/medBIT-r3-plus
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_medbit_r3_plus_pipeline_it.md b/docs/_posts/ahmedlone127/2024-09-02-sent_medbit_r3_plus_pipeline_it.md
new file mode 100644
index 00000000000000..bbe0f8d7c7804f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_medbit_r3_plus_pipeline_it.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: Italian sent_medbit_r3_plus_pipeline pipeline BertSentenceEmbeddings from IVN-RIN
+author: John Snow Labs
+name: sent_medbit_r3_plus_pipeline
+date: 2024-09-02
+tags: [it, open_source, pipeline, onnx]
+task: Embeddings
+language: it
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_medbit_r3_plus_pipeline` is a Italian model originally trained by IVN-RIN.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_medbit_r3_plus_pipeline_it_5.5.0_3.0_1725273786702.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_medbit_r3_plus_pipeline_it_5.5.0_3.0_1725273786702.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_medbit_r3_plus_pipeline", lang = "it")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_medbit_r3_plus_pipeline", lang = "it")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_medbit_r3_plus_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|it|
+|Size:|409.7 MB|
+
+## References
+
+https://huggingface.co/IVN-RIN/medBIT-r3-plus
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_muril_base_cased_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_muril_base_cased_pipeline_en.md
new file mode 100644
index 00000000000000..2b3a9acd37c22d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_muril_base_cased_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_muril_base_cased_pipeline pipeline BertSentenceEmbeddings from google
+author: John Snow Labs
+name: sent_muril_base_cased_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_muril_base_cased_pipeline` is a English model originally trained by google.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_muril_base_cased_pipeline_en_5.5.0_3.0_1725274440813.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_muril_base_cased_pipeline_en_5.5.0_3.0_1725274440813.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_muril_base_cased_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_muril_base_cased_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_muril_base_cased_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|891.0 MB|
+
+## References
+
+https://huggingface.co/google/muril-base-cased
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_sec_bert_base_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_sec_bert_base_en.md
new file mode 100644
index 00000000000000..599fe8dc1d2f78
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_sec_bert_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_sec_bert_base BertSentenceEmbeddings from nlpaueb
+author: John Snow Labs
+name: sent_sec_bert_base
+date: 2024-09-02
+tags: [en, open_source, onnx, sentence_embeddings, bert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_sec_bert_base` is a English model originally trained by nlpaueb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_sec_bert_base_en_5.5.0_3.0_1725273922301.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_sec_bert_base_en_5.5.0_3.0_1725273922301.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_sec_bert_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|406.5 MB|
+
+## References
+
+https://huggingface.co/nlpaueb/sec-bert-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_sec_bert_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_sec_bert_base_pipeline_en.md
new file mode 100644
index 00000000000000..21471d16a4f71f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_sec_bert_base_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_sec_bert_base_pipeline pipeline BertSentenceEmbeddings from nlpaueb
+author: John Snow Labs
+name: sent_sec_bert_base_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_sec_bert_base_pipeline` is a English model originally trained by nlpaueb.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_sec_bert_base_pipeline_en_5.5.0_3.0_1725273948440.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_sec_bert_base_pipeline_en_5.5.0_3.0_1725273948440.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_sec_bert_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_sec_bert_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_sec_bert_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.1 MB|
+
+## References
+
+https://huggingface.co/nlpaueb/sec-bert-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_sikuroberta_pipeline_zh.md b/docs/_posts/ahmedlone127/2024-09-02-sent_sikuroberta_pipeline_zh.md
new file mode 100644
index 00000000000000..be7c6d1b4587aa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_sikuroberta_pipeline_zh.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: Chinese sent_sikuroberta_pipeline pipeline BertSentenceEmbeddings from SIKU-BERT
+author: John Snow Labs
+name: sent_sikuroberta_pipeline
+date: 2024-09-02
+tags: [zh, open_source, pipeline, onnx]
+task: Embeddings
+language: zh
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_sikuroberta_pipeline` is a Chinese model originally trained by SIKU-BERT.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_sikuroberta_pipeline_zh_5.5.0_3.0_1725274377607.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_sikuroberta_pipeline_zh_5.5.0_3.0_1725274377607.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_sikuroberta_pipeline", lang = "zh")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_sikuroberta_pipeline", lang = "zh")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_sikuroberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|zh|
+|Size:|406.5 MB|
+
+## References
+
+https://huggingface.co/SIKU-BERT/sikuroberta
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sent_splade_cocondenser_ensembledistil_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sent_splade_cocondenser_ensembledistil_pipeline_en.md
new file mode 100644
index 00000000000000..1c28b6bbd54cfe
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sent_splade_cocondenser_ensembledistil_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_splade_cocondenser_ensembledistil_pipeline pipeline BertSentenceEmbeddings from naver
+author: John Snow Labs
+name: sent_splade_cocondenser_ensembledistil_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_splade_cocondenser_ensembledistil_pipeline` is a English model originally trained by naver.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_splade_cocondenser_ensembledistil_pipeline_en_5.5.0_3.0_1725273597459.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_splade_cocondenser_ensembledistil_pipeline_en_5.5.0_3.0_1725273597459.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_splade_cocondenser_ensembledistil_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_splade_cocondenser_ensembledistil_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_splade_cocondenser_ensembledistil_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|408.0 MB|
+
+## References
+
+https://huggingface.co/naver/splade-cocondenser-ensembledistil
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- BertSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sentence_transformers_e5_large_v2_en.md b/docs/_posts/ahmedlone127/2024-09-02-sentence_transformers_e5_large_v2_en.md
new file mode 100644
index 00000000000000..c84a3e968a7d79
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sentence_transformers_e5_large_v2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English sentence_transformers_e5_large_v2 E5Embeddings from embaas
+author: John Snow Labs
+name: sentence_transformers_e5_large_v2
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sentence_transformers_e5_large_v2` is a English model originally trained by embaas.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sentence_transformers_e5_large_v2_en_5.5.0_3.0_1725260307358.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sentence_transformers_e5_large_v2_en_5.5.0_3.0_1725260307358.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sentence_transformers_e5_large_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|796.2 MB|
+
+## References
+
+https://huggingface.co/embaas/sentence-transformers-e5-large-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-senticse_en.md b/docs/_posts/ahmedlone127/2024-09-02-senticse_en.md
new file mode 100644
index 00000000000000..63cfe5be6fa464
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-senticse_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English senticse RoBertaForSequenceClassification from DILAB-HYU
+author: John Snow Labs
+name: senticse
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`senticse` is a English model originally trained by DILAB-HYU.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/senticse_en_5.5.0_3.0_1725237934675.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/senticse_en_5.5.0_3.0_1725237934675.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|senticse|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|435.5 MB|
+
+## References
+
+https://huggingface.co/DILAB-HYU/SentiCSE
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-senticse_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-senticse_pipeline_en.md
new file mode 100644
index 00000000000000..f32a6f9e1f408d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-senticse_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English senticse_pipeline pipeline RoBertaForSequenceClassification from DILAB-HYU
+author: John Snow Labs
+name: senticse_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`senticse_pipeline` is a English model originally trained by DILAB-HYU.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/senticse_pipeline_en_5.5.0_3.0_1725237976928.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/senticse_pipeline_en_5.5.0_3.0_1725237976928.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("senticse_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("senticse_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|senticse_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|435.5 MB|
+
+## References
+
+https://huggingface.co/DILAB-HYU/SentiCSE
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-setfit_model_labelfaithful_epochs2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-setfit_model_labelfaithful_epochs2_pipeline_en.md
new file mode 100644
index 00000000000000..a64f7464ffeff3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-setfit_model_labelfaithful_epochs2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English setfit_model_labelfaithful_epochs2_pipeline pipeline MPNetEmbeddings from mitra-mir
+author: John Snow Labs
+name: setfit_model_labelfaithful_epochs2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`setfit_model_labelfaithful_epochs2_pipeline` is a English model originally trained by mitra-mir.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/setfit_model_labelfaithful_epochs2_pipeline_en_5.5.0_3.0_1725280385714.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/setfit_model_labelfaithful_epochs2_pipeline_en_5.5.0_3.0_1725280385714.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("setfit_model_labelfaithful_epochs2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("setfit_model_labelfaithful_epochs2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|setfit_model_labelfaithful_epochs2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.8 MB|
+
+## References
+
+https://huggingface.co/mitra-mir/setfit_model_labelfaithful_epochs2
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-setfit_pc_multilabel_example_en.md b/docs/_posts/ahmedlone127/2024-09-02-setfit_pc_multilabel_example_en.md
new file mode 100644
index 00000000000000..996fc169727919
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-setfit_pc_multilabel_example_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English setfit_pc_multilabel_example MPNetEmbeddings from taldarim
+author: John Snow Labs
+name: setfit_pc_multilabel_example
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`setfit_pc_multilabel_example` is a English model originally trained by taldarim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/setfit_pc_multilabel_example_en_5.5.0_3.0_1725313597636.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/setfit_pc_multilabel_example_en_5.5.0_3.0_1725313597636.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|setfit_pc_multilabel_example|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|407.2 MB|
+
+## References
+
+https://huggingface.co/taldarim/setfit-pc-multilabel-example
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-setfit_pc_multilabel_example_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-setfit_pc_multilabel_example_pipeline_en.md
new file mode 100644
index 00000000000000..9805f4e2792ae7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-setfit_pc_multilabel_example_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English setfit_pc_multilabel_example_pipeline pipeline MPNetEmbeddings from taldarim
+author: John Snow Labs
+name: setfit_pc_multilabel_example_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`setfit_pc_multilabel_example_pipeline` is a English model originally trained by taldarim.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/setfit_pc_multilabel_example_pipeline_en_5.5.0_3.0_1725313617385.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/setfit_pc_multilabel_example_pipeline_en_5.5.0_3.0_1725313617385.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("setfit_pc_multilabel_example_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("setfit_pc_multilabel_example_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|setfit_pc_multilabel_example_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|407.3 MB|
+
+## References
+
+https://huggingface.co/taldarim/setfit-pc-multilabel-example
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-setfit_southern_sotho_icd10_l3_en.md b/docs/_posts/ahmedlone127/2024-09-02-setfit_southern_sotho_icd10_l3_en.md
new file mode 100644
index 00000000000000..62728fefa11122
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-setfit_southern_sotho_icd10_l3_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English setfit_southern_sotho_icd10_l3 MPNetEmbeddings from rjac
+author: John Snow Labs
+name: setfit_southern_sotho_icd10_l3
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`setfit_southern_sotho_icd10_l3` is a English model originally trained by rjac.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/setfit_southern_sotho_icd10_l3_en_5.5.0_3.0_1725313578513.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/setfit_southern_sotho_icd10_l3_en_5.5.0_3.0_1725313578513.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|setfit_southern_sotho_icd10_l3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/rjac/setfit-ST-ICD10-L3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-setfit_southern_sotho_icd10_l3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-setfit_southern_sotho_icd10_l3_pipeline_en.md
new file mode 100644
index 00000000000000..d77c24ccef9b17
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-setfit_southern_sotho_icd10_l3_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English setfit_southern_sotho_icd10_l3_pipeline pipeline MPNetEmbeddings from rjac
+author: John Snow Labs
+name: setfit_southern_sotho_icd10_l3_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`setfit_southern_sotho_icd10_l3_pipeline` is a English model originally trained by rjac.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/setfit_southern_sotho_icd10_l3_pipeline_en_5.5.0_3.0_1725313603108.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/setfit_southern_sotho_icd10_l3_pipeline_en_5.5.0_3.0_1725313603108.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("setfit_southern_sotho_icd10_l3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("setfit_southern_sotho_icd10_l3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|setfit_southern_sotho_icd10_l3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/rjac/setfit-ST-ICD10-L3
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sft_sql_embedding_en.md b/docs/_posts/ahmedlone127/2024-09-02-sft_sql_embedding_en.md
new file mode 100644
index 00000000000000..3c6c432ccadb0d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sft_sql_embedding_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English sft_sql_embedding MPNetEmbeddings from s2593817
+author: John Snow Labs
+name: sft_sql_embedding
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, mpnet]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MPNetEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sft_sql_embedding` is a English model originally trained by s2593817.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sft_sql_embedding_en_5.5.0_3.0_1725280864003.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sft_sql_embedding_en_5.5.0_3.0_1725280864003.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sft_sql_embedding|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[mpnet]|
+|Language:|en|
+|Size:|406.7 MB|
+
+## References
+
+https://huggingface.co/s2593817/sft-sql-embedding
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sft_sql_embedding_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sft_sql_embedding_pipeline_en.md
new file mode 100644
index 00000000000000..39f4ed411d6ad4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sft_sql_embedding_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English sft_sql_embedding_pipeline pipeline MPNetEmbeddings from s2593817
+author: John Snow Labs
+name: sft_sql_embedding_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sft_sql_embedding_pipeline` is a English model originally trained by s2593817.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sft_sql_embedding_pipeline_en_5.5.0_3.0_1725280886448.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sft_sql_embedding_pipeline_en_5.5.0_3.0_1725280886448.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sft_sql_embedding_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sft_sql_embedding_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sft_sql_embedding_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.7 MB|
+
+## References
+
+https://huggingface.co/s2593817/sft-sql-embedding
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-shanghainese_opus_serbocroatian_chinese_3500_en.md b/docs/_posts/ahmedlone127/2024-09-02-shanghainese_opus_serbocroatian_chinese_3500_en.md
new file mode 100644
index 00000000000000..0005e04ef32dad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-shanghainese_opus_serbocroatian_chinese_3500_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English shanghainese_opus_serbocroatian_chinese_3500 MarianTransformer from spycsh
+author: John Snow Labs
+name: shanghainese_opus_serbocroatian_chinese_3500
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`shanghainese_opus_serbocroatian_chinese_3500` is a English model originally trained by spycsh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/shanghainese_opus_serbocroatian_chinese_3500_en_5.5.0_3.0_1725294442197.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/shanghainese_opus_serbocroatian_chinese_3500_en_5.5.0_3.0_1725294442197.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|shanghainese_opus_serbocroatian_chinese_3500|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|540.6 MB|
+
+## References
+
+https://huggingface.co/spycsh/shanghainese-opus-sh-zh-3500
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-shanghainese_opus_serbocroatian_chinese_3500_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-shanghainese_opus_serbocroatian_chinese_3500_pipeline_en.md
new file mode 100644
index 00000000000000..c22759babfda23
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-shanghainese_opus_serbocroatian_chinese_3500_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English shanghainese_opus_serbocroatian_chinese_3500_pipeline pipeline MarianTransformer from spycsh
+author: John Snow Labs
+name: shanghainese_opus_serbocroatian_chinese_3500_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`shanghainese_opus_serbocroatian_chinese_3500_pipeline` is a English model originally trained by spycsh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/shanghainese_opus_serbocroatian_chinese_3500_pipeline_en_5.5.0_3.0_1725294474562.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/shanghainese_opus_serbocroatian_chinese_3500_pipeline_en_5.5.0_3.0_1725294474562.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("shanghainese_opus_serbocroatian_chinese_3500_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("shanghainese_opus_serbocroatian_chinese_3500_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|shanghainese_opus_serbocroatian_chinese_3500_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|541.1 MB|
+
+## References
+
+https://huggingface.co/spycsh/shanghainese-opus-sh-zh-3500
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_base_ccnet_stsb100_en.md b/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_base_ccnet_stsb100_en.md
new file mode 100644
index 00000000000000..7b1c8df3b02abd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_base_ccnet_stsb100_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sitexsometre_camembert_base_ccnet_stsb100 CamemBertForSequenceClassification from Kigo1974
+author: John Snow Labs
+name: sitexsometre_camembert_base_ccnet_stsb100
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sitexsometre_camembert_base_ccnet_stsb100` is a English model originally trained by Kigo1974.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sitexsometre_camembert_base_ccnet_stsb100_en_5.5.0_3.0_1725298639061.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sitexsometre_camembert_base_ccnet_stsb100_en_5.5.0_3.0_1725298639061.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sitexsometre_camembert_base_ccnet_stsb100|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|390.8 MB|
+
+## References
+
+https://huggingface.co/Kigo1974/sitexsometre-camembert-base-ccnet-stsb100
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_base_ccnet_stsb100_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_base_ccnet_stsb100_pipeline_en.md
new file mode 100644
index 00000000000000..b9b76d10fc9938
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_base_ccnet_stsb100_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English sitexsometre_camembert_base_ccnet_stsb100_pipeline pipeline CamemBertForSequenceClassification from Kigo1974
+author: John Snow Labs
+name: sitexsometre_camembert_base_ccnet_stsb100_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sitexsometre_camembert_base_ccnet_stsb100_pipeline` is a English model originally trained by Kigo1974.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sitexsometre_camembert_base_ccnet_stsb100_pipeline_en_5.5.0_3.0_1725298669799.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sitexsometre_camembert_base_ccnet_stsb100_pipeline_en_5.5.0_3.0_1725298669799.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sitexsometre_camembert_base_ccnet_stsb100_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sitexsometre_camembert_base_ccnet_stsb100_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sitexsometre_camembert_base_ccnet_stsb100_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|390.8 MB|
+
+## References
+
+https://huggingface.co/Kigo1974/sitexsometre-camembert-base-ccnet-stsb100
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_base_ccnet_stsb200_en.md b/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_base_ccnet_stsb200_en.md
new file mode 100644
index 00000000000000..d7d7136becd8f7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_base_ccnet_stsb200_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sitexsometre_camembert_base_ccnet_stsb200 CamemBertForSequenceClassification from Kigo1974
+author: John Snow Labs
+name: sitexsometre_camembert_base_ccnet_stsb200
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sitexsometre_camembert_base_ccnet_stsb200` is a English model originally trained by Kigo1974.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sitexsometre_camembert_base_ccnet_stsb200_en_5.5.0_3.0_1725299007527.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sitexsometre_camembert_base_ccnet_stsb200_en_5.5.0_3.0_1725299007527.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sitexsometre_camembert_base_ccnet_stsb200|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|390.8 MB|
+
+## References
+
+https://huggingface.co/Kigo1974/sitexsometre-camembert-base-ccnet-stsb200
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_large_stsb200_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_large_stsb200_pipeline_en.md
new file mode 100644
index 00000000000000..5e7fd6e1cdc22a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sitexsometre_camembert_large_stsb200_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English sitexsometre_camembert_large_stsb200_pipeline pipeline CamemBertForSequenceClassification from Kigo1974
+author: John Snow Labs
+name: sitexsometre_camembert_large_stsb200_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sitexsometre_camembert_large_stsb200_pipeline` is a English model originally trained by Kigo1974.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sitexsometre_camembert_large_stsb200_pipeline_en_5.5.0_3.0_1725298854675.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sitexsometre_camembert_large_stsb200_pipeline_en_5.5.0_3.0_1725298854675.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sitexsometre_camembert_large_stsb200_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sitexsometre_camembert_large_stsb200_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sitexsometre_camembert_large_stsb200_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|805.5 MB|
+
+## References
+
+https://huggingface.co/Kigo1974/sitexsometre-camembert-large-stsb200
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sloberta_sl.md b/docs/_posts/ahmedlone127/2024-09-02-sloberta_sl.md
new file mode 100644
index 00000000000000..f132d4dc14606e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sloberta_sl.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Slovenian sloberta CamemBertEmbeddings from EMBEDDIA
+author: John Snow Labs
+name: sloberta
+date: 2024-09-02
+tags: [sl, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: sl
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sloberta` is a Slovenian model originally trained by EMBEDDIA.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sloberta_sl_5.5.0_3.0_1725296401882.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sloberta_sl_5.5.0_3.0_1725296401882.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|slovene_roberta_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|sl|
+|Size:|311.7 MB|
+
+## References
+
+https://huggingface.co/macedonizer/sl-roberta-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-snm_siriraj_en.md b/docs/_posts/ahmedlone127/2024-09-02-snm_siriraj_en.md
new file mode 100644
index 00000000000000..39320ea490228c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-snm_siriraj_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English snm_siriraj CamemBertForTokenClassification from Tippawan
+author: John Snow Labs
+name: snm_siriraj
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, camembert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`snm_siriraj` is a English model originally trained by Tippawan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/snm_siriraj_en_5.5.0_3.0_1725266530202.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/snm_siriraj_en_5.5.0_3.0_1725266530202.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|snm_siriraj|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|392.1 MB|
+
+## References
+
+https://huggingface.co/Tippawan/snm-siriraj
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-snm_siriraj_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-snm_siriraj_pipeline_en.md
new file mode 100644
index 00000000000000..c7a8dff0cc0a1b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-snm_siriraj_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English snm_siriraj_pipeline pipeline CamemBertForTokenClassification from Tippawan
+author: John Snow Labs
+name: snm_siriraj_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`snm_siriraj_pipeline` is a English model originally trained by Tippawan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/snm_siriraj_pipeline_en_5.5.0_3.0_1725266553399.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/snm_siriraj_pipeline_en_5.5.0_3.0_1725266553399.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("snm_siriraj_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("snm_siriraj_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|snm_siriraj_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|392.1 MB|
+
+## References
+
+https://huggingface.co/Tippawan/snm-siriraj
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline_en.md
new file mode 100644
index 00000000000000..0881dce2fd0586
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline pipeline MPNetEmbeddings from danfeg
+author: John Snow Labs
+name: southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline` is a English model originally trained by danfeg.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline_en_5.5.0_3.0_1725280966321.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline_en_5.5.0_3.0_1725280966321.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|southern_sotho_all_mpnet_finetuned_arabic_1000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/danfeg/ST-ALL-MPNET_Finetuned-AR-1000
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline_en.md
new file mode 100644
index 00000000000000..ecaad36609a36d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline pipeline MPNetEmbeddings from tomaarsen
+author: John Snow Labs
+name: southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline` is a English model originally trained by tomaarsen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline_en_5.5.0_3.0_1725313694109.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline_en_5.5.0_3.0_1725313694109.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|southern_sotho_v3_test_mpnet_base_allnli_stsb_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|399.5 MB|
+
+## References
+
+https://huggingface.co/tomaarsen/st-v3-test-mpnet-base-allnli-stsb
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-spanberta_en.md b/docs/_posts/ahmedlone127/2024-09-02-spanberta_en.md
new file mode 100644
index 00000000000000..fcee415503c8b0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-spanberta_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English spanberta RoBertaEmbeddings from chriskhanhtran
+author: John Snow Labs
+name: spanberta
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spanberta` is a English model originally trained by chriskhanhtran.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spanberta_en_5.5.0_3.0_1725265186626.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spanberta_en_5.5.0_3.0_1725265186626.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spanish_english_aligned|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|539.2 MB|
+
+## References
+
+https://huggingface.co/americasnlp-lct-ehu/es_en_aligned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-spanish_english_aligned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-spanish_english_aligned_pipeline_en.md
new file mode 100644
index 00000000000000..8895fe8bebb9f1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-spanish_english_aligned_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English spanish_english_aligned_pipeline pipeline MarianTransformer from americasnlp-lct-ehu
+author: John Snow Labs
+name: spanish_english_aligned_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spanish_english_aligned_pipeline` is a English model originally trained by americasnlp-lct-ehu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spanish_english_aligned_pipeline_en_5.5.0_3.0_1725305293980.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spanish_english_aligned_pipeline_en_5.5.0_3.0_1725305293980.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("spanish_english_aligned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("spanish_english_aligned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spanish_english_aligned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|539.7 MB|
+
+## References
+
+https://huggingface.co/americasnlp-lct-ehu/es_en_aligned
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-spanish_english_extra_en.md b/docs/_posts/ahmedlone127/2024-09-02-spanish_english_extra_en.md
new file mode 100644
index 00000000000000..2d29eabed343ea
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-spanish_english_extra_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English spanish_english_extra MarianTransformer from americasnlp-lct-ehu
+author: John Snow Labs
+name: spanish_english_extra
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spanish_english_extra` is a English model originally trained by americasnlp-lct-ehu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spanish_english_extra_en_5.5.0_3.0_1725243034139.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spanish_english_extra_en_5.5.0_3.0_1725243034139.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spanish_english_extra|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|539.1 MB|
+
+## References
+
+https://huggingface.co/americasnlp-lct-ehu/es_en_extra
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-spanish_english_extra_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-spanish_english_extra_pipeline_en.md
new file mode 100644
index 00000000000000..30ec10f741b11a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-spanish_english_extra_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English spanish_english_extra_pipeline pipeline MarianTransformer from americasnlp-lct-ehu
+author: John Snow Labs
+name: spanish_english_extra_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spanish_english_extra_pipeline` is a English model originally trained by americasnlp-lct-ehu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spanish_english_extra_pipeline_en_5.5.0_3.0_1725243067029.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spanish_english_extra_pipeline_en_5.5.0_3.0_1725243067029.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("spanish_english_extra_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("spanish_english_extra_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spanish_english_extra_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|539.7 MB|
+
+## References
+
+https://huggingface.co/americasnlp-lct-ehu/es_en_extra
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-spark_name_hindi_tonga_tonga_islands_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-spark_name_hindi_tonga_tonga_islands_english_en.md
new file mode 100644
index 00000000000000..1ea93f140bdaec
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-spark_name_hindi_tonga_tonga_islands_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English spark_name_hindi_tonga_tonga_islands_english MarianTransformer from ihebaker10
+author: John Snow Labs
+name: spark_name_hindi_tonga_tonga_islands_english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spark_name_hindi_tonga_tonga_islands_english` is a English model originally trained by ihebaker10.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spark_name_hindi_tonga_tonga_islands_english_en_5.5.0_3.0_1725295366359.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spark_name_hindi_tonga_tonga_islands_english_en_5.5.0_3.0_1725295366359.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spark_name_hindi_tonga_tonga_islands_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|518.5 MB|
+
+## References
+
+https://huggingface.co/ihebaker10/spark-name-hi-to-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-spark_name_hindi_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-spark_name_hindi_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..f547cd0050a439
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-spark_name_hindi_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English spark_name_hindi_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from ihebaker10
+author: John Snow Labs
+name: spark_name_hindi_tonga_tonga_islands_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spark_name_hindi_tonga_tonga_islands_english_pipeline` is a English model originally trained by ihebaker10.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spark_name_hindi_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725295393308.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spark_name_hindi_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725295393308.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("spark_name_hindi_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("spark_name_hindi_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spark_name_hindi_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|519.0 MB|
+
+## References
+
+https://huggingface.co/ihebaker10/spark-name-hi-to-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-spark_name_korean_tonga_tonga_islands_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-spark_name_korean_tonga_tonga_islands_english_en.md
new file mode 100644
index 00000000000000..e4eec9a842bfd7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-spark_name_korean_tonga_tonga_islands_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English spark_name_korean_tonga_tonga_islands_english MarianTransformer from ihebaker10
+author: John Snow Labs
+name: spark_name_korean_tonga_tonga_islands_english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spark_name_korean_tonga_tonga_islands_english` is a English model originally trained by ihebaker10.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spark_name_korean_tonga_tonga_islands_english_en_5.5.0_3.0_1725303882222.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spark_name_korean_tonga_tonga_islands_english_en_5.5.0_3.0_1725303882222.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spark_name_korean_tonga_tonga_islands_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|540.5 MB|
+
+## References
+
+https://huggingface.co/ihebaker10/spark-name-ko-to-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-spark_name_korean_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-spark_name_korean_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..a04213659b7f31
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-spark_name_korean_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English spark_name_korean_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from ihebaker10
+author: John Snow Labs
+name: spark_name_korean_tonga_tonga_islands_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spark_name_korean_tonga_tonga_islands_english_pipeline` is a English model originally trained by ihebaker10.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spark_name_korean_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725303913692.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spark_name_korean_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725303913692.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("spark_name_korean_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("spark_name_korean_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spark_name_korean_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|541.1 MB|
+
+## References
+
+https://huggingface.co/ihebaker10/spark-name-ko-to-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-squeezebert_finetuned_squadv2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-squeezebert_finetuned_squadv2_pipeline_en.md
new file mode 100644
index 00000000000000..8b2c594eb0b9ca
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-squeezebert_finetuned_squadv2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English squeezebert_finetuned_squadv2_pipeline pipeline BertForQuestionAnswering from mrm8488
+author: John Snow Labs
+name: squeezebert_finetuned_squadv2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`squeezebert_finetuned_squadv2_pipeline` is a English model originally trained by mrm8488.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/squeezebert_finetuned_squadv2_pipeline_en_5.5.0_3.0_1725312541226.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/squeezebert_finetuned_squadv2_pipeline_en_5.5.0_3.0_1725312541226.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("squeezebert_finetuned_squadv2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("squeezebert_finetuned_squadv2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|squeezebert_finetuned_squadv2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|186.4 MB|
+
+## References
+
+https://huggingface.co/mrm8488/squeezebert-finetuned-squadv2
+
+## Included Models
+
+- MultiDocumentAssembler
+- BertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-srtk_scorer_en.md b/docs/_posts/ahmedlone127/2024-09-02-srtk_scorer_en.md
new file mode 100644
index 00000000000000..b87be149589f1c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-srtk_scorer_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English srtk_scorer RoBertaEmbeddings from drt
+author: John Snow Labs
+name: srtk_scorer
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`srtk_scorer` is a English model originally trained by drt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/srtk_scorer_en_5.5.0_3.0_1725264887873.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/srtk_scorer_en_5.5.0_3.0_1725264887873.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|srtk_scorer|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|en|
+|Size:|433.4 MB|
+
+## References
+
+https://huggingface.co/drt/srtk-scorer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-srtk_scorer_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-srtk_scorer_pipeline_en.md
new file mode 100644
index 00000000000000..256e5357977d98
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-srtk_scorer_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English srtk_scorer_pipeline pipeline RoBertaEmbeddings from drt
+author: John Snow Labs
+name: srtk_scorer_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`srtk_scorer_pipeline` is a English model originally trained by drt.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/srtk_scorer_pipeline_en_5.5.0_3.0_1725264928686.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/srtk_scorer_pipeline_en_5.5.0_3.0_1725264928686.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("srtk_scorer_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("srtk_scorer_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|srtk_scorer_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|433.4 MB|
+
+## References
+
+https://huggingface.co/drt/srtk-scorer
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-storieslm_v1_1963_en.md b/docs/_posts/ahmedlone127/2024-09-02-storieslm_v1_1963_en.md
new file mode 100644
index 00000000000000..f4ef9f45696f57
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-storieslm_v1_1963_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English storieslm_v1_1963 BertEmbeddings from StoriesLM
+author: John Snow Labs
+name: storieslm_v1_1963
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, bert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`storieslm_v1_1963` is a English model originally trained by StoriesLM.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/storieslm_v1_1963_en_5.5.0_3.0_1725319088771.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/storieslm_v1_1963_en_5.5.0_3.0_1725319088771.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|storieslm_v1_1963|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[bert]|
+|Language:|en|
+|Size:|408.1 MB|
+
+## References
+
+https://huggingface.co/StoriesLM/StoriesLM-v1-1963
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-storieslm_v1_1963_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-storieslm_v1_1963_pipeline_en.md
new file mode 100644
index 00000000000000..54c4a84083910d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-storieslm_v1_1963_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English storieslm_v1_1963_pipeline pipeline BertEmbeddings from StoriesLM
+author: John Snow Labs
+name: storieslm_v1_1963_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`storieslm_v1_1963_pipeline` is a English model originally trained by StoriesLM.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/storieslm_v1_1963_pipeline_en_5.5.0_3.0_1725319108800.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/storieslm_v1_1963_pipeline_en_5.5.0_3.0_1725319108800.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("storieslm_v1_1963_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("storieslm_v1_1963_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|storieslm_v1_1963_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|408.1 MB|
+
+## References
+
+https://huggingface.co/StoriesLM/StoriesLM-v1-1963
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-storyseeker_en.md b/docs/_posts/ahmedlone127/2024-09-02-storyseeker_en.md
new file mode 100644
index 00000000000000..d12a248bd6e92e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-storyseeker_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English storyseeker RoBertaForSequenceClassification from mariaantoniak
+author: John Snow Labs
+name: storyseeker
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`storyseeker` is a English model originally trained by mariaantoniak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/storyseeker_en_5.5.0_3.0_1725277765209.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/storyseeker_en_5.5.0_3.0_1725277765209.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|storyseeker|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|437.3 MB|
+
+## References
+
+https://huggingface.co/mariaantoniak/storyseeker
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-storyseeker_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-storyseeker_pipeline_en.md
new file mode 100644
index 00000000000000..cb628ac2c124ae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-storyseeker_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English storyseeker_pipeline pipeline RoBertaForSequenceClassification from mariaantoniak
+author: John Snow Labs
+name: storyseeker_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`storyseeker_pipeline` is a English model originally trained by mariaantoniak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/storyseeker_pipeline_en_5.5.0_3.0_1725277795477.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/storyseeker_pipeline_en_5.5.0_3.0_1725277795477.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("storyseeker_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("storyseeker_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|storyseeker_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|437.3 MB|
+
+## References
+
+https://huggingface.co/mariaantoniak/storyseeker
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-streetclip_en.md b/docs/_posts/ahmedlone127/2024-09-02-streetclip_en.md
new file mode 100644
index 00000000000000..45ac24d4d95038
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-streetclip_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English streetclip CLIPForZeroShotClassification from geolocal
+author: John Snow Labs
+name: streetclip
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`streetclip` is a English model originally trained by geolocal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/streetclip_en_5.5.0_3.0_1725275905431.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/streetclip_en_5.5.0_3.0_1725275905431.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("streetclip","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("streetclip","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|streetclip|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/geolocal/StreetCLIP
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-streetclip_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-streetclip_pipeline_en.md
new file mode 100644
index 00000000000000..4d1de03baf39c6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-streetclip_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English streetclip_pipeline pipeline CLIPForZeroShotClassification from geolocal
+author: John Snow Labs
+name: streetclip_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`streetclip_pipeline` is a English model originally trained by geolocal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/streetclip_pipeline_en_5.5.0_3.0_1725275986104.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/streetclip_pipeline_en_5.5.0_3.0_1725275986104.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("streetclip_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("streetclip_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|streetclip_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/geolocal/StreetCLIP
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-stress_prediction_en.md b/docs/_posts/ahmedlone127/2024-09-02-stress_prediction_en.md
new file mode 100644
index 00000000000000..831a39776e0a68
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-stress_prediction_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English stress_prediction DistilBertForSequenceClassification from alibidaran
+author: John Snow Labs
+name: stress_prediction
+date: 2024-09-02
+tags: [bert, en, open_source, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`stress_prediction` is a English model originally trained by alibidaran.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/stress_prediction_en_5.5.0_3.0_1725292135247.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/stress_prediction_en_5.5.0_3.0_1725292135247.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|stress_prediction|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+References
+
+https://huggingface.co/alibidaran/stress_prediction
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-stsb_tinybert_l_4_finetuned_auc_151221_top3_en.md b/docs/_posts/ahmedlone127/2024-09-02-stsb_tinybert_l_4_finetuned_auc_151221_top3_en.md
new file mode 100644
index 00000000000000..de1b66aca8c1e4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-stsb_tinybert_l_4_finetuned_auc_151221_top3_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English stsb_tinybert_l_4_finetuned_auc_151221_top3 BertForSequenceClassification from Katsiaryna
+author: John Snow Labs
+name: stsb_tinybert_l_4_finetuned_auc_151221_top3
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, bert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`stsb_tinybert_l_4_finetuned_auc_151221_top3` is a English model originally trained by Katsiaryna.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/stsb_tinybert_l_4_finetuned_auc_151221_top3_en_5.5.0_3.0_1725293730881.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/stsb_tinybert_l_4_finetuned_auc_151221_top3_en_5.5.0_3.0_1725293730881.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|stsb_tinybert_l_4_finetuned_auc_151221_top3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|54.2 MB|
+
+## References
+
+https://huggingface.co/Katsiaryna/stsb-TinyBERT-L-4-finetuned_auc_151221-top3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sumathi_camembert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sumathi_camembert_pipeline_en.md
new file mode 100644
index 00000000000000..a572f4765a4fad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sumathi_camembert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English sumathi_camembert_pipeline pipeline CamemBertEmbeddings from SumathiS
+author: John Snow Labs
+name: sumathi_camembert_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sumathi_camembert_pipeline` is a English model originally trained by SumathiS.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sumathi_camembert_pipeline_en_5.5.0_3.0_1725300195742.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sumathi_camembert_pipeline_en_5.5.0_3.0_1725300195742.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sumathi_camembert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sumathi_camembert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sumathi_camembert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/SumathiS/sumathi_camembert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sunbird_english_multiple_languages_en.md b/docs/_posts/ahmedlone127/2024-09-02-sunbird_english_multiple_languages_en.md
new file mode 100644
index 00000000000000..857f1bda392a49
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sunbird_english_multiple_languages_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sunbird_english_multiple_languages MarianTransformer from Sunbird
+author: John Snow Labs
+name: sunbird_english_multiple_languages
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sunbird_english_multiple_languages` is a English model originally trained by Sunbird.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sunbird_english_multiple_languages_en_5.5.0_3.0_1725243894948.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sunbird_english_multiple_languages_en_5.5.0_3.0_1725243894948.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sunbird_english_multiple_languages|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|529.9 MB|
+
+## References
+
+https://huggingface.co/Sunbird/sunbird-en-mul
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sunbird_english_multiple_languages_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-sunbird_english_multiple_languages_pipeline_en.md
new file mode 100644
index 00000000000000..afd6154f7ebb53
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sunbird_english_multiple_languages_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English sunbird_english_multiple_languages_pipeline pipeline MarianTransformer from Sunbird
+author: John Snow Labs
+name: sunbird_english_multiple_languages_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sunbird_english_multiple_languages_pipeline` is a English model originally trained by Sunbird.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sunbird_english_multiple_languages_pipeline_en_5.5.0_3.0_1725243932632.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sunbird_english_multiple_languages_pipeline_en_5.5.0_3.0_1725243932632.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sunbird_english_multiple_languages_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sunbird_english_multiple_languages_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sunbird_english_multiple_languages_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|530.4 MB|
+
+## References
+
+https://huggingface.co/Sunbird/sunbird-en-mul
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sungbeom_whisper_small_korean_set54_ko.md b/docs/_posts/ahmedlone127/2024-09-02-sungbeom_whisper_small_korean_set54_ko.md
new file mode 100644
index 00000000000000..192cca907d8690
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sungbeom_whisper_small_korean_set54_ko.md
@@ -0,0 +1,84 @@
+---
+layout: model
+title: Korean sungbeom_whisper_small_korean_set54 WhisperForCTC from maxseats
+author: John Snow Labs
+name: sungbeom_whisper_small_korean_set54
+date: 2024-09-02
+tags: [ko, open_source, onnx, asr, whisper]
+task: Automatic Speech Recognition
+language: ko
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: WhisperForCTC
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sungbeom_whisper_small_korean_set54` is a Korean model originally trained by maxseats.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sungbeom_whisper_small_korean_set54_ko_5.5.0_3.0_1725286212629.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sungbeom_whisper_small_korean_set54_ko_5.5.0_3.0_1725286212629.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sungbeom_whisper_small_korean_set54|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|ko|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/maxseats/SungBeom-whisper-small-ko-set54
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-sungbeom_whisper_small_korean_set54_pipeline_ko.md b/docs/_posts/ahmedlone127/2024-09-02-sungbeom_whisper_small_korean_set54_pipeline_ko.md
new file mode 100644
index 00000000000000..540538f8041cfb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-sungbeom_whisper_small_korean_set54_pipeline_ko.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Korean sungbeom_whisper_small_korean_set54_pipeline pipeline WhisperForCTC from maxseats
+author: John Snow Labs
+name: sungbeom_whisper_small_korean_set54_pipeline
+date: 2024-09-02
+tags: [ko, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: ko
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sungbeom_whisper_small_korean_set54_pipeline` is a Korean model originally trained by maxseats.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sungbeom_whisper_small_korean_set54_pipeline_ko_5.5.0_3.0_1725286303558.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sungbeom_whisper_small_korean_set54_pipeline_ko_5.5.0_3.0_1725286303558.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sungbeom_whisper_small_korean_set54_pipeline", lang = "ko")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sungbeom_whisper_small_korean_set54_pipeline", lang = "ko")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sungbeom_whisper_small_korean_set54_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ko|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/maxseats/SungBeom-whisper-small-ko-set54
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-syntrans_spanish_english_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-syntrans_spanish_english_v2_pipeline_en.md
new file mode 100644
index 00000000000000..e97c8803664999
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-syntrans_spanish_english_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English syntrans_spanish_english_v2_pipeline pipeline MarianTransformer from lkoppens
+author: John Snow Labs
+name: syntrans_spanish_english_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`syntrans_spanish_english_v2_pipeline` is a English model originally trained by lkoppens.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/syntrans_spanish_english_v2_pipeline_en_5.5.0_3.0_1725295674722.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/syntrans_spanish_english_v2_pipeline_en_5.5.0_3.0_1725295674722.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("syntrans_spanish_english_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("syntrans_spanish_english_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|syntrans_spanish_english_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|539.9 MB|
+
+## References
+
+https://huggingface.co/lkoppens/syntrans-es-en-v2
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-t5_small_finetuned_german_tonga_tonga_islands_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-t5_small_finetuned_german_tonga_tonga_islands_english_en.md
new file mode 100644
index 00000000000000..6efa3095ffa99d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-t5_small_finetuned_german_tonga_tonga_islands_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English t5_small_finetuned_german_tonga_tonga_islands_english MarianTransformer from AMNS4000
+author: John Snow Labs
+name: t5_small_finetuned_german_tonga_tonga_islands_english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`t5_small_finetuned_german_tonga_tonga_islands_english` is a English model originally trained by AMNS4000.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/t5_small_finetuned_german_tonga_tonga_islands_english_en_5.5.0_3.0_1725243867509.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/t5_small_finetuned_german_tonga_tonga_islands_english_en_5.5.0_3.0_1725243867509.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|t5_small_finetuned_german_tonga_tonga_islands_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|498.9 MB|
+
+## References
+
+https://huggingface.co/AMNS4000/t5_small-finetuned-de-to-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-t5_small_finetuned_german_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-t5_small_finetuned_german_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..52ba73f7ff4017
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-t5_small_finetuned_german_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English t5_small_finetuned_german_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from AMNS4000
+author: John Snow Labs
+name: t5_small_finetuned_german_tonga_tonga_islands_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`t5_small_finetuned_german_tonga_tonga_islands_english_pipeline` is a English model originally trained by AMNS4000.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/t5_small_finetuned_german_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725243898854.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/t5_small_finetuned_german_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725243898854.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("t5_small_finetuned_german_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("t5_small_finetuned_german_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|t5_small_finetuned_german_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|499.4 MB|
+
+## References
+
+https://huggingface.co/AMNS4000/t5_small-finetuned-de-to-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-tabletop_v_1_0_en.md b/docs/_posts/ahmedlone127/2024-09-02-tabletop_v_1_0_en.md
new file mode 100644
index 00000000000000..b6d1a6a49e41a1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-tabletop_v_1_0_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English tabletop_v_1_0 CLIPForZeroShotClassification from orionai
+author: John Snow Labs
+name: tabletop_v_1_0
+date: 2024-09-02
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tabletop_v_1_0` is a English model originally trained by orionai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tabletop_v_1_0_en_5.5.0_3.0_1725276326712.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tabletop_v_1_0_en_5.5.0_3.0_1725276326712.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("tabletop_v_1_0","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("tabletop_v_1_0","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tabletop_v_1_0|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/orionai/tabletop-v.1.0
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-tabletop_v_1_0_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-tabletop_v_1_0_pipeline_en.md
new file mode 100644
index 00000000000000..a80c17815bfbeb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-tabletop_v_1_0_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English tabletop_v_1_0_pipeline pipeline CLIPForZeroShotClassification from orionai
+author: John Snow Labs
+name: tabletop_v_1_0_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tabletop_v_1_0_pipeline` is a English model originally trained by orionai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tabletop_v_1_0_pipeline_en_5.5.0_3.0_1725276357870.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tabletop_v_1_0_pipeline_en_5.5.0_3.0_1725276357870.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tabletop_v_1_0_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tabletop_v_1_0_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tabletop_v_1_0_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/orionai/tabletop-v.1.0
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-taiwanese_whisper_ericchang_en.md b/docs/_posts/ahmedlone127/2024-09-02-taiwanese_whisper_ericchang_en.md
new file mode 100644
index 00000000000000..9c7b99993000d6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-taiwanese_whisper_ericchang_en.md
@@ -0,0 +1,84 @@
+---
+layout: model
+title: English taiwanese_whisper_ericchang WhisperForCTC from EricChang
+author: John Snow Labs
+name: taiwanese_whisper_ericchang
+date: 2024-09-02
+tags: [en, open_source, onnx, asr, whisper]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: WhisperForCTC
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`taiwanese_whisper_ericchang` is a English model originally trained by EricChang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/taiwanese_whisper_ericchang_en_5.5.0_3.0_1725245620326.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/taiwanese_whisper_ericchang_en_5.5.0_3.0_1725245620326.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|taiwanese_whisper_ericchang|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|en|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/EricChang/Taiwanese-Whisper
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-taiwanese_whisper_ericchang_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-taiwanese_whisper_ericchang_pipeline_en.md
new file mode 100644
index 00000000000000..72426b643baa26
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-taiwanese_whisper_ericchang_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English taiwanese_whisper_ericchang_pipeline pipeline WhisperForCTC from EricChang
+author: John Snow Labs
+name: taiwanese_whisper_ericchang_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`taiwanese_whisper_ericchang_pipeline` is a English model originally trained by EricChang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/taiwanese_whisper_ericchang_pipeline_en_5.5.0_3.0_1725245710285.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/taiwanese_whisper_ericchang_pipeline_en_5.5.0_3.0_1725245710285.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("taiwanese_whisper_ericchang_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("taiwanese_whisper_ericchang_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|taiwanese_whisper_ericchang_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/EricChang/Taiwanese-Whisper
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-task_subtle_task__model_deberta__aug_method_austroasiatic_languages_en.md b/docs/_posts/ahmedlone127/2024-09-02-task_subtle_task__model_deberta__aug_method_austroasiatic_languages_en.md
new file mode 100644
index 00000000000000..67040846ac9722
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-task_subtle_task__model_deberta__aug_method_austroasiatic_languages_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English task_subtle_task__model_deberta__aug_method_austroasiatic_languages DeBertaForSequenceClassification from BenjaminOcampo
+author: John Snow Labs
+name: task_subtle_task__model_deberta__aug_method_austroasiatic_languages
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, deberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`task_subtle_task__model_deberta__aug_method_austroasiatic_languages` is a English model originally trained by BenjaminOcampo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/task_subtle_task__model_deberta__aug_method_austroasiatic_languages_en_5.5.0_3.0_1725281601378.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/task_subtle_task__model_deberta__aug_method_austroasiatic_languages_en_5.5.0_3.0_1725281601378.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|task_subtle_task__model_deberta__aug_method_austroasiatic_languages|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|607.4 MB|
+
+## References
+
+https://huggingface.co/BenjaminOcampo/task-subtle_task__model-deberta__aug_method-aav
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-tatar_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-tatar_pipeline_en.md
new file mode 100644
index 00000000000000..8be32e161d70cc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-tatar_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English tatar_pipeline pipeline MarianTransformer from baobuiquang
+author: John Snow Labs
+name: tatar_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tatar_pipeline` is a English model originally trained by baobuiquang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tatar_pipeline_en_5.5.0_3.0_1725294683645.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tatar_pipeline_en_5.5.0_3.0_1725294683645.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tatar_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tatar_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tatar_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|476.2 MB|
+
+## References
+
+https://huggingface.co/baobuiquang/TT
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-temp_checkpoints_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-temp_checkpoints_pipeline_en.md
new file mode 100644
index 00000000000000..1320a9bcabd335
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-temp_checkpoints_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English temp_checkpoints_pipeline pipeline DistilBertForSequenceClassification from FilippoLampa
+author: John Snow Labs
+name: temp_checkpoints_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`temp_checkpoints_pipeline` is a English model originally trained by FilippoLampa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/temp_checkpoints_pipeline_en_5.5.0_3.0_1725306310082.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/temp_checkpoints_pipeline_en_5.5.0_3.0_1725306310082.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("temp_checkpoints_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("temp_checkpoints_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|temp_checkpoints_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/FilippoLampa/temp_checkpoints
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-test_1_en.md b/docs/_posts/ahmedlone127/2024-09-02-test_1_en.md
new file mode 100644
index 00000000000000..a5a10fcf807229
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-test_1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English test_1 CamemBertEmbeddings from Sophon
+author: John Snow Labs
+name: test_1
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`test_1` is a English model originally trained by Sophon.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/test_1_en_5.5.0_3.0_1725300975382.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/test_1_en_5.5.0_3.0_1725300975382.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|test_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Sophon/test-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-test_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-test_1_pipeline_en.md
new file mode 100644
index 00000000000000..ac012c78b4647c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-test_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English test_1_pipeline pipeline CamemBertEmbeddings from Sophon
+author: John Snow Labs
+name: test_1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`test_1_pipeline` is a English model originally trained by Sophon.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/test_1_pipeline_en_5.5.0_3.0_1725301050330.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/test_1_pipeline_en_5.5.0_3.0_1725301050330.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("test_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("test_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|test_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Sophon/test-1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-test_model_hasanmurad_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-test_model_hasanmurad_pipeline_en.md
new file mode 100644
index 00000000000000..5d65b686119f83
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-test_model_hasanmurad_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English test_model_hasanmurad_pipeline pipeline CamemBertEmbeddings from Hasanmurad
+author: John Snow Labs
+name: test_model_hasanmurad_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`test_model_hasanmurad_pipeline` is a English model originally trained by Hasanmurad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/test_model_hasanmurad_pipeline_en_5.5.0_3.0_1725302298458.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/test_model_hasanmurad_pipeline_en_5.5.0_3.0_1725302298458.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("test_model_hasanmurad_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("test_model_hasanmurad_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|test_model_hasanmurad_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|264.0 MB|
+
+## References
+
+https://huggingface.co/Hasanmurad/test-model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-testhelsinkimulenjpth02_en.md b/docs/_posts/ahmedlone127/2024-09-02-testhelsinkimulenjpth02_en.md
new file mode 100644
index 00000000000000..a1a5ec8c86b464
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-testhelsinkimulenjpth02_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English testhelsinkimulenjpth02 MarianTransformer from Shularp
+author: John Snow Labs
+name: testhelsinkimulenjpth02
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`testhelsinkimulenjpth02` is a English model originally trained by Shularp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/testhelsinkimulenjpth02_en_5.5.0_3.0_1725295832512.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/testhelsinkimulenjpth02_en_5.5.0_3.0_1725295832512.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tiny_random_albertforquestionanswering|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|15.2 MB|
+
+## References
+
+https://huggingface.co/hf-tiny-model-private/tiny-random-AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-tiny_random_albertforquestionanswering_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-tiny_random_albertforquestionanswering_pipeline_en.md
new file mode 100644
index 00000000000000..59aef92bbe2dd3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-tiny_random_albertforquestionanswering_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English tiny_random_albertforquestionanswering_pipeline pipeline AlbertForQuestionAnswering from hf-tiny-model-private
+author: John Snow Labs
+name: tiny_random_albertforquestionanswering_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tiny_random_albertforquestionanswering_pipeline` is a English model originally trained by hf-tiny-model-private.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tiny_random_albertforquestionanswering_pipeline_en_5.5.0_3.0_1725310011572.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tiny_random_albertforquestionanswering_pipeline_en_5.5.0_3.0_1725310011572.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tiny_random_albertforquestionanswering_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tiny_random_albertforquestionanswering_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tiny_random_albertforquestionanswering_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|15.2 MB|
+
+## References
+
+https://huggingface.co/hf-tiny-model-private/tiny-random-AlbertForQuestionAnswering
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-tiny_random_albertforsequenceclassification_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-tiny_random_albertforsequenceclassification_pipeline_en.md
new file mode 100644
index 00000000000000..2d85c609df6c4f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-tiny_random_albertforsequenceclassification_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English tiny_random_albertforsequenceclassification_pipeline pipeline AlbertForSequenceClassification from hf-tiny-model-private
+author: John Snow Labs
+name: tiny_random_albertforsequenceclassification_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tiny_random_albertforsequenceclassification_pipeline` is a English model originally trained by hf-tiny-model-private.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tiny_random_albertforsequenceclassification_pipeline_en_5.5.0_3.0_1725301746458.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tiny_random_albertforsequenceclassification_pipeline_en_5.5.0_3.0_1725301746458.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tiny_random_albertforsequenceclassification_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tiny_random_albertforsequenceclassification_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tiny_random_albertforsequenceclassification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|15.2 MB|
+
+## References
+
+https://huggingface.co/hf-tiny-model-private/tiny-random-AlbertForSequenceClassification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- AlbertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-tiny_random_clipmodel_hf_tiny_model_private_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-tiny_random_clipmodel_hf_tiny_model_private_pipeline_en.md
new file mode 100644
index 00000000000000..8ca2406e412ced
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-tiny_random_clipmodel_hf_tiny_model_private_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English tiny_random_clipmodel_hf_tiny_model_private_pipeline pipeline CLIPForZeroShotClassification from hf-tiny-model-private
+author: John Snow Labs
+name: tiny_random_clipmodel_hf_tiny_model_private_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tiny_random_clipmodel_hf_tiny_model_private_pipeline` is a English model originally trained by hf-tiny-model-private.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tiny_random_clipmodel_hf_tiny_model_private_pipeline_en_5.5.0_3.0_1725275826071.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tiny_random_clipmodel_hf_tiny_model_private_pipeline_en_5.5.0_3.0_1725275826071.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tiny_random_clipmodel_hf_tiny_model_private_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tiny_random_clipmodel_hf_tiny_model_private_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tiny_random_clipmodel_hf_tiny_model_private_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|547.0 KB|
+
+## References
+
+https://huggingface.co/hf-tiny-model-private/tiny-random-CLIPModel
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-traduttore_italian_english_2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-traduttore_italian_english_2_pipeline_en.md
new file mode 100644
index 00000000000000..46cf5c10bff6b1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-traduttore_italian_english_2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English traduttore_italian_english_2_pipeline pipeline MarianTransformer from zaneas
+author: John Snow Labs
+name: traduttore_italian_english_2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`traduttore_italian_english_2_pipeline` is a English model originally trained by zaneas.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/traduttore_italian_english_2_pipeline_en_5.5.0_3.0_1725294747537.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/traduttore_italian_english_2_pipeline_en_5.5.0_3.0_1725294747537.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("traduttore_italian_english_2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("traduttore_italian_english_2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|traduttore_italian_english_2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|625.6 MB|
+
+## References
+
+https://huggingface.co/zaneas/Traduttore_IT_EN_2
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-traffy_problem_predict_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-traffy_problem_predict_pipeline_en.md
new file mode 100644
index 00000000000000..8332643f6ee5e1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-traffy_problem_predict_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English traffy_problem_predict_pipeline pipeline CamemBertForSequenceClassification from nlp-chula
+author: John Snow Labs
+name: traffy_problem_predict_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`traffy_problem_predict_pipeline` is a English model originally trained by nlp-chula.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/traffy_problem_predict_pipeline_en_5.5.0_3.0_1725299220020.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/traffy_problem_predict_pipeline_en_5.5.0_3.0_1725299220020.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("traffy_problem_predict_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("traffy_problem_predict_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|traffy_problem_predict_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/nlp-chula/traffy-problem-predict
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-trainingarg_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-trainingarg_pipeline_en.md
new file mode 100644
index 00000000000000..f86a620d676cb1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-trainingarg_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English trainingarg_pipeline pipeline DistilBertForSequenceClassification from PiotrNaspinski
+author: John Snow Labs
+name: trainingarg_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`trainingarg_pipeline` is a English model originally trained by PiotrNaspinski.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/trainingarg_pipeline_en_5.5.0_3.0_1725292295690.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/trainingarg_pipeline_en_5.5.0_3.0_1725292295690.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("trainingarg_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("trainingarg_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|trainingarg_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/PiotrNaspinski/TrainingArg
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-transformer_english_russian_anonumous_en.md b/docs/_posts/ahmedlone127/2024-09-02-transformer_english_russian_anonumous_en.md
new file mode 100644
index 00000000000000..d7e0bd65d25833
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-transformer_english_russian_anonumous_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English transformer_english_russian_anonumous MarianTransformer from Anonumous
+author: John Snow Labs
+name: transformer_english_russian_anonumous
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`transformer_english_russian_anonumous` is a English model originally trained by Anonumous.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/transformer_english_russian_anonumous_en_5.5.0_3.0_1725295040090.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/transformer_english_russian_anonumous_en_5.5.0_3.0_1725295040090.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|transformer_english_russian_anonumous|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|525.4 MB|
+
+## References
+
+https://huggingface.co/Anonumous/transformer-en-ru
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-transformer_english_russian_anonumous_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-transformer_english_russian_anonumous_pipeline_en.md
new file mode 100644
index 00000000000000..f481b8b8a593cd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-transformer_english_russian_anonumous_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English transformer_english_russian_anonumous_pipeline pipeline MarianTransformer from Anonumous
+author: John Snow Labs
+name: transformer_english_russian_anonumous_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`transformer_english_russian_anonumous_pipeline` is a English model originally trained by Anonumous.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/transformer_english_russian_anonumous_pipeline_en_5.5.0_3.0_1725295068533.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/transformer_english_russian_anonumous_pipeline_en_5.5.0_3.0_1725295068533.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("transformer_english_russian_anonumous_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("transformer_english_russian_anonumous_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|transformer_english_russian_anonumous_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|525.9 MB|
+
+## References
+
+https://huggingface.co/Anonumous/transformer-en-ru
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-translate_model_v3_1_en.md b/docs/_posts/ahmedlone127/2024-09-02-translate_model_v3_1_en.md
new file mode 100644
index 00000000000000..27158eea09ba51
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-translate_model_v3_1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English translate_model_v3_1 MarianTransformer from gshields
+author: John Snow Labs
+name: translate_model_v3_1
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`translate_model_v3_1` is a English model originally trained by gshields.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/translate_model_v3_1_en_5.5.0_3.0_1725303678768.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/translate_model_v3_1_en_5.5.0_3.0_1725303678768.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|translate_model_v3_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|523.0 MB|
+
+## References
+
+https://huggingface.co/gshields/translate_model_v3.1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-translation_en2zh_en.md b/docs/_posts/ahmedlone127/2024-09-02-translation_en2zh_en.md
new file mode 100644
index 00000000000000..481b527a34d597
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-translation_en2zh_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English translation_en2zh MarianTransformer from Jyshen
+author: John Snow Labs
+name: translation_en2zh
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`translation_en2zh` is a English model originally trained by Jyshen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/translation_en2zh_en_5.5.0_3.0_1725295014466.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/translation_en2zh_en_5.5.0_3.0_1725295014466.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|translation_en2zh|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|541.0 MB|
+
+## References
+
+https://huggingface.co/Jyshen/Translation_en2zh
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-translation_en2zh_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-translation_en2zh_pipeline_en.md
new file mode 100644
index 00000000000000..8f40faaf778f4a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-translation_en2zh_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English translation_en2zh_pipeline pipeline MarianTransformer from Jyshen
+author: John Snow Labs
+name: translation_en2zh_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`translation_en2zh_pipeline` is a English model originally trained by Jyshen.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/translation_en2zh_pipeline_en_5.5.0_3.0_1725295046587.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/translation_en2zh_pipeline_en_5.5.0_3.0_1725295046587.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("translation_en2zh_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("translation_en2zh_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|translation_en2zh_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|541.6 MB|
+
+## References
+
+https://huggingface.co/Jyshen/Translation_en2zh
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-translation_english_lug_v6_en.md b/docs/_posts/ahmedlone127/2024-09-02-translation_english_lug_v6_en.md
new file mode 100644
index 00000000000000..83d8e7de32b486
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-translation_english_lug_v6_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English translation_english_lug_v6 MarianTransformer from atwine
+author: John Snow Labs
+name: translation_english_lug_v6
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`translation_english_lug_v6` is a English model originally trained by atwine.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/translation_english_lug_v6_en_5.5.0_3.0_1725303923025.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/translation_english_lug_v6_en_5.5.0_3.0_1725303923025.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|translation_english_lug_v6|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|514.5 MB|
+
+## References
+
+https://huggingface.co/atwine/translation-en-lug-v6
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-translation_english_vietnamese_official_en.md b/docs/_posts/ahmedlone127/2024-09-02-translation_english_vietnamese_official_en.md
new file mode 100644
index 00000000000000..1b87206dd0ac12
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-translation_english_vietnamese_official_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English translation_english_vietnamese_official MarianTransformer from NguyenManhAI
+author: John Snow Labs
+name: translation_english_vietnamese_official
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`translation_english_vietnamese_official` is a English model originally trained by NguyenManhAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/translation_english_vietnamese_official_en_5.5.0_3.0_1725295779635.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/translation_english_vietnamese_official_en_5.5.0_3.0_1725295779635.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|translation_english_vietnamese_official|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|474.9 MB|
+
+## References
+
+https://huggingface.co/NguyenManhAI/translation-en-vi-official
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-translation_english_vietnamese_official_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-translation_english_vietnamese_official_pipeline_en.md
new file mode 100644
index 00000000000000..0a1ec4b74d5afe
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-translation_english_vietnamese_official_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English translation_english_vietnamese_official_pipeline pipeline MarianTransformer from NguyenManhAI
+author: John Snow Labs
+name: translation_english_vietnamese_official_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`translation_english_vietnamese_official_pipeline` is a English model originally trained by NguyenManhAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/translation_english_vietnamese_official_pipeline_en_5.5.0_3.0_1725295804791.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/translation_english_vietnamese_official_pipeline_en_5.5.0_3.0_1725295804791.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("translation_english_vietnamese_official_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("translation_english_vietnamese_official_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|translation_english_vietnamese_official_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|475.5 MB|
+
+## References
+
+https://huggingface.co/NguyenManhAI/translation-en-vi-official
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-triple_20e_1000_fit_all_mpnet_base_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-triple_20e_1000_fit_all_mpnet_base_v2_pipeline_en.md
new file mode 100644
index 00000000000000..019cbdee8ac43a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-triple_20e_1000_fit_all_mpnet_base_v2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English triple_20e_1000_fit_all_mpnet_base_v2_pipeline pipeline MPNetEmbeddings from satyroffrost
+author: John Snow Labs
+name: triple_20e_1000_fit_all_mpnet_base_v2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`triple_20e_1000_fit_all_mpnet_base_v2_pipeline` is a English model originally trained by satyroffrost.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/triple_20e_1000_fit_all_mpnet_base_v2_pipeline_en_5.5.0_3.0_1725313564635.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/triple_20e_1000_fit_all_mpnet_base_v2_pipeline_en_5.5.0_3.0_1725313564635.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("triple_20e_1000_fit_all_mpnet_base_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("triple_20e_1000_fit_all_mpnet_base_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|triple_20e_1000_fit_all_mpnet_base_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.7 MB|
+
+## References
+
+https://huggingface.co/satyroffrost/triple-20e-1000-fit-all-mpnet-base-v2
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-turkish2_en.md b/docs/_posts/ahmedlone127/2024-09-02-turkish2_en.md
new file mode 100644
index 00000000000000..945f83177b4a39
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-turkish2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English turkish2 MarianTransformer from PontifexMaximus
+author: John Snow Labs
+name: turkish2
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`turkish2` is a English model originally trained by PontifexMaximus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/turkish2_en_5.5.0_3.0_1725243475533.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/turkish2_en_5.5.0_3.0_1725243475533.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ukr_roberta_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[roberta]|
+|Language:|uk|
+|Size:|471.3 MB|
+
+## References
+
+https://huggingface.co/youscan/ukr-roberta-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-umberto_commoncrawl_cased_v1_pipeline_it.md b/docs/_posts/ahmedlone127/2024-09-02-umberto_commoncrawl_cased_v1_pipeline_it.md
new file mode 100644
index 00000000000000..d24c4b9f5b98ec
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-umberto_commoncrawl_cased_v1_pipeline_it.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Italian umberto_commoncrawl_cased_v1_pipeline pipeline CamemBertEmbeddings from Musixmatch
+author: John Snow Labs
+name: umberto_commoncrawl_cased_v1_pipeline
+date: 2024-09-02
+tags: [it, open_source, pipeline, onnx]
+task: Embeddings
+language: it
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`umberto_commoncrawl_cased_v1_pipeline` is a Italian model originally trained by Musixmatch.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/umberto_commoncrawl_cased_v1_pipeline_it_5.5.0_3.0_1725319873505.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/umberto_commoncrawl_cased_v1_pipeline_it_5.5.0_3.0_1725319873505.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("umberto_commoncrawl_cased_v1_pipeline", lang = "it")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("umberto_commoncrawl_cased_v1_pipeline", lang = "it")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|umberto_commoncrawl_cased_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|it|
+|Size:|263.1 MB|
+
+## References
+
+https://huggingface.co/Musixmatch/umberto-commoncrawl-cased-v1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-umberto_wikipedia_uncased_v1_pipeline_it.md b/docs/_posts/ahmedlone127/2024-09-02-umberto_wikipedia_uncased_v1_pipeline_it.md
new file mode 100644
index 00000000000000..14577b280b8d2c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-umberto_wikipedia_uncased_v1_pipeline_it.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Italian umberto_wikipedia_uncased_v1_pipeline pipeline CamemBertEmbeddings from Musixmatch
+author: John Snow Labs
+name: umberto_wikipedia_uncased_v1_pipeline
+date: 2024-09-02
+tags: [it, open_source, pipeline, onnx]
+task: Embeddings
+language: it
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`umberto_wikipedia_uncased_v1_pipeline` is a Italian model originally trained by Musixmatch.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/umberto_wikipedia_uncased_v1_pipeline_it_5.5.0_3.0_1725320061488.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/umberto_wikipedia_uncased_v1_pipeline_it_5.5.0_3.0_1725320061488.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("umberto_wikipedia_uncased_v1_pipeline", lang = "it")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("umberto_wikipedia_uncased_v1_pipeline", lang = "it")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|umberto_wikipedia_uncased_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|it|
+|Size:|262.7 MB|
+
+## References
+
+https://huggingface.co/Musixmatch/umberto-wikipedia-uncased-v1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-upsc_classification_model_v1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-upsc_classification_model_v1_pipeline_en.md
new file mode 100644
index 00000000000000..87912f7dddbfd3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-upsc_classification_model_v1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English upsc_classification_model_v1_pipeline pipeline MPNetEmbeddings from kowshik
+author: John Snow Labs
+name: upsc_classification_model_v1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MPNetEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`upsc_classification_model_v1_pipeline` is a English model originally trained by kowshik.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/upsc_classification_model_v1_pipeline_en_5.5.0_3.0_1725313843768.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/upsc_classification_model_v1_pipeline_en_5.5.0_3.0_1725313843768.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("upsc_classification_model_v1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("upsc_classification_model_v1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|upsc_classification_model_v1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|406.9 MB|
+
+## References
+
+https://huggingface.co/kowshik/upsc-classification-model-v1
+
+## Included Models
+
+- DocumentAssembler
+- MPNetEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-urdish_roberta_base_sentiment_pipeline_ur.md b/docs/_posts/ahmedlone127/2024-09-02-urdish_roberta_base_sentiment_pipeline_ur.md
new file mode 100644
index 00000000000000..c63375c46a32dc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-urdish_roberta_base_sentiment_pipeline_ur.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Urdu urdish_roberta_base_sentiment_pipeline pipeline RoBertaForSequenceClassification from dataranch
+author: John Snow Labs
+name: urdish_roberta_base_sentiment_pipeline
+date: 2024-09-02
+tags: [ur, open_source, pipeline, onnx]
+task: Text Classification
+language: ur
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`urdish_roberta_base_sentiment_pipeline` is a Urdu model originally trained by dataranch.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/urdish_roberta_base_sentiment_pipeline_ur_5.5.0_3.0_1725277898934.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/urdish_roberta_base_sentiment_pipeline_ur_5.5.0_3.0_1725277898934.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("urdish_roberta_base_sentiment_pipeline", lang = "ur")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("urdish_roberta_base_sentiment_pipeline", lang = "ur")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|urdish_roberta_base_sentiment_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ur|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/dataranch/urdish-roberta-base-sentiment
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-vn_japanese_tonga_tonga_islands_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-vn_japanese_tonga_tonga_islands_english_en.md
new file mode 100644
index 00000000000000..904ebb918d47ed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-vn_japanese_tonga_tonga_islands_english_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English vn_japanese_tonga_tonga_islands_english MarianTransformer from twieland
+author: John Snow Labs
+name: vn_japanese_tonga_tonga_islands_english
+date: 2024-09-02
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`vn_japanese_tonga_tonga_islands_english` is a English model originally trained by twieland.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/vn_japanese_tonga_tonga_islands_english_en_5.5.0_3.0_1725243298949.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/vn_japanese_tonga_tonga_islands_english_en_5.5.0_3.0_1725243298949.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|vn_japanese_tonga_tonga_islands_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|515.6 MB|
+
+## References
+
+https://huggingface.co/twieland/VN_ja_to_en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-vn_japanese_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-vn_japanese_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..aef4dcb8d8e022
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-vn_japanese_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English vn_japanese_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from twieland
+author: John Snow Labs
+name: vn_japanese_tonga_tonga_islands_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`vn_japanese_tonga_tonga_islands_english_pipeline` is a English model originally trained by twieland.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/vn_japanese_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725243332690.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/vn_japanese_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725243332690.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("vn_japanese_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("vn_japanese_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|vn_japanese_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|516.1 MB|
+
+## References
+
+https://huggingface.co/twieland/VN_ja_to_en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-wangchanberta_sentiment_analysis_en.md b/docs/_posts/ahmedlone127/2024-09-02-wangchanberta_sentiment_analysis_en.md
new file mode 100644
index 00000000000000..13f3e6c81b8235
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-wangchanberta_sentiment_analysis_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English wangchanberta_sentiment_analysis CamemBertForSequenceClassification from SuratanBoonpong
+author: John Snow Labs
+name: wangchanberta_sentiment_analysis
+date: 2024-09-02
+tags: [en, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`wangchanberta_sentiment_analysis` is a English model originally trained by SuratanBoonpong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/wangchanberta_sentiment_analysis_en_5.5.0_3.0_1725299040290.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/wangchanberta_sentiment_analysis_en_5.5.0_3.0_1725299040290.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|wangchanberta_sentiment_analysis|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|394.3 MB|
+
+## References
+
+https://huggingface.co/SuratanBoonpong/Wangchanberta_sentiment_analysis
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-wangchanberta_sentiment_analysis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-wangchanberta_sentiment_analysis_pipeline_en.md
new file mode 100644
index 00000000000000..7a27314faf2097
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-wangchanberta_sentiment_analysis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English wangchanberta_sentiment_analysis_pipeline pipeline CamemBertForSequenceClassification from SuratanBoonpong
+author: John Snow Labs
+name: wangchanberta_sentiment_analysis_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`wangchanberta_sentiment_analysis_pipeline` is a English model originally trained by SuratanBoonpong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/wangchanberta_sentiment_analysis_pipeline_en_5.5.0_3.0_1725299060970.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/wangchanberta_sentiment_analysis_pipeline_en_5.5.0_3.0_1725299060970.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("wangchanberta_sentiment_analysis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("wangchanberta_sentiment_analysis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|wangchanberta_sentiment_analysis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|394.4 MB|
+
+## References
+
+https://huggingface.co/SuratanBoonpong/Wangchanberta_sentiment_analysis
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whipser_medium_english_pal300_step25_en.md b/docs/_posts/ahmedlone127/2024-09-02-whipser_medium_english_pal300_step25_en.md
new file mode 100644
index 00000000000000..225430622cce5f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whipser_medium_english_pal300_step25_en.md
@@ -0,0 +1,84 @@
+---
+layout: model
+title: English whipser_medium_english_pal300_step25 WhisperForCTC from KevinGeng
+author: John Snow Labs
+name: whipser_medium_english_pal300_step25
+date: 2024-09-02
+tags: [en, open_source, onnx, asr, whisper]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: WhisperForCTC
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whipser_medium_english_pal300_step25` is a English model originally trained by KevinGeng.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whipser_medium_english_pal300_step25_en_5.5.0_3.0_1725251138952.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whipser_medium_english_pal300_step25_en_5.5.0_3.0_1725251138952.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_arabic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|ar|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/hamzamalik11/Whisper_Arabic
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_arabic_pipeline_ar.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_arabic_pipeline_ar.md
new file mode 100644
index 00000000000000..0e03b87281d70e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_arabic_pipeline_ar.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Arabic whisper_arabic_pipeline pipeline WhisperForCTC from hamzamalik11
+author: John Snow Labs
+name: whisper_arabic_pipeline
+date: 2024-09-02
+tags: [ar, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: ar
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_arabic_pipeline` is a Arabic model originally trained by hamzamalik11.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_arabic_pipeline_ar_5.5.0_3.0_1725246286856.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_arabic_pipeline_ar_5.5.0_3.0_1725246286856.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("whisper_arabic_pipeline", lang = "ar")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("whisper_arabic_pipeline", lang = "ar")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_arabic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ar|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/hamzamalik11/Whisper_Arabic
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_base_arabic_quran_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_base_arabic_quran_pipeline_en.md
new file mode 100644
index 00000000000000..779c7290d000d6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_base_arabic_quran_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English whisper_base_arabic_quran_pipeline pipeline WhisperForCTC from tarteel-ai
+author: John Snow Labs
+name: whisper_base_arabic_quran_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_base_arabic_quran_pipeline` is a English model originally trained by tarteel-ai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_base_arabic_quran_pipeline_en_5.5.0_3.0_1725249522947.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_base_arabic_quran_pipeline_en_5.5.0_3.0_1725249522947.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("whisper_base_arabic_quran_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("whisper_base_arabic_quran_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_base_arabic_quran_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|643.1 MB|
+
+## References
+
+https://huggingface.co/tarteel-ai/whisper-base-ar-quran
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_base_bungoma_english_en.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_base_bungoma_english_en.md
new file mode 100644
index 00000000000000..d68892173c4129
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_base_bungoma_english_en.md
@@ -0,0 +1,84 @@
+---
+layout: model
+title: English whisper_base_bungoma_english WhisperForCTC from eai6
+author: John Snow Labs
+name: whisper_base_bungoma_english
+date: 2024-09-02
+tags: [en, open_source, onnx, asr, whisper]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: WhisperForCTC
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_base_bungoma_english` is a English model originally trained by eai6.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_base_bungoma_english_en_5.5.0_3.0_1725250489169.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_base_bungoma_english_en_5.5.0_3.0_1725250489169.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_base_bungoma_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|en|
+|Size:|645.3 MB|
+
+## References
+
+https://huggingface.co/eai6/whisper-base-bungoma.en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_base_bungoma_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_base_bungoma_english_pipeline_en.md
new file mode 100644
index 00000000000000..fe48b13f2b99da
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_base_bungoma_english_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English whisper_base_bungoma_english_pipeline pipeline WhisperForCTC from eai6
+author: John Snow Labs
+name: whisper_base_bungoma_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_base_bungoma_english_pipeline` is a English model originally trained by eai6.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_base_bungoma_english_pipeline_en_5.5.0_3.0_1725250533630.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_base_bungoma_english_pipeline_en_5.5.0_3.0_1725250533630.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("whisper_base_bungoma_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("whisper_base_bungoma_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_base_bungoma_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|645.3 MB|
+
+## References
+
+https://huggingface.co/eai6/whisper-base-bungoma.en
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_base_quran_ai_by_tarteel_en.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_base_quran_ai_by_tarteel_en.md
new file mode 100644
index 00000000000000..14dc8d39494298
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_base_quran_ai_by_tarteel_en.md
@@ -0,0 +1,84 @@
+---
+layout: model
+title: English whisper_base_quran_ai_by_tarteel WhisperForCTC from Democtic
+author: John Snow Labs
+name: whisper_base_quran_ai_by_tarteel
+date: 2024-09-02
+tags: [en, open_source, onnx, asr, whisper]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: WhisperForCTC
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_base_quran_ai_by_tarteel` is a English model originally trained by Democtic.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_base_quran_ai_by_tarteel_en_5.5.0_3.0_1725289752832.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_base_quran_ai_by_tarteel_en_5.5.0_3.0_1725289752832.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_small_cantonese_alvanlii|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|zh|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/alvanlii/whisper-small-cantonese
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_small_chinese_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_chinese_base_pipeline_en.md
new file mode 100644
index 00000000000000..a6a0500fc8c503
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_chinese_base_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English whisper_small_chinese_base_pipeline pipeline WhisperForCTC from Jingmiao
+author: John Snow Labs
+name: whisper_small_chinese_base_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_small_chinese_base_pipeline` is a English model originally trained by Jingmiao.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_small_chinese_base_pipeline_en_5.5.0_3.0_1725287764838.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_small_chinese_base_pipeline_en_5.5.0_3.0_1725287764838.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("whisper_small_chinese_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("whisper_small_chinese_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_small_chinese_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/Jingmiao/whisper-small-chinese_base
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_small_kyrgyz_ky.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_kyrgyz_ky.md
new file mode 100644
index 00000000000000..5d7f5216c8a5ac
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_kyrgyz_ky.md
@@ -0,0 +1,84 @@
+---
+layout: model
+title: Kirghiz, Kyrgyz whisper_small_kyrgyz WhisperForCTC from UlutSoftLLC
+author: John Snow Labs
+name: whisper_small_kyrgyz
+date: 2024-09-02
+tags: [ky, open_source, onnx, asr, whisper]
+task: Automatic Speech Recognition
+language: ky
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: WhisperForCTC
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_small_kyrgyz` is a Kirghiz, Kyrgyz model originally trained by UlutSoftLLC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_small_kyrgyz_ky_5.5.0_3.0_1725287552636.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_small_kyrgyz_ky_5.5.0_3.0_1725287552636.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_small_multimed|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/Hanhpt23/whisper-small-multimed
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_small_multimed_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_multimed_pipeline_en.md
new file mode 100644
index 00000000000000..20be38c63f4922
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_multimed_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English whisper_small_multimed_pipeline pipeline WhisperForCTC from Hanhpt23
+author: John Snow Labs
+name: whisper_small_multimed_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_small_multimed_pipeline` is a English model originally trained by Hanhpt23.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_small_multimed_pipeline_en_5.5.0_3.0_1725248290795.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_small_multimed_pipeline_en_5.5.0_3.0_1725248290795.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("whisper_small_multimed_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("whisper_small_multimed_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_small_multimed_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/Hanhpt23/whisper-small-multimed
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_small_russian_phone_pipeline_ru.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_russian_phone_pipeline_ru.md
new file mode 100644
index 00000000000000..5f3af7f9fb9106
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_russian_phone_pipeline_ru.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Russian whisper_small_russian_phone_pipeline pipeline WhisperForCTC from Stepler
+author: John Snow Labs
+name: whisper_small_russian_phone_pipeline
+date: 2024-09-02
+tags: [ru, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: ru
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_small_russian_phone_pipeline` is a Russian model originally trained by Stepler.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_small_russian_phone_pipeline_ru_5.5.0_3.0_1725247491482.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_small_russian_phone_pipeline_ru_5.5.0_3.0_1725247491482.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("whisper_small_russian_phone_pipeline", lang = "ru")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("whisper_small_russian_phone_pipeline", lang = "ru")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_small_russian_phone_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ru|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/Stepler/whisper-small-ru-phone
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_small_russian_phone_ru.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_russian_phone_ru.md
new file mode 100644
index 00000000000000..ce7520bb64dc85
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_russian_phone_ru.md
@@ -0,0 +1,84 @@
+---
+layout: model
+title: Russian whisper_small_russian_phone WhisperForCTC from Stepler
+author: John Snow Labs
+name: whisper_small_russian_phone
+date: 2024-09-02
+tags: [ru, open_source, onnx, asr, whisper]
+task: Automatic Speech Recognition
+language: ru
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: WhisperForCTC
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_small_russian_phone` is a Russian model originally trained by Stepler.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_small_russian_phone_ru_5.5.0_3.0_1725247402550.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_small_russian_phone_ru_5.5.0_3.0_1725247402550.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_small_russian_phone|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|ru|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/Stepler/whisper-small-ru-phone
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_small_taiwanese_minnan_take2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_taiwanese_minnan_take2_pipeline_en.md
new file mode 100644
index 00000000000000..4f362b23114bc0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_taiwanese_minnan_take2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English whisper_small_taiwanese_minnan_take2_pipeline pipeline WhisperForCTC from caotun
+author: John Snow Labs
+name: whisper_small_taiwanese_minnan_take2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_small_taiwanese_minnan_take2_pipeline` is a English model originally trained by caotun.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_small_taiwanese_minnan_take2_pipeline_en_5.5.0_3.0_1725284947877.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_small_taiwanese_minnan_take2_pipeline_en_5.5.0_3.0_1725284947877.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("whisper_small_taiwanese_minnan_take2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("whisper_small_taiwanese_minnan_take2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_small_taiwanese_minnan_take2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/caotun/whisper-small-taiwanese-minnan-take2
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_small_thai_film6912_th.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_thai_film6912_th.md
new file mode 100644
index 00000000000000..b611af9571dd2c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_thai_film6912_th.md
@@ -0,0 +1,84 @@
+---
+layout: model
+title: Thai whisper_small_thai_film6912 WhisperForCTC from FILM6912
+author: John Snow Labs
+name: whisper_small_thai_film6912
+date: 2024-09-02
+tags: [th, open_source, onnx, asr, whisper]
+task: Automatic Speech Recognition
+language: th
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: WhisperForCTC
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_small_thai_film6912` is a Thai model originally trained by FILM6912.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_small_thai_film6912_th_5.5.0_3.0_1725289760031.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_small_thai_film6912_th_5.5.0_3.0_1725289760031.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_small_vdv|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[audio_assembler]|
+|Output Labels:|[text]|
+|Language:|en|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/simodo79/whisper-small-vdv
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-whisper_small_vdv_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_vdv_pipeline_en.md
new file mode 100644
index 00000000000000..1ac2655163d106
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-whisper_small_vdv_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English whisper_small_vdv_pipeline pipeline WhisperForCTC from simodo79
+author: John Snow Labs
+name: whisper_small_vdv_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Automatic Speech Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`whisper_small_vdv_pipeline` is a English model originally trained by simodo79.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/whisper_small_vdv_pipeline_en_5.5.0_3.0_1725285444404.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/whisper_small_vdv_pipeline_en_5.5.0_3.0_1725285444404.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("whisper_small_vdv_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("whisper_small_vdv_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|whisper_small_vdv_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.7 GB|
+
+## References
+
+https://huggingface.co/simodo79/whisper-small-vdv
+
+## Included Models
+
+- AudioAssembler
+- WhisperForCTC
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-wolfbbsroberta_small_en.md b/docs/_posts/ahmedlone127/2024-09-02-wolfbbsroberta_small_en.md
new file mode 100644
index 00000000000000..7ad6af902fcc87
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-wolfbbsroberta_small_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English wolfbbsroberta_small CamemBertEmbeddings from itsunoda
+author: John Snow Labs
+name: wolfbbsroberta_small
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, camembert]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`wolfbbsroberta_small` is a English model originally trained by itsunoda.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/wolfbbsroberta_small_en_5.5.0_3.0_1725297414412.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/wolfbbsroberta_small_en_5.5.0_3.0_1725297414412.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|wolfbbsroberta_small|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[camembert]|
+|Language:|en|
+|Size:|411.3 MB|
+
+## References
+
+https://huggingface.co/itsunoda/wolfbbsRoBERTa-small
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-wolfbbsroberta_small_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-wolfbbsroberta_small_pipeline_en.md
new file mode 100644
index 00000000000000..9dd8c624ce15f9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-wolfbbsroberta_small_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English wolfbbsroberta_small_pipeline pipeline CamemBertEmbeddings from itsunoda
+author: John Snow Labs
+name: wolfbbsroberta_small_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`wolfbbsroberta_small_pipeline` is a English model originally trained by itsunoda.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/wolfbbsroberta_small_pipeline_en_5.5.0_3.0_1725297435421.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/wolfbbsroberta_small_pipeline_en_5.5.0_3.0_1725297435421.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("wolfbbsroberta_small_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("wolfbbsroberta_small_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|wolfbbsroberta_small_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|411.4 MB|
+
+## References
+
+https://huggingface.co/itsunoda/wolfbbsRoBERTa-small
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-wsd_myriade_distil_adapter_en.md b/docs/_posts/ahmedlone127/2024-09-02-wsd_myriade_distil_adapter_en.md
new file mode 100644
index 00000000000000..f6f2e6b634ee97
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-wsd_myriade_distil_adapter_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English wsd_myriade_distil_adapter CamemBertForTokenClassification from gguichard
+author: John Snow Labs
+name: wsd_myriade_distil_adapter
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, camembert, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`wsd_myriade_distil_adapter` is a English model originally trained by gguichard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/wsd_myriade_distil_adapter_en_5.5.0_3.0_1725266490223.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/wsd_myriade_distil_adapter_en_5.5.0_3.0_1725266490223.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|wsd_myriade_distil_adapter|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/gguichard/wsd_myriade_distil_adapter
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-wsd_myriade_distil_adapter_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-wsd_myriade_distil_adapter_pipeline_en.md
new file mode 100644
index 00000000000000..c469caaafaadf6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-wsd_myriade_distil_adapter_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English wsd_myriade_distil_adapter_pipeline pipeline CamemBertForTokenClassification from gguichard
+author: John Snow Labs
+name: wsd_myriade_distil_adapter_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`wsd_myriade_distil_adapter_pipeline` is a English model originally trained by gguichard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/wsd_myriade_distil_adapter_pipeline_en_5.5.0_3.0_1725266578275.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/wsd_myriade_distil_adapter_pipeline_en_5.5.0_3.0_1725266578275.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("wsd_myriade_distil_adapter_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("wsd_myriade_distil_adapter_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|wsd_myriade_distil_adapter_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/gguichard/wsd_myriade_distil_adapter
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-wsd_myriade_synth_data_gpt4turbo_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-wsd_myriade_synth_data_gpt4turbo_1_pipeline_en.md
new file mode 100644
index 00000000000000..f27afeace824f2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-wsd_myriade_synth_data_gpt4turbo_1_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English wsd_myriade_synth_data_gpt4turbo_1_pipeline pipeline CamemBertForTokenClassification from gguichard
+author: John Snow Labs
+name: wsd_myriade_synth_data_gpt4turbo_1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`wsd_myriade_synth_data_gpt4turbo_1_pipeline` is a English model originally trained by gguichard.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/wsd_myriade_synth_data_gpt4turbo_1_pipeline_en_5.5.0_3.0_1725266504756.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/wsd_myriade_synth_data_gpt4turbo_1_pipeline_en_5.5.0_3.0_1725266504756.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("wsd_myriade_synth_data_gpt4turbo_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("wsd_myriade_synth_data_gpt4turbo_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|wsd_myriade_synth_data_gpt4turbo_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/gguichard/wsd_myriade_synth_data_gpt4turbo_1
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_robert_finetune_model_vn_ver2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_robert_finetune_model_vn_ver2_pipeline_en.md
new file mode 100644
index 00000000000000..c06a32febfaf24
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_robert_finetune_model_vn_ver2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_robert_finetune_model_vn_ver2_pipeline pipeline XlmRoBertaForTokenClassification from zhangwenzhe
+author: John Snow Labs
+name: xlm_robert_finetune_model_vn_ver2_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_robert_finetune_model_vn_ver2_pipeline` is a English model originally trained by zhangwenzhe.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_robert_finetune_model_vn_ver2_pipeline_en_5.5.0_3.0_1725316365170.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_robert_finetune_model_vn_ver2_pipeline_en_5.5.0_3.0_1725316365170.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_robert_finetune_model_vn_ver2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_robert_finetune_model_vn_ver2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_robert_finetune_model_vn_ver2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|771.9 MB|
+
+## References
+
+https://huggingface.co/zhangwenzhe/XLM-Robert-finetune-model-VN-ver2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_en.md
new file mode 100644
index 00000000000000..38bc1e0bde6b1a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1 XlmRoBertaForQuestionAnswering from jluckyboyj
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1` is a English model originally trained by jluckyboyj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_en_5.5.0_3.0_1725253586992.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_en_5.5.0_3.0_1725253586992.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|853.0 MB|
+
+## References
+
+https://huggingface.co/jluckyboyj/xlm-roberta-base-finetuned-augument-visquad2-14-3-2023-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline_en.md
new file mode 100644
index 00000000000000..777630c2752e56
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline pipeline XlmRoBertaForQuestionAnswering from jluckyboyj
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline` is a English model originally trained by jluckyboyj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline_en_5.5.0_3.0_1725253655545.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline_en_5.5.0_3.0_1725253655545.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_augument_visquad2_14_3_2023_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.0 MB|
+
+## References
+
+https://huggingface.co/jluckyboyj/xlm-roberta-base-finetuned-augument-visquad2-14-3-2023-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_en.md
new file mode 100644
index 00000000000000..62379d1a17367f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned XlmRoBertaEmbeddings from RogerB
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned
+date: 2024-09-02
+tags: [en, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned` is a English model originally trained by RogerB.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_en_5.5.0_3.0_1725270235372.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_en_5.5.0_3.0_1725270235372.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/RogerB/xlm-roberta-base-finetuned-kinyarwanda-kinre-finetuned-kinre-tweet-finetuned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline_en.md
new file mode 100644
index 00000000000000..7f886fccfca4c2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline pipeline XlmRoBertaEmbeddings from RogerB
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline` is a English model originally trained by RogerB.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline_en_5.5.0_3.0_1725270292387.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline_en_5.5.0_3.0_1725270292387.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_kinyarwanda_kinre_finetuned_kinre_tweet_finetuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/RogerB/xlm-roberta-base-finetuned-kinyarwanda-kinre-finetuned-kinre-tweet-finetuned
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_all_noveled_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_all_noveled_en.md
new file mode 100644
index 00000000000000..5072f677161b62
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_all_noveled_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_all_noveled XlmRoBertaForTokenClassification from Noveled
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_all_noveled
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_all_noveled` is a English model originally trained by Noveled.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_all_noveled_en_5.5.0_3.0_1725316872568.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_all_noveled_en_5.5.0_3.0_1725316872568.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_all_noveled|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|848.0 MB|
+
+## References
+
+https://huggingface.co/Noveled/xlm-roberta-base-finetuned-panx-all
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_all_noveled_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_all_noveled_pipeline_en.md
new file mode 100644
index 00000000000000..7a08de99ae96be
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_all_noveled_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_all_noveled_pipeline pipeline XlmRoBertaForTokenClassification from Noveled
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_all_noveled_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_all_noveled_pipeline` is a English model originally trained by Noveled.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_all_noveled_pipeline_en_5.5.0_3.0_1725316956085.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_all_noveled_pipeline_en_5.5.0_3.0_1725316956085.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_all_noveled_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_all_noveled_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_all_noveled_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|848.0 MB|
+
+## References
+
+https://huggingface.co/Noveled/xlm-roberta-base-finetuned-panx-all
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_english_heerak_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_english_heerak_en.md
new file mode 100644
index 00000000000000..4bed71deabe8a7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_english_heerak_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_english_heerak XlmRoBertaForTokenClassification from Heerak
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_english_heerak
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_english_heerak` is a English model originally trained by Heerak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_english_heerak_en_5.5.0_3.0_1725317327365.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_english_heerak_en_5.5.0_3.0_1725317327365.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_english_heerak|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|826.4 MB|
+
+## References
+
+https://huggingface.co/Heerak/xlm-roberta-base-finetuned-panx-en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_english_heerak_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_english_heerak_pipeline_en.md
new file mode 100644
index 00000000000000..49ae01ba5e47d9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_english_heerak_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_english_heerak_pipeline pipeline XlmRoBertaForTokenClassification from Heerak
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_english_heerak_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_english_heerak_pipeline` is a English model originally trained by Heerak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_english_heerak_pipeline_en_5.5.0_3.0_1725317425734.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_english_heerak_pipeline_en_5.5.0_3.0_1725317425734.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_english_heerak_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_english_heerak_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_english_heerak_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|826.4 MB|
+
+## References
+
+https://huggingface.co/Heerak/xlm-roberta-base-finetuned-panx-en
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_nobody138_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_nobody138_en.md
new file mode 100644
index 00000000000000..5baf5bb6c23d0e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_nobody138_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_nobody138 XlmRoBertaForTokenClassification from Nobody138
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_nobody138
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_nobody138` is a English model originally trained by Nobody138.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_nobody138_en_5.5.0_3.0_1725316352207.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_nobody138_en_5.5.0_3.0_1725316352207.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_nobody138|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|840.9 MB|
+
+## References
+
+https://huggingface.co/Nobody138/xlm-roberta-base-finetuned-panx-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_nobody138_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_nobody138_pipeline_en.md
new file mode 100644
index 00000000000000..864f42116f0f27
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_nobody138_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_nobody138_pipeline pipeline XlmRoBertaForTokenClassification from Nobody138
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_nobody138_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_nobody138_pipeline` is a English model originally trained by Nobody138.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_nobody138_pipeline_en_5.5.0_3.0_1725316433739.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_nobody138_pipeline_en_5.5.0_3.0_1725316433739.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_nobody138_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_nobody138_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_nobody138_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|840.9 MB|
+
+## References
+
+https://huggingface.co/Nobody138/xlm-roberta-base-finetuned-panx-fr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_rlpeter70_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_rlpeter70_en.md
new file mode 100644
index 00000000000000..66f4ad3b247bda
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_rlpeter70_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_rlpeter70 XlmRoBertaForTokenClassification from rlpeter70
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_rlpeter70
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_rlpeter70` is a English model originally trained by rlpeter70.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_rlpeter70_en_5.5.0_3.0_1725317680717.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_rlpeter70_en_5.5.0_3.0_1725317680717.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_rlpeter70|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|840.9 MB|
+
+## References
+
+https://huggingface.co/rlpeter70/xlm-roberta-base-finetuned-panx-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline_en.md
new file mode 100644
index 00000000000000..d71e84b6518723
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline pipeline XlmRoBertaForTokenClassification from rlpeter70
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline` is a English model originally trained by rlpeter70.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline_en_5.5.0_3.0_1725317762517.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline_en_5.5.0_3.0_1725317762517.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_rlpeter70_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|840.9 MB|
+
+## References
+
+https://huggingface.co/rlpeter70/xlm-roberta-base-finetuned-panx-fr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_v3rx2000_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_v3rx2000_en.md
new file mode 100644
index 00000000000000..ef8f0fa34f4d95
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_v3rx2000_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_v3rx2000 XlmRoBertaForTokenClassification from V3RX2000
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_v3rx2000
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_v3rx2000` is a English model originally trained by V3RX2000.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_v3rx2000_en_5.5.0_3.0_1725316292636.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_v3rx2000_en_5.5.0_3.0_1725316292636.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_v3rx2000|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|840.9 MB|
+
+## References
+
+https://huggingface.co/V3RX2000/xlm-roberta-base-finetuned-panx-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline_en.md
new file mode 100644
index 00000000000000..643a997dff7e23
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline pipeline XlmRoBertaForTokenClassification from V3RX2000
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline` is a English model originally trained by V3RX2000.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline_en_5.5.0_3.0_1725316374667.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline_en_5.5.0_3.0_1725316374667.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_v3rx2000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|840.9 MB|
+
+## References
+
+https://huggingface.co/V3RX2000/xlm-roberta-base-finetuned-panx-fr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_aiekek_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_aiekek_pipeline_en.md
new file mode 100644
index 00000000000000..1aabf75cc38f36
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_aiekek_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_aiekek_pipeline pipeline XlmRoBertaForTokenClassification from AIEKEK
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_aiekek_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_aiekek_pipeline` is a English model originally trained by AIEKEK.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_aiekek_pipeline_en_5.5.0_3.0_1725321508383.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_aiekek_pipeline_en_5.5.0_3.0_1725321508383.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_aiekek_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_aiekek_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_aiekek_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|840.8 MB|
+
+## References
+
+https://huggingface.co/AIEKEK/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_cataluna84_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_cataluna84_en.md
new file mode 100644
index 00000000000000..de7c20460796c6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_cataluna84_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_cataluna84 XlmRoBertaForTokenClassification from cataluna84
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_cataluna84
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_cataluna84` is a English model originally trained by cataluna84.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_cataluna84_en_5.5.0_3.0_1725317818642.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_cataluna84_en_5.5.0_3.0_1725317818642.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_cataluna84|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/cataluna84/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline_en.md
new file mode 100644
index 00000000000000..bd405a6558e3c8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline pipeline XlmRoBertaForTokenClassification from cataluna84
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline` is a English model originally trained by cataluna84.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline_en_5.5.0_3.0_1725317888871.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline_en_5.5.0_3.0_1725317888871.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_cataluna84_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/cataluna84/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_clboetticher_school_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_clboetticher_school_en.md
new file mode 100644
index 00000000000000..653bd57f6f3de2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_clboetticher_school_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_clboetticher_school XlmRoBertaForTokenClassification from clboetticher-school
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_clboetticher_school
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_clboetticher_school` is a English model originally trained by clboetticher-school.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_clboetticher_school_en_5.5.0_3.0_1725317616835.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_clboetticher_school_en_5.5.0_3.0_1725317616835.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_clboetticher_school|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/clboetticher-school/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_french_alanhou_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_french_alanhou_en.md
new file mode 100644
index 00000000000000..d4a517478d99c8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_french_alanhou_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_french_alanhou XlmRoBertaForTokenClassification from AlanHou
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_french_alanhou
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_french_alanhou` is a English model originally trained by AlanHou.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_alanhou_en_5.5.0_3.0_1725307948857.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_alanhou_en_5.5.0_3.0_1725307948857.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_french_alanhou|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|843.4 MB|
+
+## References
+
+https://huggingface.co/AlanHou/xlm-roberta-base-finetuned-panx-de-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_french_feic36_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_french_feic36_en.md
new file mode 100644
index 00000000000000..894f1d107fc690
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_french_feic36_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_french_feic36 XlmRoBertaForTokenClassification from feic36
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_french_feic36
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_french_feic36` is a English model originally trained by feic36.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_feic36_en_5.5.0_3.0_1725316588617.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_feic36_en_5.5.0_3.0_1725316588617.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_french_feic36|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|858.2 MB|
+
+## References
+
+https://huggingface.co/feic36/xlm-roberta-base-finetuned-panx-de-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_fumikawa_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_fumikawa_en.md
new file mode 100644
index 00000000000000..d326598b766151
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_fumikawa_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_fumikawa XlmRoBertaForTokenClassification from fumikawa
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_fumikawa
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_fumikawa` is a English model originally trained by fumikawa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_fumikawa_en_5.5.0_3.0_1725317823121.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_fumikawa_en_5.5.0_3.0_1725317823121.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_fumikawa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/fumikawa/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline_en.md
new file mode 100644
index 00000000000000..764144603c2731
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline pipeline XlmRoBertaForTokenClassification from fumikawa
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline` is a English model originally trained by fumikawa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline_en_5.5.0_3.0_1725317893777.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline_en_5.5.0_3.0_1725317893777.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_fumikawa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/fumikawa/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_g22tk021_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_g22tk021_en.md
new file mode 100644
index 00000000000000..e4f476468bf78b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_g22tk021_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_g22tk021 XlmRoBertaForTokenClassification from g22tk021
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_g22tk021
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_g22tk021` is a English model originally trained by g22tk021.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_g22tk021_en_5.5.0_3.0_1725316701894.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_g22tk021_en_5.5.0_3.0_1725316701894.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_g22tk021|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/g22tk021/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_heerak_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_heerak_en.md
new file mode 100644
index 00000000000000..6c973b40548e7e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_heerak_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_heerak XlmRoBertaForTokenClassification from Heerak
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_heerak
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_heerak` is a English model originally trained by Heerak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_heerak_en_5.5.0_3.0_1725316971235.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_heerak_en_5.5.0_3.0_1725316971235.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_heerak|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|851.7 MB|
+
+## References
+
+https://huggingface.co/Heerak/xlm-roberta-base-finetuned_panx_de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_heerak_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_heerak_pipeline_en.md
new file mode 100644
index 00000000000000..3832757c7b5bce
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_heerak_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_heerak_pipeline pipeline XlmRoBertaForTokenClassification from Heerak
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_heerak_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_heerak_pipeline` is a English model originally trained by Heerak.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_heerak_pipeline_en_5.5.0_3.0_1725317047044.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_heerak_pipeline_en_5.5.0_3.0_1725317047044.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_heerak_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_heerak_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_heerak_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|851.8 MB|
+
+## References
+
+https://huggingface.co/Heerak/xlm-roberta-base-finetuned_panx_de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline_en.md
new file mode 100644
index 00000000000000..8937bd6fd27416
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline pipeline XlmRoBertaForTokenClassification from maxfrax
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline` is a English model originally trained by maxfrax.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline_en_5.5.0_3.0_1725317144349.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline_en_5.5.0_3.0_1725317144349.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_maxfrax_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|840.8 MB|
+
+## References
+
+https://huggingface.co/maxfrax/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_noveled_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_noveled_pipeline_en.md
new file mode 100644
index 00000000000000..a680c13b2ba7f2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_noveled_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_noveled_pipeline pipeline XlmRoBertaForTokenClassification from Noveled
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_noveled_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_noveled_pipeline` is a English model originally trained by Noveled.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_noveled_pipeline_en_5.5.0_3.0_1725316877883.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_noveled_pipeline_en_5.5.0_3.0_1725316877883.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_noveled_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_noveled_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_noveled_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|832.1 MB|
+
+## References
+
+https://huggingface.co/Noveled/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_old_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_old_en.md
new file mode 100644
index 00000000000000..5c6257d665bbd4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_old_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_old XlmRoBertaForTokenClassification from youngbreadho
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_old
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_old` is a English model originally trained by youngbreadho.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_old_en_5.5.0_3.0_1725315935078.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_old_en_5.5.0_3.0_1725315935078.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_old|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/youngbreadho/xlm-roberta-base-finetuned-panx-de_old
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_old_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_old_pipeline_en.md
new file mode 100644
index 00000000000000..1ee9c692f16d8d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_old_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_old_pipeline pipeline XlmRoBertaForTokenClassification from youngbreadho
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_old_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_old_pipeline` is a English model originally trained by youngbreadho.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_old_pipeline_en_5.5.0_3.0_1725316004534.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_old_pipeline_en_5.5.0_3.0_1725316004534.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_old_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_old_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_old_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/youngbreadho/xlm-roberta-base-finetuned-panx-de_old
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_scionk_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_scionk_en.md
new file mode 100644
index 00000000000000..21bdf20c83385d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_scionk_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_scionk XlmRoBertaForTokenClassification from scionk
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_scionk
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_scionk` is a English model originally trained by scionk.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_scionk_en_5.5.0_3.0_1725307700860.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_scionk_en_5.5.0_3.0_1725307700860.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_scionk|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|827.0 MB|
+
+## References
+
+https://huggingface.co/scionk/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_si0005hp_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_si0005hp_en.md
new file mode 100644
index 00000000000000..284a622b96ed05
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_si0005hp_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_si0005hp XlmRoBertaForTokenClassification from si0005hp
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_si0005hp
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_si0005hp` is a English model originally trained by si0005hp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_si0005hp_en_5.5.0_3.0_1725317442919.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_si0005hp_en_5.5.0_3.0_1725317442919.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_si0005hp|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/si0005hp/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline_en.md
new file mode 100644
index 00000000000000..90184942d89215
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline pipeline XlmRoBertaForTokenClassification from si0005hp
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline` is a English model originally trained by si0005hp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline_en_5.5.0_3.0_1725317516750.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline_en_5.5.0_3.0_1725317516750.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_si0005hp_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/si0005hp/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_italian_hirosay_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_italian_hirosay_en.md
new file mode 100644
index 00000000000000..04c7093c53b16c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_italian_hirosay_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_italian_hirosay XlmRoBertaForTokenClassification from hirosay
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_italian_hirosay
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_italian_hirosay` is a English model originally trained by hirosay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_italian_hirosay_en_5.5.0_3.0_1725317347563.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_italian_hirosay_en_5.5.0_3.0_1725317347563.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_italian_hirosay|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|828.6 MB|
+
+## References
+
+https://huggingface.co/hirosay/xlm-roberta-base-finetuned-panx-it
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline_en.md
new file mode 100644
index 00000000000000..bc82e0cdd5fe79
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline pipeline XlmRoBertaForTokenClassification from hirosay
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline` is a English model originally trained by hirosay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline_en_5.5.0_3.0_1725317436464.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline_en_5.5.0_3.0_1725317436464.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_italian_hirosay_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|828.6 MB|
+
+## References
+
+https://huggingface.co/hirosay/xlm-roberta-base-finetuned-panx-it
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_visquad2_13_3_2023_6_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_visquad2_13_3_2023_6_en.md
new file mode 100644
index 00000000000000..b825dfa3d8c097
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_visquad2_13_3_2023_6_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_visquad2_13_3_2023_6 XlmRoBertaForQuestionAnswering from jluckyboyj
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_visquad2_13_3_2023_6
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_visquad2_13_3_2023_6` is a English model originally trained by jluckyboyj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_visquad2_13_3_2023_6_en_5.5.0_3.0_1725254692552.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_visquad2_13_3_2023_6_en_5.5.0_3.0_1725254692552.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_visquad2_13_3_2023_6|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|853.1 MB|
+
+## References
+
+https://huggingface.co/jluckyboyj/xlm-roberta-base-finetuned-visquad2-13-3-2023-6
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline_en.md
new file mode 100644
index 00000000000000..0ff207f9c1b342
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline pipeline XlmRoBertaForQuestionAnswering from jluckyboyj
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline` is a English model originally trained by jluckyboyj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline_en_5.5.0_3.0_1725254759274.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline_en_5.5.0_3.0_1725254759274.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_visquad2_13_3_2023_6_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.1 MB|
+
+## References
+
+https://huggingface.co/jluckyboyj/xlm-roberta-base-finetuned-visquad2-13-3-2023-6
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_en.md
new file mode 100644
index 00000000000000..075175fa27db71
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_ft_udpos213_top6lang_southern_sotho XlmRoBertaForTokenClassification from iceman2434
+author: John Snow Labs
+name: xlm_roberta_base_ft_udpos213_top6lang_southern_sotho
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_ft_udpos213_top6lang_southern_sotho` is a English model originally trained by iceman2434.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_en_5.5.0_3.0_1725316075816.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_en_5.5.0_3.0_1725316075816.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_ft_udpos213_top6lang_southern_sotho|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|801.6 MB|
+
+## References
+
+https://huggingface.co/iceman2434/xlm-roberta-base_ft_udpos213-top6lang-st
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline_en.md
new file mode 100644
index 00000000000000..731d4628e80e53
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline pipeline XlmRoBertaForTokenClassification from iceman2434
+author: John Snow Labs
+name: xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline` is a English model originally trained by iceman2434.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline_en_5.5.0_3.0_1725316210457.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline_en_5.5.0_3.0_1725316210457.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_ft_udpos213_top6lang_southern_sotho_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|801.6 MB|
+
+## References
+
+https://huggingface.co/iceman2434/xlm-roberta-base_ft_udpos213-top6lang-st
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_squad2_finetuned_squad2_covidqa_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_squad2_finetuned_squad2_covidqa_en.md
new file mode 100644
index 00000000000000..84d47be41d57ca
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_squad2_finetuned_squad2_covidqa_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English xlm_roberta_base_squad2_finetuned_squad2_covidqa XlmRoBertaForQuestionAnswering from chiendvhust
+author: John Snow Labs
+name: xlm_roberta_base_squad2_finetuned_squad2_covidqa
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_squad2_finetuned_squad2_covidqa` is a English model originally trained by chiendvhust.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_squad2_finetuned_squad2_covidqa_en_5.5.0_3.0_1725235940373.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_squad2_finetuned_squad2_covidqa_en_5.5.0_3.0_1725235940373.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_squad2_finetuned_squad2_covidqa|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|876.8 MB|
+
+## References
+
+https://huggingface.co/chiendvhust/xlm-roberta-base-squad2-finetuned-squad2-covidQA
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline_en.md
new file mode 100644
index 00000000000000..895029f7af7661
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline pipeline XlmRoBertaForQuestionAnswering from chiendvhust
+author: John Snow Labs
+name: xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline` is a English model originally trained by chiendvhust.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline_en_5.5.0_3.0_1725236005464.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline_en_5.5.0_3.0_1725236005464.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_squad2_finetuned_squad2_covidqa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|876.8 MB|
+
+## References
+
+https://huggingface.co/chiendvhust/xlm-roberta-base-squad2-finetuned-squad2-covidQA
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline_en.md
new file mode 100644
index 00000000000000..71262cdc44dc8a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline pipeline XlmRoBertaForQuestionAnswering from horsbug98
+author: John Snow Labs
+name: xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline` is a English model originally trained by horsbug98.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline_en_5.5.0_3.0_1725255141638.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline_en_5.5.0_3.0_1725255141638.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_Part_1_XLM_Model_E1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|877.4 MB|
+
+## References
+
+https://huggingface.co/horsbug98/Part_1_XLM_Model_E1
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_addi_chamorro_xlm_r_pipeline_ch.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_addi_chamorro_xlm_r_pipeline_ch.md
new file mode 100644
index 00000000000000..300e6171708d46
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_addi_chamorro_xlm_r_pipeline_ch.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Chamorro xlm_roberta_qa_addi_chamorro_xlm_r_pipeline pipeline XlmRoBertaForQuestionAnswering from Gantenbein
+author: John Snow Labs
+name: xlm_roberta_qa_addi_chamorro_xlm_r_pipeline
+date: 2024-09-02
+tags: [ch, open_source, pipeline, onnx]
+task: Question Answering
+language: ch
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_addi_chamorro_xlm_r_pipeline` is a Chamorro model originally trained by Gantenbein.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_addi_chamorro_xlm_r_pipeline_ch_5.5.0_3.0_1725254145245.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_addi_chamorro_xlm_r_pipeline_ch_5.5.0_3.0_1725254145245.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_addi_chamorro_xlm_r_pipeline", lang = "ch")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_addi_chamorro_xlm_r_pipeline", lang = "ch")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_addi_chamorro_xlm_r_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ch|
+|Size:|776.3 MB|
+
+## References
+
+https://huggingface.co/Gantenbein/ADDI-CH-XLM-R
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_addi_finnish_xlm_r_fi.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_addi_finnish_xlm_r_fi.md
new file mode 100644
index 00000000000000..6f38e2da0b7bee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_addi_finnish_xlm_r_fi.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: Finnish xlm_roberta_qa_addi_finnish_xlm_r XlmRoBertaForQuestionAnswering from Gantenbein
+author: John Snow Labs
+name: xlm_roberta_qa_addi_finnish_xlm_r
+date: 2024-09-02
+tags: [fi, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: fi
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_addi_finnish_xlm_r` is a Finnish model originally trained by Gantenbein.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_addi_finnish_xlm_r_fi_5.5.0_3.0_1725236205799.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_addi_finnish_xlm_r_fi_5.5.0_3.0_1725236205799.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_addi_finnish_xlm_r|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|fi|
+|Size:|777.3 MB|
+
+## References
+
+https://huggingface.co/Gantenbein/ADDI-FI-XLM-R
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_addi_finnish_xlm_r_pipeline_fi.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_addi_finnish_xlm_r_pipeline_fi.md
new file mode 100644
index 00000000000000..06d8c563e03bea
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_addi_finnish_xlm_r_pipeline_fi.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: Finnish xlm_roberta_qa_addi_finnish_xlm_r_pipeline pipeline XlmRoBertaForQuestionAnswering from Gantenbein
+author: John Snow Labs
+name: xlm_roberta_qa_addi_finnish_xlm_r_pipeline
+date: 2024-09-02
+tags: [fi, open_source, pipeline, onnx]
+task: Question Answering
+language: fi
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_addi_finnish_xlm_r_pipeline` is a Finnish model originally trained by Gantenbein.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_addi_finnish_xlm_r_pipeline_fi_5.5.0_3.0_1725236347329.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_addi_finnish_xlm_r_pipeline_fi_5.5.0_3.0_1725236347329.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_addi_finnish_xlm_r_pipeline", lang = "fi")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_addi_finnish_xlm_r_pipeline", lang = "fi")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_addi_finnish_xlm_r_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fi|
+|Size:|777.3 MB|
+
+## References
+
+https://huggingface.co/Gantenbein/ADDI-FI-XLM-R
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_en.md
new file mode 100644
index 00000000000000..dca5128ef84309
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from teacookies)
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899
+date: 2024-09-02
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-more_fine_tune_24465520-26265899` is a English model originally trained by `teacookies`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_en_5.5.0_3.0_1725235403968.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_en_5.5.0_3.0_1725235403968.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.xlm_roberta.fine_tune_24465520_26265899").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265899
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline_en.md
new file mode 100644
index 00000000000000..50345a59b7115d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline pipeline XlmRoBertaForQuestionAnswering from teacookies
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline` is a English model originally trained by teacookies.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline_en_5.5.0_3.0_1725235481300.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline_en_5.5.0_3.0_1725235481300.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265899_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265899
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_en.md
new file mode 100644
index 00000000000000..f1294ef31ea1cc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from teacookies)
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903
+date: 2024-09-02
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-more_fine_tune_24465520-26265903` is a English model originally trained by `teacookies`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_en_5.5.0_3.0_1725253797272.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_en_5.5.0_3.0_1725253797272.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.xlm_roberta.fine_tune_24465520_26265903").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265903
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline_en.md
new file mode 100644
index 00000000000000..e460d787bcd418
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline pipeline XlmRoBertaForQuestionAnswering from teacookies
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline` is a English model originally trained by teacookies.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline_en_5.5.0_3.0_1725253867322.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline_en_5.5.0_3.0_1725253867322.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265903_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265903
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_en.md
new file mode 100644
index 00000000000000..9071f08d5cf011
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from teacookies)
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906
+date: 2024-09-02
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-more_fine_tune_24465520-26265906` is a English model originally trained by `teacookies`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_en_5.5.0_3.0_1725235877770.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_en_5.5.0_3.0_1725235877770.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.xlm_roberta.fine_tune_24465520_26265906").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+References
+
+- https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265906
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline_en.md
new file mode 100644
index 00000000000000..4356a09f4440d6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline pipeline XlmRoBertaForQuestionAnswering from teacookies
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline` is a English model originally trained by teacookies.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline_en_5.5.0_3.0_1725235950419.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline_en_5.5.0_3.0_1725235950419.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_more_fine_tune_24465520_26265906_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|888.2 MB|
+
+## References
+
+https://huggingface.co/teacookies/autonlp-more_fine_tune_24465520-26265906
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_en.md
new file mode 100644
index 00000000000000..77e39c04cb38aa
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from teacookies)
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_roberta_base_squad2_24465514
+date: 2024-09-02
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-roberta-base-squad2-24465514` is a English model originally trained by `teacookies`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_en_5.5.0_3.0_1725254063381.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_en_5.5.0_3.0_1725254063381.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_autonlp_roberta_base_squad2_24465514","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_autonlp_roberta_base_squad2_24465514","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squadv2.xlm_roberta.base_24465514.by_teacookies").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_roberta_base_squad2_24465514|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|887.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/teacookies/autonlp-roberta-base-squad2-24465514
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline_en.md
new file mode 100644
index 00000000000000..b01675cafb7bf9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline pipeline XlmRoBertaForQuestionAnswering from teacookies
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline` is a English model originally trained by teacookies.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline_en_5.5.0_3.0_1725254134732.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline_en_5.5.0_3.0_1725254134732.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_roberta_base_squad2_24465514_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|887.3 MB|
+
+## References
+
+https://huggingface.co/teacookies/autonlp-roberta-base-squad2-24465514
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline_en.md
new file mode 100644
index 00000000000000..dde2148889e29f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline pipeline XlmRoBertaForQuestionAnswering from teacookies
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline` is a English model originally trained by teacookies.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline_en_5.5.0_3.0_1725254028435.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline_en_5.5.0_3.0_1725254028435.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_roberta_base_squad2_24465522_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|887.2 MB|
+
+## References
+
+https://huggingface.co/teacookies/autonlp-roberta-base-squad2-24465522
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_en.md
new file mode 100644
index 00000000000000..9fb209e89de901
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from teacookies)
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_roberta_base_squad2_24465524
+date: 2024-09-02
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-roberta-base-squad2-24465524` is a English model originally trained by `teacookies`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_en_5.5.0_3.0_1725254720061.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_en_5.5.0_3.0_1725254720061.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_autonlp_roberta_base_squad2_24465524","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_autonlp_roberta_base_squad2_24465524","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squadv2.xlm_roberta.base_24465524.by_teacookies").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_roberta_base_squad2_24465524|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|887.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/teacookies/autonlp-roberta-base-squad2-24465524
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline_en.md
new file mode 100644
index 00000000000000..103bc8d4f173e3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline pipeline XlmRoBertaForQuestionAnswering from teacookies
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline` is a English model originally trained by teacookies.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline_en_5.5.0_3.0_1725254790351.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline_en_5.5.0_3.0_1725254790351.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_roberta_base_squad2_24465524_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|887.3 MB|
+
+## References
+
+https://huggingface.co/teacookies/autonlp-roberta-base-squad2-24465524
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_en.md
new file mode 100644
index 00000000000000..1412c89e4da171
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from teacookies)
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_roberta_base_squad2_24465525
+date: 2024-09-02
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `autonlp-roberta-base-squad2-24465525` is a English model originally trained by `teacookies`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_en_5.5.0_3.0_1725253240422.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_en_5.5.0_3.0_1725253240422.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_autonlp_roberta_base_squad2_24465525","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_autonlp_roberta_base_squad2_24465525","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squadv2.xlm_roberta.base_24465525.by_teacookies").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_roberta_base_squad2_24465525|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|887.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/teacookies/autonlp-roberta-base-squad2-24465525
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline_en.md
new file mode 100644
index 00000000000000..382b277a81a550
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline pipeline XlmRoBertaForQuestionAnswering from teacookies
+author: John Snow Labs
+name: xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline` is a English model originally trained by teacookies.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline_en_5.5.0_3.0_1725253311735.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline_en_5.5.0_3.0_1725253311735.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_autonlp_roberta_base_squad2_24465525_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|887.3 MB|
+
+## References
+
+https://huggingface.co/teacookies/autonlp-roberta-base-squad2-24465525
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_arabic_ar.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_arabic_ar.md
new file mode 100644
index 00000000000000..12dd4ff48f6158
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_arabic_ar.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: Arabic XlmRoBertaForQuestionAnswering (from bhavikardeshna)
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_roberta_base_arabic
+date: 2024-09-02
+tags: [ar, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: ar
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-arabic` is a Arabic model originally trained by `bhavikardeshna`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_arabic_ar_5.5.0_3.0_1725235395653.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_arabic_ar_5.5.0_3.0_1725235395653.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_xlm_roberta_base_arabic","ar") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_xlm_roberta_base_arabic","ar")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("ar.answer_question.xlm_roberta.base").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_roberta_base_arabic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|ar|
+|Size:|884.1 MB|
+
+## References
+
+References
+
+- https://huggingface.co/bhavikardeshna/xlm-roberta-base-arabic
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_german_de.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_german_de.md
new file mode 100644
index 00000000000000..b1f6c7101685fb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_german_de.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: German XlmRoBertaForQuestionAnswering (from bhavikardeshna)
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_roberta_base_german
+date: 2024-09-02
+tags: [de, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-german` is a German model originally trained by `bhavikardeshna`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_german_de_5.5.0_3.0_1725254209852.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_german_de_5.5.0_3.0_1725254209852.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_xlm_roberta_base_german","de") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_xlm_roberta_base_german","de")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("de.answer_question.xlm_roberta.base").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_roberta_base_german|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|de|
+|Size:|882.7 MB|
+
+## References
+
+References
+
+- https://huggingface.co/bhavikardeshna/xlm-roberta-base-german
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_german_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_german_pipeline_de.md
new file mode 100644
index 00000000000000..e0615b5d6f472d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_german_pipeline_de.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: German xlm_roberta_qa_xlm_roberta_base_german_pipeline pipeline XlmRoBertaForQuestionAnswering from bhavikardeshna
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_roberta_base_german_pipeline
+date: 2024-09-02
+tags: [de, open_source, pipeline, onnx]
+task: Question Answering
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_xlm_roberta_base_german_pipeline` is a German model originally trained by bhavikardeshna.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_german_pipeline_de_5.5.0_3.0_1725254274044.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_german_pipeline_de_5.5.0_3.0_1725254274044.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_xlm_roberta_base_german_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_xlm_roberta_base_german_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_roberta_base_german_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|882.7 MB|
+
+## References
+
+https://huggingface.co/bhavikardeshna/xlm-roberta-base-german
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_en.md
new file mode 100644
index 00000000000000..5b21a328b753d7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from ncduy)
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small
+date: 2024-09-02
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-squad2-distilled-finetuned-chaii-small` is a English model originally trained by `ncduy`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_en_5.5.0_3.0_1725253420817.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_en_5.5.0_3.0_1725253420817.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.squadv2_chaii.xlm_roberta.distilled_base_small").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|880.8 MB|
+
+## References
+
+References
+
+- https://huggingface.co/ncduy/xlm-roberta-base-squad2-distilled-finetuned-chaii-small
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline_en.md
new file mode 100644
index 00000000000000..d1b57d3b737d46
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline pipeline XlmRoBertaForQuestionAnswering from ncduy
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline` is a English model originally trained by ncduy.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline_en_5.5.0_3.0_1725253494487.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline_en_5.5.0_3.0_1725253494487.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_roberta_base_squad2_distilled_finetuned_chaii_small_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|880.8 MB|
+
+## References
+
+https://huggingface.co/ncduy/xlm-roberta-base-squad2-distilled-finetuned-chaii-small
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline_en.md
new file mode 100644
index 00000000000000..67050fc3935d77
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline pipeline XlmRoBertaForQuestionAnswering from deepset
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline` is a English model originally trained by deepset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline_en_5.5.0_3.0_1725255128945.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline_en_5.5.0_3.0_1725255128945.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_roberta_base_squad2_distilled_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/deepset/xlm-roberta-base-squad2-distilled
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_ckpt_95000_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_ckpt_95000_en.md
new file mode 100644
index 00000000000000..ee874552444d12
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_ckpt_95000_en.md
@@ -0,0 +1,106 @@
+---
+layout: model
+title: English XlmRoBertaForQuestionAnswering (from jeew)
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_roberta_ckpt_95000
+date: 2024-09-02
+tags: [en, open_source, question_answering, xlmroberta, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained Question Answering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-ckpt-95000` is a English model originally trained by `jeew`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_ckpt_95000_en_5.5.0_3.0_1725253600639.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_ckpt_95000_en_5.5.0_3.0_1725253600639.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+document_assembler = MultiDocumentAssembler() \
+.setInputCols(["question", "context"]) \
+.setOutputCols(["document_question", "document_context"])
+
+spanClassifier = XlmRoBertaForQuestionAnswering.pretrained("xlm_roberta_qa_xlm_roberta_ckpt_95000","en") \
+.setInputCols(["document_question", "document_context"]) \
+.setOutputCol("answer") \
+.setCaseSensitive(True)
+
+pipeline = Pipeline().setStages([
+document_assembler,
+spanClassifier
+])
+
+example = spark.createDataFrame([["What's my name?", "My name is Clara and I live in Berkeley."]]).toDF("question", "context")
+
+result = pipeline.fit(example).transform(example)
+```
+```scala
+val document = new MultiDocumentAssembler()
+.setInputCols(Array("question", "context"))
+.setOutputCols(Array("document_question", "document_context"))
+
+val spanClassifier = XlmRoBertaForQuestionAnswering
+.pretrained("xlm_roberta_qa_xlm_roberta_ckpt_95000","en")
+.setInputCols(Array("document_question", "document_context"))
+.setOutputCol("answer")
+.setCaseSensitive(true)
+.setMaxSentenceLength(512)
+
+val pipeline = new Pipeline().setStages(Array(document, spanClassifier))
+
+val example = Seq(
+("Where was John Lenon born?", "John Lenon was born in London and lived in Paris. My name is Sarah and I live in London."),
+("What's my name?", "My name is Clara and I live in Berkeley."))
+.toDF("question", "context")
+
+val result = pipeline.fit(example).transform(example)
+```
+
+{:.nlu-block}
+```python
+import nlu
+nlu.load("en.answer_question.xlm_roberta.by_jeew").predict("""What's my name?|||"My name is Clara and I live in Berkeley.""")
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_roberta_ckpt_95000|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|807.4 MB|
+
+## References
+
+References
+
+- https://huggingface.co/jeew/xlm-roberta-ckpt-95000
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline_en.md
new file mode 100644
index 00000000000000..daa636b4273fa1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline pipeline XlmRoBertaForQuestionAnswering from jeew
+author: John Snow Labs
+name: xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline` is a English model originally trained by jeew.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline_en_5.5.0_3.0_1725253735999.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline_en_5.5.0_3.0_1725253735999.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlm_roberta_ckpt_95000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|807.4 MB|
+
+## References
+
+https://huggingface.co/jeew/xlm-roberta-ckpt-95000
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_fr.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_fr.md
new file mode 100644
index 00000000000000..8b007972f049c6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_fr.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: French xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan XlmRoBertaForQuestionAnswering from saattrupdan
+author: John Snow Labs
+name: xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan
+date: 2024-09-02
+tags: [fr, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan` is a French model originally trained by saattrupdan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_fr_5.5.0_3.0_1725235794020.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_fr_5.5.0_3.0_1725235794020.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|fr|
+|Size:|873.3 MB|
+
+## References
+
+https://huggingface.co/saattrupdan/xlmr-base-texas-squad-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline_fr.md b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline_fr.md
new file mode 100644
index 00000000000000..c4845bb9a6f2bf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline_fr.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: French xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline pipeline XlmRoBertaForQuestionAnswering from saattrupdan
+author: John Snow Labs
+name: xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline
+date: 2024-09-02
+tags: [fr, open_source, pipeline, onnx]
+task: Question Answering
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline` is a French model originally trained by saattrupdan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline_fr_5.5.0_3.0_1725235862679.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline_fr_5.5.0_3.0_1725235862679.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline", lang = "fr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline", lang = "fr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_qa_xlmr_base_texas_squad_french_french_saattrupdan_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fr|
+|Size:|873.3 MB|
+
+## References
+
+https://huggingface.co/saattrupdan/xlmr-base-texas-squad-fr
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmr_base_igbo_5e_5_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmr_base_igbo_5e_5_en.md
new file mode 100644
index 00000000000000..b426cb9c0627e2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmr_base_igbo_5e_5_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlmr_base_igbo_5e_5 XlmRoBertaForTokenClassification from grace-pro
+author: John Snow Labs
+name: xlmr_base_igbo_5e_5
+date: 2024-09-02
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmr_base_igbo_5e_5` is a English model originally trained by grace-pro.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmr_base_igbo_5e_5_en_5.5.0_3.0_1725316562162.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmr_base_igbo_5e_5_en_5.5.0_3.0_1725316562162.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmr_base_igbo_5e_5|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|867.0 MB|
+
+## References
+
+https://huggingface.co/grace-pro/xlmr-base-igbo-5e-5
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmr_base_igbo_5e_5_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmr_base_igbo_5e_5_pipeline_en.md
new file mode 100644
index 00000000000000..4d2b2ab6f83263
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmr_base_igbo_5e_5_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlmr_base_igbo_5e_5_pipeline pipeline XlmRoBertaForTokenClassification from grace-pro
+author: John Snow Labs
+name: xlmr_base_igbo_5e_5_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmr_base_igbo_5e_5_pipeline` is a English model originally trained by grace-pro.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmr_base_igbo_5e_5_pipeline_en_5.5.0_3.0_1725316627277.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmr_base_igbo_5e_5_pipeline_en_5.5.0_3.0_1725316627277.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmr_base_igbo_5e_5_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmr_base_igbo_5e_5_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmr_base_igbo_5e_5_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|867.0 MB|
+
+## References
+
+https://huggingface.co/grace-pro/xlmr-base-igbo-5e-5
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmr_base_trained_panx_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmr_base_trained_panx_english_pipeline_en.md
new file mode 100644
index 00000000000000..01d4ad462cd10a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmr_base_trained_panx_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlmr_base_trained_panx_english_pipeline pipeline XlmRoBertaForTokenClassification from DeepaPeri
+author: John Snow Labs
+name: xlmr_base_trained_panx_english_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmr_base_trained_panx_english_pipeline` is a English model originally trained by DeepaPeri.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmr_base_trained_panx_english_pipeline_en_5.5.0_3.0_1725316142457.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmr_base_trained_panx_english_pipeline_en_5.5.0_3.0_1725316142457.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmr_base_trained_panx_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmr_base_trained_panx_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmr_base_trained_panx_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|797.4 MB|
+
+## References
+
+https://huggingface.co/DeepaPeri/XLMR-BASE-TRAINED-PANX-en
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_finetuned_tydiqa_ben_tel_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_finetuned_tydiqa_ben_tel_en.md
new file mode 100644
index 00000000000000..2ad6feb2080492
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_finetuned_tydiqa_ben_tel_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English xlmroberta_finetuned_tydiqa_ben_tel XlmRoBertaForQuestionAnswering from Auracle7
+author: John Snow Labs
+name: xlmroberta_finetuned_tydiqa_ben_tel
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_finetuned_tydiqa_ben_tel` is a English model originally trained by Auracle7.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_finetuned_tydiqa_ben_tel_en_5.5.0_3.0_1725235261521.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_finetuned_tydiqa_ben_tel_en_5.5.0_3.0_1725235261521.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_finetuned_tydiqa_ben_tel|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|924.3 MB|
+
+## References
+
+https://huggingface.co/Auracle7/XLMRoberta-finetuned-TyDIQA-Ben-Tel
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_finetuned_tydiqa_ben_tel_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_finetuned_tydiqa_ben_tel_pipeline_en.md
new file mode 100644
index 00000000000000..8599e97f088d90
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_finetuned_tydiqa_ben_tel_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlmroberta_finetuned_tydiqa_ben_tel_pipeline pipeline XlmRoBertaForQuestionAnswering from Auracle7
+author: John Snow Labs
+name: xlmroberta_finetuned_tydiqa_ben_tel_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_finetuned_tydiqa_ben_tel_pipeline` is a English model originally trained by Auracle7.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_finetuned_tydiqa_ben_tel_pipeline_en_5.5.0_3.0_1725235325658.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_finetuned_tydiqa_ben_tel_pipeline_en_5.5.0_3.0_1725235325658.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_finetuned_tydiqa_ben_tel_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_finetuned_tydiqa_ben_tel_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_finetuned_tydiqa_ben_tel_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|924.3 MB|
+
+## References
+
+https://huggingface.co/Auracle7/XLMRoberta-finetuned-TyDIQA-Ben-Tel
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline_rw.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline_rw.md
new file mode 100644
index 00000000000000..0c5ab19a553e4d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline_rw.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Kinyarwanda xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline pipeline XlmRoBertaForTokenClassification from mbeukman
+author: John Snow Labs
+name: xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline
+date: 2024-09-02
+tags: [rw, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: rw
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline` is a Kinyarwanda model originally trained by mbeukman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline_rw_5.5.0_3.0_1725308431316.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline_rw_5.5.0_3.0_1725308431316.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline", lang = "rw")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline", lang = "rw")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|rw|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/mbeukman/xlm-roberta-base-finetuned-kinyarwanda-finetuned-ner-kinyarwanda
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_rw.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_rw.md
new file mode 100644
index 00000000000000..b36ff4f806debe
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_rw.md
@@ -0,0 +1,115 @@
+---
+layout: model
+title: Kinyarwanda XLMRobertaForTokenClassification Base Cased model (from mbeukman)
+author: John Snow Labs
+name: xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand
+date: 2024-09-02
+tags: [rw, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: rw
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-kinyarwanda-finetuned-ner-kinyarwanda` is a Kinyarwanda model originally trained by `mbeukman`.
+
+## Predicted Entities
+
+`PER`, `DATE`, `ORG`, `LOC`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_rw_5.5.0_3.0_1725308378320.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_kinyarwanda_finetuned_ner_kinyarwand_rw_5.5.0_3.0_1725308378320.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_base_finetuned_panx_german_data|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/moghis/xlm-roberta-base-finetuned-panx-de-data
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_panx_german_data_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_panx_german_data_pipeline_de.md
new file mode 100644
index 00000000000000..a6b20e36a4e190
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_panx_german_data_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German xlmroberta_ner_base_finetuned_panx_german_data_pipeline pipeline XlmRoBertaForTokenClassification from moghis
+author: John Snow Labs
+name: xlmroberta_ner_base_finetuned_panx_german_data_pipeline
+date: 2024-09-02
+tags: [de, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_base_finetuned_panx_german_data_pipeline` is a German model originally trained by moghis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_panx_german_data_pipeline_de_5.5.0_3.0_1725308188861.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_panx_german_data_pipeline_de_5.5.0_3.0_1725308188861.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_base_finetuned_panx_german_data_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_base_finetuned_panx_german_data_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_base_finetuned_panx_german_data_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/moghis/xlm-roberta-base-finetuned-panx-de-data
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_peyma_fa.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_peyma_fa.md
new file mode 100644
index 00000000000000..18fcdc8ad888a2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_peyma_fa.md
@@ -0,0 +1,112 @@
+---
+layout: model
+title: Persian XLMRobertaForTokenClassification Base Cased model (from BK-V)
+author: John Snow Labs
+name: xlmroberta_ner_base_finetuned_peyma
+date: 2024-09-02
+tags: [fa, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: fa
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-peyma-fa` is a Persian model originally trained by `BK-V`.
+
+## Predicted Entities
+
+`LOC`, `PER`, `MON`, `ORG`, `TIM`, `PCT`, `DAT`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_peyma_fa_5.5.0_3.0_1725309203226.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_peyma_fa_5.5.0_3.0_1725309203226.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_base_finetuned_peyma|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|fa|
+|Size:|842.3 MB|
+
+## References
+
+References
+
+- https://huggingface.co/BK-V/xlm-roberta-base-finetuned-peyma-fa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_peyma_pipeline_fa.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_peyma_pipeline_fa.md
new file mode 100644
index 00000000000000..e5a999b618cfa6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_finetuned_peyma_pipeline_fa.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Persian xlmroberta_ner_base_finetuned_peyma_pipeline pipeline XlmRoBertaForTokenClassification from BK-V
+author: John Snow Labs
+name: xlmroberta_ner_base_finetuned_peyma_pipeline
+date: 2024-09-02
+tags: [fa, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: fa
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_base_finetuned_peyma_pipeline` is a Persian model originally trained by BK-V.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_peyma_pipeline_fa_5.5.0_3.0_1725309267541.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_finetuned_peyma_pipeline_fa_5.5.0_3.0_1725309267541.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_base_finetuned_peyma_pipeline", lang = "fa")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_base_finetuned_peyma_pipeline", lang = "fa")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_base_finetuned_peyma_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fa|
+|Size:|842.3 MB|
+
+## References
+
+https://huggingface.co/BK-V/xlm-roberta-base-finetuned-peyma-fa
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_uncased_bionlp2004_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_uncased_bionlp2004_en.md
new file mode 100644
index 00000000000000..03708576b8cb89
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_uncased_bionlp2004_en.md
@@ -0,0 +1,113 @@
+---
+layout: model
+title: English XLMRobertaForTokenClassification Base Uncased model (from tner)
+author: John Snow Labs
+name: xlmroberta_ner_base_uncased_bionlp2004
+date: 2024-09-02
+tags: [en, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-uncased-bionlp2004` is a English model originally trained by `tner`.
+
+## Predicted Entities
+
+`protein`, `dna`, `cell line`, `rna`, `cell type`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_uncased_bionlp2004_en_5.5.0_3.0_1725307623832.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_uncased_bionlp2004_en_5.5.0_3.0_1725307623832.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_base_uncased_bionlp2004|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|780.5 MB|
+
+## References
+
+References
+
+- https://huggingface.co/tner/xlm-roberta-base-uncased-bionlp2004
+- https://github.com/asahi417/tner
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_uncased_bionlp2004_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_uncased_bionlp2004_pipeline_en.md
new file mode 100644
index 00000000000000..657010694c24de
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_uncased_bionlp2004_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlmroberta_ner_base_uncased_bionlp2004_pipeline pipeline XlmRoBertaForTokenClassification from tner
+author: John Snow Labs
+name: xlmroberta_ner_base_uncased_bionlp2004_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_base_uncased_bionlp2004_pipeline` is a English model originally trained by tner.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_uncased_bionlp2004_pipeline_en_5.5.0_3.0_1725307772549.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_uncased_bionlp2004_pipeline_en_5.5.0_3.0_1725307772549.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_base_uncased_bionlp2004_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_base_uncased_bionlp2004_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_base_uncased_bionlp2004_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|780.5 MB|
+
+## References
+
+https://huggingface.co/tner/xlm-roberta-base-uncased-bionlp2004
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_wnut2017_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_wnut2017_pipeline_en.md
new file mode 100644
index 00000000000000..b9dfdcae1c0746
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_base_wnut2017_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlmroberta_ner_base_wnut2017_pipeline pipeline XlmRoBertaForTokenClassification from tner
+author: John Snow Labs
+name: xlmroberta_ner_base_wnut2017_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_base_wnut2017_pipeline` is a English model originally trained by tner.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_wnut2017_pipeline_en_5.5.0_3.0_1725308629560.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_base_wnut2017_pipeline_en_5.5.0_3.0_1725308629560.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_base_wnut2017_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_base_wnut2017_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_base_wnut2017_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|786.5 MB|
+
+## References
+
+https://huggingface.co/tner/xlm-roberta-base-wnut2017
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_clisi2000_base_finetuned_panx_de.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_clisi2000_base_finetuned_panx_de.md
new file mode 100644
index 00000000000000..68120815813b0b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_clisi2000_base_finetuned_panx_de.md
@@ -0,0 +1,113 @@
+---
+layout: model
+title: German XLMRobertaForTokenClassification Base Cased model (from clisi2000)
+author: John Snow Labs
+name: xlmroberta_ner_clisi2000_base_finetuned_panx
+date: 2024-09-02
+tags: [de, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-panx-de` is a German model originally trained by `clisi2000`.
+
+## Predicted Entities
+
+`PER`, `LOC`, `ORG`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_clisi2000_base_finetuned_panx_de_5.5.0_3.0_1725309397603.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_clisi2000_base_finetuned_panx_de_5.5.0_3.0_1725309397603.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_clisi2000_base_finetuned_panx|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+References
+
+- https://huggingface.co/clisi2000/xlm-roberta-base-finetuned-panx-de
+- https://paperswithcode.com/sota?task=Token+Classification&dataset=xtreme
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline_de.md
new file mode 100644
index 00000000000000..050c181312c3d4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline pipeline XlmRoBertaForTokenClassification from clisi2000
+author: John Snow Labs
+name: xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline
+date: 2024-09-02
+tags: [de, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline` is a German model originally trained by clisi2000.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline_de_5.5.0_3.0_1725309466450.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline_de_5.5.0_3.0_1725309466450.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_clisi2000_base_finetuned_panx_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/clisi2000/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_davinam_base_finetuned_panx_de.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_davinam_base_finetuned_panx_de.md
new file mode 100644
index 00000000000000..68adcabc83dc29
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_davinam_base_finetuned_panx_de.md
@@ -0,0 +1,113 @@
+---
+layout: model
+title: German XLMRobertaForTokenClassification Base Cased model (from davidenam)
+author: John Snow Labs
+name: xlmroberta_ner_davinam_base_finetuned_panx
+date: 2024-09-02
+tags: [de, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-panx-de` is a German model originally trained by `davidenam`.
+
+## Predicted Entities
+
+`PER`, `LOC`, `ORG`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_davinam_base_finetuned_panx_de_5.5.0_3.0_1725307782772.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_davinam_base_finetuned_panx_de_5.5.0_3.0_1725307782772.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_davinam_base_finetuned_panx|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+References
+
+- https://huggingface.co/davidenam/xlm-roberta-base-finetuned-panx-de
+- https://paperswithcode.com/sota?task=Token+Classification&dataset=xtreme
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_davinam_base_finetuned_panx_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_davinam_base_finetuned_panx_pipeline_de.md
new file mode 100644
index 00000000000000..69f64b9b65d2f4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_davinam_base_finetuned_panx_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German xlmroberta_ner_davinam_base_finetuned_panx_pipeline pipeline XlmRoBertaForTokenClassification from davidenam
+author: John Snow Labs
+name: xlmroberta_ner_davinam_base_finetuned_panx_pipeline
+date: 2024-09-02
+tags: [de, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_davinam_base_finetuned_panx_pipeline` is a German model originally trained by davidenam.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_davinam_base_finetuned_panx_pipeline_de_5.5.0_3.0_1725307857291.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_davinam_base_finetuned_panx_pipeline_de_5.5.0_3.0_1725307857291.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_davinam_base_finetuned_panx_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_davinam_base_finetuned_panx_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_davinam_base_finetuned_panx_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/davidenam/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_edwardjross_base_finetuned_panx_de.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_edwardjross_base_finetuned_panx_de.md
new file mode 100644
index 00000000000000..cc552cb76057a9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_edwardjross_base_finetuned_panx_de.md
@@ -0,0 +1,113 @@
+---
+layout: model
+title: German XLMRobertaForTokenClassification Base Cased model (from edwardjross)
+author: John Snow Labs
+name: xlmroberta_ner_edwardjross_base_finetuned_panx
+date: 2024-09-02
+tags: [de, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-panx-de` is a German model originally trained by `edwardjross`.
+
+## Predicted Entities
+
+`PER`, `LOC`, `ORG`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_edwardjross_base_finetuned_panx_de_5.5.0_3.0_1725308257485.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_edwardjross_base_finetuned_panx_de_5.5.0_3.0_1725308257485.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_edwardjross_base_finetuned_panx|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|de|
+|Size:|853.4 MB|
+
+## References
+
+References
+
+- https://huggingface.co/edwardjross/xlm-roberta-base-finetuned-panx-de
+- https://paperswithcode.com/sota?task=Token+Classification&dataset=xtreme
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline_de.md
new file mode 100644
index 00000000000000..b8b985ad117429
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline pipeline XlmRoBertaForTokenClassification from edwardjross
+author: John Snow Labs
+name: xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline
+date: 2024-09-02
+tags: [de, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline` is a German model originally trained by edwardjross.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline_de_5.5.0_3.0_1725308325111.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline_de_5.5.0_3.0_1725308325111.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_edwardjross_base_finetuned_panx_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|853.4 MB|
+
+## References
+
+https://huggingface.co/edwardjross/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_jplu_r_40_lang_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_jplu_r_40_lang_pipeline_xx.md
new file mode 100644
index 00000000000000..b246cca2dd95f3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_jplu_r_40_lang_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual xlmroberta_ner_jplu_r_40_lang_pipeline pipeline XlmRoBertaForTokenClassification from nbroad
+author: John Snow Labs
+name: xlmroberta_ner_jplu_r_40_lang_pipeline
+date: 2024-09-02
+tags: [xx, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_jplu_r_40_lang_pipeline` is a Multilingual model originally trained by nbroad.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_jplu_r_40_lang_pipeline_xx_5.5.0_3.0_1725308074812.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_jplu_r_40_lang_pipeline_xx_5.5.0_3.0_1725308074812.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_jplu_r_40_lang_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_jplu_r_40_lang_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_jplu_r_40_lang_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|967.0 MB|
+
+## References
+
+https://huggingface.co/nbroad/jplu-xlm-r-ner-40-lang
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_jplu_r_40_lang_xx.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_jplu_r_40_lang_xx.md
new file mode 100644
index 00000000000000..7f66f1d91f0cc1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_ner_jplu_r_40_lang_xx.md
@@ -0,0 +1,112 @@
+---
+layout: model
+title: Multilingual XLMRobertaForTokenClassification Cased model (from nbroad)
+author: John Snow Labs
+name: xlmroberta_ner_jplu_r_40_lang
+date: 2024-09-02
+tags: [xx, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `jplu-xlm-r-ner-40-lang` is a Multilingual model originally trained by `nbroad`.
+
+## Predicted Entities
+
+`PER`, `LOC`, `ORG`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_jplu_r_40_lang_xx_5.5.0_3.0_1725308016405.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_jplu_r_40_lang_xx_5.5.0_3.0_1725308016405.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_twi_eng|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/sgjwong/xlmroberta-tw_eng
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_twi_eng_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_twi_eng_pipeline_en.md
new file mode 100644
index 00000000000000..eea59b21a41779
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmroberta_twi_eng_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlmroberta_twi_eng_pipeline pipeline XlmRoBertaEmbeddings from sgjwong
+author: John Snow Labs
+name: xlmroberta_twi_eng_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_twi_eng_pipeline` is a English model originally trained by sgjwong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_twi_eng_pipeline_en_5.5.0_3.0_1725271019440.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_twi_eng_pipeline_en_5.5.0_3.0_1725271019440.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_twi_eng_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_twi_eng_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_twi_eng_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/sgjwong/xlmroberta-tw_eng
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmrobertalongforquestionanswering_base_squad2_256_4096_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmrobertalongforquestionanswering_base_squad2_256_4096_en.md
new file mode 100644
index 00000000000000..663fc965f03ac0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmrobertalongforquestionanswering_base_squad2_256_4096_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English xlmrobertalongforquestionanswering_base_squad2_256_4096 XlmRoBertaForQuestionAnswering from sadaqabdo
+author: John Snow Labs
+name: xlmrobertalongforquestionanswering_base_squad2_256_4096
+date: 2024-09-02
+tags: [en, open_source, onnx, question_answering, xlm_roberta]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmrobertalongforquestionanswering_base_squad2_256_4096` is a English model originally trained by sadaqabdo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmrobertalongforquestionanswering_base_squad2_256_4096_en_5.5.0_3.0_1725254868712.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmrobertalongforquestionanswering_base_squad2_256_4096_en_5.5.0_3.0_1725254868712.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmrobertalongforquestionanswering_base_squad2_256_4096|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|883.5 MB|
+
+## References
+
+https://huggingface.co/sadaqabdo/XLMRobertaLongForQuestionAnswering-base-squad2-256-4096
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-02-xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-02-xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline_en.md
new file mode 100644
index 00000000000000..03b1a19cf0f4e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-02-xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline pipeline XlmRoBertaForQuestionAnswering from sadaqabdo
+author: John Snow Labs
+name: xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline
+date: 2024-09-02
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline` is a English model originally trained by sadaqabdo.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline_en_5.5.0_3.0_1725254942451.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline_en_5.5.0_3.0_1725254942451.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmrobertalongforquestionanswering_base_squad2_256_4096_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|883.5 MB|
+
+## References
+
+https://huggingface.co/sadaqabdo/XLMRobertaLongForQuestionAnswering-base-squad2-256-4096
+
+## Included Models
+
+- MultiDocumentAssembler
+- XlmRoBertaForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline_en.md
new file mode 100644
index 00000000000000..ab4031cf4bdd76
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English 2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline pipeline XlmRoBertaEmbeddings from JEdward7777
+author: John Snow Labs
+name: 2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline` is a English model originally trained by JEdward7777.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline_en_5.5.0_3.0_1725342704655.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline_en_5.5.0_3.0_1725342704655.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|2_finetuned_xlm_r_masakhaner_swahili_macrolanguage_whole_word_phonetic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/JEdward7777/2-finetuned-xlm-r-masakhaner-swa-whole-word-phonetic
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-ai_hackathon_distilbert_en.md b/docs/_posts/ahmedlone127/2024-09-03-ai_hackathon_distilbert_en.md
new file mode 100644
index 00000000000000..96595c116957eb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-ai_hackathon_distilbert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English ai_hackathon_distilbert DistilBertForSequenceClassification from Darshan03
+author: John Snow Labs
+name: ai_hackathon_distilbert
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ai_hackathon_distilbert` is a English model originally trained by Darshan03.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ai_hackathon_distilbert_en_5.5.0_3.0_1725330169515.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ai_hackathon_distilbert_en_5.5.0_3.0_1725330169515.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_1_lr_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-1-lr-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_1_lr_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_1_lr_1_pipeline_en.md
new file mode 100644
index 00000000000000..5e3f396697ae7c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_1_lr_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_1_lr_1_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_1_lr_1_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_1_lr_1_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_1_lr_1_pipeline_en_5.5.0_3.0_1725341678213.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_1_lr_1_pipeline_en_5.5.0_3.0_1725341678213.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_1_lr_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_1_lr_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_1_lr_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-1-lr-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_2_batch_1_en.md b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_2_batch_1_en.md
new file mode 100644
index 00000000000000..ef19d700ac42cb
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_2_batch_1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English albert_base_qa_2_batch_1 AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_2_batch_1
+date: 2024-09-03
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_2_batch_1` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_batch_1_en_5.5.0_3.0_1725341431380.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_batch_1_en_5.5.0_3.0_1725341431380.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_2_batch_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-2-batch-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_2_batch_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_2_batch_1_pipeline_en.md
new file mode 100644
index 00000000000000..223e388350f91f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_2_batch_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_2_batch_1_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_2_batch_1_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_2_batch_1_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_batch_1_pipeline_en_5.5.0_3.0_1725341433909.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_batch_1_pipeline_en_5.5.0_3.0_1725341433909.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_2_batch_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_2_batch_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_2_batch_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-2-batch-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_2_k_fold_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_2_k_fold_3_pipeline_en.md
new file mode 100644
index 00000000000000..eb5dee55418265
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_2_k_fold_3_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_2_k_fold_3_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_2_k_fold_3_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_2_k_fold_3_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_k_fold_3_pipeline_en_5.5.0_3.0_1725341728882.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_2_k_fold_3_pipeline_en_5.5.0_3.0_1725341728882.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_2_k_fold_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_2_k_fold_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_2_k_fold_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-2-k-fold-3
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_coqa_2_k_fold_1_en.md b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_coqa_2_k_fold_1_en.md
new file mode 100644
index 00000000000000..6d3fba52d86e58
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_coqa_2_k_fold_1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English albert_base_qa_coqa_2_k_fold_1 AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_coqa_2_k_fold_1
+date: 2024-09-03
+tags: [en, open_source, onnx, question_answering, albert]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: AlbertForQuestionAnswering
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_coqa_2_k_fold_1` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_1_en_5.5.0_3.0_1725341805611.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_1_en_5.5.0_3.0_1725341805611.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_coqa_2_k_fold_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document_question, document_context]|
+|Output Labels:|[answer]|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-coQA-2-k-fold-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_coqa_2_k_fold_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_coqa_2_k_fold_1_pipeline_en.md
new file mode 100644
index 00000000000000..2a972de96197b6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-albert_base_qa_coqa_2_k_fold_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English albert_base_qa_coqa_2_k_fold_1_pipeline pipeline AlbertForQuestionAnswering from mateiaass
+author: John Snow Labs
+name: albert_base_qa_coqa_2_k_fold_1_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Question Answering
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`albert_base_qa_coqa_2_k_fold_1_pipeline` is a English model originally trained by mateiaass.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_1_pipeline_en_5.5.0_3.0_1725341808096.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/albert_base_qa_coqa_2_k_fold_1_pipeline_en_5.5.0_3.0_1725341808096.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("albert_base_qa_coqa_2_k_fold_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("albert_base_qa_coqa_2_k_fold_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|albert_base_qa_coqa_2_k_fold_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|42.0 MB|
+
+## References
+
+https://huggingface.co/mateiaass/albert-base-qa-coQA-2-k-fold-1
+
+## Included Models
+
+- MultiDocumentAssembler
+- AlbertForQuestionAnswering
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-ancient_greek_to_1453_alignment_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-ancient_greek_to_1453_alignment_pipeline_en.md
new file mode 100644
index 00000000000000..3b16114335bd54
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-ancient_greek_to_1453_alignment_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English ancient_greek_to_1453_alignment_pipeline pipeline XlmRoBertaEmbeddings from UGARIT
+author: John Snow Labs
+name: ancient_greek_to_1453_alignment_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`ancient_greek_to_1453_alignment_pipeline` is a English model originally trained by UGARIT.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/ancient_greek_to_1453_alignment_pipeline_en_5.5.0_3.0_1725343696028.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/ancient_greek_to_1453_alignment_pipeline_en_5.5.0_3.0_1725343696028.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("ancient_greek_to_1453_alignment_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("ancient_greek_to_1453_alignment_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|ancient_greek_to_1453_alignment_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/UGARIT/grc-alignment
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-angela_shuffle_test_en.md b/docs/_posts/ahmedlone127/2024-09-03-angela_shuffle_test_en.md
new file mode 100644
index 00000000000000..ee91186203bc84
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-angela_shuffle_test_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English angela_shuffle_test XlmRoBertaForTokenClassification from azhang1212
+author: John Snow Labs
+name: angela_shuffle_test
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`angela_shuffle_test` is a English model originally trained by azhang1212.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/angela_shuffle_test_en_5.5.0_3.0_1725322034427.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/angela_shuffle_test_en_5.5.0_3.0_1725322034427.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|angela_shuffle_test|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/azhang1212/angela_shuffle_test
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-autotrain_okr_iptal_v4_48282117445_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-autotrain_okr_iptal_v4_48282117445_pipeline_en.md
new file mode 100644
index 00000000000000..038d149ab1f0e5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-autotrain_okr_iptal_v4_48282117445_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English autotrain_okr_iptal_v4_48282117445_pipeline pipeline XlmRoBertaForSequenceClassification from ekincanozcelik
+author: John Snow Labs
+name: autotrain_okr_iptal_v4_48282117445_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`autotrain_okr_iptal_v4_48282117445_pipeline` is a English model originally trained by ekincanozcelik.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/autotrain_okr_iptal_v4_48282117445_pipeline_en_5.5.0_3.0_1725329023604.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/autotrain_okr_iptal_v4_48282117445_pipeline_en_5.5.0_3.0_1725329023604.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("autotrain_okr_iptal_v4_48282117445_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("autotrain_okr_iptal_v4_48282117445_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|autotrain_okr_iptal_v4_48282117445_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|778.4 MB|
+
+## References
+
+https://huggingface.co/ekincanozcelik/autotrain-okr_iptal_v4-48282117445
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-bge_reranker_base_baai_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-bge_reranker_base_baai_pipeline_en.md
new file mode 100644
index 00000000000000..17637cbf2ca6b9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-bge_reranker_base_baai_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bge_reranker_base_baai_pipeline pipeline XlmRoBertaForSequenceClassification from BAAI
+author: John Snow Labs
+name: bge_reranker_base_baai_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bge_reranker_base_baai_pipeline` is a English model originally trained by BAAI.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bge_reranker_base_baai_pipeline_en_5.5.0_3.0_1725328052285.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bge_reranker_base_baai_pipeline_en_5.5.0_3.0_1725328052285.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bge_reranker_base_baai_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bge_reranker_base_baai_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bge_reranker_base_baai_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|994.1 MB|
+
+## References
+
+https://huggingface.co/BAAI/bge-reranker-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-bookmebus_sentiment_analysis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-bookmebus_sentiment_analysis_pipeline_en.md
new file mode 100644
index 00000000000000..bd85d11214332c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-bookmebus_sentiment_analysis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bookmebus_sentiment_analysis_pipeline pipeline XlmRoBertaForSequenceClassification from seanghay
+author: John Snow Labs
+name: bookmebus_sentiment_analysis_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bookmebus_sentiment_analysis_pipeline` is a English model originally trained by seanghay.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bookmebus_sentiment_analysis_pipeline_en_5.5.0_3.0_1725327839500.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bookmebus_sentiment_analysis_pipeline_en_5.5.0_3.0_1725327839500.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bookmebus_sentiment_analysis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bookmebus_sentiment_analysis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bookmebus_sentiment_analysis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|839.1 MB|
+
+## References
+
+https://huggingface.co/seanghay/bookmebus-sentiment-analysis
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-bsc_bio_ehr_spanish_drugtemist_ner_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-bsc_bio_ehr_spanish_drugtemist_ner_pipeline_en.md
new file mode 100644
index 00000000000000..1636d6167e7fa5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-bsc_bio_ehr_spanish_drugtemist_ner_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English bsc_bio_ehr_spanish_drugtemist_ner_pipeline pipeline RoBertaForTokenClassification from Rodrigo1771
+author: John Snow Labs
+name: bsc_bio_ehr_spanish_drugtemist_ner_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`bsc_bio_ehr_spanish_drugtemist_ner_pipeline` is a English model originally trained by Rodrigo1771.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/bsc_bio_ehr_spanish_drugtemist_ner_pipeline_en_5.5.0_3.0_1725326509860.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/bsc_bio_ehr_spanish_drugtemist_ner_pipeline_en_5.5.0_3.0_1725326509860.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("bsc_bio_ehr_spanish_drugtemist_ner_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("bsc_bio_ehr_spanish_drugtemist_ner_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|bsc_bio_ehr_spanish_drugtemist_ner_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|440.5 MB|
+
+## References
+
+https://huggingface.co/Rodrigo1771/bsc-bio-ehr-es-drugtemist-ner
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-burmese_awesome_model_alynn_en.md b/docs/_posts/ahmedlone127/2024-09-03-burmese_awesome_model_alynn_en.md
new file mode 100644
index 00000000000000..b8ac4a4050ada6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-burmese_awesome_model_alynn_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_awesome_model_alynn DistilBertForSequenceClassification from Alynn
+author: John Snow Labs
+name: burmese_awesome_model_alynn
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_model_alynn` is a English model originally trained by Alynn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_model_alynn_en_5.5.0_3.0_1725329695269.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_model_alynn_en_5.5.0_3.0_1725329695269.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_model_alynn|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Alynn/my_awesome_model
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-burmese_awesome_model_alynn_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-burmese_awesome_model_alynn_pipeline_en.md
new file mode 100644
index 00000000000000..2d9eb5369aa9f6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-burmese_awesome_model_alynn_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_awesome_model_alynn_pipeline pipeline DistilBertForSequenceClassification from Alynn
+author: John Snow Labs
+name: burmese_awesome_model_alynn_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_awesome_model_alynn_pipeline` is a English model originally trained by Alynn.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_awesome_model_alynn_pipeline_en_5.5.0_3.0_1725329707365.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_awesome_model_alynn_pipeline_en_5.5.0_3.0_1725329707365.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_awesome_model_alynn_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_awesome_model_alynn_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_awesome_model_alynn_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/Alynn/my_awesome_model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-burmese_text_classification_finetuned_v1_en.md b/docs/_posts/ahmedlone127/2024-09-03-burmese_text_classification_finetuned_v1_en.md
new file mode 100644
index 00000000000000..8b306f17cdf028
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-burmese_text_classification_finetuned_v1_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English burmese_text_classification_finetuned_v1 DistilBertForSequenceClassification from cwchang
+author: John Snow Labs
+name: burmese_text_classification_finetuned_v1
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_text_classification_finetuned_v1` is a English model originally trained by cwchang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_text_classification_finetuned_v1_en_5.5.0_3.0_1725330054912.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_text_classification_finetuned_v1_en_5.5.0_3.0_1725330054912.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_text_classification_finetuned_v1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.9 MB|
+
+## References
+
+https://huggingface.co/cwchang/my-text-classification-finetuned-v1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-burmese_translation_helsinki_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-burmese_translation_helsinki_pipeline_en.md
new file mode 100644
index 00000000000000..5bf2060dada6d1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-burmese_translation_helsinki_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English burmese_translation_helsinki_pipeline pipeline MarianTransformer from duwuonline
+author: John Snow Labs
+name: burmese_translation_helsinki_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`burmese_translation_helsinki_pipeline` is a English model originally trained by duwuonline.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/burmese_translation_helsinki_pipeline_en_5.5.0_3.0_1725345520066.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/burmese_translation_helsinki_pipeline_en_5.5.0_3.0_1725345520066.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("burmese_translation_helsinki_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("burmese_translation_helsinki_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|burmese_translation_helsinki_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|475.4 MB|
+
+## References
+
+https://huggingface.co/duwuonline/my-translation-helsinki
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-cat_ner_xlmr_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-cat_ner_xlmr_3_pipeline_en.md
new file mode 100644
index 00000000000000..0dc58f48f290bd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-cat_ner_xlmr_3_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English cat_ner_xlmr_3_pipeline pipeline XlmRoBertaForTokenClassification from homersimpson
+author: John Snow Labs
+name: cat_ner_xlmr_3_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cat_ner_xlmr_3_pipeline` is a English model originally trained by homersimpson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cat_ner_xlmr_3_pipeline_en_5.5.0_3.0_1725321687649.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cat_ner_xlmr_3_pipeline_en_5.5.0_3.0_1725321687649.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("cat_ner_xlmr_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("cat_ner_xlmr_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cat_ner_xlmr_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|814.3 MB|
+
+## References
+
+https://huggingface.co/homersimpson/cat-ner-xlmr-3
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-checkpoint_12600_en.md b/docs/_posts/ahmedlone127/2024-09-03-checkpoint_12600_en.md
new file mode 100644
index 00000000000000..f2e8838e82bf27
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-checkpoint_12600_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English checkpoint_12600 XlmRoBertaEmbeddings from yemen2016
+author: John Snow Labs
+name: checkpoint_12600
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`checkpoint_12600` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/checkpoint_12600_en_5.5.0_3.0_1725343297597.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/checkpoint_12600_en_5.5.0_3.0_1725343297597.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|checkpoint_12600|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/checkpoint-12600
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-checkpoint_12600_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-checkpoint_12600_pipeline_en.md
new file mode 100644
index 00000000000000..fa5e88dd26b6ed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-checkpoint_12600_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English checkpoint_12600_pipeline pipeline XlmRoBertaEmbeddings from yemen2016
+author: John Snow Labs
+name: checkpoint_12600_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`checkpoint_12600_pipeline` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/checkpoint_12600_pipeline_en_5.5.0_3.0_1725343347883.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/checkpoint_12600_pipeline_en_5.5.0_3.0_1725343347883.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("checkpoint_12600_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("checkpoint_12600_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|checkpoint_12600_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/checkpoint-12600
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-citation_classifier_roberta_base_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-citation_classifier_roberta_base_pipeline_en.md
new file mode 100644
index 00000000000000..e246cce09c3f29
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-citation_classifier_roberta_base_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English citation_classifier_roberta_base_pipeline pipeline RoBertaForSequenceClassification from selink
+author: John Snow Labs
+name: citation_classifier_roberta_base_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`citation_classifier_roberta_base_pipeline` is a English model originally trained by selink.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/citation_classifier_roberta_base_pipeline_en_5.5.0_3.0_1725337523488.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/citation_classifier_roberta_base_pipeline_en_5.5.0_3.0_1725337523488.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("citation_classifier_roberta_base_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("citation_classifier_roberta_base_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|citation_classifier_roberta_base_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/selink/citation-classifier-roberta-base
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-cleaned_e5_base_500_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-cleaned_e5_base_500_pipeline_en.md
new file mode 100644
index 00000000000000..f6f419559a0b21
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-cleaned_e5_base_500_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English cleaned_e5_base_500_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: cleaned_e5_base_500_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cleaned_e5_base_500_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cleaned_e5_base_500_pipeline_en_5.5.0_3.0_1725340946372.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cleaned_e5_base_500_pipeline_en_5.5.0_3.0_1725340946372.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("cleaned_e5_base_500_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("cleaned_e5_base_500_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cleaned_e5_base_500_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|387.4 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/cleaned-e5-base-500
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-cleaned_e5_base_unsupervised_16_en.md b/docs/_posts/ahmedlone127/2024-09-03-cleaned_e5_base_unsupervised_16_en.md
new file mode 100644
index 00000000000000..f8d98e6bdb92d2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-cleaned_e5_base_unsupervised_16_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English cleaned_e5_base_unsupervised_16 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: cleaned_e5_base_unsupervised_16
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cleaned_e5_base_unsupervised_16` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cleaned_e5_base_unsupervised_16_en_5.5.0_3.0_1725332681619.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cleaned_e5_base_unsupervised_16_en_5.5.0_3.0_1725332681619.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cleaned_e5_base_unsupervised_16|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|386.2 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/cleaned-e5-base-unsupervised-16
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-cleaned_e5_large_unsupervised_8_en.md b/docs/_posts/ahmedlone127/2024-09-03-cleaned_e5_large_unsupervised_8_en.md
new file mode 100644
index 00000000000000..b2cc675ac344d7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-cleaned_e5_large_unsupervised_8_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English cleaned_e5_large_unsupervised_8 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: cleaned_e5_large_unsupervised_8
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`cleaned_e5_large_unsupervised_8` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/cleaned_e5_large_unsupervised_8_en_5.5.0_3.0_1725340307178.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/cleaned_e5_large_unsupervised_8_en_5.5.0_3.0_1725340307178.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|cleaned_e5_large_unsupervised_8|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/rithwik-db/cleaned-e5-large-unsupervised-8
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-climateattention_10k_upscaled_en.md b/docs/_posts/ahmedlone127/2024-09-03-climateattention_10k_upscaled_en.md
new file mode 100644
index 00000000000000..9cf668b364a1f3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-climateattention_10k_upscaled_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English climateattention_10k_upscaled RoBertaForTokenClassification from kruthof
+author: John Snow Labs
+name: climateattention_10k_upscaled
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`climateattention_10k_upscaled` is a English model originally trained by kruthof.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/climateattention_10k_upscaled_en_5.5.0_3.0_1725326506576.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/climateattention_10k_upscaled_en_5.5.0_3.0_1725326506576.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|climateattention_10k_upscaled|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|307.4 MB|
+
+## References
+
+https://huggingface.co/kruthof/climateattention-10k-upscaled
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-clip_base_patch16_supervised_mulitilingual_400_en.md b/docs/_posts/ahmedlone127/2024-09-03-clip_base_patch16_supervised_mulitilingual_400_en.md
new file mode 100644
index 00000000000000..aa29be55079cc9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-clip_base_patch16_supervised_mulitilingual_400_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_base_patch16_supervised_mulitilingual_400 CLIPForZeroShotClassification from gowitheflowlab
+author: John Snow Labs
+name: clip_base_patch16_supervised_mulitilingual_400
+date: 2024-09-03
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_base_patch16_supervised_mulitilingual_400` is a English model originally trained by gowitheflowlab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_400_en_5.5.0_3.0_1725338654334.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_400_en_5.5.0_3.0_1725338654334.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_base_patch16_supervised_mulitilingual_400","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_base_patch16_supervised_mulitilingual_400","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_base_patch16_supervised_mulitilingual_400|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|509.7 MB|
+
+## References
+
+https://huggingface.co/gowitheflowlab/clip-base-patch16-supervised-mulitilingual-400
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-clip_base_patch16_supervised_mulitilingual_800_en.md b/docs/_posts/ahmedlone127/2024-09-03-clip_base_patch16_supervised_mulitilingual_800_en.md
new file mode 100644
index 00000000000000..bddc7f46149f94
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-clip_base_patch16_supervised_mulitilingual_800_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_base_patch16_supervised_mulitilingual_800 CLIPForZeroShotClassification from gowitheflowlab
+author: John Snow Labs
+name: clip_base_patch16_supervised_mulitilingual_800
+date: 2024-09-03
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_base_patch16_supervised_mulitilingual_800` is a English model originally trained by gowitheflowlab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_800_en_5.5.0_3.0_1725338079922.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_base_patch16_supervised_mulitilingual_800_en_5.5.0_3.0_1725338079922.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_base_patch16_supervised_mulitilingual_800","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_base_patch16_supervised_mulitilingual_800","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_base_patch16_supervised_mulitilingual_800|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|509.7 MB|
+
+## References
+
+https://huggingface.co/gowitheflowlab/clip-base-patch16-supervised-mulitilingual-800
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-clip_fashion_attribute_model_try_2_base32_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-clip_fashion_attribute_model_try_2_base32_pipeline_en.md
new file mode 100644
index 00000000000000..d6d37f50485da6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-clip_fashion_attribute_model_try_2_base32_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_fashion_attribute_model_try_2_base32_pipeline pipeline CLIPForZeroShotClassification from Geetansh13
+author: John Snow Labs
+name: clip_fashion_attribute_model_try_2_base32_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_fashion_attribute_model_try_2_base32_pipeline` is a English model originally trained by Geetansh13.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_fashion_attribute_model_try_2_base32_pipeline_en_5.5.0_3.0_1725339266748.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_fashion_attribute_model_try_2_base32_pipeline_en_5.5.0_3.0_1725339266748.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_fashion_attribute_model_try_2_base32_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_fashion_attribute_model_try_2_base32_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_fashion_attribute_model_try_2_base32_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|580.7 MB|
+
+## References
+
+https://huggingface.co/Geetansh13/clip-fashion-attribute-model-try-2-base32
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-clip_ft_sim_en.md b/docs/_posts/ahmedlone127/2024-09-03-clip_ft_sim_en.md
new file mode 100644
index 00000000000000..b71afd43649780
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-clip_ft_sim_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_ft_sim CLIPForZeroShotClassification from masterhaniwa
+author: John Snow Labs
+name: clip_ft_sim
+date: 2024-09-03
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_ft_sim` is a English model originally trained by masterhaniwa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_ft_sim_en_5.5.0_3.0_1725338971823.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_ft_sim_en_5.5.0_3.0_1725338971823.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_ft_sim","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_ft_sim","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_ft_sim|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/masterhaniwa/CLIP_ft_sim
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-clip_ft_sim_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-clip_ft_sim_pipeline_en.md
new file mode 100644
index 00000000000000..845eb807b39685
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-clip_ft_sim_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English clip_ft_sim_pipeline pipeline CLIPForZeroShotClassification from masterhaniwa
+author: John Snow Labs
+name: clip_ft_sim_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_ft_sim_pipeline` is a English model originally trained by masterhaniwa.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_ft_sim_pipeline_en_5.5.0_3.0_1725338999003.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_ft_sim_pipeline_en_5.5.0_3.0_1725338999003.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("clip_ft_sim_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("clip_ft_sim_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_ft_sim_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/masterhaniwa/CLIP_ft_sim
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-clip_vit_large_patch14_krnl_en.md b/docs/_posts/ahmedlone127/2024-09-03-clip_vit_large_patch14_krnl_en.md
new file mode 100644
index 00000000000000..083e259bcedddf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-clip_vit_large_patch14_krnl_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_large_patch14_krnl CLIPForZeroShotClassification from krnl
+author: John Snow Labs
+name: clip_vit_large_patch14_krnl
+date: 2024-09-03
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_large_patch14_krnl` is a English model originally trained by krnl.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_krnl_en_5.5.0_3.0_1725339339531.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_large_patch14_krnl_en_5.5.0_3.0_1725339339531.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_large_patch14_krnl","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_large_patch14_krnl","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_large_patch14_krnl|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/krnl/clip-vit-large-patch14
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-clip_vit_tjklein_en.md b/docs/_posts/ahmedlone127/2024-09-03-clip_vit_tjklein_en.md
new file mode 100644
index 00000000000000..d06f6ab27b8d78
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-clip_vit_tjklein_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English clip_vit_tjklein CLIPForZeroShotClassification from TJKlein
+author: John Snow Labs
+name: clip_vit_tjklein
+date: 2024-09-03
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`clip_vit_tjklein` is a English model originally trained by TJKlein.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/clip_vit_tjklein_en_5.5.0_3.0_1725339504206.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/clip_vit_tjklein_en_5.5.0_3.0_1725339504206.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_tjklein","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("clip_vit_tjklein","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|clip_vit_tjklein|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/TJKlein/CLIP-ViT
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-crossencoder_camembert_l2_mmarcofr_fr.md b/docs/_posts/ahmedlone127/2024-09-03-crossencoder_camembert_l2_mmarcofr_fr.md
new file mode 100644
index 00000000000000..87f0a01ff051de
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-crossencoder_camembert_l2_mmarcofr_fr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: French crossencoder_camembert_l2_mmarcofr CamemBertForSequenceClassification from antoinelouis
+author: John Snow Labs
+name: crossencoder_camembert_l2_mmarcofr
+date: 2024-09-03
+tags: [fr, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`crossencoder_camembert_l2_mmarcofr` is a French model originally trained by antoinelouis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/crossencoder_camembert_l2_mmarcofr_fr_5.5.0_3.0_1725324994778.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/crossencoder_camembert_l2_mmarcofr_fr_5.5.0_3.0_1725324994778.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|crossencoder_camembert_l2_mmarcofr|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|fr|
+|Size:|149.0 MB|
+
+## References
+
+https://huggingface.co/antoinelouis/crossencoder-camembert-L2-mmarcoFR
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-crossencoder_camembert_l2_mmarcofr_pipeline_fr.md b/docs/_posts/ahmedlone127/2024-09-03-crossencoder_camembert_l2_mmarcofr_pipeline_fr.md
new file mode 100644
index 00000000000000..89dcee302e2fd8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-crossencoder_camembert_l2_mmarcofr_pipeline_fr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: French crossencoder_camembert_l2_mmarcofr_pipeline pipeline CamemBertForSequenceClassification from antoinelouis
+author: John Snow Labs
+name: crossencoder_camembert_l2_mmarcofr_pipeline
+date: 2024-09-03
+tags: [fr, open_source, pipeline, onnx]
+task: Text Classification
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`crossencoder_camembert_l2_mmarcofr_pipeline` is a French model originally trained by antoinelouis.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/crossencoder_camembert_l2_mmarcofr_pipeline_fr_5.5.0_3.0_1725325002068.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/crossencoder_camembert_l2_mmarcofr_pipeline_fr_5.5.0_3.0_1725325002068.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("crossencoder_camembert_l2_mmarcofr_pipeline", lang = "fr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("crossencoder_camembert_l2_mmarcofr_pipeline", lang = "fr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|crossencoder_camembert_l2_mmarcofr_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fr|
+|Size:|149.0 MB|
+
+## References
+
+https://huggingface.co/antoinelouis/crossencoder-camembert-L2-mmarcoFR
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-custom_clip_en.md b/docs/_posts/ahmedlone127/2024-09-03-custom_clip_en.md
new file mode 100644
index 00000000000000..1c11c26b00b15e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-custom_clip_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English custom_clip CLIPForZeroShotClassification from gokuls
+author: John Snow Labs
+name: custom_clip
+date: 2024-09-03
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`custom_clip` is a English model originally trained by gokuls.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/custom_clip_en_5.5.0_3.0_1725338121149.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/custom_clip_en_5.5.0_3.0_1725338121149.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("custom_clip","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("custom_clip","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|custom_clip|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|567.2 MB|
+
+## References
+
+https://huggingface.co/gokuls/custom_clip
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_nbme_V3_large_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_nbme_V3_large_pipeline_en.md
new file mode 100644
index 00000000000000..3137e82a33cb7b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_nbme_V3_large_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_embeddings_nbme_V3_large_pipeline pipeline DeBertaEmbeddings from smeoni
+author: John Snow Labs
+name: deberta_embeddings_nbme_V3_large_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_embeddings_nbme_V3_large_pipeline` is a English model originally trained by smeoni.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_nbme_V3_large_pipeline_en_5.5.0_3.0_1725331079649.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_nbme_V3_large_pipeline_en_5.5.0_3.0_1725331079649.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_embeddings_nbme_V3_large_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_embeddings_nbme_V3_large_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_embeddings_nbme_V3_large_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/smeoni/nbme-deberta-V3-large
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_base_lm_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_base_lm_pipeline_en.md
new file mode 100644
index 00000000000000..77dadfe00c1fc3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_base_lm_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_embeddings_v3_base_lm_pipeline pipeline DeBertaEmbeddings from iewaij
+author: John Snow Labs
+name: deberta_embeddings_v3_base_lm_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_embeddings_v3_base_lm_pipeline` is a English model originally trained by iewaij.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_v3_base_lm_pipeline_en_5.5.0_3.0_1725331047860.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_v3_base_lm_pipeline_en_5.5.0_3.0_1725331047860.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_embeddings_v3_base_lm_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_embeddings_v3_base_lm_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_embeddings_v3_base_lm_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|689.6 MB|
+
+## References
+
+https://huggingface.co/iewaij/deberta-v3-base-lm
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_en.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_en.md
new file mode 100644
index 00000000000000..19655a5d0a1f20
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_en.md
@@ -0,0 +1,100 @@
+---
+layout: model
+title: English Deberta Embeddings model (from domenicrosati)
+author: John Snow Labs
+name: deberta_embeddings_v3_large_dapt_scientific_papers_pubmed
+date: 2024-09-03
+tags: [deberta, open_source, deberta_embeddings, debertav2formaskedlm, en, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DebertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `deberta-v3-large-dapt-scientific-papers-pubmed` is a English model originally trained by `domenicrosati`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_en_5.5.0_3.0_1725331696326.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_en_5.5.0_3.0_1725331696326.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_embeddings_v3_large_dapt_scientific_papers_pubmed|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-dapt-scientific-papers-pubmed
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline_en.md
new file mode 100644
index 00000000000000..1d62b73cd40015
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline pipeline DeBertaEmbeddings from domenicrosati
+author: John Snow Labs
+name: deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline_en_5.5.0_3.0_1725331774689.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline_en_5.5.0_3.0_1725331774689.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-dapt-scientific-papers-pubmed
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_en.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_en.md
new file mode 100644
index 00000000000000..f6ad69a51d29fd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_en.md
@@ -0,0 +1,100 @@
+---
+layout: model
+title: English Deberta Embeddings model (from domenicrosati)
+author: John Snow Labs
+name: deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt
+date: 2024-09-03
+tags: [deberta, open_source, deberta_embeddings, debertav2formaskedlm, en, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DebertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `deberta-v3-large-dapt-scientific-papers-pubmed-tapt` is a English model originally trained by `domenicrosati`.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_en_5.5.0_3.0_1725331508803.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_en_5.5.0_3.0_1725331508803.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-dapt-scientific-papers-pubmed-tapt
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline_en.md
new file mode 100644
index 00000000000000..e2a7b6ab01241e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline pipeline DeBertaEmbeddings from domenicrosati
+author: John Snow Labs
+name: deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline_en_5.5.0_3.0_1725331585326.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline_en_5.5.0_3.0_1725331585326.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_embeddings_v3_large_dapt_scientific_papers_pubmed_tapt_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.6 GB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-v3-large-dapt-scientific-papers-pubmed-tapt
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_v2_base_japanese_izumi_lab_ja.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_v2_base_japanese_izumi_lab_ja.md
new file mode 100644
index 00000000000000..d27e044694c876
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_v2_base_japanese_izumi_lab_ja.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Japanese deberta_v2_base_japanese_izumi_lab DeBertaEmbeddings from izumi-lab
+author: John Snow Labs
+name: deberta_v2_base_japanese_izumi_lab
+date: 2024-09-03
+tags: [ja, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: ja
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v2_base_japanese_izumi_lab` is a Japanese model originally trained by izumi-lab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v2_base_japanese_izumi_lab_ja_5.5.0_3.0_1725331703040.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v2_base_japanese_izumi_lab_ja_5.5.0_3.0_1725331703040.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v2_small_japanese|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|ja|
+|Size:|34.5 MB|
+
+## References
+
+https://huggingface.co/izumi-lab/deberta-v2-small-japanese
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_v2_small_japanese_pipeline_ja.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_v2_small_japanese_pipeline_ja.md
new file mode 100644
index 00000000000000..ccabb62133376a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_v2_small_japanese_pipeline_ja.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Japanese deberta_v2_small_japanese_pipeline pipeline DeBertaEmbeddings from izumi-lab
+author: John Snow Labs
+name: deberta_v2_small_japanese_pipeline
+date: 2024-09-03
+tags: [ja, open_source, pipeline, onnx]
+task: Embeddings
+language: ja
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v2_small_japanese_pipeline` is a Japanese model originally trained by izumi-lab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v2_small_japanese_pipeline_ja_5.5.0_3.0_1725331544357.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v2_small_japanese_pipeline_ja_5.5.0_3.0_1725331544357.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v2_small_japanese_pipeline", lang = "ja")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v2_small_japanese_pipeline", lang = "ja")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v2_small_japanese_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ja|
+|Size:|34.5 MB|
+
+## References
+
+https://huggingface.co/izumi-lab/deberta-v2-small-japanese
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_v3_base_autotrain_en.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_v3_base_autotrain_en.md
new file mode 100644
index 00000000000000..88ad2a78307ee9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_v3_base_autotrain_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_v3_base_autotrain DeBertaEmbeddings from abhishek
+author: John Snow Labs
+name: deberta_v3_base_autotrain
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_autotrain` is a English model originally trained by abhishek.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_autotrain_en_5.5.0_3.0_1725331007086.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_autotrain_en_5.5.0_3.0_1725331007086.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_autotrain|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|435.2 MB|
+
+## References
+
+https://huggingface.co/abhishek/deberta-v3-base-autotrain
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_v3_base_autotrain_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_v3_base_autotrain_pipeline_en.md
new file mode 100644
index 00000000000000..3a5aab33165e5b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_v3_base_autotrain_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English deberta_v3_base_autotrain_pipeline pipeline DeBertaEmbeddings from abhishek
+author: John Snow Labs
+name: deberta_v3_base_autotrain_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_v3_base_autotrain_pipeline` is a English model originally trained by abhishek.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_v3_base_autotrain_pipeline_en_5.5.0_3.0_1725331138023.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_v3_base_autotrain_pipeline_en_5.5.0_3.0_1725331138023.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deberta_v3_base_autotrain_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deberta_v3_base_autotrain_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_v3_base_autotrain_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|435.2 MB|
+
+## References
+
+https://huggingface.co/abhishek/deberta-v3-base-autotrain
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deberta_xsmall_dapt_scientific_papers_pubmed_en.md b/docs/_posts/ahmedlone127/2024-09-03-deberta_xsmall_dapt_scientific_papers_pubmed_en.md
new file mode 100644
index 00000000000000..d498c5506a18ce
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deberta_xsmall_dapt_scientific_papers_pubmed_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English deberta_xsmall_dapt_scientific_papers_pubmed DeBertaEmbeddings from domenicrosati
+author: John Snow Labs
+name: deberta_xsmall_dapt_scientific_papers_pubmed
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deberta_xsmall_dapt_scientific_papers_pubmed` is a English model originally trained by domenicrosati.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deberta_xsmall_dapt_scientific_papers_pubmed_en_5.5.0_3.0_1725331279124.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deberta_xsmall_dapt_scientific_papers_pubmed_en_5.5.0_3.0_1725331279124.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deberta_xsmall_dapt_scientific_papers_pubmed|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|244.9 MB|
+
+## References
+
+https://huggingface.co/domenicrosati/deberta-xsmall-dapt-scientific-papers-pubmed
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-deepdanbooruclip_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-deepdanbooruclip_pipeline_en.md
new file mode 100644
index 00000000000000..58d54e374368ed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-deepdanbooruclip_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English deepdanbooruclip_pipeline pipeline CLIPForZeroShotClassification from Chars
+author: John Snow Labs
+name: deepdanbooruclip_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`deepdanbooruclip_pipeline` is a English model originally trained by Chars.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/deepdanbooruclip_pipeline_en_5.5.0_3.0_1725338856824.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/deepdanbooruclip_pipeline_en_5.5.0_3.0_1725338856824.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("deepdanbooruclip_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("deepdanbooruclip_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|deepdanbooruclip_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.1 GB|
+
+## References
+
+https://huggingface.co/Chars/DeepDanbooruClip
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-dictabert_tiny_he.md b/docs/_posts/ahmedlone127/2024-09-03-dictabert_tiny_he.md
new file mode 100644
index 00000000000000..610c8cc6c4e7f0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-dictabert_tiny_he.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Hebrew dictabert_tiny BertEmbeddings from dicta-il
+author: John Snow Labs
+name: dictabert_tiny
+date: 2024-09-03
+tags: [he, open_source, onnx, embeddings, bert]
+task: Embeddings
+language: he
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dictabert_tiny` is a Hebrew model originally trained by dicta-il.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dictabert_tiny_he_5.5.0_3.0_1725323979089.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dictabert_tiny_he_5.5.0_3.0_1725323979089.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|dirty_e5_base_unsupervised|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|386.0 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/dirty-e5-base-unsupervised
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_fake_news_tfg_en.md b/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_fake_news_tfg_en.md
new file mode 100644
index 00000000000000..726343028581d9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_fake_news_tfg_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilbert_base_uncased_fake_news_tfg DistilBertForSequenceClassification from LittleFish-Coder
+author: John Snow Labs
+name: distilbert_base_uncased_fake_news_tfg
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_fake_news_tfg` is a English model originally trained by LittleFish-Coder.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_fake_news_tfg_en_5.5.0_3.0_1725329952629.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_fake_news_tfg_en_5.5.0_3.0_1725329952629.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_fake_news_tfg|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/LittleFish-Coder/distilbert-base-uncased-fake-news-tfg
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_finetuned_emotions_depi_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_finetuned_emotions_depi_pipeline_en.md
new file mode 100644
index 00000000000000..dd82e7e29dd495
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_finetuned_emotions_depi_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilbert_base_uncased_finetuned_emotions_depi_pipeline pipeline DistilBertForSequenceClassification from agoor97
+author: John Snow Labs
+name: distilbert_base_uncased_finetuned_emotions_depi_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_finetuned_emotions_depi_pipeline` is a English model originally trained by agoor97.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotions_depi_pipeline_en_5.5.0_3.0_1725330056214.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_finetuned_emotions_depi_pipeline_en_5.5.0_3.0_1725330056214.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_finetuned_emotions_depi_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_finetuned_emotions_depi_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_finetuned_emotions_depi_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/agoor97/distilbert-base-uncased-finetuned-emotions-DEPI
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_french_chamorro_cree_entry_classification_fr.md b/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_french_chamorro_cree_entry_classification_fr.md
new file mode 100644
index 00000000000000..da8786d6dcb901
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_french_chamorro_cree_entry_classification_fr.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: French distilbert_base_uncased_french_chamorro_cree_entry_classification DistilBertForSequenceClassification from reflex-project
+author: John Snow Labs
+name: distilbert_base_uncased_french_chamorro_cree_entry_classification
+date: 2024-09-03
+tags: [fr, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_french_chamorro_cree_entry_classification` is a French model originally trained by reflex-project.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_french_chamorro_cree_entry_classification_fr_5.5.0_3.0_1725330112014.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_french_chamorro_cree_entry_classification_fr_5.5.0_3.0_1725330112014.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_french_chamorro_cree_entry_classification|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|fr|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/reflex-project/distilbert-base-uncased-french-ch-cr-entry-classification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline_fr.md b/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline_fr.md
new file mode 100644
index 00000000000000..045263d77f1978
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline_fr.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: French distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline pipeline DistilBertForSequenceClassification from reflex-project
+author: John Snow Labs
+name: distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline
+date: 2024-09-03
+tags: [fr, open_source, pipeline, onnx]
+task: Text Classification
+language: fr
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline` is a French model originally trained by reflex-project.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline_fr_5.5.0_3.0_1725330124035.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline_fr_5.5.0_3.0_1725330124035.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline", lang = "fr")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline", lang = "fr")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilbert_base_uncased_french_chamorro_cree_entry_classification_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|fr|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/reflex-project/distilbert-base-uncased-french-ch-cr-entry-classification
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-distilroberta_base_mic_en.md b/docs/_posts/ahmedlone127/2024-09-03-distilroberta_base_mic_en.md
new file mode 100644
index 00000000000000..5d9b6e738ffcf4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-distilroberta_base_mic_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilroberta_base_mic RoBertaForSequenceClassification from agi-css
+author: John Snow Labs
+name: distilroberta_base_mic
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilroberta_base_mic` is a English model originally trained by agi-css.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_base_mic_en_5.5.0_3.0_1725337484042.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilroberta_base_mic_en_5.5.0_3.0_1725337484042.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_base_mic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|309.0 MB|
+
+## References
+
+https://huggingface.co/agi-css/distilroberta-base-mic
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-distilroberta_nsfw_prompt_stable_diffusion_en.md b/docs/_posts/ahmedlone127/2024-09-03-distilroberta_nsfw_prompt_stable_diffusion_en.md
new file mode 100644
index 00000000000000..927bd8bacc1f95
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-distilroberta_nsfw_prompt_stable_diffusion_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English distilroberta_nsfw_prompt_stable_diffusion RoBertaForSequenceClassification from AdamCodd
+author: John Snow Labs
+name: distilroberta_nsfw_prompt_stable_diffusion
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilroberta_nsfw_prompt_stable_diffusion` is a English model originally trained by AdamCodd.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_nsfw_prompt_stable_diffusion_en_5.5.0_3.0_1725336545805.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilroberta_nsfw_prompt_stable_diffusion_en_5.5.0_3.0_1725336545805.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_nsfw_prompt_stable_diffusion|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|309.0 MB|
+
+## References
+
+https://huggingface.co/AdamCodd/distilroberta-nsfw-prompt-stable-diffusion
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-distilroberta_spam_comments_detection_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-distilroberta_spam_comments_detection_pipeline_en.md
new file mode 100644
index 00000000000000..a81d23fa5e950b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-distilroberta_spam_comments_detection_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English distilroberta_spam_comments_detection_pipeline pipeline RoBertaForSequenceClassification from valurank
+author: John Snow Labs
+name: distilroberta_spam_comments_detection_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`distilroberta_spam_comments_detection_pipeline` is a English model originally trained by valurank.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/distilroberta_spam_comments_detection_pipeline_en_5.5.0_3.0_1725337164011.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/distilroberta_spam_comments_detection_pipeline_en_5.5.0_3.0_1725337164011.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("distilroberta_spam_comments_detection_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("distilroberta_spam_comments_detection_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|distilroberta_spam_comments_detection_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|309.1 MB|
+
+## References
+
+https://huggingface.co/valurank/distilroberta-spam-comments-detection
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-drawify_snapsearch_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-drawify_snapsearch_pipeline_en.md
new file mode 100644
index 00000000000000..213f6de1a3c07a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-drawify_snapsearch_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English drawify_snapsearch_pipeline pipeline CLIPForZeroShotClassification from drift-ai
+author: John Snow Labs
+name: drawify_snapsearch_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`drawify_snapsearch_pipeline` is a English model originally trained by drift-ai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/drawify_snapsearch_pipeline_en_5.5.0_3.0_1725338118710.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/drawify_snapsearch_pipeline_en_5.5.0_3.0_1725338118710.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("drawify_snapsearch_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("drawify_snapsearch_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|drawify_snapsearch_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|567.3 MB|
+
+## References
+
+https://huggingface.co/drift-ai/drawify-snapsearch
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-dummy_en.md b/docs/_posts/ahmedlone127/2024-09-03-dummy_en.md
new file mode 100644
index 00000000000000..e02ef427d8e197
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-dummy_en.md
@@ -0,0 +1,98 @@
+---
+layout: model
+title: English dummy CamemBertForSequenceClassification from Longtong
+author: John Snow Labs
+name: dummy
+date: 2024-09-03
+tags: [camembert, en, open_source, sequence_classification, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`dummy` is a English model originally trained by Longtong.
+
+## Predicted Entities
+
+
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/dummy_en_5.5.0_3.0_1725325427885.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/dummy_en_5.5.0_3.0_1725325427885.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_100k|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/heka-ai/e5-100k
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_100k_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_100k_pipeline_en.md
new file mode 100644
index 00000000000000..493feadf0dbe95
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_100k_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_100k_pipeline pipeline E5Embeddings from heka-ai
+author: John Snow Labs
+name: e5_100k_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_100k_pipeline` is a English model originally trained by heka-ai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_100k_pipeline_en_5.5.0_3.0_1725344919306.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_100k_pipeline_en_5.5.0_3.0_1725344919306.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_100k_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_100k_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_100k_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|247.3 MB|
+
+## References
+
+https://huggingface.co/heka-ai/e5-100k
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_base_4k_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_base_4k_en.md
new file mode 100644
index 00000000000000..eecc0008ad4880
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_base_4k_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_base_4k E5Embeddings from dwzhu
+author: John Snow Labs
+name: e5_base_4k
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_4k` is a English model originally trained by dwzhu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_4k_en_5.5.0_3.0_1725332593236.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_4k_en_5.5.0_3.0_1725332593236.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_4k|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|265.3 MB|
+
+## References
+
+https://huggingface.co/dwzhu/e5-base-4k
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_base_4k_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_base_4k_pipeline_en.md
new file mode 100644
index 00000000000000..56b2aceb2c0884
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_base_4k_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_base_4k_pipeline pipeline E5Embeddings from dwzhu
+author: John Snow Labs
+name: e5_base_4k_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_4k_pipeline` is a English model originally trained by dwzhu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_4k_pipeline_en_5.5.0_3.0_1725332673749.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_4k_pipeline_en_5.5.0_3.0_1725332673749.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_base_4k_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_base_4k_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_4k_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|265.3 MB|
+
+## References
+
+https://huggingface.co/dwzhu/e5-base-4k
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_base_banking77_10000_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_base_banking77_10000_en.md
new file mode 100644
index 00000000000000..94d3fac94eb0e5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_base_banking77_10000_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_base_banking77_10000 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: e5_base_banking77_10000
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_banking77_10000` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_banking77_10000_en_5.5.0_3.0_1725332127648.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_banking77_10000_en_5.5.0_3.0_1725332127648.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_banking77_10000|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|380.6 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/e5-base_banking77_10000
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_base_banking77_10000_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_base_banking77_10000_pipeline_en.md
new file mode 100644
index 00000000000000..0e92ab08d48251
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_base_banking77_10000_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_base_banking77_10000_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: e5_base_banking77_10000_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_banking77_10000_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_banking77_10000_pipeline_en_5.5.0_3.0_1725332154581.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_banking77_10000_pipeline_en_5.5.0_3.0_1725332154581.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_base_banking77_10000_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_base_banking77_10000_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_banking77_10000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|380.7 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/e5-base_banking77_10000
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_base_consensus_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_base_consensus_pipeline_en.md
new file mode 100644
index 00000000000000..f373eade9ab5d7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_base_consensus_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_base_consensus_pipeline pipeline E5Embeddings from Consensus
+author: John Snow Labs
+name: e5_base_consensus_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_consensus_pipeline` is a English model originally trained by Consensus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_consensus_pipeline_en_5.5.0_3.0_1725332938718.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_consensus_pipeline_en_5.5.0_3.0_1725332938718.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_base_consensus_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_base_consensus_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_consensus_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|258.6 MB|
+
+## References
+
+https://huggingface.co/Consensus/e5-base
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_base_scifact_10000_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_base_scifact_10000_en.md
new file mode 100644
index 00000000000000..562b0a4b383ad1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_base_scifact_10000_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_base_scifact_10000 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: e5_base_scifact_10000
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_scifact_10000` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_scifact_10000_en_5.5.0_3.0_1725345025049.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_scifact_10000_en_5.5.0_3.0_1725345025049.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_scifact_10000|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|389.8 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/e5-base_scifact_10000
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_base_unsupervised_scifact_5000_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_base_unsupervised_scifact_5000_en.md
new file mode 100644
index 00000000000000..a2d71a9e7d6cd4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_base_unsupervised_scifact_5000_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_base_unsupervised_scifact_5000 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: e5_base_unsupervised_scifact_5000
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_unsupervised_scifact_5000` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_unsupervised_scifact_5000_en_5.5.0_3.0_1725344915885.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_unsupervised_scifact_5000_en_5.5.0_3.0_1725344915885.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_unsupervised_scifact_5000|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|393.9 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/e5-base-unsupervised_scifact_5000
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_base_v2_intfloat_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_base_v2_intfloat_en.md
new file mode 100644
index 00000000000000..3760804b87a467
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_base_v2_intfloat_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_base_v2_intfloat E5Embeddings from intfloat
+author: John Snow Labs
+name: e5_base_v2_intfloat
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_v2_intfloat` is a English model originally trained by intfloat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_v2_intfloat_en_5.5.0_3.0_1725332416348.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_v2_intfloat_en_5.5.0_3.0_1725332416348.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_v2_intfloat|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|258.7 MB|
+
+## References
+
+https://huggingface.co/intfloat/e5-base-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_base_v2_vectoriseai_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_base_v2_vectoriseai_en.md
new file mode 100644
index 00000000000000..e2b032469f778a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_base_v2_vectoriseai_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_base_v2_vectoriseai E5Embeddings from vectoriseai
+author: John Snow Labs
+name: e5_base_v2_vectoriseai
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_v2_vectoriseai` is a English model originally trained by vectoriseai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_v2_vectoriseai_en_5.5.0_3.0_1725344429058.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_v2_vectoriseai_en_5.5.0_3.0_1725344429058.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_v2_vectoriseai|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|258.7 MB|
+
+## References
+
+https://huggingface.co/vectoriseai/e5-base-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_base_vectoriseai_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_base_vectoriseai_en.md
new file mode 100644
index 00000000000000..c01ac7d4d0251f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_base_vectoriseai_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_base_vectoriseai E5Embeddings from vectoriseai
+author: John Snow Labs
+name: e5_base_vectoriseai
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_base_vectoriseai` is a English model originally trained by vectoriseai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_base_vectoriseai_en_5.5.0_3.0_1725344288266.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_base_vectoriseai_en_5.5.0_3.0_1725344288266.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_base_vectoriseai|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|258.6 MB|
+
+## References
+
+https://huggingface.co/vectoriseai/e5-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_large_unsupervised_pseudo_genq_1_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_large_unsupervised_pseudo_genq_1_en.md
new file mode 100644
index 00000000000000..493221e7dfa0e2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_large_unsupervised_pseudo_genq_1_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_large_unsupervised_pseudo_genq_1 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: e5_large_unsupervised_pseudo_genq_1
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_large_unsupervised_pseudo_genq_1` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_large_unsupervised_pseudo_genq_1_en_5.5.0_3.0_1725340660633.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_large_unsupervised_pseudo_genq_1_en_5.5.0_3.0_1725340660633.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_large_unsupervised_pseudo_genq_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/rithwik-db/e5-large-unsupervised-pseudo-genq-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_large_unsupervised_pseudo_genq_1_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_large_unsupervised_pseudo_genq_1_pipeline_en.md
new file mode 100644
index 00000000000000..4865b19ca6cea9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_large_unsupervised_pseudo_genq_1_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_large_unsupervised_pseudo_genq_1_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: e5_large_unsupervised_pseudo_genq_1_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_large_unsupervised_pseudo_genq_1_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_large_unsupervised_pseudo_genq_1_pipeline_en_5.5.0_3.0_1725340730917.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_large_unsupervised_pseudo_genq_1_pipeline_en_5.5.0_3.0_1725340730917.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_large_unsupervised_pseudo_genq_1_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_large_unsupervised_pseudo_genq_1_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_large_unsupervised_pseudo_genq_1_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/rithwik-db/e5-large-unsupervised-pseudo-genq-1
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_small_unsupervised_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_small_unsupervised_en.md
new file mode 100644
index 00000000000000..16c6d737ec6f04
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_small_unsupervised_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_small_unsupervised E5Embeddings from intfloat
+author: John Snow Labs
+name: e5_small_unsupervised
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_small_unsupervised` is a English model originally trained by intfloat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_small_unsupervised_en_5.5.0_3.0_1725332347555.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_small_unsupervised_en_5.5.0_3.0_1725332347555.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_small_unsupervised|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|80.0 MB|
+
+## References
+
+https://huggingface.co/intfloat/e5-small-unsupervised
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_small_v2_intfloat_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_small_v2_intfloat_en.md
new file mode 100644
index 00000000000000..566642c216801c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_small_v2_intfloat_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_small_v2_intfloat E5Embeddings from intfloat
+author: John Snow Labs
+name: e5_small_v2_intfloat
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_small_v2_intfloat` is a English model originally trained by intfloat.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_small_v2_intfloat_en_5.5.0_3.0_1725332407809.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_small_v2_intfloat_en_5.5.0_3.0_1725332407809.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_small_v2_intfloat|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|79.9 MB|
+
+## References
+
+https://huggingface.co/intfloat/e5-small-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_small_v2_vectoriseai_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_small_v2_vectoriseai_en.md
new file mode 100644
index 00000000000000..d6d9914e48a60c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_small_v2_vectoriseai_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English e5_small_v2_vectoriseai E5Embeddings from vectoriseai
+author: John Snow Labs
+name: e5_small_v2_vectoriseai
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_small_v2_vectoriseai` is a English model originally trained by vectoriseai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_small_v2_vectoriseai_en_5.5.0_3.0_1725340345635.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_small_v2_vectoriseai_en_5.5.0_3.0_1725340345635.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_small_v2_vectoriseai|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|79.9 MB|
+
+## References
+
+https://huggingface.co/vectoriseai/e5-small-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-e5_small_v2_vectoriseai_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-e5_small_v2_vectoriseai_pipeline_en.md
new file mode 100644
index 00000000000000..e7ce21e9430182
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-e5_small_v2_vectoriseai_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English e5_small_v2_vectoriseai_pipeline pipeline E5Embeddings from vectoriseai
+author: John Snow Labs
+name: e5_small_v2_vectoriseai_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`e5_small_v2_vectoriseai_pipeline` is a English model originally trained by vectoriseai.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/e5_small_v2_vectoriseai_pipeline_en_5.5.0_3.0_1725340369811.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/e5_small_v2_vectoriseai_pipeline_en_5.5.0_3.0_1725340369811.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("e5_small_v2_vectoriseai_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("e5_small_v2_vectoriseai_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|e5_small_v2_vectoriseai_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|79.9 MB|
+
+## References
+
+https://huggingface.co/vectoriseai/e5-small-v2
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_base_500_en.md b/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_base_500_en.md
new file mode 100644
index 00000000000000..88ad64f788e75e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_base_500_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English embedded_e5_base_500 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: embedded_e5_base_500
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`embedded_e5_base_500` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/embedded_e5_base_500_en_5.5.0_3.0_1725344468403.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/embedded_e5_base_500_en_5.5.0_3.0_1725344468403.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|embedded_e5_base_500|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|387.6 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/embedded-e5-base-500
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_base_50_10_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_base_50_10_pipeline_en.md
new file mode 100644
index 00000000000000..2b89cdff80bfe8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_base_50_10_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English embedded_e5_base_50_10_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: embedded_e5_base_50_10_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`embedded_e5_base_50_10_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/embedded_e5_base_50_10_pipeline_en_5.5.0_3.0_1725340904635.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/embedded_e5_base_50_10_pipeline_en_5.5.0_3.0_1725340904635.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("embedded_e5_base_50_10_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("embedded_e5_base_50_10_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|embedded_e5_base_50_10_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|382.1 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/embedded-e5-base-50-10
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_large_500_correct_en.md b/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_large_500_correct_en.md
new file mode 100644
index 00000000000000..dd9c32cb3983db
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_large_500_correct_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English embedded_e5_large_500_correct E5Embeddings from rithwik-db
+author: John Snow Labs
+name: embedded_e5_large_500_correct
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`embedded_e5_large_500_correct` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/embedded_e5_large_500_correct_en_5.5.0_3.0_1725341055498.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/embedded_e5_large_500_correct_en_5.5.0_3.0_1725341055498.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|embedded_e5_large_500_correct|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/rithwik-db/embedded-e5-large-500-correct
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_large_500_correct_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_large_500_correct_pipeline_en.md
new file mode 100644
index 00000000000000..10e31710a6604d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-embedded_e5_large_500_correct_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English embedded_e5_large_500_correct_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: embedded_e5_large_500_correct_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`embedded_e5_large_500_correct_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/embedded_e5_large_500_correct_pipeline_en_5.5.0_3.0_1725341123045.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/embedded_e5_large_500_correct_pipeline_en_5.5.0_3.0_1725341123045.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("embedded_e5_large_500_correct_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("embedded_e5_large_500_correct_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|embedded_e5_large_500_correct_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/rithwik-db/embedded-e5-large-500-correct
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-fashion_clip_emaghakyan_en.md b/docs/_posts/ahmedlone127/2024-09-03-fashion_clip_emaghakyan_en.md
new file mode 100644
index 00000000000000..a2f72b043ce4e8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-fashion_clip_emaghakyan_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English fashion_clip_emaghakyan CLIPForZeroShotClassification from EMaghakyan
+author: John Snow Labs
+name: fashion_clip_emaghakyan
+date: 2024-09-03
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fashion_clip_emaghakyan` is a English model originally trained by EMaghakyan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fashion_clip_emaghakyan_en_5.5.0_3.0_1725338595709.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fashion_clip_emaghakyan_en_5.5.0_3.0_1725338595709.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("fashion_clip_emaghakyan","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("fashion_clip_emaghakyan","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fashion_clip_emaghakyan|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|397.7 MB|
+
+## References
+
+https://huggingface.co/EMaghakyan/fashion-clip
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-fashion_clip_emaghakyan_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-fashion_clip_emaghakyan_pipeline_en.md
new file mode 100644
index 00000000000000..a0a0445f681f6a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-fashion_clip_emaghakyan_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fashion_clip_emaghakyan_pipeline pipeline CLIPForZeroShotClassification from EMaghakyan
+author: John Snow Labs
+name: fashion_clip_emaghakyan_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fashion_clip_emaghakyan_pipeline` is a English model originally trained by EMaghakyan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fashion_clip_emaghakyan_pipeline_en_5.5.0_3.0_1725338691505.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fashion_clip_emaghakyan_pipeline_en_5.5.0_3.0_1725338691505.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fashion_clip_emaghakyan_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fashion_clip_emaghakyan_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fashion_clip_emaghakyan_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|397.7 MB|
+
+## References
+
+https://huggingface.co/EMaghakyan/fashion-clip
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-fashion_pattern_clip_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-fashion_pattern_clip_pipeline_en.md
new file mode 100644
index 00000000000000..21eeefd53481c4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-fashion_pattern_clip_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English fashion_pattern_clip_pipeline pipeline CLIPForZeroShotClassification from yainage90
+author: John Snow Labs
+name: fashion_pattern_clip_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fashion_pattern_clip_pipeline` is a English model originally trained by yainage90.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fashion_pattern_clip_pipeline_en_5.5.0_3.0_1725338295159.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fashion_pattern_clip_pipeline_en_5.5.0_3.0_1725338295159.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fashion_pattern_clip_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fashion_pattern_clip_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fashion_pattern_clip_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|568.0 MB|
+
+## References
+
+https://huggingface.co/yainage90/fashion-pattern-clip
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-feel_italian_finetuned_pro_emit_big6_en.md b/docs/_posts/ahmedlone127/2024-09-03-feel_italian_finetuned_pro_emit_big6_en.md
new file mode 100644
index 00000000000000..354b3e20e9653f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-feel_italian_finetuned_pro_emit_big6_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English feel_italian_finetuned_pro_emit_big6 CamemBertForSequenceClassification from lupobricco
+author: John Snow Labs
+name: feel_italian_finetuned_pro_emit_big6
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`feel_italian_finetuned_pro_emit_big6` is a English model originally trained by lupobricco.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/feel_italian_finetuned_pro_emit_big6_en_5.5.0_3.0_1725324952514.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/feel_italian_finetuned_pro_emit_big6_en_5.5.0_3.0_1725324952514.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|feel_italian_finetuned_pro_emit_big6|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|399.1 MB|
+
+## References
+
+https://huggingface.co/lupobricco/feel_it_finetuned_pro_emit_big6
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-feel_italian_finetuned_pro_emit_big6_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-feel_italian_finetuned_pro_emit_big6_pipeline_en.md
new file mode 100644
index 00000000000000..89fb7d38ec6494
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-feel_italian_finetuned_pro_emit_big6_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English feel_italian_finetuned_pro_emit_big6_pipeline pipeline CamemBertForSequenceClassification from lupobricco
+author: John Snow Labs
+name: feel_italian_finetuned_pro_emit_big6_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`feel_italian_finetuned_pro_emit_big6_pipeline` is a English model originally trained by lupobricco.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/feel_italian_finetuned_pro_emit_big6_pipeline_en_5.5.0_3.0_1725324976260.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/feel_italian_finetuned_pro_emit_big6_pipeline_en_5.5.0_3.0_1725324976260.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("feel_italian_finetuned_pro_emit_big6_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("feel_italian_finetuned_pro_emit_big6_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|feel_italian_finetuned_pro_emit_big6_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|399.1 MB|
+
+## References
+
+https://huggingface.co/lupobricco/feel_it_finetuned_pro_emit_big6
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-final_luna_sentiment_analysis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-final_luna_sentiment_analysis_pipeline_en.md
new file mode 100644
index 00000000000000..388198658024b8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-final_luna_sentiment_analysis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English final_luna_sentiment_analysis_pipeline pipeline RoBertaForSequenceClassification from snoneeightfive
+author: John Snow Labs
+name: final_luna_sentiment_analysis_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`final_luna_sentiment_analysis_pipeline` is a English model originally trained by snoneeightfive.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/final_luna_sentiment_analysis_pipeline_en_5.5.0_3.0_1725336922949.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/final_luna_sentiment_analysis_pipeline_en_5.5.0_3.0_1725336922949.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("final_luna_sentiment_analysis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("final_luna_sentiment_analysis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|final_luna_sentiment_analysis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/snoneeightfive/final-luna-sentiment-analysis
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-fine_tuned_hf_language_identification_model_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-03-fine_tuned_hf_language_identification_model_pipeline_xx.md
new file mode 100644
index 00000000000000..86fabec42072c5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-fine_tuned_hf_language_identification_model_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual fine_tuned_hf_language_identification_model_pipeline pipeline XlmRoBertaForSequenceClassification from Joshi-Aryan
+author: John Snow Labs
+name: fine_tuned_hf_language_identification_model_pipeline
+date: 2024-09-03
+tags: [xx, open_source, pipeline, onnx]
+task: Text Classification
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`fine_tuned_hf_language_identification_model_pipeline` is a Multilingual model originally trained by Joshi-Aryan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/fine_tuned_hf_language_identification_model_pipeline_xx_5.5.0_3.0_1725328580103.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/fine_tuned_hf_language_identification_model_pipeline_xx_5.5.0_3.0_1725328580103.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("fine_tuned_hf_language_identification_model_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("fine_tuned_hf_language_identification_model_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|fine_tuned_hf_language_identification_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|854.4 MB|
+
+## References
+
+https://huggingface.co/Joshi-Aryan/Fine_Tuned_HF_Language_Identification_Model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-finetuned_kde4_english_tonga_tonga_islands_french_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-finetuned_kde4_english_tonga_tonga_islands_french_pipeline_en.md
new file mode 100644
index 00000000000000..c007667f6e785f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-finetuned_kde4_english_tonga_tonga_islands_french_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English finetuned_kde4_english_tonga_tonga_islands_french_pipeline pipeline MarianTransformer from jcheigh
+author: John Snow Labs
+name: finetuned_kde4_english_tonga_tonga_islands_french_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_kde4_english_tonga_tonga_islands_french_pipeline` is a English model originally trained by jcheigh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_kde4_english_tonga_tonga_islands_french_pipeline_en_5.5.0_3.0_1725346121403.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_kde4_english_tonga_tonga_islands_french_pipeline_en_5.5.0_3.0_1725346121403.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_kde4_english_tonga_tonga_islands_french_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_kde4_english_tonga_tonga_islands_french_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_kde4_english_tonga_tonga_islands_french_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.8 MB|
+
+## References
+
+https://huggingface.co/jcheigh/finetuned-kde4-en-to-fr
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-finetuned_polish_tonga_tonga_islands_szl_siling_corrected_aligned_20e_en.md b/docs/_posts/ahmedlone127/2024-09-03-finetuned_polish_tonga_tonga_islands_szl_siling_corrected_aligned_20e_en.md
new file mode 100644
index 00000000000000..0130dccb41a863
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-finetuned_polish_tonga_tonga_islands_szl_siling_corrected_aligned_20e_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuned_polish_tonga_tonga_islands_szl_siling_corrected_aligned_20e MarianTransformer from brjezierski
+author: John Snow Labs
+name: finetuned_polish_tonga_tonga_islands_szl_siling_corrected_aligned_20e
+date: 2024-09-03
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_polish_tonga_tonga_islands_szl_siling_corrected_aligned_20e` is a English model originally trained by brjezierski.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_polish_tonga_tonga_islands_szl_siling_corrected_aligned_20e_en_5.5.0_3.0_1725345674922.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_polish_tonga_tonga_islands_szl_siling_corrected_aligned_20e_en_5.5.0_3.0_1725345674922.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_polish_tonga_tonga_islands_szl_siling_corrected_aligned_20e|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|385.9 MB|
+
+## References
+
+https://huggingface.co/brjezierski/finetuned-pl-to-szl-siling-corrected-aligned-20e
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-finetuned_twitter_xlm_roberta_base_emotion_en.md b/docs/_posts/ahmedlone127/2024-09-03-finetuned_twitter_xlm_roberta_base_emotion_en.md
new file mode 100644
index 00000000000000..9d8bb7d8c50e93
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-finetuned_twitter_xlm_roberta_base_emotion_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English finetuned_twitter_xlm_roberta_base_emotion XlmRoBertaForSequenceClassification from 02shanky
+author: John Snow Labs
+name: finetuned_twitter_xlm_roberta_base_emotion
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_twitter_xlm_roberta_base_emotion` is a English model originally trained by 02shanky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_twitter_xlm_roberta_base_emotion_en_5.5.0_3.0_1725328616140.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_twitter_xlm_roberta_base_emotion_en_5.5.0_3.0_1725328616140.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_twitter_xlm_roberta_base_emotion|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/02shanky/finetuned-twitter-xlm-roberta-base-emotion
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-finetuned_twitter_xlm_roberta_base_emotion_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-finetuned_twitter_xlm_roberta_base_emotion_pipeline_en.md
new file mode 100644
index 00000000000000..9a19dc0f10143e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-finetuned_twitter_xlm_roberta_base_emotion_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English finetuned_twitter_xlm_roberta_base_emotion_pipeline pipeline XlmRoBertaForSequenceClassification from 02shanky
+author: John Snow Labs
+name: finetuned_twitter_xlm_roberta_base_emotion_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`finetuned_twitter_xlm_roberta_base_emotion_pipeline` is a English model originally trained by 02shanky.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/finetuned_twitter_xlm_roberta_base_emotion_pipeline_en_5.5.0_3.0_1725328668176.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/finetuned_twitter_xlm_roberta_base_emotion_pipeline_en_5.5.0_3.0_1725328668176.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("finetuned_twitter_xlm_roberta_base_emotion_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("finetuned_twitter_xlm_roberta_base_emotion_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|finetuned_twitter_xlm_roberta_base_emotion_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/02shanky/finetuned-twitter-xlm-roberta-base-emotion
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-flip_base_16_en.md b/docs/_posts/ahmedlone127/2024-09-03-flip_base_16_en.md
new file mode 100644
index 00000000000000..dbd17ea5933a6d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-flip_base_16_en.md
@@ -0,0 +1,120 @@
+---
+layout: model
+title: English flip_base_16 CLIPForZeroShotClassification from FLIP-dataset
+author: John Snow Labs
+name: flip_base_16
+date: 2024-09-03
+tags: [en, open_source, onnx, zero_shot, clip, image]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CLIPForZeroShotClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`flip_base_16` is a English model originally trained by FLIP-dataset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/flip_base_16_en_5.5.0_3.0_1725338254078.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/flip_base_16_en_5.5.0_3.0_1725338254078.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+imageDF = spark.read \
+ .format("image") \
+ .option("dropInvalid", value = True) \
+ .load("src/test/resources/image/")
+
+candidateLabels = [
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox"]
+
+ImageAssembler = ImageAssembler() \
+ .setInputCol("image") \
+ .setOutputCol("image_assembler")
+
+imageClassifier = CLIPForZeroShotClassification.pretrained("flip_base_16","en") \
+ .setInputCols(["image_assembler"]) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+pipeline = Pipeline().setStages([ImageAssembler, imageClassifier])
+pipelineModel = pipeline.fit(imageDF)
+pipelineDF = pipelineModel.transform(imageDF)
+
+
+```
+```scala
+
+
+val imageDF = ResourceHelper.spark.read
+ .format("image")
+ .option("dropInvalid", value = true)
+ .load("src/test/resources/image/")
+
+val candidateLabels = Array(
+ "a photo of a bird",
+ "a photo of a cat",
+ "a photo of a dog",
+ "a photo of a hen",
+ "a photo of a hippo",
+ "a photo of a room",
+ "a photo of a tractor",
+ "a photo of an ostrich",
+ "a photo of an ox")
+
+val imageAssembler = new ImageAssembler()
+ .setInputCol("image")
+ .setOutputCol("image_assembler")
+
+val imageClassifier = CLIPForZeroShotClassification.pretrained("flip_base_16","en") \
+ .setInputCols(Array("image_assembler")) \
+ .setOutputCol("label") \
+ .setCandidateLabels(candidateLabels)
+
+val pipeline = new Pipeline().setStages(Array(imageAssembler, imageClassifier))
+val pipelineModel = pipeline.fit(imageDF)
+val pipelineDF = pipelineModel.transform(imageDF)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|flip_base_16|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[image_assembler]|
+|Output Labels:|[label]|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/FLIP-dataset/FLIP-base-16
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-flip_base_16_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-flip_base_16_pipeline_en.md
new file mode 100644
index 00000000000000..6db91ace53f6df
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-flip_base_16_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English flip_base_16_pipeline pipeline CLIPForZeroShotClassification from FLIP-dataset
+author: John Snow Labs
+name: flip_base_16_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Zero-Shot Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CLIPForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`flip_base_16_pipeline` is a English model originally trained by FLIP-dataset.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/flip_base_16_pipeline_en_5.5.0_3.0_1725338281908.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/flip_base_16_pipeline_en_5.5.0_3.0_1725338281908.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("flip_base_16_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("flip_base_16_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|flip_base_16_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|561.2 MB|
+
+## References
+
+https://huggingface.co/FLIP-dataset/FLIP-base-16
+
+## Included Models
+
+- ImageAssembler
+- CLIPForZeroShotClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-french_wolof_classification_en.md b/docs/_posts/ahmedlone127/2024-09-03-french_wolof_classification_en.md
new file mode 100644
index 00000000000000..1489381df3fcb3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-french_wolof_classification_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English french_wolof_classification DistilBertForSequenceClassification from Alwaly
+author: John Snow Labs
+name: french_wolof_classification
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`french_wolof_classification` is a English model originally trained by Alwaly.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/french_wolof_classification_en_5.5.0_3.0_1725329642452.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/french_wolof_classification_en_5.5.0_3.0_1725329642452.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|furina_with_transliteration_average|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|1.9 GB|
+
+## References
+
+https://huggingface.co/yihongLiu/furina-with-transliteration-average
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-gal_ner_iw_3_en.md b/docs/_posts/ahmedlone127/2024-09-03-gal_ner_iw_3_en.md
new file mode 100644
index 00000000000000..0b990d0d5507a7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-gal_ner_iw_3_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English gal_ner_iw_3 XlmRoBertaForTokenClassification from homersimpson
+author: John Snow Labs
+name: gal_ner_iw_3
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gal_ner_iw_3` is a English model originally trained by homersimpson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gal_ner_iw_3_en_5.5.0_3.0_1725322657554.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gal_ner_iw_3_en_5.5.0_3.0_1725322657554.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gal_ner_iw_3|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|419.5 MB|
+
+## References
+
+https://huggingface.co/homersimpson/gal-ner-iw-3
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-gal_ner_iw_3_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-gal_ner_iw_3_pipeline_en.md
new file mode 100644
index 00000000000000..225cb3b942ecc4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-gal_ner_iw_3_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English gal_ner_iw_3_pipeline pipeline XlmRoBertaForTokenClassification from homersimpson
+author: John Snow Labs
+name: gal_ner_iw_3_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gal_ner_iw_3_pipeline` is a English model originally trained by homersimpson.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gal_ner_iw_3_pipeline_en_5.5.0_3.0_1725322688034.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gal_ner_iw_3_pipeline_en_5.5.0_3.0_1725322688034.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("gal_ner_iw_3_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("gal_ner_iw_3_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gal_ner_iw_3_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|419.5 MB|
+
+## References
+
+https://huggingface.co/homersimpson/gal-ner-iw-3
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-geoloc_entity_linking_cross_encoder_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-geoloc_entity_linking_cross_encoder_pipeline_en.md
new file mode 100644
index 00000000000000..d0bbf2c9455f5b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-geoloc_entity_linking_cross_encoder_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English geoloc_entity_linking_cross_encoder_pipeline pipeline CamemBertForSequenceClassification from gcaillaut
+author: John Snow Labs
+name: geoloc_entity_linking_cross_encoder_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`geoloc_entity_linking_cross_encoder_pipeline` is a English model originally trained by gcaillaut.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/geoloc_entity_linking_cross_encoder_pipeline_en_5.5.0_3.0_1725325593991.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/geoloc_entity_linking_cross_encoder_pipeline_en_5.5.0_3.0_1725325593991.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("geoloc_entity_linking_cross_encoder_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("geoloc_entity_linking_cross_encoder_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|geoloc_entity_linking_cross_encoder_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|202.2 MB|
+
+## References
+
+https://huggingface.co/gcaillaut/geoloc-entity-linking-cross-encoder
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-glot500_with_transliteration_max_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-glot500_with_transliteration_max_pipeline_en.md
new file mode 100644
index 00000000000000..8695ee7fb31a51
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-glot500_with_transliteration_max_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English glot500_with_transliteration_max_pipeline pipeline XlmRoBertaEmbeddings from yihongLiu
+author: John Snow Labs
+name: glot500_with_transliteration_max_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`glot500_with_transliteration_max_pipeline` is a English model originally trained by yihongLiu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/glot500_with_transliteration_max_pipeline_en_5.5.0_3.0_1725343940770.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/glot500_with_transliteration_max_pipeline_en_5.5.0_3.0_1725343940770.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("glot500_with_transliteration_max_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("glot500_with_transliteration_max_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|glot500_with_transliteration_max_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.9 GB|
+
+## References
+
+https://huggingface.co/yihongLiu/glot500-with-transliteration-max
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-glot500_with_transliteration_minangkabau_en.md b/docs/_posts/ahmedlone127/2024-09-03-glot500_with_transliteration_minangkabau_en.md
new file mode 100644
index 00000000000000..e1e2cc02a994ef
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-glot500_with_transliteration_minangkabau_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English glot500_with_transliteration_minangkabau XlmRoBertaEmbeddings from yihongLiu
+author: John Snow Labs
+name: glot500_with_transliteration_minangkabau
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`glot500_with_transliteration_minangkabau` is a English model originally trained by yihongLiu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/glot500_with_transliteration_minangkabau_en_5.5.0_3.0_1725342871851.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/glot500_with_transliteration_minangkabau_en_5.5.0_3.0_1725342871851.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gpl_e5_base_unsupervised_arguana_1|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|400.3 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/gpl-e5-base-unsupervised-arguana-1
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-gpl_e5_base_unsupervised_curated_2_small_en.md b/docs/_posts/ahmedlone127/2024-09-03-gpl_e5_base_unsupervised_curated_2_small_en.md
new file mode 100644
index 00000000000000..f4e76f92aa2f51
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-gpl_e5_base_unsupervised_curated_2_small_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English gpl_e5_base_unsupervised_curated_2_small E5Embeddings from rithwik-db
+author: John Snow Labs
+name: gpl_e5_base_unsupervised_curated_2_small
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gpl_e5_base_unsupervised_curated_2_small` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gpl_e5_base_unsupervised_curated_2_small_en_5.5.0_3.0_1725340463549.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gpl_e5_base_unsupervised_curated_2_small_en_5.5.0_3.0_1725340463549.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gpl_e5_base_unsupervised_curated_2_small|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|388.6 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/gpl-e5-base-unsupervised-curated-2-small
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-gpl_e5_base_unsupervised_scifact_k10_en.md b/docs/_posts/ahmedlone127/2024-09-03-gpl_e5_base_unsupervised_scifact_k10_en.md
new file mode 100644
index 00000000000000..f4faa2fa2db701
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-gpl_e5_base_unsupervised_scifact_k10_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English gpl_e5_base_unsupervised_scifact_k10 E5Embeddings from rithwik-db
+author: John Snow Labs
+name: gpl_e5_base_unsupervised_scifact_k10
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gpl_e5_base_unsupervised_scifact_k10` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gpl_e5_base_unsupervised_scifact_k10_en_5.5.0_3.0_1725340900167.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gpl_e5_base_unsupervised_scifact_k10_en_5.5.0_3.0_1725340900167.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gpl_e5_base_unsupervised_scifact_k10|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|395.7 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/gpl-e5-base-unsupervised-scifact-k10
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-gptfuzz_en.md b/docs/_posts/ahmedlone127/2024-09-03-gptfuzz_en.md
new file mode 100644
index 00000000000000..16ce917cd952c1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-gptfuzz_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English gptfuzz RoBertaForSequenceClassification from hubert233
+author: John Snow Labs
+name: gptfuzz
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gptfuzz` is a English model originally trained by hubert233.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gptfuzz_en_5.5.0_3.0_1725337575692.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gptfuzz_en_5.5.0_3.0_1725337575692.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gptfuzz|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/hubert233/GPTFuzz
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-gptfuzz_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-gptfuzz_pipeline_en.md
new file mode 100644
index 00000000000000..ef39db76c74a9c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-gptfuzz_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English gptfuzz_pipeline pipeline RoBertaForSequenceClassification from hubert233
+author: John Snow Labs
+name: gptfuzz_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gptfuzz_pipeline` is a English model originally trained by hubert233.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gptfuzz_pipeline_en_5.5.0_3.0_1725337655677.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gptfuzz_pipeline_en_5.5.0_3.0_1725337655677.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("gptfuzz_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("gptfuzz_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gptfuzz_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/hubert233/GPTFuzz
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-gujibert_jian_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-gujibert_jian_pipeline_en.md
new file mode 100644
index 00000000000000..b379b7912a8e56
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-gujibert_jian_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English gujibert_jian_pipeline pipeline BertEmbeddings from hsc748NLP
+author: John Snow Labs
+name: gujibert_jian_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`gujibert_jian_pipeline` is a English model originally trained by hsc748NLP.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/gujibert_jian_pipeline_en_5.5.0_3.0_1725323981054.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/gujibert_jian_pipeline_en_5.5.0_3.0_1725323981054.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("gujibert_jian_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("gujibert_jian_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|gujibert_jian_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|420.3 MB|
+
+## References
+
+https://huggingface.co/hsc748NLP/GujiBERT_jian
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-hel_english_french_4_layers_en.md b/docs/_posts/ahmedlone127/2024-09-03-hel_english_french_4_layers_en.md
new file mode 100644
index 00000000000000..a489b4872cc2e6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-hel_english_french_4_layers_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English hel_english_french_4_layers MarianTransformer from Momo200519
+author: John Snow Labs
+name: hel_english_french_4_layers
+date: 2024-09-03
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`hel_english_french_4_layers` is a English model originally trained by Momo200519.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/hel_english_french_4_layers_en_5.5.0_3.0_1725346420834.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/hel_english_french_4_layers_en_5.5.0_3.0_1725346420834.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|hel_english_french_4_layers|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.1 MB|
+
+## References
+
+https://huggingface.co/Momo200519/hel_en_fr_4_layers
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-jmedroberta_base_sentencepiece_vocab50000_pipeline_ja.md b/docs/_posts/ahmedlone127/2024-09-03-jmedroberta_base_sentencepiece_vocab50000_pipeline_ja.md
new file mode 100644
index 00000000000000..255bb6c9b9e933
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-jmedroberta_base_sentencepiece_vocab50000_pipeline_ja.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Japanese jmedroberta_base_sentencepiece_vocab50000_pipeline pipeline BertEmbeddings from alabnii
+author: John Snow Labs
+name: jmedroberta_base_sentencepiece_vocab50000_pipeline
+date: 2024-09-03
+tags: [ja, open_source, pipeline, onnx]
+task: Embeddings
+language: ja
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`jmedroberta_base_sentencepiece_vocab50000_pipeline` is a Japanese model originally trained by alabnii.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/jmedroberta_base_sentencepiece_vocab50000_pipeline_ja_5.5.0_3.0_1725324221952.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/jmedroberta_base_sentencepiece_vocab50000_pipeline_ja_5.5.0_3.0_1725324221952.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("jmedroberta_base_sentencepiece_vocab50000_pipeline", lang = "ja")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("jmedroberta_base_sentencepiece_vocab50000_pipeline", lang = "ja")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|jmedroberta_base_sentencepiece_vocab50000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ja|
+|Size:|464.0 MB|
+
+## References
+
+https://huggingface.co/alabnii/jmedroberta-base-sentencepiece-vocab50000
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-lab1_random_minhngca_en.md b/docs/_posts/ahmedlone127/2024-09-03-lab1_random_minhngca_en.md
new file mode 100644
index 00000000000000..f61cbb40e3ca50
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-lab1_random_minhngca_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English lab1_random_minhngca MarianTransformer from minhngca
+author: John Snow Labs
+name: lab1_random_minhngca
+date: 2024-09-03
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lab1_random_minhngca` is a English model originally trained by minhngca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lab1_random_minhngca_en_5.5.0_3.0_1725345499584.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lab1_random_minhngca_en_5.5.0_3.0_1725345499584.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lab1_random_minhngca|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.2 MB|
+
+## References
+
+https://huggingface.co/minhngca/lab1_random
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-lab1_random_minhngca_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-lab1_random_minhngca_pipeline_en.md
new file mode 100644
index 00000000000000..29b0525f083e57
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-lab1_random_minhngca_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English lab1_random_minhngca_pipeline pipeline MarianTransformer from minhngca
+author: John Snow Labs
+name: lab1_random_minhngca_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`lab1_random_minhngca_pipeline` is a English model originally trained by minhngca.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/lab1_random_minhngca_pipeline_en_5.5.0_3.0_1725345525437.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/lab1_random_minhngca_pipeline_en_5.5.0_3.0_1725345525437.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("lab1_random_minhngca_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("lab1_random_minhngca_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|lab1_random_minhngca_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.8 MB|
+
+## References
+
+https://huggingface.co/minhngca/lab1_random
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-literaturetyp_recognizer_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-literaturetyp_recognizer_pipeline_en.md
new file mode 100644
index 00000000000000..ba67485c0a4df8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-literaturetyp_recognizer_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English literaturetyp_recognizer_pipeline pipeline DistilBertForSequenceClassification from LaLaf93
+author: John Snow Labs
+name: literaturetyp_recognizer_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`literaturetyp_recognizer_pipeline` is a English model originally trained by LaLaf93.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/literaturetyp_recognizer_pipeline_en_5.5.0_3.0_1725329805819.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/literaturetyp_recognizer_pipeline_en_5.5.0_3.0_1725329805819.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("literaturetyp_recognizer_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("literaturetyp_recognizer_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|literaturetyp_recognizer_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/LaLaf93/LiteratureTyp_recognizer
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-m_e5_base_v2_e_2_t_llama_index_nan.md b/docs/_posts/ahmedlone127/2024-09-03-m_e5_base_v2_e_2_t_llama_index_nan.md
new file mode 100644
index 00000000000000..d01fd4186abf61
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-m_e5_base_v2_e_2_t_llama_index_nan.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: None m_e5_base_v2_e_2_t_llama_index E5Embeddings from shrijayan
+author: John Snow Labs
+name: m_e5_base_v2_e_2_t_llama_index
+date: 2024-09-03
+tags: [nan, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: nan
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`m_e5_base_v2_e_2_t_llama_index` is a None model originally trained by shrijayan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/m_e5_base_v2_e_2_t_llama_index_nan_5.5.0_3.0_1725344799985.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/m_e5_base_v2_e_2_t_llama_index_nan_5.5.0_3.0_1725344799985.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marian_finetuned_kde4_english_tonga_tonga_islands_portuguese_breton|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/DarioLopes/marian-finetuned-kde4-en-to-pt_BR
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-mariancg_conala_en.md b/docs/_posts/ahmedlone127/2024-09-03-mariancg_conala_en.md
new file mode 100644
index 00000000000000..2da4dbe208da80
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-mariancg_conala_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mariancg_conala MarianTransformer from AhmedSSoliman
+author: John Snow Labs
+name: mariancg_conala
+date: 2024-09-03
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mariancg_conala` is a English model originally trained by AhmedSSoliman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mariancg_conala_en_5.5.0_3.0_1725347028527.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mariancg_conala_en_5.5.0_3.0_1725347028527.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mariancg_conala|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|548.4 MB|
+
+## References
+
+https://huggingface.co/AhmedSSoliman/MarianCG-CoNaLa
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-mariancg_conala_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-mariancg_conala_pipeline_en.md
new file mode 100644
index 00000000000000..e99f5fe1ad7e3b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-mariancg_conala_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English mariancg_conala_pipeline pipeline MarianTransformer from AhmedSSoliman
+author: John Snow Labs
+name: mariancg_conala_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mariancg_conala_pipeline` is a English model originally trained by AhmedSSoliman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mariancg_conala_pipeline_en_5.5.0_3.0_1725347057412.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mariancg_conala_pipeline_en_5.5.0_3.0_1725347057412.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("mariancg_conala_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("mariancg_conala_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mariancg_conala_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|549.0 MB|
+
+## References
+
+https://huggingface.co/AhmedSSoliman/MarianCG-CoNaLa
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-marianmt_tatoeba_enru_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-marianmt_tatoeba_enru_pipeline_en.md
new file mode 100644
index 00000000000000..37388dfa3d6a51
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-marianmt_tatoeba_enru_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English marianmt_tatoeba_enru_pipeline pipeline MarianTransformer from DeepPavlov
+author: John Snow Labs
+name: marianmt_tatoeba_enru_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`marianmt_tatoeba_enru_pipeline` is a English model originally trained by DeepPavlov.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/marianmt_tatoeba_enru_pipeline_en_5.5.0_3.0_1725346564091.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/marianmt_tatoeba_enru_pipeline_en_5.5.0_3.0_1725346564091.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("marianmt_tatoeba_enru_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("marianmt_tatoeba_enru_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|marianmt_tatoeba_enru_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|528.2 MB|
+
+## References
+
+https://huggingface.co/DeepPavlov/marianmt-tatoeba-enru
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-math_structure_deberta_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-math_structure_deberta_pipeline_en.md
new file mode 100644
index 00000000000000..c9a60a72b7bf20
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-math_structure_deberta_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English math_structure_deberta_pipeline pipeline DeBertaEmbeddings from ddrg
+author: John Snow Labs
+name: math_structure_deberta_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`math_structure_deberta_pipeline` is a English model originally trained by ddrg.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/math_structure_deberta_pipeline_en_5.5.0_3.0_1725330730175.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/math_structure_deberta_pipeline_en_5.5.0_3.0_1725330730175.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("math_structure_deberta_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("math_structure_deberta_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|math_structure_deberta_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|690.5 MB|
+
+## References
+
+https://huggingface.co/ddrg/math_structure_deberta
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-mi_roberta_base_finetuned_mental_health_en.md b/docs/_posts/ahmedlone127/2024-09-03-mi_roberta_base_finetuned_mental_health_en.md
new file mode 100644
index 00000000000000..e684c0210dd96b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-mi_roberta_base_finetuned_mental_health_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mi_roberta_base_finetuned_mental_health RoBertaForSequenceClassification from mavinsao
+author: John Snow Labs
+name: mi_roberta_base_finetuned_mental_health
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mi_roberta_base_finetuned_mental_health` is a English model originally trained by mavinsao.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mi_roberta_base_finetuned_mental_health_en_5.5.0_3.0_1725336729088.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mi_roberta_base_finetuned_mental_health_en_5.5.0_3.0_1725336729088.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|mi_roberta_base_finetuned_mental_health|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|468.3 MB|
+
+## References
+
+https://huggingface.co/mavinsao/mi-roberta-base-finetuned-mental-health
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-mmarco_mminilmv2_l12_h384_v1_nreimers_en.md b/docs/_posts/ahmedlone127/2024-09-03-mmarco_mminilmv2_l12_h384_v1_nreimers_en.md
new file mode 100644
index 00000000000000..60169aafb10617
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-mmarco_mminilmv2_l12_h384_v1_nreimers_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English mmarco_mminilmv2_l12_h384_v1_nreimers XlmRoBertaForSequenceClassification from nreimers
+author: John Snow Labs
+name: mmarco_mminilmv2_l12_h384_v1_nreimers
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`mmarco_mminilmv2_l12_h384_v1_nreimers` is a English model originally trained by nreimers.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/mmarco_mminilmv2_l12_h384_v1_nreimers_en_5.5.0_3.0_1725328255356.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/mmarco_mminilmv2_l12_h384_v1_nreimers_en_5.5.0_3.0_1725328255356.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|multilingual_toxic_xlm_roberta_unitary|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|xx|
+|Size:|982.4 MB|
+
+## References
+
+https://huggingface.co/unitary/multilingual-toxic-xlm-roberta
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-n_roberta_twitterfin_padding60model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-n_roberta_twitterfin_padding60model_pipeline_en.md
new file mode 100644
index 00000000000000..fe7fd5f0d595bc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-n_roberta_twitterfin_padding60model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English n_roberta_twitterfin_padding60model_pipeline pipeline RoBertaForSequenceClassification from Realgon
+author: John Snow Labs
+name: n_roberta_twitterfin_padding60model_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`n_roberta_twitterfin_padding60model_pipeline` is a English model originally trained by Realgon.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/n_roberta_twitterfin_padding60model_pipeline_en_5.5.0_3.0_1725337047293.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/n_roberta_twitterfin_padding60model_pipeline_en_5.5.0_3.0_1725337047293.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("n_roberta_twitterfin_padding60model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("n_roberta_twitterfin_padding60model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|n_roberta_twitterfin_padding60model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|443.2 MB|
+
+## References
+
+https://huggingface.co/Realgon/N_roberta_twitterfin_padding60model
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-newsentiment_analysis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-newsentiment_analysis_pipeline_en.md
new file mode 100644
index 00000000000000..8e54714dbd2a64
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-newsentiment_analysis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English newsentiment_analysis_pipeline pipeline DistilBertForSequenceClassification from 1gen23dec
+author: John Snow Labs
+name: newsentiment_analysis_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`newsentiment_analysis_pipeline` is a English model originally trained by 1gen23dec.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/newsentiment_analysis_pipeline_en_5.5.0_3.0_1725329770536.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/newsentiment_analysis_pipeline_en_5.5.0_3.0_1725329770536.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("newsentiment_analysis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("newsentiment_analysis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|newsentiment_analysis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/1gen23dec/newsentiment_analysis
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-nlpcw_ner_en.md b/docs/_posts/ahmedlone127/2024-09-03-nlpcw_ner_en.md
new file mode 100644
index 00000000000000..27c6ee7f70e22c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-nlpcw_ner_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English nlpcw_ner RoBertaForTokenClassification from cogniveon
+author: John Snow Labs
+name: nlpcw_ner
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`nlpcw_ner` is a English model originally trained by cogniveon.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/nlpcw_ner_en_5.5.0_3.0_1725326002882.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/nlpcw_ner_en_5.5.0_3.0_1725326002882.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|odabert|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[bert]|
+|Language:|en|
+|Size:|628.7 MB|
+
+## References
+
+https://huggingface.co/alex-miller/ODABert
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-odabert_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-odabert_pipeline_en.md
new file mode 100644
index 00000000000000..feabec9cf19c14
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-odabert_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English odabert_pipeline pipeline BertEmbeddings from alex-miller
+author: John Snow Labs
+name: odabert_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`odabert_pipeline` is a English model originally trained by alex-miller.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/odabert_pipeline_en_5.5.0_3.0_1725323857554.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/odabert_pipeline_en_5.5.0_3.0_1725323857554.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("odabert_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("odabert_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|odabert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|628.7 MB|
+
+## References
+
+https://huggingface.co/alex-miller/ODABert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_bkm_10e4encdec_en.md b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_bkm_10e4encdec_en.md
new file mode 100644
index 00000000000000..261bb2b6c27285
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_bkm_10e4encdec_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_bkm_10e4encdec MarianTransformer from kalese
+author: John Snow Labs
+name: opus_maltese_english_bkm_10e4encdec
+date: 2024-09-03
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_bkm_10e4encdec` is a English model originally trained by kalese.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bkm_10e4encdec_en_5.5.0_3.0_1725347000887.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bkm_10e4encdec_en_5.5.0_3.0_1725347000887.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_bkm_10e4encdec|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.2 MB|
+
+## References
+
+https://huggingface.co/kalese/opus-mt-en-bkm-10e4encdec
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_bkm_10e4encdec_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_bkm_10e4encdec_pipeline_en.md
new file mode 100644
index 00000000000000..b4a2dcb7a93cdf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_bkm_10e4encdec_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_bkm_10e4encdec_pipeline pipeline MarianTransformer from kalese
+author: John Snow Labs
+name: opus_maltese_english_bkm_10e4encdec_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_bkm_10e4encdec_pipeline` is a English model originally trained by kalese.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bkm_10e4encdec_pipeline_en_5.5.0_3.0_1725347026433.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_bkm_10e4encdec_pipeline_en_5.5.0_3.0_1725347026433.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_bkm_10e4encdec_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_bkm_10e4encdec_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_bkm_10e4encdec_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|508.7 MB|
+
+## References
+
+https://huggingface.co/kalese/opus-mt-en-bkm-10e4encdec
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_dutch_finetuned__marian_theirs_train_val_en.md b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_dutch_finetuned__marian_theirs_train_val_en.md
new file mode 100644
index 00000000000000..7b142064b457b0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_dutch_finetuned__marian_theirs_train_val_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_dutch_finetuned__marian_theirs_train_val MarianTransformer from kalcho100
+author: John Snow Labs
+name: opus_maltese_english_dutch_finetuned__marian_theirs_train_val
+date: 2024-09-03
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_dutch_finetuned__marian_theirs_train_val` is a English model originally trained by kalcho100.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_dutch_finetuned__marian_theirs_train_val_en_5.5.0_3.0_1725346512318.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_dutch_finetuned__marian_theirs_train_val_en_5.5.0_3.0_1725346512318.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_dutch_finetuned__marian_theirs_train_val|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|548.8 MB|
+
+## References
+
+https://huggingface.co/kalcho100/opus-mt-en-nl-finetuned__marian_theirs_train_val
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline_en.md
new file mode 100644
index 00000000000000..23c4211562b610
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline pipeline MarianTransformer from kalcho100
+author: John Snow Labs
+name: opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline` is a English model originally trained by kalcho100.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline_en_5.5.0_3.0_1725346539790.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline_en_5.5.0_3.0_1725346539790.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_dutch_finetuned__marian_theirs_train_val_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|549.3 MB|
+
+## References
+
+https://huggingface.co/kalcho100/opus-mt-en-nl-finetuned__marian_theirs_train_val
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_italian_finetuned_english_tonga_tonga_islands_italian_vfiona_en.md b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_italian_finetuned_english_tonga_tonga_islands_italian_vfiona_en.md
new file mode 100644
index 00000000000000..b885f0e7d5bbfc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_italian_finetuned_english_tonga_tonga_islands_italian_vfiona_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_italian_finetuned_english_tonga_tonga_islands_italian_vfiona MarianTransformer from VFiona
+author: John Snow Labs
+name: opus_maltese_english_italian_finetuned_english_tonga_tonga_islands_italian_vfiona
+date: 2024-09-03
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_italian_finetuned_english_tonga_tonga_islands_italian_vfiona` is a English model originally trained by VFiona.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_italian_finetuned_english_tonga_tonga_islands_italian_vfiona_en_5.5.0_3.0_1725347224706.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_italian_finetuned_english_tonga_tonga_islands_italian_vfiona_en_5.5.0_3.0_1725347224706.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_italian_finetuned_english_tonga_tonga_islands_italian_vfiona|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|622.9 MB|
+
+## References
+
+https://huggingface.co/VFiona/opus-mt-en-it-finetuned-en-to-it
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dwayne_en.md b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dwayne_en.md
new file mode 100644
index 00000000000000..1721fcb2577ee0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dwayne_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dwayne MarianTransformer from Dwayne
+author: John Snow Labs
+name: opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dwayne
+date: 2024-09-03
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dwayne` is a English model originally trained by Dwayne.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dwayne_en_5.5.0_3.0_1725347224538.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dwayne_en_5.5.0_3.0_1725347224538.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_english_romanian_finetuned_english_tonga_tonga_islands_romanian_dwayne|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.6 MB|
+
+## References
+
+https://huggingface.co/Dwayne/opus-mt-en-ro-finetuned-en-to-ro
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_german_icelandic_finetuned_german_tonga_tonga_islands_icelandic_en.md b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_german_icelandic_finetuned_german_tonga_tonga_islands_icelandic_en.md
new file mode 100644
index 00000000000000..598c07d6a2ae3c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_german_icelandic_finetuned_german_tonga_tonga_islands_icelandic_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English opus_maltese_german_icelandic_finetuned_german_tonga_tonga_islands_icelandic MarianTransformer from Culmenus
+author: John Snow Labs
+name: opus_maltese_german_icelandic_finetuned_german_tonga_tonga_islands_icelandic
+date: 2024-09-03
+tags: [en, open_source, onnx, translation, marian]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: MarianTransformer
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_german_icelandic_finetuned_german_tonga_tonga_islands_icelandic` is a English model originally trained by Culmenus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_german_icelandic_finetuned_german_tonga_tonga_islands_icelandic_en_5.5.0_3.0_1725346362576.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_german_icelandic_finetuned_german_tonga_tonga_islands_icelandic_en_5.5.0_3.0_1725346362576.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_german_icelandic_finetuned_german_tonga_tonga_islands_icelandic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|508.6 MB|
+
+## References
+
+https://huggingface.co/Culmenus/opus-mt-de-is-finetuned-de-to-is
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline_en.md
new file mode 100644
index 00000000000000..8490545e130c42
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline pipeline MarianTransformer from PontifexMaximus
+author: John Snow Labs
+name: opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline` is a English model originally trained by PontifexMaximus.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725347093704.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline_en_5.5.0_3.0_1725347093704.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|opus_maltese_urdu_english_finetuned_persian_farsi_tonga_tonga_islands_english_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|521.3 MB|
+
+## References
+
+https://huggingface.co/PontifexMaximus/opus-mt-ur-en-finetuned-fa-to-en
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-phayathaibert_sentiment_analysis_en.md b/docs/_posts/ahmedlone127/2024-09-03-phayathaibert_sentiment_analysis_en.md
new file mode 100644
index 00000000000000..11aa2e4884100c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-phayathaibert_sentiment_analysis_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English phayathaibert_sentiment_analysis CamemBertForSequenceClassification from SuratanBoonpong
+author: John Snow Labs
+name: phayathaibert_sentiment_analysis
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`phayathaibert_sentiment_analysis` is a English model originally trained by SuratanBoonpong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/phayathaibert_sentiment_analysis_en_5.5.0_3.0_1725325182550.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/phayathaibert_sentiment_analysis_en_5.5.0_3.0_1725325182550.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|phayathaibert_sentiment_analysis|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/SuratanBoonpong/Phayathaibert_sentiment_analysis
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-phayathaibert_sentiment_analysis_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-phayathaibert_sentiment_analysis_pipeline_en.md
new file mode 100644
index 00000000000000..7ef4345ffede0b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-phayathaibert_sentiment_analysis_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English phayathaibert_sentiment_analysis_pipeline pipeline CamemBertForSequenceClassification from SuratanBoonpong
+author: John Snow Labs
+name: phayathaibert_sentiment_analysis_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`phayathaibert_sentiment_analysis_pipeline` is a English model originally trained by SuratanBoonpong.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/phayathaibert_sentiment_analysis_pipeline_en_5.5.0_3.0_1725325232670.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/phayathaibert_sentiment_analysis_pipeline_en_5.5.0_3.0_1725325232670.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("phayathaibert_sentiment_analysis_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("phayathaibert_sentiment_analysis_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|phayathaibert_sentiment_analysis_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/SuratanBoonpong/Phayathaibert_sentiment_analysis
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-roberta_base_fine_tuned_flipkart_reviews_amharic_en.md b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_fine_tuned_flipkart_reviews_amharic_en.md
new file mode 100644
index 00000000000000..4cad0b7e406709
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_fine_tuned_flipkart_reviews_amharic_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_base_fine_tuned_flipkart_reviews_amharic XlmRoBertaForSequenceClassification from akshatmehta98
+author: John Snow Labs
+name: roberta_base_fine_tuned_flipkart_reviews_amharic
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_fine_tuned_flipkart_reviews_amharic` is a English model originally trained by akshatmehta98.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_fine_tuned_flipkart_reviews_amharic_en_5.5.0_3.0_1725327423932.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_fine_tuned_flipkart_reviews_amharic_en_5.5.0_3.0_1725327423932.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_fine_tuned_flipkart_reviews_amharic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/akshatmehta98/roberta-base-fine-tuned-flipkart-reviews-am
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-roberta_base_offensive_en.md b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_offensive_en.md
new file mode 100644
index 00000000000000..2bb723fe863127
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_offensive_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_base_offensive RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: roberta_base_offensive
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_offensive` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_offensive_en_5.5.0_3.0_1725336993064.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_offensive_en_5.5.0_3.0_1725336993064.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_offensive|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|442.0 MB|
+
+## References
+
+https://huggingface.co/cardiffnlp/roberta-base-offensive
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-roberta_base_offensive_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_offensive_pipeline_en.md
new file mode 100644
index 00000000000000..d978921be91b83
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_offensive_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_base_offensive_pipeline pipeline RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: roberta_base_offensive_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_offensive_pipeline` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_offensive_pipeline_en_5.5.0_3.0_1725337029401.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_offensive_pipeline_en_5.5.0_3.0_1725337029401.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_offensive_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_offensive_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_offensive_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|442.1 MB|
+
+## References
+
+https://huggingface.co/cardiffnlp/roberta-base-offensive
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-roberta_base_sentiment_cardiffnlp_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_sentiment_cardiffnlp_pipeline_en.md
new file mode 100644
index 00000000000000..e4ab3223d92678
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_sentiment_cardiffnlp_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_base_sentiment_cardiffnlp_pipeline pipeline RoBertaForSequenceClassification from cardiffnlp
+author: John Snow Labs
+name: roberta_base_sentiment_cardiffnlp_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_sentiment_cardiffnlp_pipeline` is a English model originally trained by cardiffnlp.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_sentiment_cardiffnlp_pipeline_en_5.5.0_3.0_1725337394067.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_sentiment_cardiffnlp_pipeline_en_5.5.0_3.0_1725337394067.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_sentiment_cardiffnlp_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_sentiment_cardiffnlp_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_sentiment_cardiffnlp_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|455.1 MB|
+
+## References
+
+https://huggingface.co/cardiffnlp/roberta-base-sentiment
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-roberta_base_word_chinese_cluecorpussmall_pipeline_zh.md b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_word_chinese_cluecorpussmall_pipeline_zh.md
new file mode 100644
index 00000000000000..a3eb26e275a9e0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_word_chinese_cluecorpussmall_pipeline_zh.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Chinese roberta_base_word_chinese_cluecorpussmall_pipeline pipeline BertEmbeddings from uer
+author: John Snow Labs
+name: roberta_base_word_chinese_cluecorpussmall_pipeline
+date: 2024-09-03
+tags: [zh, open_source, pipeline, onnx]
+task: Embeddings
+language: zh
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_word_chinese_cluecorpussmall_pipeline` is a Chinese model originally trained by uer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_word_chinese_cluecorpussmall_pipeline_zh_5.5.0_3.0_1725323854068.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_word_chinese_cluecorpussmall_pipeline_zh_5.5.0_3.0_1725323854068.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_base_word_chinese_cluecorpussmall_pipeline", lang = "zh")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_base_word_chinese_cluecorpussmall_pipeline", lang = "zh")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_word_chinese_cluecorpussmall_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|zh|
+|Size:|607.3 MB|
+
+## References
+
+https://huggingface.co/uer/roberta-base-word-chinese-cluecorpussmall
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-roberta_base_word_chinese_cluecorpussmall_zh.md b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_word_chinese_cluecorpussmall_zh.md
new file mode 100644
index 00000000000000..eb34aa0b96abd4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-roberta_base_word_chinese_cluecorpussmall_zh.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Chinese roberta_base_word_chinese_cluecorpussmall BertEmbeddings from uer
+author: John Snow Labs
+name: roberta_base_word_chinese_cluecorpussmall
+date: 2024-09-03
+tags: [zh, open_source, onnx, embeddings, bert]
+task: Embeddings
+language: zh
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: BertEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_base_word_chinese_cluecorpussmall` is a Chinese model originally trained by uer.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_base_word_chinese_cluecorpussmall_zh_5.5.0_3.0_1725323818975.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_base_word_chinese_cluecorpussmall_zh_5.5.0_3.0_1725323818975.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_base_word_chinese_cluecorpussmall|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[bert]|
+|Language:|zh|
+|Size:|607.3 MB|
+
+## References
+
+https://huggingface.co/uer/roberta-base-word-chinese-cluecorpussmall
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-roberta_classifier_autonlp_persian_farsi_473312409_en.md b/docs/_posts/ahmedlone127/2024-09-03-roberta_classifier_autonlp_persian_farsi_473312409_en.md
new file mode 100644
index 00000000000000..2432a34b5168f8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-roberta_classifier_autonlp_persian_farsi_473312409_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_classifier_autonlp_persian_farsi_473312409 RoBertaForSequenceClassification from Anamika
+author: John Snow Labs
+name: roberta_classifier_autonlp_persian_farsi_473312409
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_classifier_autonlp_persian_farsi_473312409` is a English model originally trained by Anamika.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_classifier_autonlp_persian_farsi_473312409_en_5.5.0_3.0_1725336898843.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_classifier_autonlp_persian_farsi_473312409_en_5.5.0_3.0_1725336898843.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_bne_nubes|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|es|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/IIC/roberta-large-bne-nubes
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-roberta_large_bne_nubes_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-03-roberta_large_bne_nubes_pipeline_es.md
new file mode 100644
index 00000000000000..e0a2073a3c7c00
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-roberta_large_bne_nubes_pipeline_es.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Castilian, Spanish roberta_large_bne_nubes_pipeline pipeline RoBertaForTokenClassification from IIC
+author: John Snow Labs
+name: roberta_large_bne_nubes_pipeline
+date: 2024-09-03
+tags: [es, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_large_bne_nubes_pipeline` is a Castilian, Spanish model originally trained by IIC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_large_bne_nubes_pipeline_es_5.5.0_3.0_1725326753068.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_large_bne_nubes_pipeline_es_5.5.0_3.0_1725326753068.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_large_bne_nubes_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_large_bne_nubes_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_large_bne_nubes_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/IIC/roberta-large-bne-nubes
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-roberta_small_pun_detector_v2_en.md b/docs/_posts/ahmedlone127/2024-09-03-roberta_small_pun_detector_v2_en.md
new file mode 100644
index 00000000000000..97ab9250c67d89
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-roberta_small_pun_detector_v2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English roberta_small_pun_detector_v2 RoBertaForSequenceClassification from frostymelonade
+author: John Snow Labs
+name: roberta_small_pun_detector_v2
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_small_pun_detector_v2` is a English model originally trained by frostymelonade.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_small_pun_detector_v2_en_5.5.0_3.0_1725336534859.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_small_pun_detector_v2_en_5.5.0_3.0_1725336534859.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_small_pun_detector_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|85.0 MB|
+
+## References
+
+https://huggingface.co/frostymelonade/roberta-small-pun-detector-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-roberta_small_pun_detector_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-roberta_small_pun_detector_v2_pipeline_en.md
new file mode 100644
index 00000000000000..312b70c10e5efc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-roberta_small_pun_detector_v2_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English roberta_small_pun_detector_v2_pipeline pipeline RoBertaForSequenceClassification from frostymelonade
+author: John Snow Labs
+name: roberta_small_pun_detector_v2_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`roberta_small_pun_detector_v2_pipeline` is a English model originally trained by frostymelonade.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/roberta_small_pun_detector_v2_pipeline_en_5.5.0_3.0_1725336539337.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/roberta_small_pun_detector_v2_pipeline_en_5.5.0_3.0_1725336539337.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("roberta_small_pun_detector_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("roberta_small_pun_detector_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|roberta_small_pun_detector_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|85.0 MB|
+
+## References
+
+https://huggingface.co/frostymelonade/roberta-small-pun-detector-v2
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_checkpoint_23200_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_checkpoint_23200_en.md
new file mode 100644
index 00000000000000..dbae2ce8afa85d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_checkpoint_23200_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_checkpoint_23200 XlmRoBertaSentenceEmbeddings from yemen2016
+author: John Snow Labs
+name: sent_checkpoint_23200
+date: 2024-09-03
+tags: [en, open_source, onnx, sentence_embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_checkpoint_23200` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_checkpoint_23200_en_5.5.0_3.0_1725333842004.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_checkpoint_23200_en_5.5.0_3.0_1725333842004.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_checkpoint_23200|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/checkpoint-23200
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_checkpoint_23200_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_checkpoint_23200_pipeline_en.md
new file mode 100644
index 00000000000000..c18ef8ae2d3771
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_checkpoint_23200_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_checkpoint_23200_pipeline pipeline XlmRoBertaSentenceEmbeddings from yemen2016
+author: John Snow Labs
+name: sent_checkpoint_23200_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_checkpoint_23200_pipeline` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_checkpoint_23200_pipeline_en_5.5.0_3.0_1725333894089.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_checkpoint_23200_pipeline_en_5.5.0_3.0_1725333894089.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_checkpoint_23200_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_checkpoint_23200_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_checkpoint_23200_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/checkpoint-23200
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- XlmRoBertaSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_entitycs_39_pep_malay_xlmr_base_xx.md b/docs/_posts/ahmedlone127/2024-09-03-sent_entitycs_39_pep_malay_xlmr_base_xx.md
new file mode 100644
index 00000000000000..e3bd5826315db3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_entitycs_39_pep_malay_xlmr_base_xx.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Multilingual sent_entitycs_39_pep_malay_xlmr_base XlmRoBertaSentenceEmbeddings from huawei-noah
+author: John Snow Labs
+name: sent_entitycs_39_pep_malay_xlmr_base
+date: 2024-09-03
+tags: [xx, open_source, onnx, sentence_embeddings, xlm_roberta]
+task: Embeddings
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_entitycs_39_pep_malay_xlmr_base` is a Multilingual model originally trained by huawei-noah.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_entitycs_39_pep_malay_xlmr_base_xx_5.5.0_3.0_1725334514321.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_entitycs_39_pep_malay_xlmr_base_xx_5.5.0_3.0_1725334514321.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_entitycs_39_pep_malay_xlmr_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|xx|
+|Size:|944.6 MB|
+
+## References
+
+https://huggingface.co/huawei-noah/EntityCS-39-PEP_MS-xlmr-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_glot500_base_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_glot500_base_en.md
new file mode 100644
index 00000000000000..0c4ec2780165b6
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_glot500_base_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_glot500_base XlmRoBertaSentenceEmbeddings from cis-lmu
+author: John Snow Labs
+name: sent_glot500_base
+date: 2024-09-03
+tags: [en, open_source, onnx, sentence_embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_glot500_base` is a English model originally trained by cis-lmu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_glot500_base_en_5.5.0_3.0_1725333964440.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_glot500_base_en_5.5.0_3.0_1725333964440.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_glot500_base|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/cis-lmu/glot500-base
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_less_300000_xlm_roberta_mmar_recipe_10_128_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_less_300000_xlm_roberta_mmar_recipe_10_128_en.md
new file mode 100644
index 00000000000000..31be7c4e1f172b
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_less_300000_xlm_roberta_mmar_recipe_10_128_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_less_300000_xlm_roberta_mmar_recipe_10_128 XlmRoBertaSentenceEmbeddings from CennetOguz
+author: John Snow Labs
+name: sent_less_300000_xlm_roberta_mmar_recipe_10_128
+date: 2024-09-03
+tags: [en, open_source, onnx, sentence_embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_less_300000_xlm_roberta_mmar_recipe_10_128` is a English model originally trained by CennetOguz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_less_300000_xlm_roberta_mmar_recipe_10_128_en_5.5.0_3.0_1725333550061.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_less_300000_xlm_roberta_mmar_recipe_10_128_en_5.5.0_3.0_1725333550061.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_less_300000_xlm_roberta_mmar_recipe_10_128|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/CennetOguz/less_300000_xlm_roberta_mmar_recipe_10_128
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline_en.md
new file mode 100644
index 00000000000000..31da4791994540
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline pipeline XlmRoBertaSentenceEmbeddings from CennetOguz
+author: John Snow Labs
+name: sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline` is a English model originally trained by CennetOguz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline_en_5.5.0_3.0_1725333603647.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline_en_5.5.0_3.0_1725333603647.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_less_300000_xlm_roberta_mmar_recipe_10_128_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/CennetOguz/less_300000_xlm_roberta_mmar_recipe_10_128
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- XlmRoBertaSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_memo_model_4200_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_memo_model_4200_en.md
new file mode 100644
index 00000000000000..900b8894301eb0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_memo_model_4200_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_memo_model_4200 XlmRoBertaSentenceEmbeddings from yemen2016
+author: John Snow Labs
+name: sent_memo_model_4200
+date: 2024-09-03
+tags: [en, open_source, onnx, sentence_embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_memo_model_4200` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_memo_model_4200_en_5.5.0_3.0_1725334094327.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_memo_model_4200_en_5.5.0_3.0_1725334094327.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_memo_model_4200|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/memo_model_4200
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_memo_model_4200_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_memo_model_4200_pipeline_en.md
new file mode 100644
index 00000000000000..97dc3e99037704
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_memo_model_4200_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_memo_model_4200_pipeline pipeline XlmRoBertaSentenceEmbeddings from yemen2016
+author: John Snow Labs
+name: sent_memo_model_4200_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_memo_model_4200_pipeline` is a English model originally trained by yemen2016.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_memo_model_4200_pipeline_en_5.5.0_3.0_1725334145593.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_memo_model_4200_pipeline_en_5.5.0_3.0_1725334145593.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_memo_model_4200_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_memo_model_4200_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_memo_model_4200_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/yemen2016/memo_model_4200
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- XlmRoBertaSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_norwegian_bokml_roberta_base_ncc_plus_scandi_1e4_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_norwegian_bokml_roberta_base_ncc_plus_scandi_1e4_en.md
new file mode 100644
index 00000000000000..7dffbf4e66710a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_norwegian_bokml_roberta_base_ncc_plus_scandi_1e4_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_norwegian_bokml_roberta_base_ncc_plus_scandi_1e4 XlmRoBertaSentenceEmbeddings from NbAiLab
+author: John Snow Labs
+name: sent_norwegian_bokml_roberta_base_ncc_plus_scandi_1e4
+date: 2024-09-03
+tags: [en, open_source, onnx, sentence_embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_norwegian_bokml_roberta_base_ncc_plus_scandi_1e4` is a English model originally trained by NbAiLab.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_norwegian_bokml_roberta_base_ncc_plus_scandi_1e4_en_5.5.0_3.0_1725333691360.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_norwegian_bokml_roberta_base_ncc_plus_scandi_1e4_en_5.5.0_3.0_1725333691360.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_norwegian_bokml_roberta_base_ncc_plus_scandi_1e4|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/NbAiLab/nb-roberta-base-ncc-plus-scandi-1e4
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_ofa_multi_200_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_ofa_multi_200_en.md
new file mode 100644
index 00000000000000..b8c1dd0b489668
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_ofa_multi_200_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_ofa_multi_200 XlmRoBertaSentenceEmbeddings from yihongLiu
+author: John Snow Labs
+name: sent_ofa_multi_200
+date: 2024-09-03
+tags: [en, open_source, onnx, sentence_embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_ofa_multi_200` is a English model originally trained by yihongLiu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_ofa_multi_200_en_5.5.0_3.0_1725334346556.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_ofa_multi_200_en_5.5.0_3.0_1725334346556.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_ofa_multi_200|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|1.5 GB|
+
+## References
+
+https://huggingface.co/yihongLiu/ofa-multi-200
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline_en.md
new file mode 100644
index 00000000000000..28e03c364dbe23
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline pipeline XlmRoBertaSentenceEmbeddings from Nadav
+author: John Snow Labs
+name: sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline` is a English model originally trained by Nadav.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline_en_5.5.0_3.0_1725334120734.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline_en_5.5.0_3.0_1725334120734.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_xlm_roberta_base_finetuned_on_runaways_dutch_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/Nadav/xlm-roberta-base-finetuned-on-runaways-nl
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- XlmRoBertaSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline_en.md
new file mode 100644
index 00000000000000..14ce46e2791a1a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline pipeline XlmRoBertaSentenceEmbeddings from Nadav
+author: John Snow Labs
+name: sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline` is a English model originally trained by Nadav.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline_en_5.5.0_3.0_1725334415140.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline_en_5.5.0_3.0_1725334415140.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_xlm_roberta_base_finetuned_on_runaways_french_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/Nadav/xlm-roberta-base-finetuned-on-runaways-fr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- XlmRoBertaSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_indonesian_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_indonesian_en.md
new file mode 100644
index 00000000000000..be10b87f65bcd1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_indonesian_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sent_xlm_roberta_base_indonesian XlmRoBertaSentenceEmbeddings from harish
+author: John Snow Labs
+name: sent_xlm_roberta_base_indonesian
+date: 2024-09-03
+tags: [en, open_source, onnx, sentence_embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaSentenceEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_xlm_roberta_base_indonesian` is a English model originally trained by harish.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_xlm_roberta_base_indonesian_en_5.5.0_3.0_1725333831269.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_xlm_roberta_base_indonesian_en_5.5.0_3.0_1725333831269.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_xlm_roberta_base_indonesian|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence]|
+|Output Labels:|[embeddings]|
+|Language:|en|
+|Size:|653.1 MB|
+
+## References
+
+https://huggingface.co/harish/xlm-roberta-base-ID
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_indonesian_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_indonesian_pipeline_en.md
new file mode 100644
index 00000000000000..db476e01420bcf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sent_xlm_roberta_base_indonesian_pipeline_en.md
@@ -0,0 +1,71 @@
+---
+layout: model
+title: English sent_xlm_roberta_base_indonesian_pipeline pipeline XlmRoBertaSentenceEmbeddings from harish
+author: John Snow Labs
+name: sent_xlm_roberta_base_indonesian_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaSentenceEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sent_xlm_roberta_base_indonesian_pipeline` is a English model originally trained by harish.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sent_xlm_roberta_base_indonesian_pipeline_en_5.5.0_3.0_1725334022975.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sent_xlm_roberta_base_indonesian_pipeline_en_5.5.0_3.0_1725334022975.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sent_xlm_roberta_base_indonesian_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sent_xlm_roberta_base_indonesian_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sent_xlm_roberta_base_indonesian_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|653.6 MB|
+
+## References
+
+https://huggingface.co/harish/xlm-roberta-base-ID
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- SentenceDetectorDLModel
+- XlmRoBertaSentenceEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sentiment_analysis_app_review_en.md b/docs/_posts/ahmedlone127/2024-09-03-sentiment_analysis_app_review_en.md
new file mode 100644
index 00000000000000..186d047550a855
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sentiment_analysis_app_review_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sentiment_analysis_app_review DistilBertForSequenceClassification from sivaranjanisundarraj
+author: John Snow Labs
+name: sentiment_analysis_app_review
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sentiment_analysis_app_review` is a English model originally trained by sivaranjanisundarraj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sentiment_analysis_app_review_en_5.5.0_3.0_1725329642507.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sentiment_analysis_app_review_en_5.5.0_3.0_1725329642507.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sentiment_analysis_app_review|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/sivaranjanisundarraj/sentiment-analysis-app-review
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sentiment_finnlp_thai_nlp_chula_en.md b/docs/_posts/ahmedlone127/2024-09-03-sentiment_finnlp_thai_nlp_chula_en.md
new file mode 100644
index 00000000000000..9c2f70633435ba
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sentiment_finnlp_thai_nlp_chula_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sentiment_finnlp_thai_nlp_chula CamemBertForSequenceClassification from nlp-chula
+author: John Snow Labs
+name: sentiment_finnlp_thai_nlp_chula
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sentiment_finnlp_thai_nlp_chula` is a English model originally trained by nlp-chula.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sentiment_finnlp_thai_nlp_chula_en_5.5.0_3.0_1725324872977.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sentiment_finnlp_thai_nlp_chula_en_5.5.0_3.0_1725324872977.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sentiment_finnlp_thai_nlp_chula|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|394.3 MB|
+
+## References
+
+https://huggingface.co/nlp-chula/sentiment-finnlp-th
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sentiment_finnlp_thai_nlp_chula_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-sentiment_finnlp_thai_nlp_chula_pipeline_en.md
new file mode 100644
index 00000000000000..c730a424514277
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sentiment_finnlp_thai_nlp_chula_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English sentiment_finnlp_thai_nlp_chula_pipeline pipeline CamemBertForSequenceClassification from nlp-chula
+author: John Snow Labs
+name: sentiment_finnlp_thai_nlp_chula_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sentiment_finnlp_thai_nlp_chula_pipeline` is a English model originally trained by nlp-chula.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sentiment_finnlp_thai_nlp_chula_pipeline_en_5.5.0_3.0_1725324892016.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sentiment_finnlp_thai_nlp_chula_pipeline_en_5.5.0_3.0_1725324892016.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("sentiment_finnlp_thai_nlp_chula_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("sentiment_finnlp_thai_nlp_chula_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|sentiment_finnlp_thai_nlp_chula_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|394.4 MB|
+
+## References
+
+https://huggingface.co/nlp-chula/sentiment-finnlp-th
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- CamemBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-shanghainese_opus_chinese_serbocroatian_4000_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-shanghainese_opus_chinese_serbocroatian_4000_pipeline_en.md
new file mode 100644
index 00000000000000..5c6763f2e99626
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-shanghainese_opus_chinese_serbocroatian_4000_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English shanghainese_opus_chinese_serbocroatian_4000_pipeline pipeline MarianTransformer from spycsh
+author: John Snow Labs
+name: shanghainese_opus_chinese_serbocroatian_4000_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`shanghainese_opus_chinese_serbocroatian_4000_pipeline` is a English model originally trained by spycsh.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/shanghainese_opus_chinese_serbocroatian_4000_pipeline_en_5.5.0_3.0_1725346636527.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/shanghainese_opus_chinese_serbocroatian_4000_pipeline_en_5.5.0_3.0_1725346636527.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("shanghainese_opus_chinese_serbocroatian_4000_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("shanghainese_opus_chinese_serbocroatian_4000_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|shanghainese_opus_chinese_serbocroatian_4000_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|540.6 MB|
+
+## References
+
+https://huggingface.co/spycsh/shanghainese-opus-zh-sh-4000
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-soqbert_en.md b/docs/_posts/ahmedlone127/2024-09-03-soqbert_en.md
new file mode 100644
index 00000000000000..0b88196ef8d1ba
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-soqbert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English soqbert DistilBertForSequenceClassification from ilert
+author: John Snow Labs
+name: soqbert
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`soqbert` is a English model originally trained by ilert.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/soqbert_en_5.5.0_3.0_1725329881743.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/soqbert_en_5.5.0_3.0_1725329881743.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spanish_finnish_all|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|530.5 MB|
+
+## References
+
+https://huggingface.co/americasnlp-lct-ehu/es_fi_all
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-spanish_finnish_all_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-spanish_finnish_all_pipeline_en.md
new file mode 100644
index 00000000000000..31043d66db1297
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-spanish_finnish_all_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English spanish_finnish_all_pipeline pipeline MarianTransformer from americasnlp-lct-ehu
+author: John Snow Labs
+name: spanish_finnish_all_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`spanish_finnish_all_pipeline` is a English model originally trained by americasnlp-lct-ehu.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/spanish_finnish_all_pipeline_en_5.5.0_3.0_1725346721039.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/spanish_finnish_all_pipeline_en_5.5.0_3.0_1725346721039.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("spanish_finnish_all_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("spanish_finnish_all_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|spanish_finnish_all_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|531.1 MB|
+
+## References
+
+https://huggingface.co/americasnlp-lct-ehu/es_fi_all
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-sql_injection_attack_detection_distilbert_en.md b/docs/_posts/ahmedlone127/2024-09-03-sql_injection_attack_detection_distilbert_en.md
new file mode 100644
index 00000000000000..95be317087bf16
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-sql_injection_attack_detection_distilbert_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English sql_injection_attack_detection_distilbert DistilBertForSequenceClassification from cybersectony
+author: John Snow Labs
+name: sql_injection_attack_detection_distilbert
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`sql_injection_attack_detection_distilbert` is a English model originally trained by cybersectony.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/sql_injection_attack_detection_distilbert_en_5.5.0_3.0_1725329782659.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/sql_injection_attack_detection_distilbert_en_5.5.0_3.0_1725329782659.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|terjman_nano|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|ar|
+|Size:|265.2 MB|
+
+## References
+
+https://huggingface.co/atlasia/Terjman-Nano
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-terjman_nano_pipeline_ar.md b/docs/_posts/ahmedlone127/2024-09-03-terjman_nano_pipeline_ar.md
new file mode 100644
index 00000000000000..1d029fb82bdc68
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-terjman_nano_pipeline_ar.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Arabic terjman_nano_pipeline pipeline MarianTransformer from atlasia
+author: John Snow Labs
+name: terjman_nano_pipeline
+date: 2024-09-03
+tags: [ar, open_source, pipeline, onnx]
+task: Translation
+language: ar
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`terjman_nano_pipeline` is a Arabic model originally trained by atlasia.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/terjman_nano_pipeline_ar_5.5.0_3.0_1725346679975.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/terjman_nano_pipeline_ar_5.5.0_3.0_1725346679975.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("terjman_nano_pipeline", lang = "ar")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("terjman_nano_pipeline", lang = "ar")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|terjman_nano_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ar|
+|Size:|265.7 MB|
+
+## References
+
+https://huggingface.co/atlasia/Terjman-Nano
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline_en.md
new file mode 100644
index 00000000000000..5cbeea22925c4e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline pipeline XlmRoBertaForTokenClassification from anonymoussubmissions
+author: John Snow Labs
+name: tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline` is a English model originally trained by anonymoussubmissions.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline_en_5.5.0_3.0_1725323245516.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline_en_5.5.0_3.0_1725323245516.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tner_xlm_roberta_base_ontonotes5_switchboard_non_normalized_and_normalized_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|859.3 MB|
+
+## References
+
+https://huggingface.co/anonymoussubmissions/tner-xlm-roberta-base-ontonotes5-switchboard-non-normalized-and-normalized
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-tools_a6000_0_00003_en.md b/docs/_posts/ahmedlone127/2024-09-03-tools_a6000_0_00003_en.md
new file mode 100644
index 00000000000000..ba769ce863fd49
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-tools_a6000_0_00003_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English tools_a6000_0_00003 RoBertaForSequenceClassification from rose-e-wang
+author: John Snow Labs
+name: tools_a6000_0_00003
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tools_a6000_0_00003` is a English model originally trained by rose-e-wang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tools_a6000_0_00003_en_5.5.0_3.0_1725337721188.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tools_a6000_0_00003_en_5.5.0_3.0_1725337721188.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tools_a6000_0_00003|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/rose-e-wang/tools_a6000_0.00003
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-tools_a6000_0_00003_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-tools_a6000_0_00003_pipeline_en.md
new file mode 100644
index 00000000000000..0321e2feaa6b7f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-tools_a6000_0_00003_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English tools_a6000_0_00003_pipeline pipeline RoBertaForSequenceClassification from rose-e-wang
+author: John Snow Labs
+name: tools_a6000_0_00003_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tools_a6000_0_00003_pipeline` is a English model originally trained by rose-e-wang.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tools_a6000_0_00003_pipeline_en_5.5.0_3.0_1725337795484.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tools_a6000_0_00003_pipeline_en_5.5.0_3.0_1725337795484.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("tools_a6000_0_00003_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("tools_a6000_0_00003_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tools_a6000_0_00003_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.3 GB|
+
+## References
+
+https://huggingface.co/rose-e-wang/tools_a6000_0.00003
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-tosrobertav2_en.md b/docs/_posts/ahmedlone127/2024-09-03-tosrobertav2_en.md
new file mode 100644
index 00000000000000..420c4b3562ae39
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-tosrobertav2_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English tosrobertav2 RoBertaForSequenceClassification from CodeHima
+author: John Snow Labs
+name: tosrobertav2
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tosrobertav2` is a English model originally trained by CodeHima.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tosrobertav2_en_5.5.0_3.0_1725336667858.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tosrobertav2_en_5.5.0_3.0_1725336667858.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|transmodel_arabic_english|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentences]|
+|Output Labels:|[translation]|
+|Language:|en|
+|Size:|527.9 MB|
+
+## References
+
+https://huggingface.co/sofianch/TransModel_ar_en
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-triplets_e5_base_500_2183ce_3be9a5_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-triplets_e5_base_500_2183ce_3be9a5_pipeline_en.md
new file mode 100644
index 00000000000000..95fcbf36023f25
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-triplets_e5_base_500_2183ce_3be9a5_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English triplets_e5_base_500_2183ce_3be9a5_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: triplets_e5_base_500_2183ce_3be9a5_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`triplets_e5_base_500_2183ce_3be9a5_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/triplets_e5_base_500_2183ce_3be9a5_pipeline_en_5.5.0_3.0_1725332306217.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/triplets_e5_base_500_2183ce_3be9a5_pipeline_en_5.5.0_3.0_1725332306217.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("triplets_e5_base_500_2183ce_3be9a5_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("triplets_e5_base_500_2183ce_3be9a5_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|triplets_e5_base_500_2183ce_3be9a5_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|386.6 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/triplets-e5-base-500-2183ce-3be9a5
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-triplets_e5_base_500_484c6c_en.md b/docs/_posts/ahmedlone127/2024-09-03-triplets_e5_base_500_484c6c_en.md
new file mode 100644
index 00000000000000..a958f55a754895
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-triplets_e5_base_500_484c6c_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English triplets_e5_base_500_484c6c E5Embeddings from rithwik-db
+author: John Snow Labs
+name: triplets_e5_base_500_484c6c
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`triplets_e5_base_500_484c6c` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/triplets_e5_base_500_484c6c_en_5.5.0_3.0_1725332130826.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/triplets_e5_base_500_484c6c_en_5.5.0_3.0_1725332130826.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|triplets_e5_base_500_484c6c|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|378.2 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/triplets-e5-base-500-484c6c
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-triplets_e5_base_500_484c6c_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-triplets_e5_base_500_484c6c_pipeline_en.md
new file mode 100644
index 00000000000000..3181ab0f4b3997
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-triplets_e5_base_500_484c6c_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English triplets_e5_base_500_484c6c_pipeline pipeline E5Embeddings from rithwik-db
+author: John Snow Labs
+name: triplets_e5_base_500_484c6c_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`triplets_e5_base_500_484c6c_pipeline` is a English model originally trained by rithwik-db.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/triplets_e5_base_500_484c6c_pipeline_en_5.5.0_3.0_1725332162829.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/triplets_e5_base_500_484c6c_pipeline_en_5.5.0_3.0_1725332162829.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("triplets_e5_base_500_484c6c_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("triplets_e5_base_500_484c6c_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|triplets_e5_base_500_484c6c_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|378.2 MB|
+
+## References
+
+https://huggingface.co/rithwik-db/triplets-e5-base-500-484c6c
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-tst_tfm_stm_pp_th.md b/docs/_posts/ahmedlone127/2024-09-03-tst_tfm_stm_pp_th.md
new file mode 100644
index 00000000000000..0bea8db85db754
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-tst_tfm_stm_pp_th.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Thai tst_tfm_stm_pp CamemBertForSequenceClassification from Ppxndpxdd
+author: John Snow Labs
+name: tst_tfm_stm_pp
+date: 2024-09-03
+tags: [th, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: th
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`tst_tfm_stm_pp` is a Thai model originally trained by Ppxndpxdd.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/tst_tfm_stm_pp_th_5.5.0_3.0_1725325267147.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/tst_tfm_stm_pp_th_5.5.0_3.0_1725325267147.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|tst_tfm_stm_pp|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|th|
+|Size:|394.3 MB|
+
+## References
+
+https://huggingface.co/Ppxndpxdd/tst_tfm_stm_pp
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-turkish_tonga_tonga_islands_english_finetuned_model_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-turkish_tonga_tonga_islands_english_finetuned_model_pipeline_en.md
new file mode 100644
index 00000000000000..7ef3662f6a61cf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-turkish_tonga_tonga_islands_english_finetuned_model_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English turkish_tonga_tonga_islands_english_finetuned_model_pipeline pipeline MarianTransformer from ckartal
+author: John Snow Labs
+name: turkish_tonga_tonga_islands_english_finetuned_model_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`turkish_tonga_tonga_islands_english_finetuned_model_pipeline` is a English model originally trained by ckartal.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/turkish_tonga_tonga_islands_english_finetuned_model_pipeline_en_5.5.0_3.0_1725346880724.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/turkish_tonga_tonga_islands_english_finetuned_model_pipeline_en_5.5.0_3.0_1725346880724.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("turkish_tonga_tonga_islands_english_finetuned_model_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("turkish_tonga_tonga_islands_english_finetuned_model_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|turkish_tonga_tonga_islands_english_finetuned_model_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|525.8 MB|
+
+## References
+
+https://huggingface.co/ckartal/turkish-to-english-finetuned-model
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-varta_bert_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-03-varta_bert_pipeline_xx.md
new file mode 100644
index 00000000000000..f3f292e423ab4e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-varta_bert_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual varta_bert_pipeline pipeline BertEmbeddings from rahular
+author: John Snow Labs
+name: varta_bert_pipeline
+date: 2024-09-03
+tags: [xx, open_source, pipeline, onnx]
+task: Embeddings
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`varta_bert_pipeline` is a Multilingual model originally trained by rahular.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/varta_bert_pipeline_xx_5.5.0_3.0_1725323859896.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/varta_bert_pipeline_xx_5.5.0_3.0_1725323859896.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("varta_bert_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("varta_bert_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|varta_bert_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|691.1 MB|
+
+## References
+
+https://huggingface.co/rahular/varta-bert
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- BertEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-vietnamese_deberta_small_en.md b/docs/_posts/ahmedlone127/2024-09-03-vietnamese_deberta_small_en.md
new file mode 100644
index 00000000000000..171128489a9829
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-vietnamese_deberta_small_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English vietnamese_deberta_small DeBertaEmbeddings from binhquoc
+author: John Snow Labs
+name: vietnamese_deberta_small
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, deberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DeBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`vietnamese_deberta_small` is a English model originally trained by binhquoc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/vietnamese_deberta_small_en_5.5.0_3.0_1725331631913.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/vietnamese_deberta_small_en_5.5.0_3.0_1725331631913.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|vietnamese_deberta_small|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[sentence, token]|
+|Output Labels:|[deberta]|
+|Language:|en|
+|Size:|277.4 MB|
+
+## References
+
+https://huggingface.co/binhquoc/vie-deberta-small
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-vietnamese_deberta_small_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-vietnamese_deberta_small_pipeline_en.md
new file mode 100644
index 00000000000000..49d3cf694fe5dc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-vietnamese_deberta_small_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English vietnamese_deberta_small_pipeline pipeline DeBertaEmbeddings from binhquoc
+author: John Snow Labs
+name: vietnamese_deberta_small_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`vietnamese_deberta_small_pipeline` is a English model originally trained by binhquoc.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/vietnamese_deberta_small_pipeline_en_5.5.0_3.0_1725331645094.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/vietnamese_deberta_small_pipeline_en_5.5.0_3.0_1725331645094.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("vietnamese_deberta_small_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("vietnamese_deberta_small_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|vietnamese_deberta_small_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|277.4 MB|
+
+## References
+
+https://huggingface.co/binhquoc/vie-deberta-small
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DeBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline_en.md
new file mode 100644
index 00000000000000..93156a3926088a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline pipeline MarianTransformer from lukmanaj
+author: John Snow Labs
+name: vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Translation
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline` is a English model originally trained by lukmanaj.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline_en_5.5.0_3.0_1725346911296.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline_en_5.5.0_3.0_1725346911296.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|vis_genome_fine_tuned_opus_maltese_english_hausa_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|497.7 MB|
+
+## References
+
+https://huggingface.co/lukmanaj/vis-genome-fine-tuned-opus-mt-en-ha
+
+## Included Models
+
+- DocumentAssembler
+- SentenceDetectorDLModel
+- MarianTransformer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-wangchanberta_base_att_spm_uncased_finetuned_thainewspbs_th.md b/docs/_posts/ahmedlone127/2024-09-03-wangchanberta_base_att_spm_uncased_finetuned_thainewspbs_th.md
new file mode 100644
index 00000000000000..88e8226c049216
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-wangchanberta_base_att_spm_uncased_finetuned_thainewspbs_th.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: Thai wangchanberta_base_att_spm_uncased_finetuned_thainewspbs CamemBertForSequenceClassification from SiraH
+author: John Snow Labs
+name: wangchanberta_base_att_spm_uncased_finetuned_thainewspbs
+date: 2024-09-03
+tags: [th, open_source, onnx, sequence_classification, camembert]
+task: Text Classification
+language: th
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: CamemBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained CamemBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`wangchanberta_base_att_spm_uncased_finetuned_thainewspbs` is a Thai model originally trained by SiraH.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/wangchanberta_base_att_spm_uncased_finetuned_thainewspbs_th_5.5.0_3.0_1725325627440.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/wangchanberta_base_att_spm_uncased_finetuned_thainewspbs_th_5.5.0_3.0_1725325627440.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|wikipedia_categories_setfit|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/KnutJaegersberg/wikipedia_categories_setfit
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-wikipedia_categories_setfit_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-wikipedia_categories_setfit_pipeline_en.md
new file mode 100644
index 00000000000000..f901481ddcd01c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-wikipedia_categories_setfit_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English wikipedia_categories_setfit_pipeline pipeline E5Embeddings from KnutJaegersberg
+author: John Snow Labs
+name: wikipedia_categories_setfit_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`wikipedia_categories_setfit_pipeline` is a English model originally trained by KnutJaegersberg.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/wikipedia_categories_setfit_pipeline_en_5.5.0_3.0_1725344432897.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/wikipedia_categories_setfit_pipeline_en_5.5.0_3.0_1725344432897.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("wikipedia_categories_setfit_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("wikipedia_categories_setfit_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|wikipedia_categories_setfit_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.2 GB|
+
+## References
+
+https://huggingface.co/KnutJaegersberg/wikipedia_categories_setfit
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-with_e5_small_v2_en.md b/docs/_posts/ahmedlone127/2024-09-03-with_e5_small_v2_en.md
new file mode 100644
index 00000000000000..51ef8dcf1c06ee
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-with_e5_small_v2_en.md
@@ -0,0 +1,86 @@
+---
+layout: model
+title: English with_e5_small_v2 E5Embeddings from with-madrid
+author: John Snow Labs
+name: with_e5_small_v2
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, e5]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: E5Embeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`with_e5_small_v2` is a English model originally trained by with-madrid.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/with_e5_small_v2_en_5.5.0_3.0_1725340203824.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/with_e5_small_v2_en_5.5.0_3.0_1725340203824.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|with_e5_small_v2|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document]|
+|Output Labels:|[E5]|
+|Language:|en|
+|Size:|113.6 MB|
+
+## References
+
+https://huggingface.co/with-madrid/with-e5-small-v2
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-with_e5_small_v2_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-with_e5_small_v2_pipeline_en.md
new file mode 100644
index 00000000000000..a80b49a88f1b9c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-with_e5_small_v2_pipeline_en.md
@@ -0,0 +1,69 @@
+---
+layout: model
+title: English with_e5_small_v2_pipeline pipeline E5Embeddings from with-madrid
+author: John Snow Labs
+name: with_e5_small_v2_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained E5Embeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`with_e5_small_v2_pipeline` is a English model originally trained by with-madrid.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/with_e5_small_v2_pipeline_en_5.5.0_3.0_1725340212491.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/with_e5_small_v2_pipeline_en_5.5.0_3.0_1725340212491.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("with_e5_small_v2_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("with_e5_small_v2_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|with_e5_small_v2_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|113.6 MB|
+
+## References
+
+https://huggingface.co/with-madrid/with-e5-small-v2
+
+## Included Models
+
+- DocumentAssembler
+- E5Embeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-withinapps_ndd_petclinic_test_tags_cwadj_en.md b/docs/_posts/ahmedlone127/2024-09-03-withinapps_ndd_petclinic_test_tags_cwadj_en.md
new file mode 100644
index 00000000000000..84987d47871cb0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-withinapps_ndd_petclinic_test_tags_cwadj_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English withinapps_ndd_petclinic_test_tags_cwadj DistilBertForSequenceClassification from lgk03
+author: John Snow Labs
+name: withinapps_ndd_petclinic_test_tags_cwadj
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, distilbert]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: DistilBertForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`withinapps_ndd_petclinic_test_tags_cwadj` is a English model originally trained by lgk03.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/withinapps_ndd_petclinic_test_tags_cwadj_en_5.5.0_3.0_1725330246979.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/withinapps_ndd_petclinic_test_tags_cwadj_en_5.5.0_3.0_1725330246979.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|withinapps_ndd_petclinic_test_tags_cwadj|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/lgk03/WITHINAPPS_NDD-petclinic_test-tags-CWAdj
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-withinapps_ndd_petclinic_test_tags_cwadj_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-withinapps_ndd_petclinic_test_tags_cwadj_pipeline_en.md
new file mode 100644
index 00000000000000..da7b3acedcfaf0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-withinapps_ndd_petclinic_test_tags_cwadj_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English withinapps_ndd_petclinic_test_tags_cwadj_pipeline pipeline DistilBertForSequenceClassification from lgk03
+author: John Snow Labs
+name: withinapps_ndd_petclinic_test_tags_cwadj_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`withinapps_ndd_petclinic_test_tags_cwadj_pipeline` is a English model originally trained by lgk03.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/withinapps_ndd_petclinic_test_tags_cwadj_pipeline_en_5.5.0_3.0_1725330258920.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/withinapps_ndd_petclinic_test_tags_cwadj_pipeline_en_5.5.0_3.0_1725330258920.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("withinapps_ndd_petclinic_test_tags_cwadj_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("withinapps_ndd_petclinic_test_tags_cwadj_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|withinapps_ndd_petclinic_test_tags_cwadj_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|249.5 MB|
+
+## References
+
+https://huggingface.co/lgk03/WITHINAPPS_NDD-petclinic_test-tags-CWAdj
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- DistilBertForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_r_galen_meddocan_pipeline_es.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_r_galen_meddocan_pipeline_es.md
new file mode 100644
index 00000000000000..acb433ade72981
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_r_galen_meddocan_pipeline_es.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Castilian, Spanish xlm_r_galen_meddocan_pipeline pipeline XlmRoBertaForTokenClassification from IIC
+author: John Snow Labs
+name: xlm_r_galen_meddocan_pipeline
+date: 2024-09-03
+tags: [es, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: es
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_r_galen_meddocan_pipeline` is a Castilian, Spanish model originally trained by IIC.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_r_galen_meddocan_pipeline_es_5.5.0_3.0_1725348595291.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_r_galen_meddocan_pipeline_es_5.5.0_3.0_1725348595291.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_r_galen_meddocan_pipeline", lang = "es")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_r_galen_meddocan_pipeline", lang = "es")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_r_galen_meddocan_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|es|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/IIC/XLM_R_Galen-meddocan
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_arabic_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_arabic_en.md
new file mode 100644
index 00000000000000..dc1a7fc8acf7c5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_arabic_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_arabic XlmRoBertaEmbeddings from Davlan
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_arabic
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_arabic` is a English model originally trained by Davlan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_arabic_en_5.5.0_3.0_1725343187972.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_arabic_en_5.5.0_3.0_1725343187972.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_arabic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/Davlan/xlm-roberta-base-finetuned-arabic
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_arabic_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_arabic_pipeline_en.md
new file mode 100644
index 00000000000000..13a09a02d9d55c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_arabic_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_arabic_pipeline pipeline XlmRoBertaEmbeddings from Davlan
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_arabic_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_arabic_pipeline` is a English model originally trained by Davlan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_arabic_pipeline_en_5.5.0_3.0_1725343238177.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_arabic_pipeline_en_5.5.0_3.0_1725343238177.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_arabic_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_arabic_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_arabic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/Davlan/xlm-roberta-base-finetuned-arabic
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline_en.md
new file mode 100644
index 00000000000000..d9c2d45c7d0780
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline pipeline XlmRoBertaForTokenClassification from hcy5561
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline` is a English model originally trained by hcy5561.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline_en_5.5.0_3.0_1725323505456.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline_en_5.5.0_3.0_1725323505456.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_hcy5561_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|827.9 MB|
+
+## References
+
+https://huggingface.co/hcy5561/xlm-roberta-base-finetuned-panx-fr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_ttonio_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_ttonio_en.md
new file mode 100644
index 00000000000000..73c739d8133bf0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_ttonio_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_ttonio XlmRoBertaForTokenClassification from Ttonio
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_ttonio
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_ttonio` is a English model originally trained by Ttonio.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_ttonio_en_5.5.0_3.0_1725322596229.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_ttonio_en_5.5.0_3.0_1725322596229.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_ttonio|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|827.9 MB|
+
+## References
+
+https://huggingface.co/Ttonio/xlm-roberta-base-finetuned-panx-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_ttonio_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_ttonio_pipeline_en.md
new file mode 100644
index 00000000000000..d21b9b3b2a7961
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_ttonio_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_ttonio_pipeline pipeline XlmRoBertaForTokenClassification from Ttonio
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_ttonio_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_ttonio_pipeline` is a English model originally trained by Ttonio.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_ttonio_pipeline_en_5.5.0_3.0_1725322687965.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_ttonio_pipeline_en_5.5.0_3.0_1725322687965.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_ttonio_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_ttonio_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_ttonio_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|827.9 MB|
+
+## References
+
+https://huggingface.co/Ttonio/xlm-roberta-base-finetuned-panx-fr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_urashima_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_urashima_en.md
new file mode 100644
index 00000000000000..57b53c9c769e89
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_urashima_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_urashima XlmRoBertaForTokenClassification from Urashima
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_urashima
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_urashima` is a English model originally trained by Urashima.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_urashima_en_5.5.0_3.0_1725322305838.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_urashima_en_5.5.0_3.0_1725322305838.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_urashima|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|827.9 MB|
+
+## References
+
+https://huggingface.co/Urashima/xlm-roberta-base-finetuned-panx-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_urashima_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_urashima_pipeline_en.md
new file mode 100644
index 00000000000000..eceb7c6b79d139
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_french_urashima_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_french_urashima_pipeline pipeline XlmRoBertaForTokenClassification from Urashima
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_french_urashima_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_french_urashima_pipeline` is a English model originally trained by Urashima.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_urashima_pipeline_en_5.5.0_3.0_1725322396280.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_french_urashima_pipeline_en_5.5.0_3.0_1725322396280.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_urashima_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_french_urashima_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_french_urashima_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|827.9 MB|
+
+## References
+
+https://huggingface.co/Urashima/xlm-roberta-base-finetuned-panx-fr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_ericpeter_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_ericpeter_en.md
new file mode 100644
index 00000000000000..cd37f645d55a3f
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_ericpeter_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_ericpeter XlmRoBertaForTokenClassification from EricPeter
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_ericpeter
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_ericpeter` is a English model originally trained by EricPeter.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_ericpeter_en_5.5.0_3.0_1725323018322.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_ericpeter_en_5.5.0_3.0_1725323018322.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_ericpeter|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/EricPeter/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline_en.md
new file mode 100644
index 00000000000000..ff2e4ade1be42e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline pipeline XlmRoBertaForTokenClassification from EricPeter
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline` is a English model originally trained by EricPeter.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline_en_5.5.0_3.0_1725323093249.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline_en_5.5.0_3.0_1725323093249.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_ericpeter_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/EricPeter/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_eunkyung0505_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_eunkyung0505_en.md
new file mode 100644
index 00000000000000..1855433e5190e0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_eunkyung0505_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_eunkyung0505 XlmRoBertaForTokenClassification from eunkyung0505
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_eunkyung0505
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_eunkyung0505` is a English model originally trained by eunkyung0505.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_eunkyung0505_en_5.5.0_3.0_1725322881987.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_eunkyung0505_en_5.5.0_3.0_1725322881987.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_eunkyung0505|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.4 MB|
+
+## References
+
+https://huggingface.co/eunkyung0505/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline_en.md
new file mode 100644
index 00000000000000..7514f69f218588
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline pipeline XlmRoBertaForTokenClassification from eunkyung0505
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline` is a English model originally trained by eunkyung0505.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline_en_5.5.0_3.0_1725322947634.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline_en_5.5.0_3.0_1725322947634.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_eunkyung0505_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.4 MB|
+
+## References
+
+https://huggingface.co/eunkyung0505/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline_en.md
new file mode 100644
index 00000000000000..cd4534d07c9bed
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline pipeline XlmRoBertaForTokenClassification from ffalcao
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline` is a English model originally trained by ffalcao.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline_en_5.5.0_3.0_1725349294721.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline_en_5.5.0_3.0_1725349294721.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_ffalcao_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/ffalcao/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_54data_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_54data_en.md
new file mode 100644
index 00000000000000..8429aa04228daf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_54data_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_french_54data XlmRoBertaForTokenClassification from 54data
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_french_54data
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_french_54data` is a English model originally trained by 54data.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_54data_en_5.5.0_3.0_1725322452538.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_54data_en_5.5.0_3.0_1725322452538.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_french_54data|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|858.2 MB|
+
+## References
+
+https://huggingface.co/54data/xlm-roberta-base-finetuned-panx-de-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_54data_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_54data_pipeline_en.md
new file mode 100644
index 00000000000000..113c28162c84dd
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_54data_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_french_54data_pipeline pipeline XlmRoBertaForTokenClassification from 54data
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_french_54data_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_french_54data_pipeline` is a English model originally trained by 54data.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_54data_pipeline_en_5.5.0_3.0_1725322519151.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_54data_pipeline_en_5.5.0_3.0_1725322519151.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_french_54data_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_french_54data_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_french_54data_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|858.2 MB|
+
+## References
+
+https://huggingface.co/54data/xlm-roberta-base-finetuned-panx-de-fr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_lijingxin_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_lijingxin_en.md
new file mode 100644
index 00000000000000..de42e720ee0519
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_lijingxin_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_french_lijingxin XlmRoBertaForTokenClassification from lijingxin
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_french_lijingxin
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_french_lijingxin` is a English model originally trained by lijingxin.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_lijingxin_en_5.5.0_3.0_1725322403277.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_lijingxin_en_5.5.0_3.0_1725322403277.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_french_lijingxin|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|858.2 MB|
+
+## References
+
+https://huggingface.co/lijingxin/xlm-roberta-base-finetuned-panx-de-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_nobody138_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_nobody138_en.md
new file mode 100644
index 00000000000000..2158bc31ceb0d5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_nobody138_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_french_nobody138 XlmRoBertaForTokenClassification from Nobody138
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_french_nobody138
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_french_nobody138` is a English model originally trained by Nobody138.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_nobody138_en_5.5.0_3.0_1725323321077.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_nobody138_en_5.5.0_3.0_1725323321077.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_french_nobody138|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|858.2 MB|
+
+## References
+
+https://huggingface.co/Nobody138/xlm-roberta-base-finetuned-panx-de-fr
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline_en.md
new file mode 100644
index 00000000000000..454606bfe1e69d
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline pipeline XlmRoBertaForTokenClassification from Philophilae
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline` is a English model originally trained by Philophilae.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline_en_5.5.0_3.0_1725323619990.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline_en_5.5.0_3.0_1725323619990.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_french_philophilae_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|857.0 MB|
+
+## References
+
+https://huggingface.co/Philophilae/xlm-roberta-base-finetuned-panx-de-fr
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_hoonface_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_hoonface_pipeline_en.md
new file mode 100644
index 00000000000000..9ffb7245321e19
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_hoonface_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_hoonface_pipeline pipeline XlmRoBertaForTokenClassification from hoonface
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_hoonface_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_hoonface_pipeline` is a English model originally trained by hoonface.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_hoonface_pipeline_en_5.5.0_3.0_1725323093891.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_hoonface_pipeline_en_5.5.0_3.0_1725323093891.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_hoonface_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_hoonface_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_hoonface_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/hoonface/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_jo_kwsm_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_jo_kwsm_en.md
new file mode 100644
index 00000000000000..f74a3819bce1ad
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_jo_kwsm_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_jo_kwsm XlmRoBertaForTokenClassification from jo-kwsm
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_jo_kwsm
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_jo_kwsm` is a English model originally trained by jo-kwsm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_jo_kwsm_en_5.5.0_3.0_1725322160152.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_jo_kwsm_en_5.5.0_3.0_1725322160152.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_jo_kwsm|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/jo-kwsm/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline_en.md
new file mode 100644
index 00000000000000..222d2f73e7b2b7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline pipeline XlmRoBertaForTokenClassification from jo-kwsm
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline` is a English model originally trained by jo-kwsm.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline_en_5.5.0_3.0_1725322229460.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline_en_5.5.0_3.0_1725322229460.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_jo_kwsm_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/jo-kwsm/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_juhyun76_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_juhyun76_en.md
new file mode 100644
index 00000000000000..083873ce4ba9bc
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_juhyun76_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_juhyun76 XlmRoBertaForTokenClassification from juhyun76
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_juhyun76
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_juhyun76` is a English model originally trained by juhyun76.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_juhyun76_en_5.5.0_3.0_1725321696884.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_juhyun76_en_5.5.0_3.0_1725321696884.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_juhyun76|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|841.2 MB|
+
+## References
+
+https://huggingface.co/juhyun76/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_en.md
new file mode 100644
index 00000000000000..a22184d61347ef
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_mlvprasadofficial XlmRoBertaForTokenClassification from mlvprasadofficial
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_mlvprasadofficial
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_mlvprasadofficial` is a English model originally trained by mlvprasadofficial.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_en_5.5.0_3.0_1725322610781.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_en_5.5.0_3.0_1725322610781.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_mlvprasadofficial|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|851.7 MB|
+
+## References
+
+https://huggingface.co/mlvprasadofficial/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline_en.md
new file mode 100644
index 00000000000000..10a48784caf01c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline pipeline XlmRoBertaForTokenClassification from mlvprasadofficial
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline` is a English model originally trained by mlvprasadofficial.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline_en_5.5.0_3.0_1725322683537.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline_en_5.5.0_3.0_1725322683537.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_mlvprasadofficial_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|851.8 MB|
+
+## References
+
+https://huggingface.co/mlvprasadofficial/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_natnova_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_natnova_en.md
new file mode 100644
index 00000000000000..904b4512d4a251
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_natnova_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_natnova XlmRoBertaForTokenClassification from natnova
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_natnova
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_natnova` is a English model originally trained by natnova.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_natnova_en_5.5.0_3.0_1725321747430.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_natnova_en_5.5.0_3.0_1725321747430.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_natnova|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/natnova/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_natnova_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_natnova_pipeline_en.md
new file mode 100644
index 00000000000000..f65618fa21e9f4
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_natnova_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_natnova_pipeline pipeline XlmRoBertaForTokenClassification from natnova
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_natnova_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_natnova_pipeline` is a English model originally trained by natnova.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_natnova_pipeline_en_5.5.0_3.0_1725321817914.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_natnova_pipeline_en_5.5.0_3.0_1725321817914.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_natnova_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_natnova_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_natnova_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/natnova/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_photonmz_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_photonmz_en.md
new file mode 100644
index 00000000000000..98d44eb6aa9bc5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_photonmz_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_photonmz XlmRoBertaForTokenClassification from photonmz
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_photonmz
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_photonmz` is a English model originally trained by photonmz.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_photonmz_en_5.5.0_3.0_1725323033147.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_photonmz_en_5.5.0_3.0_1725323033147.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_photonmz|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/photonmz/xlm-roberta-base-finetuned-panx-de
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_tieincred_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_tieincred_pipeline_en.md
new file mode 100644
index 00000000000000..50d6298bbda0bf
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_german_tieincred_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_german_tieincred_pipeline pipeline XlmRoBertaForTokenClassification from TieIncred
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_german_tieincred_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_german_tieincred_pipeline` is a English model originally trained by TieIncred.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_tieincred_pipeline_en_5.5.0_3.0_1725348465079.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_german_tieincred_pipeline_en_5.5.0_3.0_1725348465079.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_tieincred_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_finetuned_panx_german_tieincred_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_german_tieincred_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/TieIncred/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_italian_param_mehta_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_italian_param_mehta_en.md
new file mode 100644
index 00000000000000..969b32985a0502
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_italian_param_mehta_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_italian_param_mehta XlmRoBertaForTokenClassification from param-mehta
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_italian_param_mehta
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_italian_param_mehta` is a English model originally trained by param-mehta.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_italian_param_mehta_en_5.5.0_3.0_1725321980238.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_italian_param_mehta_en_5.5.0_3.0_1725321980238.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_italian_param_mehta|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|820.7 MB|
+
+## References
+
+https://huggingface.co/param-mehta/xlm-roberta-base-finetuned-panx-it
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_italian_saqidr_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_italian_saqidr_en.md
new file mode 100644
index 00000000000000..799d63c6f377e9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_finetuned_panx_italian_saqidr_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_finetuned_panx_italian_saqidr XlmRoBertaForTokenClassification from saqidr
+author: John Snow Labs
+name: xlm_roberta_base_finetuned_panx_italian_saqidr
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, xlm_roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_finetuned_panx_italian_saqidr` is a English model originally trained by saqidr.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_italian_saqidr_en_5.5.0_3.0_1725323173326.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_finetuned_panx_italian_saqidr_en_5.5.0_3.0_1725323173326.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_finetuned_panx_italian_saqidr|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|816.7 MB|
+
+## References
+
+https://huggingface.co/saqidr/xlm-roberta-base-finetuned-panx-it
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_pharmaconer_mmenendezg_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_pharmaconer_mmenendezg_en.md
new file mode 100644
index 00000000000000..97cef894213cf0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_pharmaconer_mmenendezg_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlm_roberta_base_pharmaconer_mmenendezg RoBertaForTokenClassification from mmenendezg
+author: John Snow Labs
+name: xlm_roberta_base_pharmaconer_mmenendezg
+date: 2024-09-03
+tags: [en, open_source, onnx, token_classification, roberta, ner]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: RoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_pharmaconer_mmenendezg` is a English model originally trained by mmenendezg.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_pharmaconer_mmenendezg_en_5.5.0_3.0_1725326272489.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_pharmaconer_mmenendezg_en_5.5.0_3.0_1725326272489.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_pharmaconer_mmenendezg|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|837.9 MB|
+
+## References
+
+https://huggingface.co/mmenendezg/xlm-roberta-base-pharmaconer
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_pharmaconer_mmenendezg_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_pharmaconer_mmenendezg_pipeline_en.md
new file mode 100644
index 00000000000000..50023189d6162a
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_pharmaconer_mmenendezg_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlm_roberta_base_pharmaconer_mmenendezg_pipeline pipeline RoBertaForTokenClassification from mmenendezg
+author: John Snow Labs
+name: xlm_roberta_base_pharmaconer_mmenendezg_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained RoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_pharmaconer_mmenendezg_pipeline` is a English model originally trained by mmenendezg.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_pharmaconer_mmenendezg_pipeline_en_5.5.0_3.0_1725326356527.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_pharmaconer_mmenendezg_pipeline_en_5.5.0_3.0_1725326356527.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_pharmaconer_mmenendezg_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_pharmaconer_mmenendezg_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_pharmaconer_mmenendezg_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|837.9 MB|
+
+## References
+
+https://huggingface.co/mmenendezg/xlm-roberta-base-pharmaconer
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- RoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_romanian_ner_ronec_pipeline_ro.md b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_romanian_ner_ronec_pipeline_ro.md
new file mode 100644
index 00000000000000..26eb677c8cf7d2
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlm_roberta_base_romanian_ner_ronec_pipeline_ro.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Moldavian, Moldovan, Romanian xlm_roberta_base_romanian_ner_ronec_pipeline pipeline XlmRoBertaForTokenClassification from EvanD
+author: John Snow Labs
+name: xlm_roberta_base_romanian_ner_ronec_pipeline
+date: 2024-09-03
+tags: [ro, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: ro
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlm_roberta_base_romanian_ner_ronec_pipeline` is a Moldavian, Moldovan, Romanian model originally trained by EvanD.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_romanian_ner_ronec_pipeline_ro_5.5.0_3.0_1725349161655.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlm_roberta_base_romanian_ner_ronec_pipeline_ro_5.5.0_3.0_1725349161655.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlm_roberta_base_romanian_ner_ronec_pipeline", lang = "ro")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlm_roberta_base_romanian_ner_ronec_pipeline", lang = "ro")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlm_roberta_base_romanian_ner_ronec_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|ro|
+|Size:|800.3 MB|
+
+## References
+
+https://huggingface.co/EvanD/xlm-roberta-base-romanian-ner-ronec
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmr_finetuned_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlmr_finetuned_en.md
new file mode 100644
index 00000000000000..dc8c6c6f4428a7
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmr_finetuned_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xlmr_finetuned XlmRoBertaEmbeddings from kietnt0603
+author: John Snow Labs
+name: xlmr_finetuned
+date: 2024-09-03
+tags: [en, open_source, onnx, embeddings, xlm_roberta]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaEmbeddings
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmr_finetuned` is a English model originally trained by kietnt0603.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmr_finetuned_en_5.5.0_3.0_1725342964442.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmr_finetuned_en_5.5.0_3.0_1725342964442.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmr_finetuned|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[xlm_roberta]|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/kietnt0603/xlmr-finetuned
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmr_finetuned_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlmr_finetuned_pipeline_en.md
new file mode 100644
index 00000000000000..34e9da11823fa8
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmr_finetuned_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlmr_finetuned_pipeline pipeline XlmRoBertaEmbeddings from kietnt0603
+author: John Snow Labs
+name: xlmr_finetuned_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Embeddings
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmr_finetuned_pipeline` is a English model originally trained by kietnt0603.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmr_finetuned_pipeline_en_5.5.0_3.0_1725343022060.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmr_finetuned_pipeline_en_5.5.0_3.0_1725343022060.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmr_finetuned_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmr_finetuned_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmr_finetuned_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/kietnt0603/xlmr-finetuned
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaEmbeddings
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmr_qa_extraction_finnish_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlmr_qa_extraction_finnish_pipeline_en.md
new file mode 100644
index 00000000000000..7d356f36088d3e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmr_qa_extraction_finnish_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlmr_qa_extraction_finnish_pipeline pipeline XlmRoBertaForTokenClassification from TurkuNLP
+author: John Snow Labs
+name: xlmr_qa_extraction_finnish_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmr_qa_extraction_finnish_pipeline` is a English model originally trained by TurkuNLP.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmr_qa_extraction_finnish_pipeline_en_5.5.0_3.0_1725322200321.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmr_qa_extraction_finnish_pipeline_en_5.5.0_3.0_1725322200321.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmr_qa_extraction_finnish_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmr_qa_extraction_finnish_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmr_qa_extraction_finnish_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|836.6 MB|
+
+## References
+
+https://huggingface.co/TurkuNLP/xlmr-qa-extraction-fi
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_classifier_verdict_pipeline_xx.md b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_classifier_verdict_pipeline_xx.md
new file mode 100644
index 00000000000000..b272e048591a96
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_classifier_verdict_pipeline_xx.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Multilingual xlmroberta_classifier_verdict_pipeline pipeline XlmRoBertaForSequenceClassification from saattrupdan
+author: John Snow Labs
+name: xlmroberta_classifier_verdict_pipeline
+date: 2024-09-03
+tags: [xx, open_source, pipeline, onnx]
+task: Text Classification
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_classifier_verdict_pipeline` is a Multilingual model originally trained by saattrupdan.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_classifier_verdict_pipeline_xx_5.5.0_3.0_1725328845798.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_classifier_verdict_pipeline_xx_5.5.0_3.0_1725328845798.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_classifier_verdict_pipeline", lang = "xx")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_classifier_verdict_pipeline", lang = "xx")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_classifier_verdict_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|xx|
+|Size:|982.1 MB|
+
+## References
+
+https://huggingface.co/saattrupdan/verdict-classifier
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_classifier_verdict_xx.md b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_classifier_verdict_xx.md
new file mode 100644
index 00000000000000..1e236d640df02c
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_classifier_verdict_xx.md
@@ -0,0 +1,104 @@
+---
+layout: model
+title: Multilingual XlmRobertaForSequenceClassification Cased model (from saattrupdan)
+author: John Snow Labs
+name: xlmroberta_classifier_verdict
+date: 2024-09-03
+tags: [en, de, fr, es, ru, ar, pt, pl, it, nl, tr, zh, ca, fi, ro, da, el, ko, sv, cs, ja, th, hu, bg, et, sl, hi, vi, lv, lt, fa, hr, sk, ur, ta, bn, eu, uk, sr, is, te, ml, "no", ka, mr, tl, cy, si, hy, km, my, ne, kn, gu, bs, am, pa, ps, or, ug, lo, ht, sd, open_source, xlm_roberta, sequence_classification, classification, xx, onnx]
+task: Text Classification
+language: xx
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRobertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `verdict-classifier` is a Multilingual model originally trained by `saattrupdan`.
+
+## Predicted Entities
+
+`factual`, `misinformation`, `other`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_classifier_verdict_xx_5.5.0_3.0_1725328780396.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_classifier_verdict_xx_5.5.0_3.0_1725328780396.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_jonfrank_base_finetuned_panx|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+References
+
+- https://huggingface.co/jonfrank/xlm-roberta-base-finetuned-panx-de
+- https://paperswithcode.com/sota?task=Token+Classification&dataset=xtreme
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline_de.md
new file mode 100644
index 00000000000000..21b91aa51e78f0
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline pipeline XlmRoBertaForTokenClassification from jonfrank
+author: John Snow Labs
+name: xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline
+date: 2024-09-03
+tags: [de, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline` is a German model originally trained by jonfrank.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline_de_5.5.0_3.0_1725349507537.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline_de_5.5.0_3.0_1725349507537.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_jonfrank_base_finetuned_panx_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/jonfrank/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_mertyrgn_base_finetuned_panx_de.md b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_mertyrgn_base_finetuned_panx_de.md
new file mode 100644
index 00000000000000..452ddcaba097f1
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_mertyrgn_base_finetuned_panx_de.md
@@ -0,0 +1,113 @@
+---
+layout: model
+title: German XLMRobertaForTokenClassification Base Cased model (from mertyrgn)
+author: John Snow Labs
+name: xlmroberta_ner_mertyrgn_base_finetuned_panx
+date: 2024-09-03
+tags: [de, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-panx-de` is a German model originally trained by `mertyrgn`.
+
+## Predicted Entities
+
+`PER`, `LOC`, `ORG`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_mertyrgn_base_finetuned_panx_de_5.5.0_3.0_1725347785722.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_mertyrgn_base_finetuned_panx_de_5.5.0_3.0_1725347785722.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_mertyrgn_base_finetuned_panx|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+References
+
+- https://huggingface.co/mertyrgn/xlm-roberta-base-finetuned-panx-de
+- https://paperswithcode.com/sota?task=Token+Classification&dataset=xtreme
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_naam_base_finetuned_panx_pipeline_de.md b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_naam_base_finetuned_panx_pipeline_de.md
new file mode 100644
index 00000000000000..88d14575225b5e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_naam_base_finetuned_panx_pipeline_de.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: German xlmroberta_ner_naam_base_finetuned_panx_pipeline pipeline XlmRoBertaForTokenClassification from naam
+author: John Snow Labs
+name: xlmroberta_ner_naam_base_finetuned_panx_pipeline
+date: 2024-09-03
+tags: [de, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_naam_base_finetuned_panx_pipeline` is a German model originally trained by naam.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_naam_base_finetuned_panx_pipeline_de_5.5.0_3.0_1725348752902.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_naam_base_finetuned_panx_pipeline_de_5.5.0_3.0_1725348752902.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_naam_base_finetuned_panx_pipeline", lang = "de")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_naam_base_finetuned_panx_pipeline", lang = "de")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_naam_base_finetuned_panx_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|de|
+|Size:|853.8 MB|
+
+## References
+
+https://huggingface.co/naam/xlm-roberta-base-finetuned-panx-de
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_robkayinto_base_finetuned_panx_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_robkayinto_base_finetuned_panx_en.md
new file mode 100644
index 00000000000000..c916033d5298b3
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_robkayinto_base_finetuned_panx_en.md
@@ -0,0 +1,113 @@
+---
+layout: model
+title: English XLMRobertaForTokenClassification Base Cased model (from robkayinto)
+author: John Snow Labs
+name: xlmroberta_ner_robkayinto_base_finetuned_panx
+date: 2024-09-03
+tags: [en, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-panx-en` is a English model originally trained by `robkayinto`.
+
+## Predicted Entities
+
+`PER`, `LOC`, `ORG`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_robkayinto_base_finetuned_panx_en_5.5.0_3.0_1725348040476.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_robkayinto_base_finetuned_panx_en_5.5.0_3.0_1725348040476.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_robkayinto_base_finetuned_panx|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|en|
+|Size:|826.4 MB|
+
+## References
+
+References
+
+- https://huggingface.co/robkayinto/xlm-roberta-base-finetuned-panx-en
+- https://paperswithcode.com/sota?task=Token+Classification&dataset=xtreme
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline_en.md
new file mode 100644
index 00000000000000..736671f789f65e
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline pipeline XlmRoBertaForTokenClassification from robkayinto
+author: John Snow Labs
+name: xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline` is a English model originally trained by robkayinto.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline_en_5.5.0_3.0_1725348136921.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline_en_5.5.0_3.0_1725348136921.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_robkayinto_base_finetuned_panx_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|826.4 MB|
+
+## References
+
+https://huggingface.co/robkayinto/xlm-roberta-base-finetuned-panx-en
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_victen_base_finetuned_panx_de.md b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_victen_base_finetuned_panx_de.md
new file mode 100644
index 00000000000000..b65e584a791614
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_victen_base_finetuned_panx_de.md
@@ -0,0 +1,113 @@
+---
+layout: model
+title: German XLMRobertaForTokenClassification Base Cased model (from victen)
+author: John Snow Labs
+name: xlmroberta_ner_victen_base_finetuned_panx
+date: 2024-09-03
+tags: [de, open_source, xlm_roberta, ner, onnx]
+task: Named Entity Recognition
+language: de
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForTokenClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XLMRobertaForTokenClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP. `xlm-roberta-base-finetuned-panx-de` is a German model originally trained by `victen`.
+
+## Predicted Entities
+
+`PER`, `LOC`, `ORG`
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_victen_base_finetuned_panx_de_5.5.0_3.0_1725348005876.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_victen_base_finetuned_panx_de_5.5.0_3.0_1725348005876.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[ner]|
+|Language:|am|
+|Size:|1.0 GB|
+
+## References
+
+References
+
+- https://huggingface.co/mbeukman/xlm-roberta-base-finetuned-amharic-finetuned-ner-amharic
+- https://arxiv.org/abs/2103.11811
+- https://github.com/Michael-Beukman/NERTransfer
+- https://www.apache.org/licenses/LICENSE-2.0
+- https://github.com/Michael-Beukm
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline_am.md b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline_am.md
new file mode 100644
index 00000000000000..7726f1bfdbc6f9
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline_am.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: Amharic xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline pipeline XlmRoBertaForTokenClassification from mbeukman
+author: John Snow Labs
+name: xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline
+date: 2024-09-03
+tags: [am, open_source, pipeline, onnx]
+task: Named Entity Recognition
+language: am
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline` is a Amharic model originally trained by mbeukman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline_am_5.5.0_3.0_1725347761303.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline_am_5.5.0_3.0_1725347761303.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline", lang = "am")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline", lang = "am")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xlmroberta_ner_xlm_roberta_base_finetuned_amharic_finetuned_ner_amharic_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|am|
+|Size:|1.0 GB|
+
+## References
+
+https://huggingface.co/mbeukman/xlm-roberta-base-finetuned-amharic-finetuned-ner-amharic
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForTokenClassification
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xml_roberta_climate_change_implicit_v01_en.md b/docs/_posts/ahmedlone127/2024-09-03-xml_roberta_climate_change_implicit_v01_en.md
new file mode 100644
index 00000000000000..cbb8af1de2b2ae
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xml_roberta_climate_change_implicit_v01_en.md
@@ -0,0 +1,94 @@
+---
+layout: model
+title: English xml_roberta_climate_change_implicit_v01 XlmRoBertaForSequenceClassification from liserman
+author: John Snow Labs
+name: xml_roberta_climate_change_implicit_v01
+date: 2024-09-03
+tags: [en, open_source, onnx, sequence_classification, xlm_roberta]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+engine: onnx
+annotator: XlmRoBertaForSequenceClassification
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification model, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xml_roberta_climate_change_implicit_v01` is a English model originally trained by liserman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xml_roberta_climate_change_implicit_v01_en_5.5.0_3.0_1725328139516.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xml_roberta_climate_change_implicit_v01_en_5.5.0_3.0_1725328139516.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xml_roberta_climate_change_implicit_v01|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Input Labels:|[document, token]|
+|Output Labels:|[class]|
+|Language:|en|
+|Size:|846.7 MB|
+
+## References
+
+https://huggingface.co/liserman/xml-roberta-climate-change-implicit-v01
\ No newline at end of file
diff --git a/docs/_posts/ahmedlone127/2024-09-03-xml_roberta_climate_change_implicit_v01_pipeline_en.md b/docs/_posts/ahmedlone127/2024-09-03-xml_roberta_climate_change_implicit_v01_pipeline_en.md
new file mode 100644
index 00000000000000..0b0933781a46d5
--- /dev/null
+++ b/docs/_posts/ahmedlone127/2024-09-03-xml_roberta_climate_change_implicit_v01_pipeline_en.md
@@ -0,0 +1,70 @@
+---
+layout: model
+title: English xml_roberta_climate_change_implicit_v01_pipeline pipeline XlmRoBertaForSequenceClassification from liserman
+author: John Snow Labs
+name: xml_roberta_climate_change_implicit_v01_pipeline
+date: 2024-09-03
+tags: [en, open_source, pipeline, onnx]
+task: Text Classification
+language: en
+edition: Spark NLP 5.5.0
+spark_version: 3.0
+supported: true
+annotator: PipelineModel
+article_header:
+ type: cover
+use_language_switcher: "Python-Scala-Java"
+---
+
+## Description
+
+Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.`xml_roberta_climate_change_implicit_v01_pipeline` is a English model originally trained by liserman.
+
+{:.btn-box}
+
+
+[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/models/xml_roberta_climate_change_implicit_v01_pipeline_en_5.5.0_3.0_1725328216369.zip){:.button.button-orange.button-orange-trans.arr.button-icon}
+[Copy S3 URI](s3://auxdata.johnsnowlabs.com/public/models/xml_roberta_climate_change_implicit_v01_pipeline_en_5.5.0_3.0_1725328216369.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}
+
+## How to use
+
+
+
+
+{% include programmingLanguageSelectScalaPythonNLU.html %}
+```python
+
+pipeline = PretrainedPipeline("xml_roberta_climate_change_implicit_v01_pipeline", lang = "en")
+annotations = pipeline.transform(df)
+
+```
+```scala
+
+val pipeline = new PretrainedPipeline("xml_roberta_climate_change_implicit_v01_pipeline", lang = "en")
+val annotations = pipeline.transform(df)
+
+```
+
+
+{:.model-param}
+## Model Information
+
+{:.table-model}
+|---|---|
+|Model Name:|xml_roberta_climate_change_implicit_v01_pipeline|
+|Type:|pipeline|
+|Compatibility:|Spark NLP 5.5.0+|
+|License:|Open Source|
+|Edition:|Official|
+|Language:|en|
+|Size:|846.7 MB|
+
+## References
+
+https://huggingface.co/liserman/xml-roberta-climate-change-implicit-v01
+
+## Included Models
+
+- DocumentAssembler
+- TokenizerModel
+- XlmRoBertaForSequenceClassification
\ No newline at end of file