AIAT
/

Text Generation
Transformers
PyTorch
Thai
English
llama
code_generation
sql
text-generation-inference
Inference Endpoints
romrawinjp commited on
Commit
b86187f
1 Parent(s): 21f9a62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -60,4 +60,19 @@ print(get_prediction(tokenizer.decode(output[0], skip_special_tokens=True)))
60
 
61
  The model collaborated by the members of Panguriye's house during the LLMs hackathon in Super AI Engineer Development Program Season 4.
62
 
63
- We thank the organizers of this hackathon, [OpenThaiGPT](https://openthaigpt.aieat.or.th/), [AIAT](https://aiat.or.th/), [NECTEC](https://www.nectec.or.th/en/) and [ThaiSC](https://thaisc.io/) for this challenging task and opportunity to be a part of developing Thai large language model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
61
  The model collaborated by the members of Panguriye's house during the LLMs hackathon in Super AI Engineer Development Program Season 4.
62
 
63
+ We thank the organizers of this hackathon, [OpenThaiGPT](https://openthaigpt.aieat.or.th/), [AIAT](https://aiat.or.th/), [NECTEC](https://www.nectec.or.th/en/) and [ThaiSC](https://thaisc.io/) for this challenging task and opportunity to be a part of developing Thai large language model.
64
+
65
+ ## Citation Information
66
+
67
+ If our work will be beneficial to future development, please cite our model as follows:
68
+
69
+ ```
70
+ @misc {artificial_intelligence_association_of_thailand_2024,
71
+ author = { {Artificial Intelligence Association of Thailand} },
72
+ title = { Pangpuriye-openthaigpt-1.0.0-7b-chat (Revision 21f9a62) },
73
+ year = 2024,
74
+ url = { https://huggingface.co/AIAT/Pangpuriye-openthaigpt-1.0.0-7b-chat },
75
+ doi = { 10.57967/hf/2193 },
76
+ publisher = { Hugging Face }
77
+ }
78
+ ```