Metadata-Version: 2.1
Name: padthai
Version: 0.1.dev1
Summary: Make Pad Thai From few-shot learning 😉
Home-page: https://github.com/PyThaiNLP/padthai
Author: Wannaphong Phatthiyaphaibun
Author-email: wannaphong@yahoo.com
License: Apache Software License 2.0
Project-URL: Documentation, https://pythainlp.github.io/padthai/
Project-URL: Tutorials, https://github.com/PyThaiNLP/padthai/tree/main/notebooks
Project-URL: Source Code, https://github.com/PyThaiNLP/padthai
Project-URL: Bug Tracker, https://github.com/PyThaiNLP/padthai/issues
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: transformers (<5.0)

# Pad Thai
Make Pad Thai From few-shot learning 😉

PadThai is tool for make few-shot learning in Thai NLP (Thai Language).

Thank you code from https://link.medium.com/4FfbALWz8gb

- Documentation: https://pythainlp.github.io/padthai/
- Tutorials: https://github.com/PyThaiNLP/padthai/tree/main/notebooks

## Install
> pip install padthai

## Support Model

- GPT-Neo - GPT-Neo is a transformer model designed using EleutherAI's replication of the GPT-3 architecture. https://huggingface.co/EleutherAI
- ThaiGPT-Next - It is fine-tune the GPT-Neo model for Thai language. https://github.com/wannaphong/thaigpt-next
- Flex GPT-2 model - It's GPT-2 model. It was trained on the OSCAR dataset https://huggingface.co/flax-community/gpt2-base-thai

## Requirements
- transformers<5.0

## License
Apache-2.0 License


