Paper - Pytorch
Project description
Vortex Fusion
This is the first ever implementation of a joint Transformer + Mamba + LSTM architecture. The flow is the following: mamba -> transformer -> lstm in a loop. Perhaps with more iteration on model design, we can find a better architecture but this architecture is the future.
install
$ pip3 install -U vortex-fusion
Usage
import torch
from vortex_fusion import VortexFusion
# Generate random input tensor
x = torch.randint(0, 10000, (1, 10))
# Create an instance of the VortexFusion model with dimension 512
model = VortexFusion(dim=512)
# Pass the input tensor through the model to get the output
output = model(x)
# Print the shape of the output tensor
print(output.shape)
License
MIT
Citation
Please cite Swarms in your paper or your project if you found it beneficial in any way! Appreciate you.
@misc{swarms,
author = {Gomez, Kye},
title = {{Swarms: The Multi-Agent Collaboration Framework}},
howpublished = {\url{https://github.com/kyegomez/swarms}},
year = {2023},
note = {Accessed: Date}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vortex_fusion-0.0.2.tar.gz.
File metadata
- Download URL: vortex_fusion-0.0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d58f009879e6566c76682f828fd335ae6f3961922a4a0351b2f19ad3c39a5d14
|
|
| MD5 |
47a7fd2aff4dd4d9a583af81dc08cbe7
|
|
| BLAKE2b-256 |
e251423c7f958fb07a3bb0dd4fa2c3e988d09ff03143d32ab2c06cfcc33635cb
|
File details
Details for the file vortex_fusion-0.0.2-py3-none-any.whl.
File metadata
- Download URL: vortex_fusion-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3ccbf4f535ff245b1d75581eb20ad60ce94b0b6f7524817d24bd71f8efd2e39
|
|
| MD5 |
361e8efa285b03c97598ac045a094b27
|
|
| BLAKE2b-256 |
2e2f56b5cf74c3083e02cad9b7a8c4c81c84c715d1346fe774c5fd90bcc722a8
|