awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
HarderThenHarder avatar

HarderThenHarder/transformers_tasks

0
View on GitHub↗
2,420 星标·401 分支·Jupyter Notebook·3 次浏览www.zhihu.com/column/c_1451236880973426688↗

Transformers Tasks

Transformers Tasks is a collection of toolkits and scripts dedicated to language model fine-tuning, natural language processing tasks, and transformer-based pipelines. The project functions as a natural language processing toolkit and transformer pipeline library, providing Python scripts and algorithms designed to adapt foundational language models and route text inputs through modular processing workflows.

The repository covers supervised fine-tuning pipelines and reinforcement learning alignment procedures that optimize generative text outputs through reward modeling and policy gradient loops. It incorporates token-level decoding strategies with probability sampling, beam search, and temperature-controlled generation parameters, alongside unified model abstractions for pre-trained neural network architectures.

Additional capabilities include prompt optimization strategies for few-shot and zero-shot downstream tasks, semantic similarity computation for text pairs, text categorization algorithms for sentiment and content organization, and information extraction engines for named entity recognition.

Features

  • Natural Language Processing - Builds machine learning workflows for text classification, semantic matching, and extraction.
  • Language Model Fine-Tuning - Provides a collection of training scripts for adapting foundational language models.
  • Reinforcement Learning Alignment - Aligns generative language models with human preferences using reward modeling and policy optimization.
  • Named Entity Recognition - Pulls structured data points and named entities out of unstructured documents using NLP tools.
  • Natural Language Generation - Produces coherent text outputs based on prompts using generative language models and probabilistic decoding strategies.
  • Pre-trained Transformer Architectures - Wraps complex pre-trained neural network architectures into unified interfaces for execution.
  • Reinforcement Learning Alignment - Optimizes generative text outputs through reward modeling and policy gradient reinforcement learning loops.
  • Supervised Fine-Tuning - Adapts foundational language models to specialized domain tasks using instruction datasets.
  • Transformer-Based NLP Libraries - Delivers a library of Python scripts and algorithms for text classification and generation.
  • Information Extraction - Identifies and extracts specific entities and structured data points out of unstructured documents.
  • Supervised Fine-Tuning - Adapts pre-trained language models on custom datasets through supervised instruction tuning.
  • Inference Pipeline Routing - Directs raw text inputs through specialized modular processing workflows tailored to specific tasks.
  • Decoding Strategy Caption Generators - Generates continuous text tokens iteratively using probability sampling, beam search, and temperature control.
  • Prompt Optimizers - Leverages optimized prompt templates to achieve high performance on few-shot tasks.
  • Semantic Similarity Calculation - Calculates semantic similarity between text pairs using supervised models for search tasks.
  • Text Classification - Classifies unstructured text inputs into predefined categories or sentiment labels.

Star 历史

harderthenharder/transformers_tasks 的 Star 历史图表harderthenharder/transformers_tasks 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Transformers Tasks 的精选搜索

收录 Transformers Tasks 的精选合集。
  • Prompt engineering patterns
  • 文本向量化生成库

Transformers Tasks 的开源替代方案

相似的开源项目,按与 Transformers Tasks 的功能重合度排序。
  • paddlepaddle/paddlenlpPaddlePaddle 的头像

    PaddlePaddle/PaddleNLP

    12,953在 GitHub 上查看↗

    PaddleNLP is a development library and toolkit for training, fine-tuning, and deploying large and small language models using the PaddlePaddle framework. It provides a comprehensive suite for the entire natural language processing lifecycle, from model development to high-performance inference. The project features a standardized model zoo for loading and managing pre-trained models and tokenizers through a unified interface. It distinguishes itself with a specialized model compression framework that reduces memory footprints via weight precision conversion and lossless size optimization, alo

    Python
    在 GitHub 上查看↗12,953
  • databrickslabs/dollydatabrickslabs 的头像

    databrickslabs/dolly

    10,795在 GitHub 上查看↗

    Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates as a causal language model that predicts the next token in a sequence to generate coherent conversational responses and perform tasks such as brainstorming, classification, and question answering. The project focuses on the development of models using open datasets suitable for commercial application. It enables the creation of instruction-following models by utilizing curated collections of human-generated instruction-response pairs. The repository provides capabilities for

    Python
    在 GitHub 上查看↗10,795
  • mesolitica/nlp-models-tensorflowmesolitica 的头像

    mesolitica/NLP-Models-Tensorflow

    1,778在 GitHub 上查看↗

    This repository provides a collection of deep learning models and neural network architectures built for natural language processing tasks. It functions as a library of pre-trained models designed to process, analyze, and generate human language data using the TensorFlow framework. The project utilizes sequence-to-sequence modeling and layered neural architectures to handle variable-length language data. By employing static dataflow graphing and tensor-based representations, the models execute mathematical operations to transform input features into abstract linguistic meanings. Users can loa

    Jupyter Notebookattentionchatbotdeep-learning
    在 GitHub 上查看↗1,778
  • tingsongyu/pytorch_tutorialTingsongYu 的头像

    TingsongYu/PyTorch_Tutorial

    8,018在 GitHub 上查看↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    在 GitHub 上查看↗8,018
查看 Transformers Tasks 的所有 30 个替代方案→

常见问题解答

harderthenharder/transformers_tasks 是做什么的?

Transformers Tasks is a collection of toolkits and scripts dedicated to language model fine-tuning, natural language processing tasks, and transformer-based pipelines. The project functions as a natural language processing toolkit and transformer pipeline library, providing Python scripts and algorithms designed to adapt foundational language models and route text inputs through modular processing workflows.

harderthenharder/transformers_tasks 的主要功能有哪些?

harderthenharder/transformers_tasks 的主要功能包括:Natural Language Processing, Language Model Fine-Tuning, Reinforcement Learning Alignment, Named Entity Recognition, Natural Language Generation, Pre-trained Transformer Architectures, Supervised Fine-Tuning, Transformer-Based NLP Libraries。

harderthenharder/transformers_tasks 有哪些开源替代品?

harderthenharder/transformers_tasks 的开源替代品包括: paddlepaddle/paddlenlp — PaddleNLP is a development library and toolkit for training, fine-tuning, and deploying large and small language… databrickslabs/dolly — Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates… mesolitica/nlp-models-tensorflow — This repository provides a collection of deep learning models and neural network architectures built for natural… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… stanfordnlp/stanza — Stanza is a Python natural language processing library designed for tokenization, lemmatization, and dependency… 01-ai/yi — Yi is a bilingual language model and foundation model designed for natural language processing, reasoning, and reading…