AbstractIntegratedModule 0.5.6__tar.gz → 0.6.1__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.
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractIntegratedModule.cp313-win_amd64.pyd +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractIntegratedModule.cpython-310-aarch64-linux-gnu.so +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractIntegratedModule.cpython-312-x86_64-linux-gnu.so +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1/AbstractIntegratedModule.egg-info}/PKG-INFO +5 -8
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractIntegratedModule.py +1 -1
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractOptimizedModules.c +152 -152
- {abstractintegratedmodule-0.5.6/AbstractIntegratedModule.egg-info → abstractintegratedmodule-0.6.1}/PKG-INFO +5 -8
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/README.md +4 -7
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/setup.py +1 -1
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractIntegratedModule.egg-info/SOURCES.txt +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractIntegratedModule.egg-info/dependency_links.txt +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractIntegratedModule.egg-info/requires.txt +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractIntegratedModule.egg-info/top_level.txt +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractOptimizedModules.cp313-win_amd64.pyd +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractOptimizedModules.cpython-310-aarch64-linux-gnu.so +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractOptimizedModules.cpython-312-x86_64-linux-gnu.so +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractOptimizedModules.pyx +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/MANIFEST.in +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/pyproject.toml +0 -0
- {abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/setup.cfg +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AbstractIntegratedModule
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.1
|
|
4
4
|
Summary: Library for Advanced Integrated Non-LLM AI Models - Optimized Backend Framework For Non-LLM AI Agent
|
|
5
5
|
Author: Micro-Novelty
|
|
6
6
|
Author-email: hernikpuspita5@gmail.com
|
|
@@ -42,7 +42,7 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
|
|
|
42
42
|
#### Note: The README here you are reading is a direct copy from my README Repository, to download the necessary files, you can visit my Repository with the provided link above.
|
|
43
43
|
|
|
44
44
|
### Library Short Description:
|
|
45
|
-
- Development Stage: 0.
|
|
45
|
+
- Development Stage: 0.6.1 Official Release.
|
|
46
46
|
- Maintainer: Micro-Novelty.
|
|
47
47
|
- library Source-Code is Open-sourced on github.
|
|
48
48
|
- Purpose: Specifically Designed for providing Non-LLM AI Agent Framework for edge Devices, Optimized for ARM64 architecture.
|
|
@@ -67,14 +67,11 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
|
|
|
67
67
|
- Robust Advanced prediction capabilities proven effective on ARM64 Using MLP + LSTM Architectures.
|
|
68
68
|
- Transformer Modules Optimized using Cython, to reduce Memory overhead and Reduce CPU Usage, With Reduced Training Time.
|
|
69
69
|
- Changelog:
|
|
70
|
-
- v0.
|
|
70
|
+
- v0.6.1:
|
|
71
71
|
- [=] New features:
|
|
72
|
-
- Added Anisotropy measurement optimization in Cython to handle complex logic.
|
|
73
|
-
- Added Cython softmax for Transformer to reduce CPU consumption.
|
|
74
|
-
- Added Cython Cosine similarity to reduce ensemble prediction time needed for prediction.
|
|
75
72
|
- Added safety guards for Cosine similarity to prevent string arrays to cause further errors.
|
|
76
73
|
- Refined csv load labels function to accept path dir, so users can finnaly find their Training labels without much restrictions and errors.
|
|
77
|
-
|
|
74
|
+
- Fixed bug in advanced prediction block that caused lstm weights to be set None.
|
|
78
75
|
|
|
79
76
|
-----
|
|
80
77
|
|
|
@@ -547,7 +544,7 @@ _______________________________________
|
|
|
547
544
|
|
|
548
545
|
main_prediction = PipelinePredictionManager(
|
|
549
546
|
main_model, # your initialized pipeline
|
|
550
|
-
label_csv='C
|
|
547
|
+
label_csv='C:/users/yourdevice/example_manual_training.txt',
|
|
551
548
|
# or /home/yourdevice/example_manual_training.txt.
|
|
552
549
|
#your path dir that contains the .txt file that contains CSV format.
|
|
553
550
|
target_title='window_title', label='label')
|
{abstractintegratedmodule-0.5.6 → abstractintegratedmodule-0.6.1}/AbstractIntegratedModule.py
RENAMED
|
@@ -12969,7 +12969,7 @@ class PipelinePredictionManager:
|
|
|
12969
12969
|
calibration_weighting = calibration[target_class_idx] if target_class_idx < len(calibration) else 0.0
|
|
12970
12970
|
|
|
12971
12971
|
# Weighted blend: calibration_weighting * calibrated + (1-weight) * mlp
|
|
12972
|
-
if lstm_weight is not None:
|
|
12972
|
+
if lstm_confidence is not None and lstm_weight is not None:
|
|
12973
12973
|
final_probs = mlp_weight * target_probs[i][:len(calibration)] + trans_weight * calibration[i][:len(calibration)] + lstm_weight * calibration[i][:len(calibration)]
|
|
12974
12974
|
else:
|
|
12975
12975
|
final_probs = mlp_weight * target_probs[i][:len(calibration)] + trans_weight * calibration[i][:len(calibration)]
|