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.
- Free software: Apache Software License 2.0
- Project Homepage: https://openthaigpt.aieat.or.th
- Documentation: https://openthaigpt.readthedocs.io
-
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
-
Python>=3.6
$ pip install openthaigpt torch --extra-index-url https://download.pytorch.org/whl/cpu
CUDA 11.6
$ pip install openthaigpt torch --extra-index-url https://download.pytorch.org/whl/cu116
CUDA 11.7
$ pip install openthaigpt torch
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))
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))
import openthaigpt
print(openthaigpt.generate("Q: อยากลดความอ้วนทำไง\n\nA:", model_name = "kobkrit/openthaigpt-gpt2-instructgpt-poc-0.0.4"))
print(openthaigpt.zero("การลดน้ำหนักเป็นเรื่องที่ต้องพิจารณาอย่างละเอียดและรอบคอบเพื่อให้ได้ผลลัพธ์ที่ดีและมีประสิทธิภาพมากที่สุด"))
- Pantip.com
- ThaiSC
- Artificial Intelligence Entrepreneur Association of Thailand (AIEAT)
- Artificial Intelligence Association of Thailand (AIAT)
- NECTEC
- iApp Technology
- NVIDIA
- Microsoft
- Mahidol University
- Gitbook