sapiens-entity 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ This is proprietary code.
2
+
3
+ Its copying, alteration and distribution outside official media is strictly prohibited.
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.2
2
+ Name: sapiens_entity
3
+ Version: 1.0.0
4
+ Home-page: https://github.com/sapiens-technology/sapiens_entity
5
+ Author: SAPIENS TECHNOLOGY
6
+ License: Proprietary Software
7
+ License-File: LICENSE.txt
8
+ Requires-Dist: sapiens-transformers==1.8.9
9
+ Requires-Dist: models-selector==1.0.4
10
+ Requires-Dist: utilities-nlp==7.0.3
11
+ Requires-Dist: sapiens-attention==1.0.7
12
+ Requires-Dist: sapiens-model==2.0.5
13
+ Requires-Dist: torch==2.4.1
14
+ Dynamic: author
15
+ Dynamic: home-page
16
+ Dynamic: license
17
+ Dynamic: requires-dist
@@ -0,0 +1,25 @@
1
+ """
2
+ The “Entity” is an algorithm architected, programmed, and developed by Sapiens Technology®️ with the purpose of managing multiple Artificial Intelligence models simultaneously,
3
+ operating as a master model capable of requesting the most appropriate model for each type of situation.
4
+ Its technology is based on the intelligent selection of models according to the user’s prompt;
5
+ this selection is carried out through the combination of distinct methods such as perplexity, symbolism, connectivity, and semantic comparison.
6
+ A primary model may be loaded as an assistant for input categorization or for building more elaborate responses inspired by the selection or combination of the outputs from secondary models (submodels).
7
+ The developer can set the most appropriate method depending on their project needs, or configure the call so that the function itself automatically chooses the best method.
8
+
9
+ Editing, customization, or distribution of this or any other Sapiens Technology®️ code is not permitted without the company’s prior consent,
10
+ and any public posting or commentary related to the technical concepts of our code is strictly prohibited. Violators may be subject to legal action initiated by our legal team.
11
+ """
12
+ # --------------------------> A SAPIENS TECHNOLOGY®️ PRODUCTION) <--------------------------
13
+ from .sapiens_entity import *
14
+ """
15
+ The “Entity” is an algorithm architected, programmed, and developed by Sapiens Technology®️ with the purpose of managing multiple Artificial Intelligence models simultaneously,
16
+ operating as a master model capable of requesting the most appropriate model for each type of situation.
17
+ Its technology is based on the intelligent selection of models according to the user’s prompt;
18
+ this selection is carried out through the combination of distinct methods such as perplexity, symbolism, connectivity, and semantic comparison.
19
+ A primary model may be loaded as an assistant for input categorization or for building more elaborate responses inspired by the selection or combination of the outputs from secondary models (submodels).
20
+ The developer can set the most appropriate method depending on their project needs, or configure the call so that the function itself automatically chooses the best method.
21
+
22
+ Editing, customization, or distribution of this or any other Sapiens Technology®️ code is not permitted without the company’s prior consent,
23
+ and any public posting or commentary related to the technical concepts of our code is strictly prohibited. Violators may be subject to legal action initiated by our legal team.
24
+ """
25
+ # --------------------------> A SAPIENS TECHNOLOGY®️ PRODUCTION) <--------------------------