huggingface / swift-transformers

Swift Package to implement a transformers-like API in Swift
Apache License 2.0
718 stars 80 forks source link

Running distilgpt2 fails with an assert #16

Open simonseyer opened 1 year ago

simonseyer commented 1 year ago

Hi,

I've downloaded https://huggingface.co/distilgpt2/tree/main/coreml/text-generation and tried to use it with huggingface/swift-chat. Unfortunately, it fails with the assert at LanguageModel.swift#L130 because the model uses token_scores.

Reading your documentation/blog post, I thought distilgpt2 should be supported. Did I use a wrong model, maybe?

It's also the only model currently supported that is small enough to be included in a mobile app, from what I can tell?

Sorry if these are dumb questions — quite new to the field :) Thank you in advance