ToluClassics / mlx-transformers

MLX Transformers is a library that provides model implementation in MLX. It uses a similar model interface as HuggingFace Transformers and provides a way to load and run models in Apple Silicon devices.
Apache License 2.0
47 stars 4 forks source link

Added sub-tasks for phi, phi3 and persimmon #20

Open Seun-Ajayi opened 4 months ago

Seun-Ajayi commented 4 months ago

Proposed changes

Implemented PhiForSequenceClassification, PhiForTokenClassification, Phi3ForSequenceClassification, Phi3ForTokenClassification, PersimmonForSequenceClassification. Added tests for all including Persimmon that never had tests

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Seun-Ajayi commented 4 months ago

Please don't merge yet