Skip to content

Commit dca7551

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 474406c commit dca7551

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to `transformers-php` will be documented in this file.
44

5+
## TransformersPHP v0.5.3 - 2024-09-27
6+
7+
This release brings new features, critical bug fixes, and improvements to enhance the functionality and performance of the package. Below is a summary of the changes.
8+
9+
### What's New
10+
11+
- **feat**: Add support for PostProcessor Sequence by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/commit/2cf18ccd83ad84ad8389a7f8c0198252d523f3f6
12+
- **feat**: New tensor method `random` by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/commit/0564dd1609db203d4665a4c040cf1b55e4503ac9
13+
- **feat**: Correctly parse and use the Precompiled Normalizer by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/commit/7e880dd9917b074d995feb98aed9bd41754429ff
14+
- **feat**: Update conversion notebook to include task by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/commit/ca6fc3b72a688ba739a6d62c062b406e7d821d25
15+
16+
### Bug Fixes
17+
18+
- **fix**: Regex bug in Precompiled Normalizer by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/commit/69089b124b299a7b7bef49b676ee5951ac7ef7fb
19+
- **fix**: Improve Unigram Tokenizer handling of multibyte strings by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/commit/e8a8a9ab48e81692d77260197b42e15f768df086
20+
- **fix**: Correct WhitespaceSplit Pretokenizer handling of invisible space characters by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/commit/6ec3e3e9016952913a951d838b237bfb425e07a9
21+
- **fix**: Correctly handle multibyte strings in Precompiled Normalizer by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/commit/bee47e01858b4c69e34eb061c571498c9e0a4e14
22+
- **fix**: Fuse function not combining unknown token IDs correctly by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/commit/300801334cce6f67651665957e776764584db8bc
23+
- **fix**: Tensor topK error when -1 is passed by @CodeWithKyrian in https://github.com/CodeWithKyrian/transformers-php/commit/0564dd1609db203d4665a4c040cf1b55e4503ac9
24+
25+
### Improvements
26+
27+
- **fix**: Precompiled Normalizer improvements by @CodeWithKyrian https://github.com/CodeWithKyrian/transformers-php/commit/b01240076ddd50637b1135d3c5e9e55dab08a592
28+
29+
I encourage everyone to update to this latest version and explore the new features. As always, feel free to report any issues or contribute to the project.
30+
31+
**Full Changelog**: https://github.com/CodeWithKyrian/transformers-php/compare/0.5.2...0.5.3
32+
533
## TransformersPHP v0.5.2 - 2024-08-29
634

735
### What's Changed
@@ -55,6 +83,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
5583

5684

5785

86+
5887
```
5988
- **New Pipeline: Automatic Speech Recognition (ASR)** - Supports models like `wav2vec` and `whisper` for transcribing speech to text. If a specific model is not officially supported, please open an issue with a feature request.
6089

@@ -69,6 +98,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
6998

7099

71100

101+
72102
```
73103

74104

@@ -87,6 +117,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
87117

88118

89119

120+
90121
```
91122
- **New Tensor Operations** - New operations were added: `copyTo`, `log`, `exp`, `pow`, `sum`, `reciprocal`, `stdMean`. Additionally, overall performance improvements have been made to Tensor operations.
92123

@@ -256,6 +287,7 @@ composer require codewithkyrian/transformers
256287

257288

258289

290+
259291
```
260292
And you must initialize the library to download neccesary libraries for ONNX
261293

@@ -275,6 +307,7 @@ And you must initialize the library to download neccesary libraries for ONNX
275307

276308

277309

310+
278311
```
279312
#### Checkout the Documentation
280313

@@ -300,6 +333,7 @@ To ensure a smooth user experience, especially with larger models, we recommend
300333

301334

302335

336+
303337
```
304338
#### What's Next?
305339

0 commit comments

Comments
 (0)