Update README.md
Browse files
README.md
CHANGED
@@ -32,9 +32,19 @@ Fine-tuning the MyanmarGPT model makes it easier to build a custom Myanmar langu
|
|
32 |
|
33 |
Reports on training the MyanmarGPT model are visualized at [MyanmarGPT Report](https://api.wandb.ai/links/minsithu/wn8yul90).
|
34 |
|
|
|
|
|
35 |
There is also 1.42 billion parameters MyanmarGPT-Big model with multilanguage support.
|
36 |
You are find [MyanmarGPT-Big Here](https://huggingface.co/jojo-ai-mst/MyanmarGPT-Big).
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
## How to use in your project
|
39 |
|
40 |
```
|
@@ -77,6 +87,10 @@ def generate_text(prompt, max_length=300, temperature=0.8, top_k=50):
|
|
77 |
generate_text("အီတလီ ")
|
78 |
```
|
79 |
|
|
|
|
|
|
|
|
|
80 |
|
81 |
## Here are the guidelines for using the MyanmarGPT license,
|
82 |
- MyanmarGPT is free to use for everyone,
|
|
|
32 |
|
33 |
Reports on training the MyanmarGPT model are visualized at [MyanmarGPT Report](https://api.wandb.ai/links/minsithu/wn8yul90).
|
34 |
|
35 |
+
Variants of the Burmese Language-Enabled Models can be found at [https://github.com/MinSiThu/MyanmarGPT](https://github.com/MinSiThu/MyanmarGPT).
|
36 |
+
|
37 |
There is also 1.42 billion parameters MyanmarGPT-Big model with multilanguage support.
|
38 |
You are find [MyanmarGPT-Big Here](https://huggingface.co/jojo-ai-mst/MyanmarGPT-Big).
|
39 |
|
40 |
+
Currently, Myanmar GPT has four main variant versions.
|
41 |
+
|
42 |
+
- [MyanmarGPT](https://huggingface.co/jojo-ai-mst/MyanmarGPT)
|
43 |
+
- [MyanmarGPT-Big](https://huggingface.co/jojo-ai-mst/MyanmarGPT-Big)
|
44 |
+
- [MyanmarGPT-Chat](https://huggingface.co/jojo-ai-mst/MyanmarGPT-Chat)
|
45 |
+
- [MyanmarGPTX](https://huggingface.co/jojo-ai-mst/MyanmarGPTX)
|
46 |
+
|
47 |
+
|
48 |
## How to use in your project
|
49 |
|
50 |
```
|
|
|
87 |
generate_text("အီတလီ ")
|
88 |
```
|
89 |
|
90 |
+
## RoadMap for Burmese Language and Artificial Intelligence
|
91 |
+
|
92 |
+
I started MyanmarGPT, it has had a huge impact on Myanmar, thus I continue to move this project as a movement called [MyanmarGPT Movement](https://github.com/MyanmarGPT-Movement).
|
93 |
+
MyanmarGPT Movement is for everyone to initiate AI projects in Myanmar.
|
94 |
|
95 |
## Here are the guidelines for using the MyanmarGPT license,
|
96 |
- MyanmarGPT is free to use for everyone,
|