ngocdang83 commited on
Commit
fe5bd42
·
verified ·
1 Parent(s): a5fef5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -11,6 +11,8 @@ tags:
11
  - machine-translation
12
  library_name: transformers
13
  base_model: none
 
 
14
  ---
15
 
16
  # Hachimi MT 30 zh-vi
@@ -69,4 +71,4 @@ print(tok.decode(out[0], skip_special_tokens=True))
69
  - This model prioritizes speed and small footprint.
70
  - A CTranslate2 INT8 runtime is available in `ct2-int8_float32/` for faster CPU inference.
71
  - Known hard cases include rare proper nouns, idioms, and highly domain-specific OOD terminology.
72
- - For production-style usage, pair with reviewed glossary/guard layers where appropriate.
 
11
  - machine-translation
12
  library_name: transformers
13
  base_model: none
14
+ datasets:
15
+ - ngocdang83/tran-vi-teacher
16
  ---
17
 
18
  # Hachimi MT 30 zh-vi
 
71
  - This model prioritizes speed and small footprint.
72
  - A CTranslate2 INT8 runtime is available in `ct2-int8_float32/` for faster CPU inference.
73
  - Known hard cases include rare proper nouns, idioms, and highly domain-specific OOD terminology.
74
+ - For production-style usage, pair with reviewed glossary/guard layers where appropriate.