Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ tags:
|
|
12 |
- pre-trained
|
13 |
---
|
14 |
|
15 |
-
The Simbolo's
|
16 |
|
17 |
|
18 |
|
@@ -23,7 +23,9 @@ The Simbolo's Myanmar SAR GPT symbol is trained on a dataset of 1 million Burmes
|
|
23 |
|
24 |
from transformers import pipeline
|
25 |
|
26 |
-
|
|
|
|
|
27 |
|
28 |
```
|
29 |
### Data
|
|
|
12 |
- pre-trained
|
13 |
---
|
14 |
|
15 |
+
The Simbolo's Myanmarsar-GPT symbol is trained on a dataset of 1 million Burmese data and pre-trained using the GPT-2 architecture. Its purpose is to serve as a foundational pre-trained model for the Burmese language, facilitating fine-tuning for specific applications of different tasks such as creative writing, chatbot, machine translation etc.
|
16 |
|
17 |
|
18 |
|
|
|
23 |
|
24 |
from transformers import pipeline
|
25 |
|
26 |
+
pipe = pipeline('text-generation',model='Simbolo-Servicio/myanmar-burmese-gpt', tokenizer='Simbolo-Servicio/myanmar-burmese-gpt',config={'max_length':500})
|
27 |
+
pipe('မြန်မာဘာသာစကား')
|
28 |
+
#
|
29 |
|
30 |
```
|
31 |
### Data
|