-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCITATION.cff
37 lines (36 loc) · 1.37 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Zelda Rose
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Loïc
family-names: Grobol
email: [email protected]
affiliation: Université Paris Nanterre
orcid: 'https://orcid.org/0000-0002-4619-7836'
repository-code: 'https://github.com/LoicGrobol/zeldarose'
url: 'https://zeldarose.readthedocs.io'
abstract: >-
Zelda Rose is a command line interface for pretraining
transformer-based models. Its purpose is to enable an easy
start for users interested in training these ubiquitous
models, but unable or unwilling to engage with more
comprehensive --- but more complex --- frameworks and the
complex interactions between libraries for managing
models, datasets and computations. Training a model
requires no code on the user's part and produce models
directly compatible with the HuggingFace ecosystem,
allowing quick and easy distribution and reuse. A
particular care is given to lowering the cost of
maintainability and future-proofing, by making the code as
modular as possible and taking advantage of third-party
libraries to limit ad-hoc code to the strict minimum.
keywords:
- transformers
- nlp
- neural networks
license: MIT