transformers-php icon indicating copy to clipboard operation
transformers-php copied to clipboard

Transformers PHP is a toolkit for PHP developers to add machine learning magic to their projects easily.

Results 13 transformers-php issues
Sort by recently updated
recently updated
newest added

@CodeWithKyrian wrote in https://github.com/CodeWithKyrian/transformers-php/pull/36#issuecomment-2120853914: > If you notice, there aren't many tests in the library, which I'm not proud of. This is because I want to take my time to...

### Your question **What are the objectives of this library?** Its stated in the README.md: `Because TransformersPHP is designed to be functionally equivalent to the Python library, it's super easy...

question

### Type of feature request 🌟New Model ### Feature description The `phi3` model is important for certain application scenarios, and its addition would significantly increase the flexibility and usefulness of...

enhancement

### Your question Hey, First of all great work , this library is exactly what I was looking for. One thing that can be awesome is the ability to use...

question

### Your question Hi, does Transformers PHP support GPUs w/ ONNX? Thanks! ### Context (optional) _No response_ ### Reference (optional) _No response_

question

### Type of feature request 🌟New Model ### Feature description - https://huggingface.co/Xenova/yolov9-e_all ``` {"model_type": "yolov9"} ``` - https://huggingface.co/onnx-community/yolov10m/ ``` {"model_type": "yolov10"} ``` ### Motivation - ### Your contribution -

enhancement

### System Info Ubuntu 22.02 on AWS running on a m5.4xlarge instance. The code is running in the context of a Laravel application (specifically a mixin for `Illuminate\Support\Str`), being tested...

bug

### Your question This is an awesome project, kuddos to you. I hope you can help me use it! I've created a custom model for multi text classification that I've...

question

### Your question ![Snipaste_2024-10-12_10-09-09](https://github.com/user-attachments/assets/3bc3bd85-3ccf-457c-905c-6d322c61c459) 我可以自己下载zip文件,但是我不知道解压完放到哪个目录 ### Context (optional) _No response_ ### Reference (optional) _No response_

question

### Your question sudo /usr/local/php-8.3.1/bin/php ./vendor/bin/transformers download openblas-linux-x86_64-0.3.27 ✔ Initializing download... PHP Fatal error: Uncaught TypeError: Codewithkyrian\Transformers\Utils\AutoConfig::__construct(): Argument #1 ($config) must be of type array, null given, called in /home/www/build/php8/vendor/codewithkyrian/transformers/src/Utils/AutoConfig.php...

question