# 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
Raw data
{
"_id": null,
"home_page": "https://github.com/PyThaiNLP/padthai",
"name": "padthai",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Wannaphong Phatthiyaphaibun",
"author_email": "wannaphong@yahoo.com",
"download_url": "https://files.pythonhosted.org/packages/88/17/db3439e9e2d35dd454ed8ccfbc2071fe3cda9af6b5ebd517dfe94b2f87c0/padthai-0.3.0.tar.gz",
"platform": null,
"description": "# Pad Thai\n\nMake Pad Thai from few-shot learning \ud83d\ude09.\n\nPadThai is a language model tool with an application for few-shot learning for Thai Language.\n\n- Original code from: https://link.medium.com/4FfbALWz8gb\n- Documentation: https://pythainlp.github.io/padthai/\n- Tutorials: https://github.com/PyThaiNLP/padthai/tree/main/notebooks\n\n## Install\n\n``` sh\npip install padthai\n```\n\n## Support Model\n\n- [GPT-Neo](https://huggingface.co/EleutherAI) - GPT-Neo is a transformer model designed using EleutherAI's replication of the GPT-3 architecture.\n- [ThaiGPT-Next](https://github.com/wannaphong/thaigpt-next) - It is fine-tune the GPT-Neo model for Thai language.\n- [Flax GPT-2 model](https://huggingface.co/flax-community/gpt2-base-thai) - It's GPT-2 model. It was trained on the OSCAR dataset\n- [mGPT](https://huggingface.co/sberbank-ai/mGPT) - Multilingual GPT model\n\n## Requirements\n\n``` sh\ntransformers<5.0\n```\n\n## License\n\nApache-2.0 License\n\n\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "Make Pad Thai From few-shot learning \ud83d\ude09",
"version": "0.3.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "763cfe2fb0ee134c33f24f44cbbb39411f7cab55f5804c6aecf136bfce4067c9",
"md5": "f5cc5fb12ea29bc3c9e1824606bfbfa0",
"sha256": "869af7c8a49caf692163a394c131df7ea188cd636b9f3ca77e175774489eedd3"
},
"downloads": -1,
"filename": "padthai-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f5cc5fb12ea29bc3c9e1824606bfbfa0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 13778,
"upload_time": "2023-01-19T14:31:48",
"upload_time_iso_8601": "2023-01-19T14:31:48.606541Z",
"url": "https://files.pythonhosted.org/packages/76/3c/fe2fb0ee134c33f24f44cbbb39411f7cab55f5804c6aecf136bfce4067c9/padthai-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8817db3439e9e2d35dd454ed8ccfbc2071fe3cda9af6b5ebd517dfe94b2f87c0",
"md5": "9332da1995aea24232b146f06b160a19",
"sha256": "40f37a2986b47b2fb8457100c82ef2d0a9a932d5bedb6256a750eaeea192dd30"
},
"downloads": -1,
"filename": "padthai-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "9332da1995aea24232b146f06b160a19",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 5395,
"upload_time": "2023-01-19T14:31:49",
"upload_time_iso_8601": "2023-01-19T14:31:49.631732Z",
"url": "https://files.pythonhosted.org/packages/88/17/db3439e9e2d35dd454ed8ccfbc2071fe3cda9af6b5ebd517dfe94b2f87c0/padthai-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-19 14:31:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "PyThaiNLP",
"github_project": "padthai",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "padthai"
}