agentlans commited on
Commit
9e94284
1 Parent(s): 1757650

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ Each instance contains:
37
  - `english`: The English sentence (string)
38
  - `non_english`: The corresponding sentence in another language (string)
39
  - `distance`: Semantic similarity score (cosine distance) between the sentences (float)
40
- - `quality`: Translation quality score (float)
41
  - `readability`: Readability score (float)
42
  - `sentiment`: Sentiment score (float)
43
 
 
37
  - `english`: The English sentence (string)
38
  - `non_english`: The corresponding sentence in another language (string)
39
  - `distance`: Semantic similarity score (cosine distance) between the sentences (float)
40
+ - `quality`: Content quality score (float)
41
  - `readability`: Readability score (float)
42
  - `sentiment`: Sentiment score (float)
43