Simbolo commited on
Commit
51f1727
•
1 Parent(s): 27f7ce8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  - pre-trained
13
  ---
14
 
15
- The Simbolo's Myanmar SAR 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,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
- chef = pipeline('text-generation',model='Simbolo-Servicio/myanmar-burmese-gpt', tokenizer='Simbolo-Servicio/myanmar-burmese-gpt',config={'max_length':500})
 
 
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