Metadata-Version: 2.4
Name: tfs-mt
Version: 0.1
Summary: Transformer from scratch for Machine Translation
Project-URL: Homepage, https://giovo17.github.io/tfs-mt/
Project-URL: Repository, https://github.com/Giovo17/tfs-mt
Project-URL: Documentation, https://giovo17.github.io/tfs-mt/
Author-email: Giovanni Spadaro <giovannispada17.gs@gmail.com>
License-File: LICENSE
Keywords: deep-learning,machine-translation,nlp,nmt,pytorch,transformer
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.10
Requires-Dist: datasets>=4.0.0
Requires-Dist: jaxtyping>=0.3.3
Requires-Dist: omegaconf>=2.3.0
Requires-Dist: pytorch-ignite>=0.5.3
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.4
Requires-Dist: tdqm>=0.0.1
Requires-Dist: torch>=2.9.0
Requires-Dist: transformers>=4.57.1
Requires-Dist: types-pyyaml>=6.0.12.20250822
Requires-Dist: types-requests>=2.32.4.20250809
Description-Content-Type: text/markdown

<h1 align="center">tfs-mt</h1>
<div align="center">
    <a href="https://img.shields.io/github/v/release/Giovo17/tfs-mt" alt="Release">
        <img src="https://img.shields.io/github/v/release/Giovo17/tfs-mt"/></a>
    <a href="https://github.com/Giovo17/tfs-mt/actions/workflows/main.yml?query=branch%3Amain" alt="Build status">
      <img src="https://img.shields.io/github/actions/workflow/status/Giovo17/tfs-mt/main.yml?branch=main" /></a>
    <a href="https://github.com/Giovo17/tfs-mt/blob/main/LICENSE" alt="License">
        <img src="https://img.shields.io/github/license/Giovo17/tfs-mt" /></a>
    <a href="https://giovo17.github.io/tfs-mt" alt="Documentation">
        <img src="https://img.shields.io/badge/docs-giovo17.github.io/tfs--mt-blue" /></a>
    <a href="https://img.shields.io/github/commit-activity/m/Giovo17/tfs-mt" alt="Commit activity">
        <img src="https://img.shields.io/github/commit-activity/m/Giovo17/tfs-mt" /></a>
</div>
<br />


Transformer from scratch for Machine Translation
