ForkTogether AITogether AIpublished Mar 3, 2023seen 5d

togethercomputer/transformers_port

forked from huggingface/transformers

Open original ↗

Captured source

source ↗

togethercomputer/transformers_port

Description: 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

Language: Python

License: Apache-2.0

Stars: 7

Forks: 4

Open issues: 17

Created: 2023-03-03T18:48:12Z

Pushed: 2024-10-17T22:24:43Z

Default branch: main

Fork: yes

Parent repository: huggingface/transformers

Archived: no

README:

English | 简体中文 | 繁體中文 | 한국어 | Español | 日本語 | हिन्दी

State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow

🤗 Transformers provides thousands of pretrained models to perform tasks on different modalities such as text, vision, and audio.

These models can be applied on:

  • 📝 Text, for tasks like text classification, information extraction, question answering, summarization, translation, text generation, in over 100 languages.
  • 🖼️ Images, for tasks like image classification, object detection, and segmentation.
  • 🗣️ Audio, for tasks like speech recognition and audio classification.

Transformer models can also perform tasks on several modalities combined, such as table question answering, optical character recognition, information extraction from scanned documents, video classification, and visual question answering.

🤗 Transformers provides APIs to quickly download and use those pretrained models on a given text, fine-tune them on your own datasets and then share them with the community on our model hub. At the same time, each python module defining an architecture is fully standalone and can be modified to enable quick research experiments.

🤗 Transformers is backed by the three most popular deep learning libraries — Jax, PyTorch and TensorFlow — with a seamless integration between them. It's straightforward to train your models with one before loading them for inference with the other.

Online demos

You can test most of our models directly on their pages from the model hub. We also offer private model hosting, versioning, & an inference API for public and private models.

Here are a few examples:

In Natural Language Processing:

In Computer Vision:

In Audio:

In Multimodal tasks:

-…

Excerpt shown — open the source for the full document.