From 8e2ba1030c4d00e165b6b7d6bd69109ae58d6139 Mon Sep 17 00:00:00 2001 From: David Berenstein Date: Wed, 4 Jan 2023 09:24:40 +0100 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..683d759 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,8 @@ +cff-version: 1.0.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: David + given-names: Berenstein +title: "Classy Classification - an easy and intuitive approach to few-shot classification using sentence-transformers or spaCy models, or zero-shot classification with Huggingface." +version: 0.6.0 +date-released: 2022-12-31