Metadata-Version: 2.4
Name: xlm-models
Version: 0.1.1
Summary: Collection of Language Models for XLM Framework
Author: Dhruvesh Patel, Benjamin Rozonoyer, Sai Sreenivas Chintha, Durga Prasad Maram
Project-URL: Source Code, https://github.com/dhruvdcoder/xlm-core/tree/main/xlm-models
Keywords: AI,ML,Machine Learning,Deep Learning,Non-Autoregressive Language Models
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: xlm-core
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: keywords
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


    Collection of language models for the XLM framework.
    
    Available models:
    - arlm: Auto-Regressive Language Model
    - mlm : Masked Language Model
    - ilm : Infilling Language Model
    - mdlm: Masked Diffusion Language Model
    
    Usage:
        pip install xlm-models

        Model package names must be specified in the XLM_MODEL_PACKAGES environment variable as a colon-separated list (e.g., arlm:mlm:ilm:mdlm)
    
