# Open Resources

เรารวบรวมทรัพยากรทั้งหมดเพื่อในการสร้าง OpenThaiGPT ให้สำเร็จโดย Open Resources ของเราที่จะเปิด เราจะเปิดให้ตามสิทธิดังต่อไปนี้

| Resource                           | Description                                                                                                       | Open to        | Link                                                                                                                                                                      |
| ---------------------------------- | ----------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Released Models                    | Models ที่พัฒนาโดย Community OpenThaiGPT                                                                          | Public         | [Released Models Version <0.1.0-beta> (16/05/23)](/previous-versions-and-resources/previous-events/released-models-version-less-than-0.1.0-beta-greater-than-16-05-23.md) |
| Released Datasets                  | Dataset ที่พัฒนาโดย Community  OpenThaiGPT                                                                        | Public         | [Released Datasets (14/04/23)](/previous-versions-and-resources/released-datasets-14-04-23.md)                                                                            |
| Released Code & Colab              | Code หรือ Colab ที่ใช้ในการพัฒนา Model OpenThaiGPT                                                                | Public         | [Released Code / Colabs](/previous-versions-and-resources/released-code-colabs.md)                                                                                        |
| Related Paper / Knowledge          | รวบรวม Paper หรือองค์ความรู้ทางด้าน LLM และ Transformers                                                          | Public         | [Related Paper / Knowledge](/previous-versions-and-resources/open-resources/related-paper-knowledge.md)                                                                   |
| Free Working Datasets              | รวบรวม Dataset เปิดอื่นๆ ที่สามารถนำไปใช้ Train OpenThaiGPT ได้                                                   | Public         | [Free Working Datasets](/previous-versions-and-resources/open-resources/free-working-datasets.md)                                                                         |
| Proprietary Datasets (or Not sure) | รวบรวม Dataset ปิดอื่นๆ (ที่ไม่ได้รับการยืนยันว่าเป็น Dataset เปิดหรือไม่) ที่สามารถนำไปใช้ Train OpenThaiGPT ได้ | Volunteer-Only | <https://drive.google.com/drive/folders/1jR6zOe3ZeUQVkDyB56O3xjeteF81tmkb?usp=sharing>                                                                                    |
| Computing Resources                | แหล่งรวมวิธีการเข้าถึง GPU Farm เพื่อใช้ในการพัฒนา  Model OpenThaiGPT โดย Sponsor ของเรา                          | Volunteer-Only | [Computing Resources](/previous-versions-and-resources/open-resources/computing-resources.md)                                                                             |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://openthaigpt.aieat.or.th/previous-versions-and-resources/open-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
