Instructions to use Namkoy/Chatbot_math_vi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Namkoy/Chatbot_math_vi with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vilm/vinallama-7b-chat") model = PeftModel.from_pretrained(base_model, "Namkoy/Chatbot_math_vi") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# whisper_vi_nam
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
# whisper_vi_nam
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [vilm/vinallama-7b-chat] on the hllj/vi_grade_school_math_mcq dataset.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|