Translation
jwang214 commited on
Commit
8a09e31
1 Parent(s): 8f9bd8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -84,7 +84,7 @@ print (model_output)
84
 
85
  Our model is intented to be used for **MT evaluation**.
86
 
87
- Given a a triplet with (source sentence, translation, reference translation) outputs a single score between 0 and 1 where 1 represents a perfect translation.
88
 
89
  # Languages Covered:
90
 
 
84
 
85
  Our model is intented to be used for **MT evaluation**.
86
 
87
+ Given a triplet with (source sentence, translation, reference translation), it outputs a single score between 0 and 1 where 1 represents a perfect translation.
88
 
89
  # Languages Covered:
90