add disclaimer
Browse files
README.md
CHANGED
@@ -2497,7 +2497,9 @@ tags:
|
|
2497 |
- teradata
|
2498 |
---
|
2499 |
|
2500 |
-
|
|
|
|
|
2501 |
|
2502 |
# A Teradata Vantage compatible Embeddings Model
|
2503 |
|
@@ -2649,4 +2651,13 @@ print("Cosine similiarity for embeddings calculated with ONNX:" + str(cos_sim(em
|
|
2649 |
print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
|
2650 |
```
|
2651 |
|
2652 |
-
You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2497 |
- teradata
|
2498 |
---
|
2499 |
|
2500 |
+
***See Disclaimer below***
|
2501 |
+
|
2502 |
+
----
|
2503 |
|
2504 |
# A Teradata Vantage compatible Embeddings Model
|
2505 |
|
|
|
2651 |
print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
|
2652 |
```
|
2653 |
|
2654 |
+
You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)
|
2655 |
+
|
2656 |
+
----
|
2657 |
+
DISCLAIMER: The content herein (“Content”) is provided “AS IS” and is not covered by any Teradata Operations, Inc. and its affiliates (“Teradata”) agreements. Its listing here does not constitute certification or endorsement by Teradata.
|
2658 |
+
|
2659 |
+
To the extent any of the Content contains or is related to any artificial intelligence (“AI”) or other language learning models (“Models”) that interoperate with the products and services of Teradata, by accessing, bringing, deploying or using such Models, you acknowledge and agree that you are solely responsible for ensuring compliance with all applicable laws, regulations, and restrictions governing the use, deployment, and distribution of AI technologies. This includes, but is not limited to, AI Diffusion Rules, European Union AI Act, AI-related laws and regulations, privacy laws, export controls, and financial or sector-specific regulations.
|
2660 |
+
|
2661 |
+
While Teradata may provide support, guidance, or assistance in the deployment or implementation of Models to interoperate with Teradata’s products and/or services, you remain fully responsible for ensuring that your Models, data, and applications comply with all relevant legal and regulatory obligations. Our assistance does not constitute legal or regulatory approval, and Teradata disclaims any liability arising from non-compliance with applicable laws.
|
2662 |
+
|
2663 |
+
You must determine the suitability of the Models for any purpose. Given the probabilistic nature of machine learning and modeling, the use of the Models may in some situations result in incorrect output that does not accurately reflect the action generated. You should evaluate the accuracy of any output as appropriate for your use case, including by using human review of the output.
|