Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,21 +1,51 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
--
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
-
|
| 16 |
-
|
| 17 |
-
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
'-license': gemma
|
| 3 |
+
language:
|
| 4 |
+
- vi
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
library_name: transformers
|
| 7 |
+
tags:
|
| 8 |
+
- unsloth
|
| 9 |
+
license: gemma
|
| 10 |
+
---
|
| 11 |
+
# VIETRON 4B - Fine-tuned Vietnamese model
|
| 12 |
+
<img src="https://lh3.googleusercontent.com/d/1Ez_5ubsKUpDGagqNWKlgJJm-kGUIjkKS=w1000?authuser=0" hidden="true"/>
|
| 13 |
+
|
| 14 |
+
> [!NOTE]
|
| 15 |
+
> This is my first proper fine-tuned model, but still, the model may generate false informations or mistakes.
|
| 16 |
+
|
| 17 |
+
VieTron 4B is a Large Language Model (LLM) that has been extensively fine-tuned for Vietnamese users. With a 4-billion-parameter scale, VieTron is designed to be a smart, friendly AI assistant with a deep understanding of Vietnamese culture and education.
|
| 18 |
+
|
| 19 |
+
## Details
|
| 20 |
+
|
| 21 |
+
Trained on high-quality Vietnamese datasets that cover most fields and topics.
|
| 22 |
+
|
| 23 |
+
**More thoughtful**: the model is trained with instruction to give response step by step (or CoT), the model will not only generate results but the reasoning steps behind the results.
|
| 24 |
+
|
| 25 |
+
**More natural response style**: the datasets also includes the natural Vietnamese conversation, making the model's response more "human".
|
| 26 |
+
|
| 27 |
+
## Model info
|
| 28 |
+
|
| 29 |
+
~4 billion parameters
|
| 30 |
+
|
| 31 |
+
Currently I've only uploaded the initial version, quantized Q8_0 GGUF format to test the model. I will provide more quantized GGUF formats in the future as the model is getting better.
|
| 32 |
+
|
| 33 |
+
## Usage
|
| 34 |
+
|
| 35 |
+
LM Studio **recommended**: the easiest way to run inference. Search <sup>ngkhoi/vietron-4b</sup> and download to use this model.
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
## Limitations & Ethical Considerations
|
| 39 |
+
Knowledge Cutoff: VieTron's knowledge is limited to its training data. The model may not be aware of the latest events.
|
| 40 |
+
|
| 41 |
+
Hallucination Potential: Like all LLMs, VieTron can generate incorrect information. Please verify important facts.
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
## Contributions
|
| 48 |
+
This project is developed solely by me so any contributions to this project are truly welcome!
|
| 49 |
+
|
| 50 |
+
## Logs
|
| 51 |
+
`26/10/2025`: Continuation of fine-tuning.
|