Create CITATION.cff
Browse files- CITATION.cff +28 -0
CITATION.cff
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This is the CITATION.cff file for this model.
|
2 |
+
# Format specification version 1.2.0
|
3 |
+
# See https://citation-file-format.github.io/ for more details.
|
4 |
+
|
5 |
+
cff-version: 1.2.0
|
6 |
+
title: "Monogatari Generation Model"
|
7 |
+
message: "If you use this model in your work, please cite it as below."
|
8 |
+
type: "software"
|
9 |
+
authors:
|
10 |
+
- family-names: "Compo"
|
11 |
+
given-names: "Louijie"
|
12 |
+
repository-code: "https://huggingface.co/louijiec/monogatari-generation-model"
|
13 |
+
url: "https://huggingface.co/louijiec/monogatari-generation-model"
|
14 |
+
date-released: 2024-10-26
|
15 |
+
license: apache-2.0
|
16 |
+
|
17 |
+
# Preferred citation format for users
|
18 |
+
preferred-citation:
|
19 |
+
type: "misc" # 'misc' is a good choice for a model repository
|
20 |
+
authors:
|
21 |
+
- family-names: "Compo"
|
22 |
+
given-names: "Louijie"
|
23 |
+
title: "Monogatari Generation Model"
|
24 |
+
year: 2024
|
25 |
+
publisher:
|
26 |
+
name: "Hugging Face"
|
27 |
+
journal: "Hugging Face repository"
|
28 |
+
url: "https://huggingface.co/louijiec/monogatari-generation-model"
|