awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ymcui avatar

ymcui/Chinese-BERT-wwm

0
View on GitHub↗
10,212 stars·1,386 forks·Python·Apache-2.0·10 vuesieeexplore.ieee.org/document/9599397↗

Chinese BERT Wwm

Chinese-BERT-wwm is a pre-trained transformer model and encoder designed for Chinese natural language processing. It converts Chinese text into dense vector representations to be used across various natural language processing applications.

The model utilizes a whole word masking strategy during pre-training, masking entire words rather than individual characters. This approach is designed to improve the capture of semantic meaning and language structure within Chinese datasets.

The project covers a range of downstream tasks including text classification, sequence labeling, and reading comprehension. It supports the fine-tuning of the pre-trained encoder for these specific tasks using custom Chinese datasets.

Features

  • Whole Word Masking - Implements a whole word masking strategy to better capture semantic meaning and language structure in Chinese.
  • Chinese Natural Language Processing - Provides a comprehensive framework for understanding and analyzing Chinese text via transformer models.
  • Chinese NLP Libraries - Acts as a pre-trained encoder that converts Chinese text into dense vector representations.
  • BERT Variants - Provides a specialized BERT model variant for Chinese NLP using a whole word masking strategy.
  • Masked Language Modeling - Implements a masked language modeling objective to train the encoder by predicting hidden tokens.
  • Whole Word Masking - Uses a whole word masking approach instead of character-level masking to better learn Chinese language structure.
  • Chinese - Provides specialized processing for Chinese text to capture language-specific semantic patterns.
  • Contextual Embeddings - Provides bidirectional contextual embeddings that represent Chinese words based on their surrounding text.
  • Transformer Encoders - Employs a transformer-based encoder with stacked self-attention layers for contextual representation.
  • Transformer Models - Implements a bidirectional representation learning model based on the transformer architecture.
  • NLP Tasks - Supports common NLP tasks including text classification, sequence labeling, and reading comprehension.
  • Model Fine-Tuning - Supports fine-tuning the pre-trained encoder using custom Chinese datasets for downstream tasks.
  • Pre-training Transfer Learning - Uses a pre-training and fine-tuning pipeline to adapt the general model to specific Chinese NLP tasks.
  • Sequence Labeling - Supports sequence labeling tasks to identify and extract entities or parts of speech from Chinese text.
  • Subword Tokenization - Utilizes subword tokenization to manage vocabulary size and prevent out-of-vocabulary errors.
  • Text Classification - Provides capabilities for categorizing Chinese documents and sentences into predefined semantic labels.
  • Reading Comprehension - Enables the development of Chinese reading comprehension systems to answer questions from text segments.
  • Language Models - Whole word masking extensions for improved Chinese language modeling.
  • Natural Language Processing - Listed in the “Natural Language Processing” section of the FunNLP awesome list.
  • Pretrained Models and Embeddings - Chinese BERT models trained with whole word masking.
  • Corpus and Datasets - Whole-word masking pre-trained Chinese BERT models.
  • Natural Language Corpora - Whole-word masking BERT models and reading comprehension data.

Historique des stars

Graphique de l'historique des stars pour ymcui/chinese-bert-wwmGraphique de l'historique des stars pour ymcui/chinese-bert-wwm

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Chinese BERT Wwm

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Chinese BERT Wwm.
  • embedding/chinese-word-vectorsAvatar de Embedding

    Embedding/Chinese-Word-Vectors

    12,227Voir sur GitHub↗

    This project is a collection of pre-trained dense and sparse word vectors trained on diverse Chinese corpora. It serves as a library of linguistic representations and an NLP vector dataset designed to improve the accuracy of semantic and morphological analysis in text models. The collection provides corpus-specific representations and utilizes n-gram co-occurrence modeling to capture diverse linguistic patterns. It includes a hybrid of dense-sparse vectors to balance computational efficiency and semantic precision. The project covers semantic vector search and the development of Chinese natu

    Pythonchinesechinese-word-segmentationembedding
    Voir sur GitHub↗12,227
  • google-research/bertAvatar de google-research

    google-research/bert

    39,869Voir sur GitHub↗

    This project is a transformer-based language model and natural language processing toolkit designed to generate deep contextual representations of text. By utilizing a transformer-based encoder architecture, the system processes input sequences through stacked self-attention layers to capture the semantic meaning of tokens based on their surrounding sentence structure. The model distinguishes itself through bidirectional contextual processing, which analyzes text in both directions simultaneously, and masked language modeling, which trains the system by predicting hidden tokens within a seque

    Pythongooglenatural-language-processingnatural-language-understanding
    Voir sur GitHub↗39,869
  • hit-scir/ltpAvatar de HIT-SCIR

    HIT-SCIR/ltp

    5,253Voir sur GitHub↗

    This is a Chinese natural language processing toolkit providing a suite of tools for word segmentation, part-of-speech tagging, and named entity recognition. It includes a neural dependency parser for analyzing syntactic and semantic relationships between words and a machine learning training suite for creating custom linguistic models using annotated datasets. The toolkit distinguishes itself through its deployment flexibility, offering a dockerized server and a web service interface that exposes processing capabilities via API. It supports the use of pretrained models and allows for the int

    Pythonchinese-nlpmachine-learningnatural-language-processing
    Voir sur GitHub↗5,253
  • isnowfy/snownlpAvatar de isnowfy

    isnowfy/snownlp

    6,631Voir sur GitHub↗

    SnowNLP is a Python library for Chinese natural language processing. It provides tools for text segmentation, sentiment analysis, document classification, and phonetic transliteration. The library includes capabilities for training and saving custom machine learning models for tokenization and sentiment analysis using raw training datasets. It covers a range of linguistic processing areas, including parts of speech tagging, sentence splitting, and text similarity measurement. The toolkit also provides utilities for extracting key information through text summarization and calculating word im

    Python
    Voir sur GitHub↗6,631
Voir les 30 alternatives à Chinese BERT Wwm→

Questions fréquentes

Que fait ymcui/chinese-bert-wwm ?

Chinese-BERT-wwm is a pre-trained transformer model and encoder designed for Chinese natural language processing. It converts Chinese text into dense vector representations to be used across various natural language processing applications.

Quelles sont les fonctionnalités principales de ymcui/chinese-bert-wwm ?

Les fonctionnalités principales de ymcui/chinese-bert-wwm sont : Whole Word Masking, Chinese Natural Language Processing, Chinese NLP Libraries, BERT Variants, Masked Language Modeling, Chinese, Contextual Embeddings, Transformer Encoders.

Quelles sont les alternatives open-source à ymcui/chinese-bert-wwm ?

Les alternatives open-source à ymcui/chinese-bert-wwm incluent : embedding/chinese-word-vectors — This project is a collection of pre-trained dense and sparse word vectors trained on diverse Chinese corpora. It… google-research/bert — This project is a transformer-based language model and natural language processing toolkit designed to generate deep… hit-scir/ltp — This is a Chinese natural language processing toolkit providing a suite of tools for word segmentation, part-of-speech… isnowfy/snownlp — SnowNLP is a Python library for Chinese natural language processing. It provides tools for text segmentation,… brightmart/albert_zh — This project is an implementation of the ALBERT language model architecture, providing a framework for training and… d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of…