Update README.md
Browse files
README.md
CHANGED
@@ -6,40 +6,21 @@ language:
|
|
6 |
library_name: transformers
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
9 |
-
#
|
10 |
|
11 |
-
|
12 |
|
13 |
-
Base model: TinyLLama
|
14 |
|
15 |
-
|
16 |
|
17 |
-
## Model Details
|
18 |
-
|
19 |
-
### Model Description
|
20 |
-
|
21 |
-
The model was trained by TPU.
|
22 |
-
|
23 |
-
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
24 |
-
|
25 |
-
- **Developed by:** NumFa
|
26 |
-
- **Model type:** text-generation
|
27 |
-
- **Language(s) (NLP):** English
|
28 |
-
- **License:** apache-2.0
|
29 |
|
|
|
30 |
|
31 |
-
|
32 |
-
|
33 |
-
Math, Coding, and other language
|
34 |
-
|
35 |
-
|
36 |
-
## Bias, Risks, and Limitations
|
37 |
-
|
38 |
-
The model can has a bias from dataset. Use at your own risks!
|
39 |
|
40 |
-
|
41 |
|
42 |
-
|
43 |
|
44 |
**Example**
|
45 |
|
|
|
6 |
library_name: transformers
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
9 |
+
# KhanomTan LLM (1B)
|
10 |
|
11 |
+
KhanomTan LLM is a Thai pretrained LLM from scratch from open source dataset by PyThaiNLP. We train the model from public dataset only. We public the dataset, source code, and model.
|
12 |
|
|
|
13 |
|
14 |
+
Repository: https://github.com/wannaphong/KhanomTanLLM
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
+
Codename: numfa-v2
|
18 |
|
19 |
+
## Model Details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
+
### Model Description
|
22 |
|
23 |
+
The model was trained by [easylm](https://github.com/young-geng/EasyLM)
|
24 |
|
25 |
**Example**
|
26 |
|