romrawinjp
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,9 @@ tags:
|
|
18 |
This model was fine-tuned from the original [OpenThaiGPT-1.0.1-7b](https://huggingface.co/openthaigpt/openthaigpt-1.0.0-7b-chat). The model is set under Apache license 2.0.
|
19 |
|
20 |
## Example inference using huggingface transformers.
|
|
|
|
|
|
|
21 |
```python
|
22 |
from transformers import AutoModelForCausalLM, AutoTokenizer, LlamaTokenizer
|
23 |
import pandas as pd
|
@@ -49,6 +52,6 @@ print(get_prediction(tokenizer.decode(output[0], skip_special_tokens=True)))
|
|
49 |
|
50 |
## Acknowledgements
|
51 |
|
52 |
-
The
|
53 |
|
54 |
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.
|
|
|
18 |
This model was fine-tuned from the original [OpenThaiGPT-1.0.1-7b](https://huggingface.co/openthaigpt/openthaigpt-1.0.0-7b-chat). The model is set under Apache license 2.0.
|
19 |
|
20 |
## Example inference using huggingface transformers.
|
21 |
+
|
22 |
+
The following code is an exmaple of how to inference our model.
|
23 |
+
|
24 |
```python
|
25 |
from transformers import AutoModelForCausalLM, AutoTokenizer, LlamaTokenizer
|
26 |
import pandas as pd
|
|
|
52 |
|
53 |
## Acknowledgements
|
54 |
|
55 |
+
The model collaborated by the members of Panguriye's house during the LLMs hackathon in Super AI Engineer Development Program Season 4.
|
56 |
|
57 |
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.
|