Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,22 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
tags:
|
4 |
-
- medical
|
5 |
-
- text-generation-inference
|
6 |
language:
|
7 |
- th
|
8 |
- en
|
9 |
base_model: meta-llama/Meta-Llama-3.1-8B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
<p align="center">
|
12 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/66bf1cd096583c59b024a3c5/oG16EyLMfyiqvXrbNPGZd.png" alt="Logo_Website" width="400"/>
|
13 |
</p>
|
14 |
|
15 |
# **Thai Medical Large Language Model**
|
16 |
-
**Github** : <br>
|
17 |
**PaPer** : <br>
|
18 |
|
19 |
## **Llama-3.1-EIRAI-8B-instruct**
|
@@ -290,7 +293,7 @@ Using transformers.pipeline() API
|
|
290 |
import transformers
|
291 |
import torch
|
292 |
|
293 |
-
model_id = "EIRTHAIMED/Llama-3.1-EIRAI-
|
294 |
pipeline = transformers.pipeline(
|
295 |
"text-generation",
|
296 |
model=model_id,
|
@@ -310,4 +313,4 @@ print(outputs[0]["generated_text"][-1])
|
|
310 |
```
|
311 |
|
312 |
---
|
313 |
-
Thank you to Dr. Jakapan Suaboot
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- th
|
4 |
- en
|
5 |
base_model: meta-llama/Meta-Llama-3.1-8B
|
6 |
+
tags:
|
7 |
+
- medical
|
8 |
+
- text-generation-inference
|
9 |
+
- llama-3.1
|
10 |
+
- finetuning
|
11 |
+
license: llama3.1
|
12 |
+
library_name: transformers
|
13 |
---
|
14 |
<p align="center">
|
15 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/66bf1cd096583c59b024a3c5/oG16EyLMfyiqvXrbNPGZd.png" alt="Logo_Website" width="400"/>
|
16 |
</p>
|
17 |
|
18 |
# **Thai Medical Large Language Model**
|
19 |
+
**Github** : [Github Evaluate](https://github.com/EIRAI-Thaimedical/EIRAI)<br>
|
20 |
**PaPer** : <br>
|
21 |
|
22 |
## **Llama-3.1-EIRAI-8B-instruct**
|
|
|
293 |
import transformers
|
294 |
import torch
|
295 |
|
296 |
+
model_id = "EIRTHAIMED/Llama-3.1-EIRAI-8B"
|
297 |
pipeline = transformers.pipeline(
|
298 |
"text-generation",
|
299 |
model=model_id,
|
|
|
313 |
```
|
314 |
|
315 |
---
|
316 |
+
Thank you to Kullawat Chaowanawatee and Dr. Jakapan Suaboot from Prince of Songkla University, Phuket Campus, for reviewing the draft report.
|