huggingface / swift-chat

Mac app to demonstrate swift-transformers
Apache License 2.0
491 stars 37 forks source link

Allow system prompt to be specified, create real chat dialog system #1

Open pcuenca opened 1 year ago

pcuenca commented 1 year ago

The main constraint is that current models use a short sequence length because of performance considerations. This issue would become more and more important as we optimize and achieve a much larger context length. See https://github.com/huggingface/swift-transformers/issues/9 for a promising direction.