Text Generation
Transformers
Safetensors
Thai
English
qwen2
text-generation-inference
sft
trl
4-bit precision
bitsandbytes
LoRA
Fine-Tuning with LoRA
LLM
GenAI
NT GenAI
ntgenai
lahnmah
NT Thai GPT
ntthaigpt
medical
medtech
HealthGPT
หลานม่า
NT Academy
conversational
Inference Endpoints
4-bit precision
Update README.md
Browse files
README.md
CHANGED
@@ -84,4 +84,16 @@ inputs = tokenizer(input_text, return_tensors="pt")
|
|
84 |
output = model.generate(**inputs, max_new_tokens=100, do_sample=True, temperature=0.7)
|
85 |
|
86 |
# Decode and print the generated response, skipping special tokens
|
87 |
-
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
output = model.generate(**inputs, max_new_tokens=100, do_sample=True, temperature=0.7)
|
85 |
|
86 |
# Decode and print the generated response, skipping special tokens
|
87 |
+
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
88 |
+
|
89 |
+
```
|
90 |
+
ช่องปากมะเร็งในระยะเริ่มต้น อาจไม่มีอาการชัดเจน แต่ผู้คนบางกลุ่มอาจสังเกตเห็นอาการต่อไปนี้:
|
91 |
+
- อาดาม การมีการกัดหรือกระแทกบริเวณช่องปากโดยไม่มีสาเหตุ
|
92 |
+
- มีจุด ฝี เมล็ด หรือความไม่เท่าเทียมภายในช่องปากที่ไม่หายวื้อ
|
93 |
+
- ปวดหรือเจ็บบริเวณช่องปาก
|
94 |
+
- เปลี่ยนแปลงสีของเนื้อเยื่อในช่องปาก (อาจเป็นสีขาว หรือ黑马)
|
95 |
+
- มีตุ่มที่ไม่หาย ภายในช่องปาก
|
96 |
+
- มีความลำบากในการกิน มี
|
97 |
+
```
|
98 |
+
|
99 |
+
More Information: amornpan@gmail.com
|