Skip to content

Commit

Permalink
add bibtex citation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jettjaniak authored May 15, 2024
1 parent 0a58825 commit 4cef656
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,18 @@ When you save a file vscode should automatically format it. Otherwise, pre-commi
4. after the comments are resolved and PR is approved, merge it using _Squash and merge_

## Incrementing Versions
When making a new release, increment the version in `delphi/__init__.py`
When making a new release, increment the version in `delphi/__init__.py`

# Citation

If you use `delphi` in your research, please cite using the following

```bibtex
@software{delphi,
title = {delphi: small language models training made easy},
author = {Jett Janiak, Jai Dhyani, Jannik Brinkmann, Gonçalo Paulo, Joshua Wendland, Víctor Abia Alonso, Siwei Li, Rai (Phan Anh Duong), Alice Rigg},
year = 2024,
url = {https://github.com/delphi-suite/delphi},
license = {apache-2.0}
}
```

0 comments on commit 4cef656

Please sign in to comment.