swift-coreml-transformers
Transformers library
Provides Swift implementations of popular transformer-based models for question answering and text generation.
Swift Core ML 3 implementations of GPT-2, DistilGPT-2, BERT, and DistilBERT for Question answering. Other Transformers coming soon!
2k stars
103 watching
176 forks
Language: Swift
last commit: 12 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
huggingface/tflite-android-transformers | Converts popular transformer models to run on Android devices for efficient inference and generation tasks. | 392 |
huggingface/transformers | A collection of pre-trained machine learning models for various natural language and computer vision tasks, enabling developers to fine-tune and deploy these models on their own projects. | 135,022 |
huggingface/pytorch-openai-transformer-lm | Implementing OpenAI's transformer language model in PyTorch with pre-trained weights and fine-tuning capabilities | 1,511 |
chrislemke/sk-transformers | Provides a collection of reusable data transformation tools | 8 |
jsksxs360/how-to-use-transformers | A comprehensive guide to using the Transformers library for natural language processing tasks | 1,133 |
knights-analytics/hugot | Enables deployment of pre-trained Huggingface transformer pipelines in Go applications | 284 |
tongjilibo/bert4torch | An implementation of transformer models in PyTorch for natural language processing tasks | 1,241 |
uglytroll/swicon | A library that provides easy access to 1600+ icons from FontAwesome and Google Material Icons in Swift/IOS projects | 37 |
ibrahimsobh/transformers | An implementation of deep neural network architectures, including Transformers, in Python. | 212 |
marella/ctransformers | Provides a unified interface to various transformer models implemented in C/C++ using GGML library | 1,814 |
huggingface/setfit | A framework for efficient few-shot learning with Sentence Transformers | 2,236 |
huggingface/node-question-answering | Provides a simple way to perform question answering using a pre-trained model in Node.js | 466 |
german-nlp-group/german-transformer-training | Trains German transformer models to improve language understanding | 23 |
huggingface/transformers.js | An API for using pre-trained machine learning models in web browsers without the need for a server | 12,085 |
microsoft/megatron-deepspeed | Research tool for training large transformer language models at scale | 1,895 |