From d6326b2b88fa7a9d7da71c37a118207ad6143065 Mon Sep 17 00:00:00 2001 From: Samuel Larkin Date: Tue, 25 Jul 2023 06:16:09 -0400 Subject: [PATCH] feat: Added CITATION.cff. (#1302) --- CITATION.cff | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..d7883ad0 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,31 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: HuggingFace's Tokenizers +message: >- + Fast State-of-the-Art Tokenizers optimized for Research + and Production. +type: software +authors: + - given-names: Anthony + family-names: Moi + email: m.anthony.moi@gmail.com + affiliation: HuggingFace + - given-names: Nicolas + family-names: Patry + affiliation: HuggingFace +repository-code: 'https://github.com/huggingface/tokenizers' +url: 'https://github.com/huggingface/tokenizers' +repository: 'https://huggingface.co' +abstract: >- + Fast State-of-the-Art Tokenizers optimized for Research + and Production. +keywords: + - Rust + - Tokenizer + - NLP +license: Apache-2.0 +commit: 37372b6 +version: 0.13.3 +date-released: '2023-04-05'