https://github.com/pythainlp/padthai
Make Pad Thai From few-shot learning 😉
https://github.com/pythainlp/padthai
Last synced: 9 months ago
JSON representation
Make Pad Thai From few-shot learning 😉
- Host: GitHub
- URL: https://github.com/pythainlp/padthai
- Owner: PyThaiNLP
- License: apache-2.0
- Created: 2021-08-04T16:56:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T14:30:40.000Z (about 3 years ago)
- Last Synced: 2025-03-26T22:11:38.576Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 5.76 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pad Thai
Make Pad Thai from few-shot learning 😉.
PadThai is a language model tool with an application for few-shot learning for Thai Language.
- Original code from: https://link.medium.com/4FfbALWz8gb
- Documentation: https://pythainlp.github.io/padthai/
- Tutorials: https://github.com/PyThaiNLP/padthai/tree/main/notebooks
## Install
``` sh
pip install padthai
```
## Support Model
- [GPT-Neo](https://huggingface.co/EleutherAI) - GPT-Neo is a transformer model designed using EleutherAI's replication of the GPT-3 architecture.
- [ThaiGPT-Next](https://github.com/wannaphong/thaigpt-next) - It is fine-tune the GPT-Neo model for Thai language.
- [Flax GPT-2 model](https://huggingface.co/flax-community/gpt2-base-thai) - It's GPT-2 model. It was trained on the OSCAR dataset
- [mGPT](https://huggingface.co/sberbank-ai/mGPT) - Multilingual GPT model
## Requirements
``` sh
transformers<5.0
```
## License
Apache-2.0 License