hlt-mt / fbk-llm

This repository contains all the code for the works of the FBK MT Unit on foundation models and LLMs.
Apache License 2.0
6 stars 0 forks source link

FBK MT Unit's Foundation Models and LLM

This repository contains all the code for the works of the FBK MT Unit on foundation models and LLMs. If using this repository, please cite the related work. For detailed information regarding a specific work, refer to the dedicated README:

🖥 Installation

The latest version can be installed with:

git clone https://github.com/hlt-mt/fbk-llm.git
cd fbk-llm
pip install -e .

If you want to contribute to the project, you can install the additional development dependencies by using the dev specifier:

pip install -e .[dev]

📃 License

fbk-llm is licensed under Apache Version 2.0.