Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- wikipedia
|
5 |
+
language:
|
6 |
+
- vi
|
7 |
+
- en
|
8 |
+
---
|
9 |
+
|
10 |
+
# open-llama-7b-vi
|
11 |
+
|
12 |
+
This is a OpenLLama model finetuned on texts in the Vietnamese language.
|
13 |
+
|
14 |
+
## Model architecture
|
15 |
+
|
16 |
+
The model architecture is the same as the original OpenLLama model; 12 layers, 768 dimensions of hidden states, and 12 attention heads.
|
17 |
+
|
18 |
+
## Training Data
|
19 |
+
|
20 |
+
The models are trained on the Vietnamese version of Wikipedia.
|
21 |
+
The generated corpus files are 1.5GB in total, containing approximately 1M sentences.
|