Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ datasets:
|
|
13 |
- wisesight_sentiment
|
14 |
---
|
15 |
|
16 |
-
# 🐃🇹🇭 Buffala-
|
17 |
|
18 |
Buffala-LoRA is a 7B-parameter LLaMA model finetuned to follow instructions. It is trained on the Stanford Alpaca (TH), WikiTH, Pantip and IAppQ&A dataset and makes use of the Huggingface LLaMA implementation. For more information, please visit [the project's website](https://github.com/tloen/alpaca-lora).
|
19 |
|
@@ -104,4 +104,4 @@ def evaluate(
|
|
104 |
return output.split("### Response:")[1].strip()
|
105 |
|
106 |
evaluate(instruction = "จงแก้สมการต่อไปนี้ X เท่ากับเท่าไหร่", input="X+Y=15 and Y=7")
|
107 |
-
""" X = 8"""
|
|
|
13 |
- wisesight_sentiment
|
14 |
---
|
15 |
|
16 |
+
# 🐃🇹🇭 Buffala-LoRa-TH
|
17 |
|
18 |
Buffala-LoRA is a 7B-parameter LLaMA model finetuned to follow instructions. It is trained on the Stanford Alpaca (TH), WikiTH, Pantip and IAppQ&A dataset and makes use of the Huggingface LLaMA implementation. For more information, please visit [the project's website](https://github.com/tloen/alpaca-lora).
|
19 |
|
|
|
104 |
return output.split("### Response:")[1].strip()
|
105 |
|
106 |
evaluate(instruction = "จงแก้สมการต่อไปนี้ X เท่ากับเท่าไหร่", input="X+Y=15 and Y=7")
|
107 |
+
""" X = 8 """
|