-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Малахов Алексей Павлович
committed
Sep 5, 2024
1 parent
e22595f
commit 95052b1
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|