We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866502b commit e143f30Copy full SHA for e143f30
2 files changed
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2025-2026 E.T. Romani
+Copyright (c) 2025-2026 Romani Isa
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tinybpe"
7
-authors = [{ name = "E.T. Romani", email = "myneluca@gmail.com" }]
+authors = [{ name = "Romani Isa", email = "myneluca@gmail.com" }]
8
description = "An ultra-fast, lightweight BPE tokenizer and trainer with a pure-C core."
9
dependencies = ["regex>=2022.1.18"]
10
readme = "README.md"
0 commit comments