gamepollakrit commited on
Commit
87e66f1
1 Parent(s): 5df5dcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -24,7 +24,7 @@ datasets:
24
  ---
25
 
26
  ### infomation
27
- **Tsunami-0.5-7B-Instruct** is Thai Large Language Model that fine-tuned from **Qwen2.5-7B** around 60,000 rows in Thai-specific domain.
28
 
29
  ---
30
 
@@ -74,4 +74,14 @@ with torch.no_grad():
74
  output = model.generate(**inputs, max_new_tokens=512)
75
 
76
  response = tokenizer.decode(output[0, len(inputs['input_ids'][0]):], skip_special_tokens=True)
77
- ```
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  ### infomation
27
+ **Tsunami-0.5-7B-Instruct** is Thai Large Language Model that fine-tuned from **Qwen2.5-7B** around **60,000** rows in Thai-specific domain.
28
 
29
  ---
30
 
 
74
  output = model.generate(**inputs, max_new_tokens=512)
75
 
76
  response = tokenizer.decode(output[0, len(inputs['input_ids'][0]):], skip_special_tokens=True)
77
+ ```
78
+
79
+ ---
80
+
81
+ ### Author
82
+ - Pollakrit Lorprasertkul | [email protected]
83
+
84
+ ---
85
+
86
+ **Tsunami-0.5-7B-Instruct** is the version 0.5 that did not train on the whole dataset.
87
+ **Tsunami-1.0-7B-Instruct** is coming soon.