Posts

Showing posts with the label LLM

[Note] AST x Industry TechConnect 2026 Seminar on “Typhoon – Thai LLM" @ICT MU

 Link ต่าง ๆ ที่ได้มาจาก workshop นี้  ต้องขอขอบคุณคณะ ICT สำหรับการจัดเวิร์คชอปในครั้งนี้ที่ฟรี และบุคคลทั่วไปสามารถเข้าถึงได้ ภาพข่าว  https://news.ict.mahidol.ac.th/muict-ast-x-industry-techconnect_typhoon-thai-llm/ ลิงค์หังข้อสัมนาในซีรีส์นี้  https://www.ict.mahidol.ac.th/en/event/techconnect2026/ - https://neurips.cc/  -- trend ในเรื่อง AI สามารถไปอัพเดตได้จากรีเซิร์ชในนี้ - https://opentyphoon.ai/ - https://sommai.wangchan.ai/auth/login -  https://4corners.visai.ai/ -  https://playground.thaillm.or.th/chat/ -  https://playground.opentyphoon.ai/ เพิ่งรู้ว่า model Thai LLM ที่ทางไต้ฝุ่นทำสามารถเอาไปใช้ได้ฟรี สามารถทำเรื่อง request ขอ API เพื่อเอาไปประยุกต์ใช้ต่อได้เลยเป็น open source สรุปโดยใช้ NotebookLM ช่วย คำอาจผิดไปบ้าง ไม่ได้ edit Thai AI Ecosystem Development: Research, Open-Source Models, and Linguistic Optimization Executive Summary This document synthesizes key insights regarding the strategic development of Thai-centric artificial ...

[Note] Building Line Chatbots for Real Use Cases @ICT MU

Image
ต้องขอบคุณคณะ ICT ของมหาวิทยาลัยมหิดลที่เปิดเวิร์คช็อปตัวนี้ เข้าได้ฟรี (แต่ tool เสียตังค์นะเออ) อย่างน้อย ๆ ก็ทำให้รู้ว่าระบบ bot มันทำงานได้ดีแค่ไหน การเขียน prompt และให้ข้อมูลที่ดี จะส่งผลต่อการตอบคำถามที่แม่นมากขึ้น ก่อนดีไซน์บอตใด ๆ ควรจะมีข้อมูลระดับหนึ่งว่าคนใช้งานมีคำถามอะไรบ้าง จะได้ดีไซน์การให้ข้อมูลได้ถูกจุด เขียน prompt ได้ดีขึ้น ตรงความต้องการของผู้ใช้ แบ่งเบาภาระงานของคนดูแลระบบได้เยอะเลย ตอนเรียนมีแจก quota ให้ใช้ได้ฟรี ทั้ง GenAI และ feature ที่สามารถใช้ในไลน์ได้ โดยส่วนตัวได้ลองทำใน Line Official มาระดับหนึ่งแล้วจากงานที่เคยรับเป็นอาสาสมัคร และทดลองทำเองจากที่ทำงาน ก็คิดไว้แล้วว่าวันหนึ่ง มันจะมี bot ที่น่าจะคอมพลีตมากกว่านี้ แต่เนื่องจาก feature นี้มันไม่ฟรีก็เลยแพลนว่าจะหาทางอื่น ๆ ที่ไม่เสียเงินในการตอบคำถามเบื้องต้นจากการใช้งานเครื่องมือแทน เพราะข้อมูลก็มีอยู่แล้วที่จะฟีดเข้าไปเพื่อเทรนให้มันมีความแม่นยำมากขึนและ context specific มากขึ้นต่อ facility หนึ่ง ๆ Tool ที่ให้ลองใช้งาน  https://cms.zwiz.ai/th/login

ChatGPT -- DataCamp learning

Image
Note from DataCamp on Introduction to ChatGPT -         ChatGPT is generative AI, which is a subset of ML (ML is a subset of AI). Artificial intelligence Machine Learning Generative AI -         It generates the new contents by using patterns in the information that it has learned before (a large language model). -         What does it do? -         Prompt (question, asking, request, action) – input -         Throw it at the large language model (LLM) -         LLM uses a complex algorithm to determine the pattern and structure and create the response (generative) -         Create a response as output -    ...