Skip to content

Commit

Permalink
add citing turbo-alignment lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Малахов Алексей Павлович committed Sep 5, 2024
1 parent e22595f commit 95052b1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cff-version: 0.0.1
title: 'turbo-alignment'
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Surnachev
family-names: Nikita
repository-code: 'https://github.com/turbo-llm/turbo-alignment'
abstract: "Turbo-Alignment is a library designed to streamline the fine-tuning and alignment of large language models, leveraging advanced techniques to enhance efficiency and scalability."
keywords:
- alignment
- llm
- dpo
- ppo
- rlhf
license: Apache-2.0
version: 0.0.3
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,17 @@ Tutorials are available [here](tutorials/tutorial.md).

## 📝 License
This project is licensed, see the [LICENSE](https://github.com/turbo-llm/turbo-alignment/-/blob/main/LICENSE) file for details.


## Citation

```bibtex
@misc{surnachev2024turbo-alignment,
author = {Nikita Surnachev},
title = {turbo-alignment},
year = {2024},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/turbo-llm/turbo-alignment}}
}
```
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ packages = [
version = "0.0.3"
description = "turbo-alignment repository"
authors = ["T Mega Alignment Team <[email protected]>" ]
readme = "README.md"
repository = "https://github.com/turbo-llm/turbo-alignment"
keywords = ["alignment", "llm", "dpo", "ppo", "rlhf"]


[tool.poetry.dependencies]
Expand Down

0 comments on commit 95052b1

Please sign in to comment.