Skip to content

Commit

Permalink
Merge pull request #10 from PyThaiNLP/korakot-patch-5
Browse files Browse the repository at this point in the history
Add newer LLMs, e.g., OpenThaiGPT and SeaLLMs
  • Loading branch information
wannaphong committed Dec 21, 2023
2 parents a454cbc + d349747 commit 08cf7ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/tasks/language-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@
### Notebook

- [Load BERT-th, BERT-Base, Multilingual Cased and bert-base-th-cased with Hugging Face in Python](https://colab.research.google.com/drive/1BQ24QBflQujSsi7qjhGfmHn6H_thZvfb?usp=sharing)

## LLMs

| Name | Parameters | Detail | Owner | Download |
| ------- | ----------- | --------- | ------- | ---------- |
| OpenThaiGPT | 13B | | Kobkrit | [GitHub](https://github.com/OpenThaiGPT/openthaigpt) |
| SeaLLMs | 13B | | DAMO | [GitHub](https://github.com/DAMO-NLP-SG/SeaLLMs) |
| Sea-Lion | 7.5B | | AI Singapore | [GitHub](https://github.com/aisingapore/sealion) |
| PhayaThaiBERT | 278M | | P. Sriwirote | [Hugging Face](https://huggingface.co/clicknext/phayathaibert) |

0 comments on commit 08cf7ec

Please sign in to comment.