transZ commited on
Commit
b5d39b2
1 Parent(s): 9c2c4d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # How to run the model
2
  ```python
3
  from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
 
1
+ ---
2
+ language:
3
+ - vi
4
+ - ba
5
+ tags:
6
+ - translation
7
+ datasets:
8
+ - custom dataset
9
+ metrics:
10
+ - bleu
11
+ - sacrebleu
12
+ ---
13
  # How to run the model
14
  ```python
15
  from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer