Abdulmohsena commited on
Commit
0322664
·
verified ·
1 Parent(s): c1d5ee9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,4 +62,4 @@ tokenizer.decode(generated_tokens[0], skip_special_tokens=True)
62
 
63
  ### Metrics
64
 
65
- - **bertscore**: because the alternative is bleu which pays more attention to syntax, while the need is more towards the semantic side.
 
62
 
63
  ### Metrics
64
 
65
+ - **bertscore**: to pay more attention in representing the same meaning rather than focusing on individual words (Semantic Translation, not Syntactic Translation)