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

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

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

2 مستودعات

Awesome GitHub RepositoriesGPT-2 Implementations

Specific implementations of the GPT-2 architecture for various languages or domains.

Distinct from GPT-2 models: Candidates are curated lists (awesome lists) or repositories, not the actual architectural implementation.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · GPT-2 Implementations. Refine with filters or upvote what's useful.

Awesome GPT-2 Implementations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • morizeyao/gpt2-chineseالصورة الرمزية لـ Morizeyao

    Morizeyao/GPT2-Chinese

    7,596عرض على GitHub↗

    GPT2-Chinese is a Chinese language model implementation based on the GPT-2 architecture. It provides a causal language model trainer and a natural language generation tool designed for training and generating human-like Chinese text sequences. The system integrates a BERT tokenizer to process Chinese corpora into manageable units for machine learning. It enables the development of predictive text models that can generate specific patterns, such as news or poetry, through prompt-based text completion. The project covers a full workflow including text tokenization, model training using a trans

    Implements the GPT-2 architecture specifically for training and generating Chinese text.

    Python
    عرض على GitHub↗7,596
  • turing-project/writegptالصورة الرمزية لـ Turing-Project

    Turing-Project/WriteGPT

    5,301عرض على GitHub↗

    WriteGPT هو نظام أتمتة مقالات من البداية إلى النهاية يجمع بين التعرف البصري وتوليد النص المؤتمت لتحويل الصور إلى مستندات رقمية جاهزة. يعمل كمولد نص إبداعي ومعالج مستندات، ويستخدم نماذج لغوية لإنتاج محتوى مكتوب طويل ومقالات. يدمج النظام مقيماً لطلاقة النص العصبي لتسجيل الجودة اللغوية وطبيعية النثر المولد. كما يتضمن ملخص نص يعتمد على المحولات لتكثيف المستندات الطويلة في ملخصات موجزة. يوفر المشروع خط أنابيب للتعرف الضوئي على الحروف يكتشف النص بأي اتجاه داخل الصور ويحوله إلى أحرف قابلة للقراءة آلياً. يدعم علاوة على ذلك رقمنة المستندات المؤتمتة عن طريق ترتيب المحتوى المولد في تخطيطات هيكلية، مثل العناوين والفقرات، بناءً على أنماط الكتابة الإحصائية.

    Implements the GPT-2 architecture to produce long-form written content and essays.

    Python
    عرض على GitHub↗5,301
  1. Home
  2. Artificial Intelligence & ML
  3. GPT-2 Implementations