ngkhoi commited on
Commit
8754f8c
·
verified ·
1 Parent(s): 679c564

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -21
README.md CHANGED
@@ -1,21 +1,51 @@
1
- ---
2
- base_model: unsloth/gemma-3-4b-it-unsloth-bnb-4bit
3
- tags:
4
- - text-generation-inference
5
- - transformers
6
- - unsloth
7
- - gemma3
8
- license: apache-2.0
9
- language:
10
- - en
11
- ---
12
-
13
- # Uploaded finetuned model
14
-
15
- - **Developed by:** ngkhoi
16
- - **License:** apache-2.0
17
- - **Finetuned from model :** unsloth/gemma-3-4b-it-unsloth-bnb-4bit
18
-
19
- This gemma3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
20
-
21
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.