Skip to main content

OpenThaiGPT focuses on developing a Thai Chatbot system to have capabilities equivalent to ChatGPT, as well as being able to connect to external systems and be able to retrieve data flexibly. Easily expandable and customizable and developed into Free open source software for everyone.

Project description

OpenThaiGPT

OpenThaiGPT focuses on developing a Thai Chatbot system to have capabilities equivalent to ChatGPT, as well as being able to connect to external systems and be able to retrieve data flexibly. Easily expandable and customizable and developed into Free open source software for everyone.

Versions

  • OpenThaiGPT chat inference library (this repository): version 0.1.1

  • Released models

    • kobkrit/openthaigpt-0.1.0-beta

      • Pretraining Model: Facebook Llama (7 billion params)
      • Dataset: 200,000 Various Translated Instruction Dataset
      • RLHF: None
      • Minimium Requirement: Nvidia T4 16GB
    • kobkrit/openthaigpt-0.1.0-alpha

      • Pretraining Model: ByT5-XL (3.74 billion params)
      • Dataset: 50,000 Thai SelfInstruct
      • RLHF: None
      • Minimium Requirement: Nvidia A100 40GB
    • kobkrit/openthaigpt-gpt2-instructgpt-poc-0.0.4

      • Pretraining Model: GPT-2 Thai-base
      • InstructDataset: 300,000 Pantip + 5,000 Wiki QA => 12,920 Thai InstructGPT
      • RLHF: None
      • Minimium Requirement: CPU or Nvidia GTX 1060 6GB
    • kobkrit/openthaigpt-gpt2-instructgpt-poc-0.0.3

      • Pretraining Model: GPT-2 Thai-base
      • InstructDataset: 300,000 Pantip + 5,000 Wiki QA => 7,000 Thai InstructGPT
      • RLHF: None
      • Minimium Requirement: CPU or Nvidia GTX 1060 6GB
    • kobkrit/openthaigpt-gpt2-instructgpt-poc-0.0.2

      • Pretraining Model: GPT-2 Thai-base
      • InstructDataset: 7,000 Thai InstructGPT
      • RLHF: None
      • Minimium Requirement: CPU or Nvidia GTX 1060 6GB
    • kobkrit/openthaigpt-gpt2-instructgpt-poc-0.0.1

      • Pretraining Model: GPT-2 Thai-base
      • InstructDataset: 298,678 QA Pairs getting from 70,000 Pantip katoos + Wikipedia QA by iApp
      • RLHF: None
      • Minimium Requirement: CPU or Nvidia GTX 1060 6GB

Installation

Python>=3.6

CPU-Only

$ pip install openthaigpt torch --extra-index-url https://download.pytorch.org/whl/cpu

With GPU

CUDA 11.6 $ pip install openthaigpt torch --extra-index-url https://download.pytorch.org/whl/cu116

CUDA 11.7 $ pip install openthaigpt torch

Using 0.1.0-beta model

import openthaigpt

print(openthaigpt.generate(instruction="แปลภาษาอังกฤษเป็นภาษาไทย", input="We want to reduce weight.", model_name = "kobkrit/openthaigpt-0.1.0-beta", min_length=50, max_length=300, top_p=0.75, top_k=40, num_beams=1, no_repeat_ngram_size=0, temperature=0.1, early_stopping=True, load_8bit=False))

Using 0.1.0-alpha model

import openthaigpt

print(openthaigpt.generate(instruction="แปลภาษาอังกฤษเป็นภาษาไทย", input="We want to reduce weight.", model_name = "kobkrit/openthaigpt-0.1.0-alpha", min_length=50, max_length=300,  top_k=20, num_beams=5, no_repeat_ngram_size=20, temperature=1, early_stopping=True))

Usage 0.0.1-0.0.4 model

import openthaigpt

print(openthaigpt.generate("Q: อยากลดความอ้วนทำไง\n\nA:", model_name = "kobkrit/openthaigpt-gpt2-instructgpt-poc-0.0.4"))
print(openthaigpt.zero("การลดน้ำหนักเป็นเรื่องที่ต้องพิจารณาอย่างละเอียดและรอบคอบเพื่อให้ได้ผลลัพธ์ที่ดีและมีประสิทธิภาพมากที่สุด"))

Sponsored by

  • Pantip.com
  • ThaiSC

Collaborated By

  • Artificial Intelligence Entrepreneur Association of Thailand (AIEAT)
  • Artificial Intelligence Association of Thailand (AIAT)

Supported By

  • NECTEC
  • iApp Technology
  • NVIDIA
  • Microsoft
  • Mahidol University
  • Gitbook

History

0.1.1 (2023-05-26)

0.1.0 (2023-04-23)

0.0.9 - 0.0.10 (2023-03-19)

  • Release OpenThaiGPT Zero

0.0.8 (2023-03-12)

  • Update Readme

0.0.7 (2023-03-12)

0.0.6 (2023-03-05)

  • Update README

0.0.5 (2023-02-28)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openthaigpt-0.1.1.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

openthaigpt-0.1.1-py2.py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page