Skip to content

Commit

Permalink
Add CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
shirayu committed Jul 7, 2023
1 parent 3d08a74 commit 3d70a21
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CITATION.cff
@@ -0,0 +1,7 @@
cff-version: 1.2.0
message: "If you use this work in a project of yours and write about it, please cite our paper using the following citation data."
authors:
- family-names: Hayashibe
given-names: Yuta
title: "megagonlabs/instruction_ja: Japanese instructions data for LLM"
url: https://github.com/megagonlabs/instruction_ja
7 changes: 5 additions & 2 deletions Makefile
Expand Up @@ -7,7 +7,7 @@ setup: setup_npm setup_python
setup_npm:
npm install

lint:lint_markdown lint_python
lint:lint_markdown lint_python lint_cff

lint_markdown:
find *.md | grep '\.md$$' \
Expand Down Expand Up @@ -54,9 +54,12 @@ test: test_python test_format
validate:
python -m src.update_readme -i README.md --ref ./data/data.jsonl --validate

lint_cff:
cffconvert --validate

.PHONY: all setup \
flake8 black pyright isort jsonlint yamllint jsonlint pydocstyle\
test_python \
test_format test validate \
validate_example validate_correctness_labeled
validate_example validate_correctness_labeled lint_cff

0 comments on commit 3d70a21

Please sign in to comment.