-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename citation.cff to CITATION.cff
Fix name of citation file
- Loading branch information
1 parent
7f4cb5b
commit 55ddd75
Showing
2 changed files
with
29 additions
and
12 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,29 @@ | ||
| cff-version: 1.2.0 | ||
| message: "If this is helpful, please cite our arxiv preprint (see below)." | ||
| authors: | ||
| - family-names: "Geiping" | ||
| given-names: "Jonas" | ||
| - family-names: "Goldstein" | ||
| given-names: "Tom" | ||
| title: "Cramming: Training a Language Model on a Single GPU in One Day" | ||
| version: 1.0.0 | ||
| doi: 10.48550/arXiv.2212.14034 | ||
| date-released: 2022-12-28 | ||
| url: "https://arxiv.org/abs/2212.14034" | ||
| references: | ||
| - type: article | ||
| authors: | ||
| - family-names: "Geiping" | ||
| given-names: "Jonas" | ||
| email: jonas.geiping@gmail.com | ||
| affiliation: "University of Maryland, College Park" | ||
| - family-names: "Goldstein" | ||
| given-names: "Tom" | ||
| affiliation: "University of Maryland, College Park" | ||
| title: "Cramming: Training a Language Model on a Single GPU in One Day" | ||
| version: 1.0.0 | ||
| doi: 10.48550/arXiv.2212.14034 | ||
| date-released: 2022-12-28 | ||
| url: "https://arxiv.org/abs/2212.14034" | ||
| year: 2022 | ||
| journal: ArXiv |
This file was deleted.
Oops, something went wrong.