Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,11 @@ base_model:
|
|
7 |
- Qwen/Qwen2.5-7B
|
8 |
pipeline_tag: text-generation
|
9 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<img src="./Tsunami.webp" alt="Tsunami Model" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
@@ -42,8 +47,9 @@ This model uses `ChatML` prompt template:
|
|
42 |
```python
|
43 |
|
44 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
45 |
|
46 |
-
model_name = "Tsunami/Tsunami-0.5-7B-Instruct"
|
47 |
|
48 |
model = AutoModelForCausalLM.from_pretrained(
|
49 |
model_name,
|
|
|
7 |
- Qwen/Qwen2.5-7B
|
8 |
pipeline_tag: text-generation
|
9 |
library_name: transformers
|
10 |
+
datasets:
|
11 |
+
- airesearch/WangchanX-Legal-ThaiCCL-RAG
|
12 |
+
- airesearch/WangchanThaiInstruct
|
13 |
+
- pythainlp/han-instruct-dataset-v4.0
|
14 |
+
- airesearch/concat_six_dataset_th_en
|
15 |
---
|
16 |
|
17 |
<img src="./Tsunami.webp" alt="Tsunami Model" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
|
|
47 |
```python
|
48 |
|
49 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
50 |
+
import torch
|
51 |
|
52 |
+
model_name = "Tsunami-th/Tsunami-0.5-7B-Instruct"
|
53 |
|
54 |
model = AutoModelForCausalLM.from_pretrained(
|
55 |
model_name,
|