Skip to content

Commit 4c6bf1a

Browse files
chore: remove composer.lock from git
1 parent 39de2cc commit 4c6bf1a

File tree

3 files changed

+18
-6309
lines changed

3 files changed

+18
-6309
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Thumbs.db
1212
# Composer
1313
/vendor/
1414
composer.phar
15+
composer.lock
1516

1617
# Environment
1718
.env

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
"description": "Fast, pure-PHP tokenizer library compatible with Hugging Face tokenizers for encoding and decoding text",
44
"type": "library",
55
"license": "MIT",
6+
"keywords": [
7+
"tokenizer",
8+
"tokenization",
9+
"nlp",
10+
"natural-language-processing",
11+
"huggingface",
12+
"transformers",
13+
"bpe",
14+
"wordpiece",
15+
"sentencepiece",
16+
"bert",
17+
"gpt",
18+
"llm",
19+
"machine-learning",
20+
"text-processing",
21+
"encoding"
22+
],
623
"autoload": {
724
"psr-4": {
825
"Codewithkyrian\\Tokenizers\\": "src/"

0 commit comments

Comments
 (0)