transformers
Model repository
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.
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
136k stars
1k watching
27k forks
Language: Python
last commit: 1 day ago
Linked from 9 awesome lists
bertdeep-learningflaxhacktoberfestjaxlanguage-modellanguage-modelsmachine-learningmodel-hubnatural-language-processingnlpnlp-librarypretrained-modelspythonpytorchpytorch-transformersseq2seqspeech-recognitiontensorflowtransformer
Related projects:
Repository | Description | Stars |
---|---|---|
huggingface/transformers.js | An open-source JavaScript library for running machine learning models in the browser without a server. | 12,363 |
huggingface/swift-coreml-transformers | Provides Swift implementations of popular transformer-based models for question answering and text generation. | 1,618 |
huggingface/trl | A library designed to train transformer language models with reinforcement learning using various optimization techniques and fine-tuning methods. | 10,308 |
huggingface/pytorch-openai-transformer-lm | Implementing OpenAI's transformer language model in PyTorch with pre-trained weights and fine-tuning capabilities | 1,511 |
google-research/vision_transformer | Provides pre-trained models and code for training vision transformers and mixers using JAX/Flax | 10,620 |
kimiyoung/transformer-xl | Implementations of a neural network architecture for language modeling | 3,619 |
huggingface/tflite-android-transformers | Converts popular transformer models to run on Android devices for efficient inference and generation tasks. | 396 |
facebookresearch/metaseq | A codebase for working with Open Pre-trained Transformers, enabling deployment and fine-tuning of transformer models on various platforms. | 6,519 |
huggingface/lerobot | A platform providing pre-trained models, datasets, and tools for robotics with focus on imitation learning and reinforcement learning. | 7,874 |
google-research/text-to-text-transfer-transformer | Provides tools and libraries for training and fine-tuning large language models using transformer architectures | 6,215 |
adapter-hub/adapters | A unified library for parameter-efficient and modular transfer learning in NLP tasks | 2,600 |
huggingface/datasets | A tool providing efficient data manipulation and loading for machine learning models | 19,349 |
huggingface/autotrain-advanced | A no-code solution for training state-of-the-art machine learning models quickly and easily. | 4,151 |
huggingface/peft | An efficient method for fine-tuning large pre-trained models by adapting only a small fraction of their parameters | 16,699 |
poloclub/transformer-explainer | An interactive visualization tool to help users understand how large language models like GPT work | 3,604 |