Skip to main content

A Python library for building and training Seq2Seq models

Project description

AceFlow - Seq2Seq Model Library

AceFlow Logo Python PyTorch License

A powerful Python library for building and training Sequence-to-Sequence models with attention mechanisms.

🚀 Features

  • Multiple RNN Types: LSTM, GRU, RNN, and bidirectional variants
  • Attention Mechanisms: Bahdanau and Luong-style attention
  • Custom Model Format: Save/load models in .ace format
  • Advanced Tokenization: Flexible preprocessing and vocabulary management
  • Production Ready: Comprehensive training utilities and inference tools

📖 Documentation

🎯 Quick Example

from aceflow import Seq2SeqModel
from aceflow.utils import Tokenizer

# Initialize model
model = Seq2SeqModel(
    src_vocab_size=1000,
    tgt_vocab_size=1000,
    hidden_size=256,
    rnn_type='lstm',
    use_attention=True
)

# Train and save
model.save("model.ace")

# Load model
loaded_model = Seq2SeqModel.load("model.ace")

📦 Installation

For detailed installation instructions, see Installation Guide.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❤️ by Maaz Waheed
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aceflow-1.6.4.tar.gz (43.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aceflow-1.6.4-cp312-cp312-win_amd64.whl (182.6 kB view details)

Uploaded CPython 3.12Windows x86-64

File details

Details for the file aceflow-1.6.4.tar.gz.

File metadata

  • Download URL: aceflow-1.6.4.tar.gz
  • Upload date:
  • Size: 43.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for aceflow-1.6.4.tar.gz
Algorithm Hash digest
SHA256 3dc7ec7e101c417c2173562af52ebc3c96388ea1a79ac2b2781c992666fa7615
MD5 4c5b8b72efba89b7eaeda7d005e9a00c
BLAKE2b-256 5da05dadc136370cf0e52feecf5561e576de11106c7cb2b6fe6baabe3b96d18b

See more details on using hashes here.

File details

Details for the file aceflow-1.6.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: aceflow-1.6.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 182.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for aceflow-1.6.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 848c412664bd83c8d9478c180c4055a549b97c256fe01464ef6a91b95c31d0d4
MD5 7b01127cc0936a39bb8aa3b889569fba
BLAKE2b-256 fd69129b2c802a815525cdb0c49eef4eae053764184956ec18c89aca1dcc7dab

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page