amkyawdev commited on
Commit
ba01b1a
·
verified ·
1 Parent(s): 9574bbb

Update to LLM model - text-generation pipeline

Browse files
Files changed (1) hide show
  1. README.md +19 -17
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
  language:
3
- - my
4
- - en
5
- license: apache-2.0
6
- library_name: transformers
7
- pipeline_tag: text-generation
8
- tags:
9
- - myanmar
10
- - burmese
11
- - llm
12
- - chat
13
- - instruction-following
14
- ---
15
-
16
  # Myanmar Ghost
17
 
18
  **Advanced Myanmar Language Model (LLM)**
@@ -45,10 +45,12 @@ print(tokenizer.decode(outputs[0]))
45
 
46
  ## Training Data
47
 
48
- - myanmar-v3-clean: 877K
49
- - burme-coder-max: 1M
50
- - mm-llm-coder-agent: 4M
51
- - alpaca-myanmar: 91K
 
 
52
 
53
  ## License
54
 
 
1
  ---
2
  language:
3
+ - my
4
+ - en
5
+ license: apache-2.0
6
+ library_name: transformers
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - myanmar
10
+ - burmese
11
+ - llm
12
+ - chat
13
+ - instruction-following
14
+ ---
15
+
16
  # Myanmar Ghost
17
 
18
  **Advanced Myanmar Language Model (LLM)**
 
45
 
46
  ## Training Data
47
 
48
+ | Dataset | Samples |
49
+ |---------|---------|
50
+ | myanmar-v3-clean | 877K |
51
+ | burme-coder-max | 1M |
52
+ | mm-llm-coder-agent | 4M |
53
+ | alpaca-myanmar | 91K |
54
 
55
  ## License
56