awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
macanv avatar

macanv/BERT-BiLSTM-CRF-NER

0
View on GitHub↗
4,904 نجوم·1,245 تفرعات·Python·5 مشاهداتgithub.com/macanv/BERT-BiLSMT-CRF-NER↗

BERT BiLSTM CRF NER

This project is a named entity recognition framework and TensorFlow-based natural language processing model. It provides a pipeline for adapting pre-trained language models to specific entity recognition and text classification tasks.

The system implements a sequence labeling architecture that combines transformer-based embeddings with bidirectional sequence modeling and conditional random field decoding. It includes tools for fine-tuning model weights and training the network to identify and categorize entities within unstructured text.

The framework also includes a client-server architecture that exposes trained models via an HTTP API. This allows for remote inference, named entity prediction, and text document classification through a network interface.

Features

  • Named Entity Recognition - Identifies and categorizes specific entities within unstructured text using BERT and BiLSTM-CRF models.
  • BERT NER Frameworks - Implements a complete NER system using BERT, BiLSTM, and CRF layers for sequence labeling.
  • Language Model Fine-Tuning - Adjusts pre-trained language model parameters using task-specific data to improve entity recognition.
  • Text Document Classification - Assigns predefined labels to documents and text segments using a trained neural network.
  • Task-Specific Fine-Tuning Pipelines - Provides a workflow for adapting BERT models to specific entity recognition tasks.
  • NER Training Tools - Provides tools to fine-tune language models and sequence labeling networks for entity recognition.
  • Conditional Random Fields - Applies a Conditional Random Field layer to predict the most likely sequence of entity labels.
  • Bidirectional LSTMs - Implements bidirectional sequence modeling to capture text dependencies for entity recognition.
  • TensorFlow Model Development - Built as a deep learning implementation for text processing and entity extraction using the TensorFlow ecosystem.
  • Token Embedding Layers - Utilizes a BERT-based embedding layer to convert raw text into dense contextual vector representations.
  • BERT Fine-Tuning - Adapts pre-trained BERT models for specialized text classification and entity recognition tasks.
  • Model-as-a-Service Platforms - Exposes trained text models via an HTTP API for remote prediction requests.
  • Model Serving & Deployment - Serves trained named entity recognition models through an HTTP API for remote inference.
  • Inference APIs - Provides a network interface via HTTP for remote text classification and model inference.
  • Model Inference APIs - Exposes named entity recognition models via an HTTP-based client-server architecture for remote predictions.
  • Information Extraction - TensorFlow implementation of BERT-based NER.

سجل النجوم

مخطط تاريخ النجوم لـ macanv/bert-bilstm-crf-nerمخطط تاريخ النجوم لـ macanv/bert-bilstm-crf-ner

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة macanv/bert-bilstm-crf-ner؟

This project is a named entity recognition framework and TensorFlow-based natural language processing model. It provides a pipeline for adapting pre-trained language models to specific entity recognition and text classification tasks.

ما هي الميزات الرئيسية لـ macanv/bert-bilstm-crf-ner؟

الميزات الرئيسية لـ macanv/bert-bilstm-crf-ner هي: Named Entity Recognition, BERT NER Frameworks, Language Model Fine-Tuning, Text Document Classification, Task-Specific Fine-Tuning Pipelines, NER Training Tools, Conditional Random Fields, Bidirectional LSTMs.

ما هي البدائل مفتوحة المصدر لـ macanv/bert-bilstm-crf-ner؟

تشمل البدائل مفتوحة المصدر لـ macanv/bert-bilstm-crf-ner: macanv/bert-bilsmt-crf-ner — This project is a natural language processing system designed for named entity recognition and text classification. It… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… yuanxiaosc/entity-relation-extraction — Entity-Relation-Extraction is a machine learning framework designed to identify entities and their logical connections… johnsnowlabs/spark-nlp — Spark NLP is a toolkit for scalable text analysis and machine learning built on the Apache Spark distributed computing… snowkylin/tensorflow-handbook — This project is a comprehensive educational resource and tutorial handbook for building, training, and deploying… ownthink/knowledgegraphdata — KnowledgeGraphData is a collection of structured datasets and corpora designed to provide a foundational layer for…

بدائل مفتوحة المصدر لـ BERT BiLSTM CRF NER

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع BERT BiLSTM CRF NER.
  • macanv/bert-bilsmt-crf-nerالصورة الرمزية لـ macanv

    macanv/BERT-BiLSMT-CRF-NER

    4,906عرض على GitHub↗

    This project is a natural language processing system designed for named entity recognition and text classification. It uses a machine learning approach to identify specific names and key information from raw text to organize unstructured content into a structured format. The system implements a multi-layer architecture that combines a pre-trained transformer for embeddings, bidirectional long short-term memory for sequence modeling, and a conditional random field for label transitions. It supports transfer learning through the fine-tuning of these models on task-specific datasets. The projec

    Python
    عرض على GitHub↗4,906
  • tingsongyu/pytorch-tutorial-2ndالصورة الرمزية لـ TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555عرض على GitHub↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    عرض على GitHub↗4,555
  • yuanxiaosc/entity-relation-extractionالصورة الرمزية لـ yuanxiaosc

    yuanxiaosc/Entity-Relation-Extraction

    1,231عرض على GitHub↗

    Entity-Relation-Extraction is a machine learning framework designed to identify entities and their logical connections within unstructured text. It functions as a pipeline that transforms raw documents into structured knowledge graphs by utilizing deep learning models and transformer architectures. The project distinguishes itself through a schema-driven approach, which maps extracted information to predefined relational templates to ensure output consistency. It employs a multi-stage process that combines sequence-labeling token classification with contextual encoding to delineate entity bou

    Pythonbert-modelcompetition-codeentity-extraction
    عرض على GitHub↗1,231
  • johnsnowlabs/spark-nlpالصورة الرمزية لـ JohnSnowLabs

    JohnSnowLabs/spark-nlp

    4,135عرض على GitHub↗

    Spark NLP is a toolkit for scalable text analysis and machine learning built on the Apache Spark distributed computing framework. It provides a multimodal machine learning framework and a distributed pipeline system for sequencing annotators to process large-scale linguistic data. The library includes a transformer text processor for generating contextual vector embeddings and a dedicated inference engine for managing large language models. The project distinguishes itself through its ability to process heterogeneous data types, including text, audio, and images, within a unified vision-langu

    Scala
    عرض على GitHub↗4,135
  • عرض جميع البدائل الـ 30 لـ BERT BiLSTM CRF NER→