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

Add support for PHI3 model

Open victorratts13 opened this issue 2 months ago • 3 comments

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 the library for users. We appreciate your consideration of this request and are available to provide any additional information if needed.

Motivation

Currently, when attempting to use the phi3 model for a task, the following runtime error occurs:

The model type `phi3` is not supported for this task. Please check for typos or refer to the documentation for the list of supported model types.

This indicates that the phi3 model is not supported by the library for the given task. However, in response to user requests and the need to utilize the phi3 model, we would like to request the addition of support for this model in the library.

Your contribution

Proposal:

  • Add support for the phi3 model in functionalities related to the library's pipeline.
  • Update the documentation to include information on using the phi3 model.
  • Ensure that the phi3 model is properly integrated into the existing workflow of the library.

victorratts13 avatar May 03 '24 22:05 victorratts13